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 0.11.1 (b8119a), with Swift 6.1 for Linux on 26 Apr 2025 22:09:26 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 0.11.1
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
 * tag               0.11.1     -> FETCH_HEAD
HEAD is now at b8119a0 Upgrade Swift toolchain version
Cloned https://github.com/segabor/osccore.git
Revision (git rev-parse @):
b8119a02adfe177005378a15d2a333042936d9bb
SUCCESS checkout https://github.com/segabor/osccore.git at 0.11.1
========================================
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
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSCCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCCoreTests",
      "path" : "Tests/OSCCoreTests",
      "sources" : [
        "AddressMatcherTests.swift",
        "DispatcherTests.swift",
        "OSCBundleTests.swift",
        "OSCMessageTests.swift",
        "OSCTimeTagTests.swift",
        "ValueConversionTests.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCCore",
      "module_type" : "SwiftTarget",
      "name" : "OSCCore",
      "path" : "Source/OSCCore",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "OSCCore",
        "BasicListener"
      ],
      "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",
        "conversion/helpers.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" : "Source/BasicListener",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "BasicListener"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.25s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (4.94s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[2/6058] Fetching swift-system, swift-atomics
[6042/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
[3492/17947] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.36s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.65s)
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-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-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/36] Write sources
[10/36] Compiling CNIOWindows shim.c
[11/36] Compiling _AtomicsShims.c
[12/36] Compiling CNIOWindows WSAStartup.c
[13/36] Write sources
[15/36] Compiling CNIODarwin shim.c
[16/36] Compiling CNIOLinux liburing_shims.c
[17/36] Compiling CNIOLinux shim.c
[18/36] Compiling CNIOWASI CNIOWASI.c
[19/36] Write swift-version-24593BA9C3E375BF.txt
[21/78] Emitting module InternalCollectionsUtilities
[21/80] Compiling c-nioatomics.c
[22/80] Compiling c-atomics.c
[24/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/86] Emitting module _NIOBase64
[27/86] Compiling _NIOBase64 Base64.swift
[29/87] Compiling _NIODataStructures PriorityQueue.swift
[30/87] Compiling _NIODataStructures _TinyArray.swift
[31/87] Emitting module Atomics
[34/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[35/87] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[36/87] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[40/89] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/89] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/89] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/89] Compiling InternalCollectionsUtilities Integer rank.swift
[44/89] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[46/89] Compiling InternalCollectionsUtilities Specialize.swift
[47/89] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/89] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/89] Compiling InternalCollectionsUtilities _SortedCollection.swift
[50/89] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[51/89] Compiling InternalCollectionsUtilities Debugging.swift
[52/89] Compiling InternalCollectionsUtilities Descriptions.swift
[65/90] Wrapping AST for _NIOBase64 for debugging
[67/90] Wrapping AST for InternalCollectionsUtilities for debugging
[69/105] Compiling Atomics IntegerOperations.swift
[70/105] Compiling Atomics Unmanaged extensions.swift
[72/106] Compiling DequeModule Deque+CustomReflectable.swift
[73/106] Compiling DequeModule Deque+Descriptions.swift
[74/108] Compiling DequeModule _DequeBuffer.swift
[75/108] Compiling DequeModule _DequeBufferHeader.swift
[76/108] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[77/108] Emitting module NIOConcurrencyHelpers
[78/108] Emitting module _NIODataStructures
[79/108] Compiling _NIODataStructures Heap.swift
[80/108] Compiling NIOConcurrencyHelpers lock.swift
[81/108] Compiling NIOConcurrencyHelpers NIOLock.swift
[82/108] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[83/108] Compiling NIOConcurrencyHelpers atomics.swift
[83/109] Wrapping AST for Atomics for debugging
[87/110] Compiling DequeModule _DequeSlot.swift
[88/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/110] Wrapping AST for NIOConcurrencyHelpers for debugging
[89/110] Wrapping AST for _NIODataStructures for debugging
[91/110] Compiling DequeModule Deque+Testing.swift
[92/110] Compiling DequeModule Deque._Storage.swift
[93/110] Compiling DequeModule Deque+Equatable.swift
[94/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/110] Compiling DequeModule Deque+Extras.swift
[96/110] Compiling DequeModule Deque+Hashable.swift
[97/110] Compiling DequeModule Deque._UnsafeHandle.swift
[98/110] Compiling DequeModule Deque.swift
[99/110] Compiling DequeModule Deque+Codable.swift
[100/110] Compiling DequeModule Deque+Collection.swift
[101/110] Emitting module DequeModule
[102/111] Wrapping AST for DequeModule for debugging
[104/170] Compiling NIOCore AddressedEnvelope.swift
[105/170] Compiling NIOCore AsyncAwaitSupport.swift
[106/170] Compiling NIOCore AsyncChannel.swift
[107/170] Compiling NIOCore AsyncChannelHandler.swift
[108/170] Compiling NIOCore AsyncChannelInboundStream.swift
[109/170] Compiling NIOCore AsyncChannelOutboundWriter.swift
[110/170] Compiling NIOCore NIOAsyncSequenceProducer.swift
[111/170] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[112/170] Compiling NIOCore NIOAsyncWriter.swift
[113/178] Compiling NIOCore ChannelPipeline.swift
[114/178] Compiling NIOCore CircularBuffer.swift
[115/178] Compiling NIOCore Codec.swift
[116/178] Compiling NIOCore ConvenienceOptionSupport.swift
[117/178] Compiling NIOCore DeadChannel.swift
[118/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[119/178] Compiling NIOCore EventLoop+Deprecated.swift
[120/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[121/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[122/178] Compiling NIOCore BSDSocketAPI.swift
[123/178] Compiling NIOCore ByteBuffer-aux.swift
[124/178] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[125/178] Compiling NIOCore ByteBuffer-conversions.swift
[126/178] Compiling NIOCore ByteBuffer-core.swift
[127/178] Compiling NIOCore ByteBuffer-hex.swift
[128/178] Compiling NIOCore ByteBuffer-int.swift
[129/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[130/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/178] Compiling NIOCore SocketAddresses.swift
[132/178] Compiling NIOCore SocketOptionProvider.swift
[133/178] Compiling NIOCore SystemCallHelpers.swift
[134/178] Compiling NIOCore TimeAmount+Duration.swift
[135/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/178] Compiling NIOCore UniversalBootstrapSupport.swift
[137/178] Compiling NIOCore Utilities.swift
[138/178] Compiling NIOCore MarkedCircularBuffer.swift
[139/178] Compiling NIOCore MulticastChannel.swift
[140/178] Compiling NIOCore NIOAny.swift
[141/178] Compiling NIOCore NIOCloseOnErrorHandler.swift
[142/178] Compiling NIOCore NIOLoopBound.swift
[143/178] Compiling NIOCore NIOScheduledCallback.swift
[144/178] Compiling NIOCore NIOSendable.swift
[145/178] Compiling NIOCore RecvByteBufferAllocator.swift
[146/178] Compiling NIOCore EventLoop.swift
[147/178] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[148/178] Compiling NIOCore EventLoopFuture+Deprecated.swift
[149/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[150/178] Compiling NIOCore EventLoopFuture.swift
[151/178] Compiling NIOCore FileDescriptor.swift
[152/178] Compiling NIOCore FileHandle.swift
[153/178] Compiling NIOCore FileRegion.swift
[154/178] Compiling NIOCore GlobalSingletons.swift
[155/178] Compiling NIOCore IO.swift
[156/178] Compiling NIOCore IOData.swift
[157/178] Compiling NIOCore IPProtocol.swift
[158/178] Compiling NIOCore IntegerBitPacking.swift
[159/178] Compiling NIOCore IntegerTypes.swift
[160/178] Compiling NIOCore Interfaces.swift
[161/178] Compiling NIOCore Linux.swift
[162/178] Compiling NIOCore ByteBuffer-multi-int.swift
[163/178] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[164/178] Compiling NIOCore ByteBuffer-views.swift
[165/178] Compiling NIOCore Channel.swift
[166/178] Compiling NIOCore ChannelHandler.swift
[167/178] Compiling NIOCore ChannelHandlers.swift
[168/178] Compiling NIOCore ChannelInvoker.swift
[169/178] Compiling NIOCore ChannelOption.swift
[170/178] Emitting module NIOCore
[171/179] Wrapping AST for NIOCore for debugging
[173/230] Compiling NIOEmbedded Embedded.swift
[174/230] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[175/230] Compiling NIOEmbedded AsyncTestingChannel.swift
[176/230] Emitting module NIOEmbedded
[177/231] Wrapping AST for NIOEmbedded for debugging
[179/231] Emitting module NIOPosix
[180/237] Compiling NIOPosix BSDSocketAPICommon.swift
[181/237] Compiling NIOPosix BSDSocketAPIPosix.swift
[182/237] Compiling NIOPosix BSDSocketAPIWindows.swift
[183/237] Compiling NIOPosix BaseSocket.swift
[184/237] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[185/237] Compiling NIOPosix BaseSocketChannel.swift
[186/237] Compiling NIOPosix BaseStreamSocketChannel.swift
[187/237] Compiling NIOPosix ThreadPosix.swift
[188/237] Compiling NIOPosix ThreadWindows.swift
[189/237] Compiling NIOPosix UnsafeTransfer.swift
[190/237] Compiling NIOPosix Utilities.swift
[191/237] Compiling NIOPosix VsockAddress.swift
[192/237] Compiling NIOPosix VsockChannelEvents.swift
[193/237] Compiling NIOPosix PooledRecvBufferAllocator.swift
[194/237] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[195/237] Compiling NIOPosix PosixSingletons.swift
[196/237] Compiling NIOPosix RawSocketBootstrap.swift
[197/237] Compiling NIOPosix Resolver.swift
[198/237] Compiling NIOPosix Selectable.swift
[199/237] Compiling NIOPosix SelectableChannel.swift
[200/237] Compiling NIOPosix SelectableEventLoop.swift
[201/237] Compiling NIOPosix SelectorEpoll.swift
[202/237] Compiling NIOPosix SelectorGeneric.swift
[203/237] Compiling NIOPosix SelectorKqueue.swift
[204/237] Compiling NIOPosix SelectorUring.swift
[205/237] Compiling NIOPosix IO.swift
[206/237] Compiling NIOPosix IntegerBitPacking.swift
[207/237] Compiling NIOPosix IntegerTypes.swift
[208/237] Compiling NIOPosix Linux.swift
[209/237] Compiling NIOPosix LinuxCPUSet.swift
[210/237] Compiling NIOPosix LinuxUring.swift
[211/237] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[212/237] Compiling NIOPosix Bootstrap.swift
[213/237] Compiling NIOPosix ControlMessage.swift
[214/237] Compiling NIOPosix DatagramVectorReadManager.swift
[215/237] Compiling NIOPosix Errors+Any.swift
[216/237] Compiling NIOPosix FileDescriptor.swift
[217/237] Compiling NIOPosix GetaddrinfoResolver.swift
[218/237] Compiling NIOPosix HappyEyeballs.swift
[219/237] Compiling NIOPosix ServerSocket.swift
[220/237] Compiling NIOPosix Socket.swift
[221/237] Compiling NIOPosix SocketChannel.swift
[222/237] Compiling NIOPosix SocketProtocols.swift
[223/237] Compiling NIOPosix System.swift
[224/237] Compiling NIOPosix Thread.swift
[225/237] Compiling NIOPosix NIOThreadPool.swift
[226/237] Compiling NIOPosix NonBlockingFileIO.swift
[227/237] Compiling NIOPosix PendingDatagramWritesManager.swift
[228/237] Compiling NIOPosix PendingWritesManager.swift
[229/237] Compiling NIOPosix PipeChannel.swift
[230/237] Compiling NIOPosix PipePair.swift
[231/237] Compiling NIOPosix Pool.swift
[232/238] Wrapping AST for NIOPosix for debugging
[234/240] Compiling NIO Exports.swift
[235/240] Emitting module NIO
[236/241] Wrapping AST for NIO for debugging
[238/270] Compiling OSCCore OSCPacketReader.swift
[239/270] Compiling OSCCore MIDI.swift
[240/270] Compiling OSCCore OSCBundle.swift
[241/270] Compiling OSCCore OSCMessage.swift
[242/274] Compiling OSCCore BasicMessageDispatcher.swift
[243/274] Compiling OSCCore OSCBundle+MessageEventHandler.swift
[244/274] Compiling OSCCore events.swift
[245/274] Compiling OSCCore matcher.swift
[246/274] Compiling OSCCore String+OSCMessageArgument.swift
[247/274] Compiling OSCCore alignment.swift
[248/274] Compiling OSCCore extract.swift
[249/274] Compiling OSCCore helpers.swift
[250/274] Compiling OSCCore MIDI+OSCMessageArgument.swift
[251/274] Compiling OSCCore OSCBundle+OSCConvertible.swift
[252/274] Compiling OSCCore OSCConvertible.swift
[253/274] Compiling OSCCore OSCMessage+OSCConvertible.swift
[254/274] Compiling OSCCore Array+OSCMessageArgument.swift
[255/274] Compiling OSCCore Bool+OSCConvertible.swift
[256/274] Compiling OSCCore Byte.swift
[257/274] Compiling OSCCore Character+OSCConvertible.swift
[258/274] Emitting module OSCCore
[259/274] Compiling OSCCore Data+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
[260/274] Compiling OSCCore Double+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
[261/274] Compiling OSCCore Float+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
[262/274] Compiling OSCCore Int+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
[263/274] Compiling OSCCore OSCSymbol.swift
[264/274] Compiling OSCCore OSCTimeTag.swift
[265/274] Compiling OSCCore RGBA.swift
[266/274] Compiling OSCCore TypeTagValues.swift
[267/274] Compiling OSCCore OSCMessageArgument.swift
[268/274] Compiling OSCCore OSCSymbol+OSCMessageArgument.swift
[269/274] Compiling OSCCore OSCTimeTag+OSCMessageArgument.swift
[270/274] Compiling OSCCore RGBA+OSCMessageArgument.swift
[271/275] Wrapping AST for OSCCore for debugging
[273/277] Emitting module BasicListener
/host/spi-builder-workspace/Source/BasicListener/main.swift:50:39: warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
48 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
49 |     .channelInitializer { channel in
50 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
   |                                       `- warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
51 |     }
52 |
/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/Source/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/Source/BasicListener/main.swift:50:58: warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
24 | }
25 |
26 | private final class OSCDebugHandler: ChannelInboundHandler {
   |                     `- note: class 'OSCDebugHandler' does not conform to the 'Sendable' protocol
27 |     typealias InboundIn = OSCConvertible
28 |
   :
48 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
49 |     .channelInitializer { channel in
50 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
   |                                                          `- warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
51 |     }
52 |
[274/277] Compiling BasicListener main.swift
/host/spi-builder-workspace/Source/BasicListener/main.swift:50:39: warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
48 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
49 |     .channelInitializer { channel in
50 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
   |                                       `- warning: type 'OSCPacketReader' does not conform to the 'Sendable' protocol
51 |     }
52 |
/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/Source/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/Source/BasicListener/main.swift:50:58: warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
24 | }
25 |
26 | private final class OSCDebugHandler: ChannelInboundHandler {
   |                     `- note: class 'OSCDebugHandler' does not conform to the 'Sendable' protocol
27 |     typealias InboundIn = OSCConvertible
28 |
   :
48 |     .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
49 |     .channelInitializer { channel in
50 |         channel.pipeline.addHandlers([OSCPacketReader(), OSCDebugHandler()])
   |                                                          `- warning: type 'OSCDebugHandler' does not conform to the 'Sendable' protocol
51 |     }
52 |
[275/278] Wrapping AST for BasicListener for debugging
[276/278] Write Objects.LinkFileList
[277/278] Linking BasicListener
Build complete! (50.57s)
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
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSCCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCCoreTests",
      "path" : "Tests/OSCCoreTests",
      "sources" : [
        "AddressMatcherTests.swift",
        "DispatcherTests.swift",
        "OSCBundleTests.swift",
        "OSCMessageTests.swift",
        "OSCTimeTagTests.swift",
        "ValueConversionTests.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCCore",
      "module_type" : "SwiftTarget",
      "name" : "OSCCore",
      "path" : "Source/OSCCore",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "OSCCore",
        "BasicListener"
      ],
      "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",
        "conversion/helpers.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" : "Source/BasicListener",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "BasicListener"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
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.