Build Information
Successful build of OSCCore, reference master (3c0f84
), with Swift 6.1 for Android on 28 May 2025 05:52:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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: android
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (11.52s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (14.56s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
[8540/22692] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (2.63s)
Fetched https://github.com/apple/swift-system.git from cache (2.63s)
Fetched https://github.com/apple/swift-collections.git from cache (2.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.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.2.0
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-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 CNIODarwin shim.c
[12/40] Compiling CNIOWindows WSAStartup.c
[13/40] Compiling _AtomicsShims.c
[13/40] Write sources
[16/40] Compiling CNIOWASI CNIOWASI.c
[17/40] Compiling CNIOWindows shim.c
[18/40] Compiling CNIOLinux liburing_shims.c
[19/40] Compiling CNIOLinux shim.c
[20/40] Write swift-version-24593BA9C3E375BF.txt
[22/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/80] Compiling InternalCollectionsUtilities Descriptions.swift
[24/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/80] Compiling _NIOBase64 Base64.swift
[26/80] Emitting module _NIOBase64
[27/80] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/80] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/80] Compiling _NIODataStructures _TinyArray.swift
[32/80] Compiling _NIODataStructures PriorityQueue.swift
[32/80] Compiling c-atomics.c
[37/81] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[38/81] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/81] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[43/83] Compiling InternalCollectionsUtilities Debugging.swift
[44/83] Compiling Atomics ManagedAtomic.swift
[45/83] Compiling Atomics ManagedAtomicLazyReference.swift
[46/83] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/83] Compiling InternalCollectionsUtilities Integer rank.swift
[50/83] Compiling Atomics DoubleWord.swift
[55/83] Emitting module InternalCollectionsUtilities
[56/83] Emitting module _NIODataStructures
[57/83] Compiling _NIODataStructures Heap.swift
[59/84] Compiling Atomics IntegerConformances.swift
[60/84] Compiling Atomics PointerConformances.swift
[61/84] Compiling Atomics Primitives.native.swift
[62/84] Emitting module Atomics
[62/84] Compiling c-nioatomics.c
[65/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/91] Wrapping AST for _NIOBase64 for debugging
[66/91] Wrapping AST for _NIODataStructures for debugging
[68/91] Compiling Atomics IntegerOperations.swift
[69/91] Compiling Atomics Unmanaged extensions.swift
[72/92] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[72/92] Wrapping AST for InternalCollectionsUtilities for debugging
[73/105] Wrapping AST for Atomics for debugging
[75/107] Compiling DequeModule Deque+CustomReflectable.swift
[76/107] Compiling DequeModule Deque+Descriptions.swift
[77/107] Compiling DequeModule _DequeBuffer.swift
[78/107] Compiling DequeModule _DequeBufferHeader.swift
[79/109] Emitting module NIOConcurrencyHelpers
[80/109] Compiling NIOConcurrencyHelpers lock.swift
[81/109] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/109] Compiling NIOConcurrencyHelpers atomics.swift
[84/110] Compiling DequeModule Deque+Equatable.swift
[85/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/110] Compiling DequeModule Deque+Extras.swift
[87/110] Compiling DequeModule Deque+Hashable.swift
[89/110] Compiling DequeModule _DequeSlot.swift
[90/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/110] Compiling DequeModule Deque+Testing.swift
[92/110] Compiling DequeModule Deque._Storage.swift
[93/110] Compiling DequeModule Deque._UnsafeHandle.swift
[94/110] Compiling DequeModule Deque.swift
[95/110] Compiling DequeModule Deque+Codable.swift
[96/110] Compiling DequeModule Deque+Collection.swift
[97/110] Emitting module DequeModule
[98/111] Wrapping AST for NIOConcurrencyHelpers for debugging
[99/111] Wrapping AST for DequeModule for debugging
[101/171] Compiling NIOCore CircularBuffer.swift
[102/171] Compiling NIOCore Codec.swift
[103/171] Compiling NIOCore ConvenienceOptionSupport.swift
[104/171] Compiling NIOCore DeadChannel.swift
[105/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[106/171] Compiling NIOCore EventLoop+Deprecated.swift
[107/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[108/171] Compiling NIOCore EventLoop.swift
[109/179] Compiling NIOCore MulticastChannel.swift
[110/179] Compiling NIOCore NIOAny.swift
[111/179] Compiling NIOCore NIOCloseOnErrorHandler.swift
[112/179] Compiling NIOCore NIOLoopBound.swift
[113/179] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[114/179] Compiling NIOCore NIOScheduledCallback.swift
[115/179] Compiling NIOCore NIOSendable.swift
[116/179] Compiling NIOCore RecvByteBufferAllocator.swift
[117/179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[118/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[119/179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[120/179] Compiling NIOCore EventLoopFuture.swift
[121/179] Compiling NIOCore FileDescriptor.swift
[122/179] Compiling NIOCore FileHandle.swift
[123/179] Compiling NIOCore FileRegion.swift
[124/179] Compiling NIOCore GlobalSingletons.swift
[125/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[126/179] Compiling NIOCore SocketAddresses.swift
[127/179] Compiling NIOCore SocketOptionProvider.swift
[128/179] Compiling NIOCore SystemCallHelpers.swift
[129/179] Compiling NIOCore TimeAmount+Duration.swift
[130/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[131/179] Compiling NIOCore UniversalBootstrapSupport.swift
[132/179] Compiling NIOCore Utilities.swift
[133/179] Emitting module NIOCore
[134/179] Compiling NIOCore AddressedEnvelope.swift
[135/179] Compiling NIOCore AsyncAwaitSupport.swift
[136/179] Compiling NIOCore AsyncChannel.swift
[137/179] Compiling NIOCore AsyncChannelHandler.swift
[138/179] Compiling NIOCore AsyncChannelInboundStream.swift
[139/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/179] Compiling NIOCore NIOAsyncWriter.swift
[143/179] Compiling NIOCore IO.swift
[144/179] Compiling NIOCore IOData.swift
[145/179] Compiling NIOCore IPProtocol.swift
[146/179] Compiling NIOCore IntegerBitPacking.swift
[147/179] Compiling NIOCore IntegerTypes.swift
[148/179] Compiling NIOCore Interfaces.swift
[149/179] Compiling NIOCore Linux.swift
[150/179] Compiling NIOCore MarkedCircularBuffer.swift
[151/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/179] Compiling NIOCore BSDSocketAPI.swift
[153/179] Compiling NIOCore ByteBuffer-aux.swift
[154/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[155/179] Compiling NIOCore ByteBuffer-conversions.swift
[156/179] Compiling NIOCore ByteBuffer-core.swift
[157/179] Compiling NIOCore ByteBuffer-hex.swift
[158/179] Compiling NIOCore ByteBuffer-int.swift
[159/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[160/179] Compiling NIOCore ByteBuffer-multi-int.swift
[161/179] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[162/179] Compiling NIOCore ByteBuffer-views.swift
[163/179] Compiling NIOCore Channel.swift
[164/179] Compiling NIOCore ChannelHandler.swift
[165/179] Compiling NIOCore ChannelHandlers.swift
[166/179] Compiling NIOCore ChannelInvoker.swift
[167/179] Compiling NIOCore ChannelOption.swift
[168/179] Compiling NIOCore ChannelPipeline.swift
[169/180] Wrapping AST for NIOCore for debugging
[171/230] Emitting module NIOPosix
[172/236] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[173/236] Emitting module NIOEmbedded
[174/236] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/236] Compiling NIOEmbedded Embedded.swift
[177/237] Compiling NIOPosix ThreadPosix.swift
[178/237] Compiling NIOPosix ThreadWindows.swift
[179/237] Compiling NIOPosix UnsafeTransfer.swift
[180/237] Compiling NIOPosix Utilities.swift
[181/237] Compiling NIOPosix VsockAddress.swift
[182/237] Compiling NIOPosix VsockChannelEvents.swift
[182/237] Wrapping AST for NIOEmbedded for debugging
[184/237] Compiling NIOPosix ServerSocket.swift
[185/237] Compiling NIOPosix Socket.swift
[186/237] Compiling NIOPosix SocketChannel.swift
[187/237] Compiling NIOPosix SocketProtocols.swift
[188/237] Compiling NIOPosix System.swift
[189/237] Compiling NIOPosix Thread.swift
[190/237] Compiling NIOPosix Pool.swift
[191/237] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[192/237] Compiling NIOPosix PosixSingletons.swift
[193/237] Compiling NIOPosix RawSocketBootstrap.swift
[194/237] Compiling NIOPosix Resolver.swift
[195/237] Compiling NIOPosix Selectable.swift
[196/237] Compiling NIOPosix SelectableChannel.swift
[197/237] Compiling NIOPosix SelectableEventLoop.swift
[198/237] Compiling NIOPosix SelectorEpoll.swift
[199/237] Compiling NIOPosix SelectorGeneric.swift
[200/237] Compiling NIOPosix SelectorKqueue.swift
[201/237] Compiling NIOPosix SelectorUring.swift
[202/237] Compiling NIOPosix IO.swift
[203/237] Compiling NIOPosix IntegerBitPacking.swift
[204/237] Compiling NIOPosix IntegerTypes.swift
[205/237] Compiling NIOPosix Linux.swift
[206/237] Compiling NIOPosix LinuxCPUSet.swift
[207/237] Compiling NIOPosix LinuxUring.swift
[208/237] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[209/237] Compiling NIOPosix NIOThreadPool.swift
[210/237] Compiling NIOPosix NonBlockingFileIO.swift
[211/237] Compiling NIOPosix PendingDatagramWritesManager.swift
[212/237] Compiling NIOPosix PendingWritesManager.swift
[213/237] Compiling NIOPosix PipeChannel.swift
[214/237] Compiling NIOPosix PipePair.swift
[215/237] Compiling NIOPosix BSDSocketAPICommon.swift
[216/237] Compiling NIOPosix BSDSocketAPIPosix.swift
[217/237] Compiling NIOPosix BSDSocketAPIWindows.swift
[218/237] Compiling NIOPosix BaseSocket.swift
[219/237] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[220/237] Compiling NIOPosix BaseSocketChannel.swift
[221/237] Compiling NIOPosix BaseStreamSocketChannel.swift
[222/237] Compiling NIOPosix Bootstrap.swift
[223/237] Compiling NIOPosix ControlMessage.swift
[224/237] Compiling NIOPosix DatagramVectorReadManager.swift
[225/237] Compiling NIOPosix Errors+Any.swift
[226/237] Compiling NIOPosix FileDescriptor.swift
[227/237] Compiling NIOPosix GetaddrinfoResolver.swift
[228/237] Compiling NIOPosix HappyEyeballs.swift
[229/238] Wrapping AST for NIOPosix for debugging
[231/240] Compiling NIO Exports.swift
[232/240] Emitting module NIO
[233/241] Wrapping AST for NIO for debugging
[235/270] Emitting module OSCCore
[236/273] Compiling OSCCore MIDI.swift
[237/273] Compiling OSCCore OSCBundle.swift
[238/273] Compiling OSCCore OSCMessage.swift
[239/273] Compiling OSCCore OSCSymbol.swift
[240/273] Compiling OSCCore OSCTimeTag.swift
[241/273] Compiling OSCCore RGBA.swift
[242/273] Compiling OSCCore TypeTagValues.swift
[243/273] Compiling OSCCore Data+OSCMessageArgument.swift
[244/273] Compiling OSCCore Double+OSCMessageArgument.swift
[245/273] Compiling OSCCore Float+OSCMessageArgument.swift
[246/273] Compiling OSCCore Int+OSCMessageArgument.swift
[247/273] Compiling OSCCore MIDI+OSCMessageArgument.swift
[248/273] Compiling OSCCore OSCBundle+OSCConvertible.swift
[249/273] Compiling OSCCore OSCConvertible.swift
[250/273] Compiling OSCCore OSCMessage+OSCConvertible.swift
[251/273] Compiling OSCCore OSCBundle+MessageEventHandler.swift
[252/273] Compiling OSCCore events.swift
[253/273] Compiling OSCCore matcher.swift
[254/273] Compiling OSCCore OSCPacketReader.swift
[255/273] Compiling OSCCore String+OSCMessageArgument.swift
[256/273] Compiling OSCCore alignment.swift
[257/273] Compiling OSCCore extract.swift
[258/273] Compiling OSCCore BasicMessageDispatcher.swift
[259/273] Compiling OSCCore Array+OSCMessageArgument.swift
[260/273] Compiling OSCCore Bool+OSCConvertible.swift
[261/273] Compiling OSCCore Byte.swift
[262/273] Compiling OSCCore Character+OSCConvertible.swift
[263/273] Compiling OSCCore OSCMessageArgument.swift
[264/273] Compiling OSCCore OSCSymbol+OSCMessageArgument.swift
[265/273] Compiling OSCCore OSCTimeTag+OSCMessageArgument.swift
[266/273] Compiling OSCCore RGBA+OSCMessageArgument.swift
[267/274] Wrapping AST for OSCCore for debugging
[269/278] 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 |
[270/278] 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 |
[271/279] 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 {
[272/279] 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 {
[274/280] Wrapping AST for BasicListener for debugging
[275/280] Write Objects.LinkFileList
[276/280] Wrapping AST for SoundColliderClient for debugging
[277/280] Write Objects.LinkFileList
[278/280] Linking BasicListener
[279/280] Linking SoundColliderClient
Build complete! (85.45s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.