The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of OSCCore, reference master (3c0f84), with Swift 6.1 for Linux on 26 Apr 2025 22:09:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/segabor/osccore.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/segabor/osccore
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3c0f841 Switch to Swift 5.5 preparing for async/await
Cloned https://github.com/segabor/osccore.git
Revision (git rev-parse @):
3c0f8416a769d00d29e9d817bccc9b1537ed0542
SUCCESS checkout https://github.com/segabor/osccore.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/segabor/osccore.git
https://github.com/segabor/osccore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    }
  ],
  "manifest_display_name" : "OSCCore",
  "name" : "OSCCore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OSCCore",
      "targets" : [
        "OSCCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BasicListener",
      "targets" : [
        "BasicListener"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SoundColliderClient",
      "targets" : [
        "SoundColliderClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SoundColliderClient",
      "module_type" : "SwiftTarget",
      "name" : "SoundColliderClient",
      "path" : "Examples/SoundColliderClient",
      "product_memberships" : [
        "SoundColliderClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OSCCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCCoreTests",
      "path" : "Tests/OSCCoreTests",
      "sources" : [
        "AddressMatcherTests.swift",
        "DispatcherTests.swift",
        "OSCBundleTests.swift",
        "OSCMessageTests.swift",
        "OSCTimeTagTests.swift",
        "ValueConversionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCCore",
      "module_type" : "SwiftTarget",
      "name" : "OSCCore",
      "path" : "Source/OSCCore",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "OSCCore",
        "BasicListener",
        "SoundColliderClient"
      ],
      "sources" : [
        "conversion/Array+OSCMessageArgument.swift",
        "conversion/Bool+OSCConvertible.swift",
        "conversion/Byte.swift",
        "conversion/Character+OSCConvertible.swift",
        "conversion/Data+OSCMessageArgument.swift",
        "conversion/Double+OSCMessageArgument.swift",
        "conversion/Float+OSCMessageArgument.swift",
        "conversion/Int+OSCMessageArgument.swift",
        "conversion/MIDI+OSCMessageArgument.swift",
        "conversion/OSCBundle+OSCConvertible.swift",
        "conversion/OSCConvertible.swift",
        "conversion/OSCMessage+OSCConvertible.swift",
        "conversion/OSCMessageArgument.swift",
        "conversion/OSCSymbol+OSCMessageArgument.swift",
        "conversion/OSCTimeTag+OSCMessageArgument.swift",
        "conversion/RGBA+OSCMessageArgument.swift",
        "conversion/String+OSCMessageArgument.swift",
        "conversion/alignment.swift",
        "conversion/extract.swift",
        "dispatch/BasicMessageDispatcher.swift",
        "dispatch/OSCBundle+MessageEventHandler.swift",
        "dispatch/events.swift",
        "dispatch/matcher.swift",
        "nio/OSCPacketReader.swift",
        "types/MIDI.swift",
        "types/OSCBundle.swift",
        "types/OSCMessage.swift",
        "types/OSCSymbol.swift",
        "types/OSCTimeTag.swift",
        "types/RGBA.swift",
        "types/TypeTagValues.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicListener",
      "module_type" : "SwiftTarget",
      "name" : "BasicListener",
      "path" : "Examples/BasicListener",
      "product_memberships" : [
        "BasicListener"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (4.09s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (4.87s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[959/6058] Fetching swift-system, swift-atomics
[6059/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.34s)
[5490/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.98s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/40] Write sources
[11/40] Compiling CNIOWindows WSAStartup.c
[12/40] Compiling CNIOWindows shim.c
[13/40] Compiling CNIOWASI CNIOWASI.c
[13/40] Write sources
[16/40] Compiling CNIOLinux liburing_shims.c
[17/40] Compiling CNIODarwin shim.c
[18/40] Compiling CNIOLinux shim.c
[19/40] Compiling _AtomicsShims.c
[20/40] Write swift-version-24593BA9C3E375BF.txt
[22/82] Emitting module _NIODataStructures
[22/82] Compiling c-nioatomics.c
[24/82] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/82] Compiling InternalCollectionsUtilities Integer rank.swift
[26/82] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/84] Emitting module Atomics
[28/84] Compiling _NIODataStructures _TinyArray.swift
[29/84] Compiling _NIODataStructures PriorityQueue.swift
[30/84] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[31/84] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/84] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/84] Compiling InternalCollectionsUtilities Debugging.swift
[34/84] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/84] Compiling InternalCollectionsUtilities Descriptions.swift
[36/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/84] Compiling _NIOBase64 Base64.swift
[40/84] Emitting module _NIOBase64
[41/84] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/84] Compiling InternalCollectionsUtilities Specialize.swift
[45/86] Emitting module InternalCollectionsUtilities
[46/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/87] Compiling InternalCollectionsUtilities UInt+reversed.swift
[49/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[53/87] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[65/87] Compiling Atomics IntegerOperations.swift
[66/87] Compiling Atomics Unmanaged extensions.swift
[69/89] Wrapping AST for _NIOBase64 for debugging
[71/89] Compiling c-atomics.c
[72/89] Wrapping AST for Atomics for debugging
[73/89] Wrapping AST for InternalCollectionsUtilities for debugging
[75/106] Compiling DequeModule _DequeBuffer.swift
[76/106] Compiling DequeModule _DequeBufferHeader.swift
[77/112] Compiling _NIODataStructures Heap.swift
[79/113] Compiling DequeModule Deque+Testing.swift
[80/113] Compiling DequeModule Deque._Storage.swift
[80/113] Wrapping AST for _NIODataStructures for debugging
[82/113] Compiling DequeModule Deque+Equatable.swift
[83/113] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/113] Compiling DequeModule Deque+Extras.swift
[85/113] Compiling DequeModule Deque+Hashable.swift
[86/113] Compiling DequeModule Deque+CustomReflectable.swift
[87/113] Compiling DequeModule Deque+Descriptions.swift
[88/113] Compiling DequeModule _DequeSlot.swift
[89/113] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/113] Compiling NIOConcurrencyHelpers lock.swift
[91/113] Emitting module NIOConcurrencyHelpers
[92/113] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/113] Compiling DequeModule Deque._UnsafeHandle.swift
[94/113] Compiling DequeModule Deque.swift
[95/113] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[96/113] Compiling NIOConcurrencyHelpers atomics.swift
[97/113] Compiling NIOConcurrencyHelpers NIOLock.swift
[99/114] Compiling DequeModule Deque+Codable.swift
[100/114] Compiling DequeModule Deque+Collection.swift
[100/114] Wrapping AST for NIOConcurrencyHelpers for debugging
[102/114] Emitting module DequeModule
[103/115] Wrapping AST for DequeModule for debugging
[105/174] Compiling NIOCore MarkedCircularBuffer.swift
[106/174] Compiling NIOCore MulticastChannel.swift
[107/174] Compiling NIOCore NIOAny.swift
[108/174] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/174] Compiling NIOCore NIOLoopBound.swift
[110/174] Compiling NIOCore NIOScheduledCallback.swift
[111/174] Compiling NIOCore NIOSendable.swift
[112/174] Compiling NIOCore RecvByteBufferAllocator.swift
[113/182] Compiling NIOCore GlobalSingletons.swift
[114/182] Compiling NIOCore IO.swift
[115/182] Compiling NIOCore IOData.swift
[116/182] Compiling NIOCore IPProtocol.swift
[117/182] Compiling NIOCore IntegerBitPacking.swift
[118/182] Compiling NIOCore IntegerTypes.swift
[119/182] Compiling NIOCore Interfaces.swift
[120/182] Compiling NIOCore Linux.swift
[121/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[122/182] Compiling NIOCore SocketAddresses.swift
[123/182] Compiling NIOCore SocketOptionProvider.swift
[124/182] Compiling NIOCore SystemCallHelpers.swift
[125/182] Compiling NIOCore TimeAmount+Duration.swift
[126/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/182] Compiling NIOCore UniversalBootstrapSupport.swift
[128/182] Compiling NIOCore Utilities.swift
[129/182] Compiling NIOCore EventLoop.swift
[130/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[131/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[132/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[133/182] Compiling NIOCore EventLoopFuture.swift
[134/182] Compiling NIOCore FileDescriptor.swift
[135/182] Compiling NIOCore FileHandle.swift
[136/182] Compiling NIOCore FileRegion.swift
[137/182] Compiling NIOCore ChannelPipeline.swift
[138/182] Compiling NIOCore CircularBuffer.swift
[139/182] Compiling NIOCore Codec.swift
[140/182] Compiling NIOCore ConvenienceOptionSupport.swift
[141/182] Compiling NIOCore DeadChannel.swift
[142/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/182] Compiling NIOCore EventLoop+Deprecated.swift
[144/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/182] Compiling NIOCore AddressedEnvelope.swift
[146/182] Compiling NIOCore AsyncAwaitSupport.swift
[147/182] Compiling NIOCore AsyncChannel.swift
[148/182] Compiling NIOCore AsyncChannelHandler.swift
[149/182] Compiling NIOCore AsyncChannelInboundStream.swift
[150/182] Compiling NIOCore AsyncChannelOutboundWriter.swift
[151/182] Compiling NIOCore NIOAsyncSequenceProducer.swift
[152/182] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[153/182] Compiling NIOCore NIOAsyncWriter.swift
[154/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[155/182] Compiling NIOCore BSDSocketAPI.swift
[156/182] Compiling NIOCore ByteBuffer-aux.swift
[157/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[158/182] Compiling NIOCore ByteBuffer-conversions.swift
[159/182] Compiling NIOCore ByteBuffer-core.swift
[160/182] Compiling NIOCore ByteBuffer-hex.swift
[161/182] Compiling NIOCore ByteBuffer-int.swift
[162/182] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[163/182] Compiling NIOCore ByteBuffer-multi-int.swift
[164/182] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[165/182] Compiling NIOCore ByteBuffer-views.swift
[166/182] Compiling NIOCore Channel.swift
[167/182] Compiling NIOCore ChannelHandler.swift
[168/182] Compiling NIOCore ChannelHandlers.swift
[169/182] Compiling NIOCore ChannelInvoker.swift
[170/182] Compiling NIOCore ChannelOption.swift
[171/182] Emitting module NIOCore
[172/183] Wrapping AST for NIOCore for debugging
[174/234] Emitting module NIOEmbedded
[175/234] Compiling NIOEmbedded AsyncTestingChannel.swift
[176/234] Compiling NIOEmbedded Embedded.swift
[177/234] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[178/235] Wrapping AST for NIOEmbedded for debugging
[180/235] Emitting module NIOPosix
[181/235] Compiling NIOPosix BSDSocketAPICommon.swift
[182/235] Compiling NIOPosix BSDSocketAPIPosix.swift
[183/235] Compiling NIOPosix BSDSocketAPIWindows.swift
[184/235] Compiling NIOPosix BaseSocket.swift
[185/235] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[186/235] Compiling NIOPosix BaseSocketChannel.swift
[187/235] Compiling NIOPosix BaseStreamSocketChannel.swift
[188/241] Compiling NIOPosix SelectableChannel.swift
[189/241] Compiling NIOPosix SelectableEventLoop.swift
[190/241] Compiling NIOPosix SelectorEpoll.swift
[191/241] Compiling NIOPosix SelectorGeneric.swift
[192/241] Compiling NIOPosix SelectorKqueue.swift
[193/241] Compiling NIOPosix SelectorUring.swift
[194/241] Compiling NIOPosix PooledRecvBufferAllocator.swift
[195/241] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[196/241] Compiling NIOPosix PosixSingletons.swift
[197/241] Compiling NIOPosix RawSocketBootstrap.swift
[198/241] Compiling NIOPosix Resolver.swift
[199/241] Compiling NIOPosix Selectable.swift
[200/241] Compiling NIOPosix ServerSocket.swift
[201/241] Compiling NIOPosix Socket.swift
[202/241] Compiling NIOPosix SocketChannel.swift
[203/241] Compiling NIOPosix SocketProtocols.swift
[204/241] Compiling NIOPosix System.swift
[205/241] Compiling NIOPosix Thread.swift
[206/241] Compiling NIOPosix ThreadPosix.swift
[207/241] Compiling NIOPosix ThreadWindows.swift
[208/241] Compiling NIOPosix UnsafeTransfer.swift
[209/241] Compiling NIOPosix Utilities.swift
[210/241] Compiling NIOPosix VsockAddress.swift
[211/241] Compiling NIOPosix VsockChannelEvents.swift
[212/241] Compiling NIOPosix IO.swift
[213/241] Compiling NIOPosix IntegerBitPacking.swift
[214/241] Compiling NIOPosix IntegerTypes.swift
[215/241] Compiling NIOPosix Linux.swift
[216/241] Compiling NIOPosix LinuxCPUSet.swift
[217/241] Compiling NIOPosix LinuxUring.swift
[218/241] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[219/241] Compiling NIOPosix Bootstrap.swift
[220/241] Compiling NIOPosix ControlMessage.swift
[221/241] Compiling NIOPosix DatagramVectorReadManager.swift
[222/241] Compiling NIOPosix Errors+Any.swift
[223/241] Compiling NIOPosix FileDescriptor.swift
[224/241] Compiling NIOPosix GetaddrinfoResolver.swift
[225/241] Compiling NIOPosix HappyEyeballs.swift
[226/241] Compiling NIOPosix NIOThreadPool.swift
[227/241] Compiling NIOPosix NonBlockingFileIO.swift
[228/241] Compiling NIOPosix PendingDatagramWritesManager.swift
[229/241] Compiling NIOPosix PendingWritesManager.swift
[230/241] Compiling NIOPosix PipeChannel.swift
[231/241] Compiling NIOPosix PipePair.swift
[232/241] Compiling NIOPosix Pool.swift
[233/242] Wrapping AST for NIOPosix for debugging
[235/244] Emitting module NIO
[236/244] Compiling NIO Exports.swift
[237/245] Wrapping AST for NIO for debugging
[239/274] Emitting module OSCCore
[240/277] Compiling OSCCore OSCTimeTag.swift
[241/277] Compiling OSCCore RGBA.swift
[242/277] Compiling OSCCore TypeTagValues.swift
[243/277] Compiling OSCCore Array+OSCMessageArgument.swift
[244/277] Compiling OSCCore Bool+OSCConvertible.swift
[245/277] Compiling OSCCore Byte.swift
[246/277] Compiling OSCCore Character+OSCConvertible.swift
[247/277] Compiling OSCCore MIDI.swift
[248/277] Compiling OSCCore OSCBundle.swift
[249/277] Compiling OSCCore OSCMessage.swift
[250/277] Compiling OSCCore OSCSymbol.swift
[251/277] Compiling OSCCore OSCBundle+MessageEventHandler.swift
[252/277] Compiling OSCCore events.swift
[253/277] Compiling OSCCore matcher.swift
[254/277] Compiling OSCCore OSCPacketReader.swift
[255/277] Compiling OSCCore MIDI+OSCMessageArgument.swift
[256/277] Compiling OSCCore OSCBundle+OSCConvertible.swift
[257/277] Compiling OSCCore OSCConvertible.swift
[258/277] Compiling OSCCore OSCMessage+OSCConvertible.swift
[259/277] Compiling OSCCore String+OSCMessageArgument.swift
[260/277] Compiling OSCCore alignment.swift
[261/277] Compiling OSCCore extract.swift
[262/277] Compiling OSCCore BasicMessageDispatcher.swift
[263/277] Compiling OSCCore OSCMessageArgument.swift
[264/277] Compiling OSCCore OSCSymbol+OSCMessageArgument.swift
[265/277] Compiling OSCCore OSCTimeTag+OSCMessageArgument.swift
[266/277] Compiling OSCCore RGBA+OSCMessageArgument.swift
[267/277] Compiling OSCCore Data+OSCMessageArgument.swift
[268/277] Compiling OSCCore Double+OSCMessageArgument.swift
[269/277] Compiling OSCCore Float+OSCMessageArgument.swift
[270/277] Compiling OSCCore Int+OSCMessageArgument.swift
[271/278] Wrapping AST for OSCCore for debugging
[273/282] Compiling BasicListener main.swift
/host/spi-builder-workspace/Examples/BasicListener/main.swift:53:39: warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
51 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
52 |     .channelInitializer { channel in
53 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
   |                                       `- warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
54 |     }
55 |
/host/spi-builder-workspace/Source/OSCCore/nio/OSCPacketReader.swift:10:20: note: class 'OSCPacketReader' does not conform to the 'Sendable' protocol
 8 | import NIO
 9 |
10 | public final class OSCPacketReader: ChannelInboundHandler {
   |                    `- note: class 'OSCPacketReader' does not conform to the 'Sendable' protocol
11 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
12 |     public typealias InboundOut = OSCConvertible
/host/spi-builder-workspace/Examples/BasicListener/main.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSCCore'
 1 | import Foundation
 2 | import OSCCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSCCore'
 3 | import NIO
 4 |
/host/spi-builder-workspace/Examples/BasicListener/main.swift:53:58: warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
26 |
27 |
28 | private final class OSCDebugHandler: ChannelInboundHandler {
   |                     `- note: class 'OSCDebugHandler' does not conform to the 'Sendable' protocol
29 |     typealias InboundIn = OSCConvertible
30 |
   :
51 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
52 |     .channelInitializer { channel in
53 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
   |                                                          `- warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
54 |     }
55 |
[274/282] Emitting module BasicListener
/host/spi-builder-workspace/Examples/BasicListener/main.swift:53:39: warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
51 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
52 |     .channelInitializer { channel in
53 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
   |                                       `- warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
54 |     }
55 |
/host/spi-builder-workspace/Source/OSCCore/nio/OSCPacketReader.swift:10:20: note: class 'OSCPacketReader' does not conform to the 'Sendable' protocol
 8 | import NIO
 9 |
10 | public final class OSCPacketReader: ChannelInboundHandler {
   |                    `- note: class 'OSCPacketReader' does not conform to the 'Sendable' protocol
11 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
12 |     public typealias InboundOut = OSCConvertible
/host/spi-builder-workspace/Examples/BasicListener/main.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSCCore'
 1 | import Foundation
 2 | import OSCCore
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSCCore'
 3 | import NIO
 4 |
/host/spi-builder-workspace/Examples/BasicListener/main.swift:53:58: warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
26 |
27 |
28 | private final class OSCDebugHandler: ChannelInboundHandler {
   |                     `- note: class 'OSCDebugHandler' does not conform to the 'Sendable' protocol
29 |     typealias InboundIn = OSCConvertible
30 |
   :
51 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
52 |     .channelInitializer { channel in
53 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
   |                                                          `- warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
54 |     }
55 |
[275/282] Emitting module SoundColliderClient
/host/spi-builder-workspace/Examples/SoundColliderClient/main.swift:70:39: warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
 68 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
 69 |     .channelInitializer { channel in
 70 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
    |                                       `- warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
 71 | }
 72 | defer {
/host/spi-builder-workspace/Source/OSCCore/nio/OSCPacketReader.swift:10:20: note: class 'OSCPacketReader' does not conform to the 'Sendable' protocol
 8 | import NIO
 9 |
10 | public final class OSCPacketReader: ChannelInboundHandler {
   |                    `- note: class 'OSCPacketReader' does not conform to the 'Sendable' protocol
11 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
12 |     public typealias InboundOut = OSCConvertible
/host/spi-builder-workspace/Examples/SoundColliderClient/main.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSCCore'
  1 | import OSCCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSCCore'
  2 | import NIO
  3 |
/host/spi-builder-workspace/Examples/SoundColliderClient/main.swift:70:58: warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
 34 |
 35 |
 36 | private final class OSCDebugHandler: ChannelInboundHandler {
    |                     `- note: class 'OSCDebugHandler' does not conform to the 'Sendable' protocol
 37 |     typealias InboundIn = OSCConvertible
 38 |
    :
 68 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
 69 |     .channelInitializer { channel in
 70 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
    |                                                          `- warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
 71 | }
 72 | defer {
[276/282] Compiling SoundColliderClient main.swift
/host/spi-builder-workspace/Examples/SoundColliderClient/main.swift:70:39: warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
 68 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
 69 |     .channelInitializer { channel in
 70 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
    |                                       `- warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
 71 | }
 72 | defer {
/host/spi-builder-workspace/Source/OSCCore/nio/OSCPacketReader.swift:10:20: note: class 'OSCPacketReader' does not conform to the 'Sendable' protocol
 8 | import NIO
 9 |
10 | public final class OSCPacketReader: ChannelInboundHandler {
   |                    `- note: class 'OSCPacketReader' does not conform to the 'Sendable' protocol
11 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
12 |     public typealias InboundOut = OSCConvertible
/host/spi-builder-workspace/Examples/SoundColliderClient/main.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSCCore'
  1 | import OSCCore
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSCCore'
  2 | import NIO
  3 |
/host/spi-builder-workspace/Examples/SoundColliderClient/main.swift:70:58: warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
 34 |
 35 |
 36 | private final class OSCDebugHandler: ChannelInboundHandler {
    |                     `- note: class 'OSCDebugHandler' does not conform to the 'Sendable' protocol
 37 |     typealias InboundIn = OSCConvertible
 38 |
    :
 68 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
 69 |     .channelInitializer { channel in
 70 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
    |                                                          `- warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
 71 | }
 72 | defer {
[278/284] Wrapping AST for BasicListener for debugging
[279/284] Wrapping AST for SoundColliderClient for debugging
[280/284] Write Objects.LinkFileList
[282/284] Linking SoundColliderClient
[283/284] Linking BasicListener
Build complete! (52.37s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    }
  ],
  "manifest_display_name" : "OSCCore",
  "name" : "OSCCore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OSCCore",
      "targets" : [
        "OSCCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BasicListener",
      "targets" : [
        "BasicListener"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SoundColliderClient",
      "targets" : [
        "SoundColliderClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SoundColliderClient",
      "module_type" : "SwiftTarget",
      "name" : "SoundColliderClient",
      "path" : "Examples/SoundColliderClient",
      "product_memberships" : [
        "SoundColliderClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OSCCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCCoreTests",
      "path" : "Tests/OSCCoreTests",
      "sources" : [
        "AddressMatcherTests.swift",
        "DispatcherTests.swift",
        "OSCBundleTests.swift",
        "OSCMessageTests.swift",
        "OSCTimeTagTests.swift",
        "ValueConversionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCCore",
      "module_type" : "SwiftTarget",
      "name" : "OSCCore",
      "path" : "Source/OSCCore",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "OSCCore",
        "BasicListener",
        "SoundColliderClient"
      ],
      "sources" : [
        "conversion/Array+OSCMessageArgument.swift",
        "conversion/Bool+OSCConvertible.swift",
        "conversion/Byte.swift",
        "conversion/Character+OSCConvertible.swift",
        "conversion/Data+OSCMessageArgument.swift",
        "conversion/Double+OSCMessageArgument.swift",
        "conversion/Float+OSCMessageArgument.swift",
        "conversion/Int+OSCMessageArgument.swift",
        "conversion/MIDI+OSCMessageArgument.swift",
        "conversion/OSCBundle+OSCConvertible.swift",
        "conversion/OSCConvertible.swift",
        "conversion/OSCMessage+OSCConvertible.swift",
        "conversion/OSCMessageArgument.swift",
        "conversion/OSCSymbol+OSCMessageArgument.swift",
        "conversion/OSCTimeTag+OSCMessageArgument.swift",
        "conversion/RGBA+OSCMessageArgument.swift",
        "conversion/String+OSCMessageArgument.swift",
        "conversion/alignment.swift",
        "conversion/extract.swift",
        "dispatch/BasicMessageDispatcher.swift",
        "dispatch/OSCBundle+MessageEventHandler.swift",
        "dispatch/events.swift",
        "dispatch/matcher.swift",
        "nio/OSCPacketReader.swift",
        "types/MIDI.swift",
        "types/OSCBundle.swift",
        "types/OSCMessage.swift",
        "types/OSCSymbol.swift",
        "types/OSCTimeTag.swift",
        "types/RGBA.swift",
        "types/TypeTagValues.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicListener",
      "module_type" : "SwiftTarget",
      "name" : "BasicListener",
      "path" : "Examples/BasicListener",
      "product_memberships" : [
        "BasicListener"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.