Build Information
Successful build of WebSocketActors, reference main (11cae6
), with Swift 6.1 for Android on 29 May 2025 00:20:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samalone/websocket-actor-system.git
Reference: main
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/samalone/websocket-actor-system
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 11cae68 Remove NIOAsyncWebSockets dependency and update to Swift 6.0 in workflows
Cloned https://github.com/samalone/websocket-actor-system.git
Revision (git rev-parse @):
11cae68e6f012667927583604b148b1f4229c88b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/samalone/websocket-actor-system.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/samalone/websocket-actor-system.git
https://github.com/samalone/websocket-actor-system.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.12.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "WebSocketActors",
"name" : "WebSocketActors",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "WebSocketActors",
"targets" : [
"WebSocketActors"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketActors",
"module_type" : "SwiftTarget",
"name" : "WebSocketActors",
"path" : "Sources/WebSocketActors",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"NIOWebSocket",
"NIOPosix",
"NIOTransportServices",
"Logging"
],
"product_memberships" : [
"WebSocketActors"
],
"sources" : [
"ActorIdentity.swift",
"ActorSystemUserInfoKey.swift",
"ClientManager.swift",
"Continuation.swift",
"ExponentialBackoff.swift",
"LoggingExtensions.swift",
"Manager.swift",
"NIOInvocationDecoder.swift",
"NIOInvocationEncoder.swift",
"NodeIdentity.swift",
"PendingReplies.swift",
"RemoteNode.swift",
"RemoteNodeDirectory.swift",
"ResilientTask.swift",
"ServerAddress.swift",
"ServerManager.swift",
"TaskPath.swift",
"TimedPing.swift",
"WebSocketActorSystem+Client.swift",
"WebSocketActorSystem+Server.swift",
"WebSocketActorSystem.swift"
],
"type" : "library"
},
{
"c99name" : "WebSocketActorTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketActorTests",
"path" : "Tests/WebSocketActorTests",
"sources" : [
"ActorIdentityTests.swift",
"WebSocketActorTests.swift"
],
"target_dependencies" : [
"WebSocketActors"
],
"type" : "test"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 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.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2049] Fetching swift-docc-plugin
[227/5885] Fetching swift-docc-plugin, swift-log
[534/8552] Fetching swift-docc-plugin, swift-log, swift-nio-transport-services
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
[1/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.41s)
Fetched https://github.com/apple/swift-docc-plugin from cache (4.41s)
Fetched https://github.com/apple/swift-nio.git from cache (4.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (6.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.98s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.87s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4173/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.05s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git 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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/33] Write sources
[18/33] Compiling _AtomicsShims.c
[19/33] Compiling CNIOWindows shim.c
[20/33] Compiling CNIOWASI CNIOWASI.c
[21/33] Compiling CNIOWindows WSAStartup.c
[22/33] Compiling CNIOLinux liburing_shims.c
[23/33] Compiling CNIODarwin shim.c
[24/33] Compiling CNIOSHA1 c_nio_sha1.c
[24/33] Write sources
[26/33] Compiling CNIOLLHTTP c_nio_http.c
[27/33] Compiling CNIOLLHTTP c_nio_api.c
[28/33] Compiling CNIOLinux shim.c
[29/33] Write swift-version-24593BA9C3E375BF.txt
[30/33] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/77] Emitting module _NIODataStructures
[33/77] Emitting module Logging
[34/77] Emitting module Atomics
[35/79] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/79] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/79] Compiling _NIODataStructures _TinyArray.swift
[38/80] Compiling Atomics UnsafeAtomic.swift
[39/80] Compiling Atomics UnsafeAtomicLazyReference.swift
[40/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/80] Emitting module _NIOBase64
[42/80] Compiling _NIOBase64 Base64.swift
[43/80] Compiling Atomics IntegerOperations.swift
[44/80] Compiling Atomics Unmanaged extensions.swift
[45/80] Compiling _NIODataStructures PriorityQueue.swift
[46/80] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[47/80] Compiling InternalCollectionsUtilities Debugging.swift
[48/80] Compiling InternalCollectionsUtilities Descriptions.swift
[49/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/81] Compiling Atomics ManagedAtomic.swift
[51/81] Compiling Atomics ManagedAtomicLazyReference.swift
[52/81] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/81] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/81] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/81] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[56/81] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[57/81] Compiling InternalCollectionsUtilities Integer rank.swift
[62/81] Compiling Atomics AtomicMemoryOrderings.swift
[63/81] Compiling Atomics DoubleWord.swift
[67/81] Emitting module InternalCollectionsUtilities
[70/81] Compiling _NIODataStructures Heap.swift
[75/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/99] Compiling c-nioatomics.c
[80/99] Compiling DequeModule Deque+CustomReflectable.swift
[81/99] Compiling DequeModule Deque+Descriptions.swift
[82/101] Compiling DequeModule _DequeBuffer.swift
[83/101] Compiling DequeModule _DequeBufferHeader.swift
[84/101] Compiling DequeModule Deque+Equatable.swift
[85/101] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/101] Compiling DequeModule Deque+Extras.swift
[87/101] Compiling DequeModule Deque+Hashable.swift
[88/101] Compiling DequeModule Deque+Testing.swift
[89/101] Compiling DequeModule Deque._Storage.swift
[90/101] Compiling DequeModule _DequeSlot.swift
[91/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/101] Compiling c-atomics.c
[93/101] Compiling DequeModule Deque._UnsafeHandle.swift
[94/101] Compiling DequeModule Deque.swift
[95/101] Emitting module DequeModule
[96/101] Compiling DequeModule Deque+Codable.swift
[97/101] Compiling DequeModule Deque+Collection.swift
[99/108] Compiling Logging Locks.swift
[100/108] Compiling Logging LogHandler.swift
[101/108] Compiling Logging Logging.swift
[102/108] Compiling Logging MetadataProvider.swift
[103/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[105/109] Compiling NIOConcurrencyHelpers lock.swift
[106/109] Compiling NIOConcurrencyHelpers atomics.swift
[107/109] Emitting module NIOConcurrencyHelpers
[108/109] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/109] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[111/170] Compiling NIOCore MulticastChannel.swift
[112/170] Compiling NIOCore NIOAny.swift
[113/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/170] Compiling NIOCore NIOLoopBound.swift
[115/170] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[116/170] Compiling NIOCore NIOScheduledCallback.swift
[117/170] Compiling NIOCore NIOSendable.swift
[118/170] Compiling NIOCore RecvByteBufferAllocator.swift
[119/178] Compiling NIOCore IO.swift
[120/178] Compiling NIOCore IOData.swift
[121/178] Compiling NIOCore IPProtocol.swift
[122/178] Compiling NIOCore IntegerBitPacking.swift
[123/178] Compiling NIOCore IntegerTypes.swift
[124/178] Compiling NIOCore Interfaces.swift
[125/178] Compiling NIOCore Linux.swift
[126/178] Compiling NIOCore MarkedCircularBuffer.swift
[127/178] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[128/178] Compiling NIOCore EventLoopFuture+Deprecated.swift
[129/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[130/178] Compiling NIOCore EventLoopFuture.swift
[131/178] Compiling NIOCore FileDescriptor.swift
[132/178] Compiling NIOCore FileHandle.swift
[133/178] Compiling NIOCore FileRegion.swift
[134/178] Compiling NIOCore GlobalSingletons.swift
[135/178] Compiling NIOCore AddressedEnvelope.swift
[136/178] Compiling NIOCore AsyncAwaitSupport.swift
[137/178] Compiling NIOCore AsyncChannel.swift
[138/178] Compiling NIOCore AsyncChannelHandler.swift
[139/178] Compiling NIOCore AsyncChannelInboundStream.swift
[140/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[141/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[142/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[143/178] Compiling NIOCore NIOAsyncWriter.swift
[144/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[145/178] Compiling NIOCore BSDSocketAPI.swift
[146/178] Compiling NIOCore ByteBuffer-aux.swift
[147/178] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[148/178] Compiling NIOCore ByteBuffer-conversions.swift
[149/178] Compiling NIOCore ByteBuffer-core.swift
[150/178] Compiling NIOCore ByteBuffer-hex.swift
[151/178] Compiling NIOCore ByteBuffer-int.swift
[152/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[153/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[154/178] Compiling NIOCore SocketAddresses.swift
[155/178] Compiling NIOCore SocketOptionProvider.swift
[156/178] Compiling NIOCore SystemCallHelpers.swift
[157/178] Compiling NIOCore TimeAmount+Duration.swift
[158/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[159/178] Compiling NIOCore UniversalBootstrapSupport.swift
[160/178] Compiling NIOCore Utilities.swift
[161/178] Compiling NIOCore CircularBuffer.swift
[162/178] Compiling NIOCore Codec.swift
[163/178] Compiling NIOCore ConvenienceOptionSupport.swift
[164/178] Compiling NIOCore DeadChannel.swift
[165/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[166/178] Compiling NIOCore EventLoop+Deprecated.swift
[167/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[168/178] Compiling NIOCore EventLoop.swift
[169/178] Compiling NIOCore ByteBuffer-multi-int.swift
[170/178] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[171/178] Compiling NIOCore ByteBuffer-views.swift
[172/178] Compiling NIOCore Channel.swift
[173/178] Compiling NIOCore ChannelHandler.swift
[174/178] Compiling NIOCore ChannelHandlers.swift
[175/178] Compiling NIOCore ChannelInvoker.swift
[176/178] Compiling NIOCore ChannelOption.swift
[177/178] Compiling NIOCore ChannelPipeline.swift
[178/178] Emitting module NIOCore
[180/229] Emitting module NIOEmbedded
[181/229] Compiling NIOEmbedded AsyncTestingChannel.swift
[182/229] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[183/229] Compiling NIOEmbedded Embedded.swift
[185/230] Emitting module NIOPosix
[186/236] Compiling NIOPosix Pool.swift
[187/236] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[188/236] Compiling NIOPosix PosixSingletons.swift
[189/236] Compiling NIOPosix RawSocketBootstrap.swift
[190/236] Compiling NIOPosix Resolver.swift
[191/236] Compiling NIOPosix Selectable.swift
[192/236] Compiling NIOPosix SelectableChannel.swift
[193/236] Compiling NIOPosix SelectableEventLoop.swift
[194/236] Compiling NIOPosix SelectorEpoll.swift
[195/236] Compiling NIOPosix SelectorGeneric.swift
[196/236] Compiling NIOPosix SelectorKqueue.swift
[197/236] Compiling NIOPosix SelectorUring.swift
[198/236] Compiling NIOPosix ServerSocket.swift
[199/236] Compiling NIOPosix Socket.swift
[200/236] Compiling NIOPosix SocketChannel.swift
[201/236] Compiling NIOPosix SocketProtocols.swift
[202/236] Compiling NIOPosix System.swift
[203/236] Compiling NIOPosix Thread.swift
[204/236] Compiling NIOPosix ThreadPosix.swift
[205/236] Compiling NIOPosix ThreadWindows.swift
[206/236] Compiling NIOPosix UnsafeTransfer.swift
[207/236] Compiling NIOPosix Utilities.swift
[208/236] Compiling NIOPosix VsockAddress.swift
[209/236] Compiling NIOPosix VsockChannelEvents.swift
[210/236] Compiling NIOPosix Bootstrap.swift
[211/236] Compiling NIOPosix ControlMessage.swift
[212/236] Compiling NIOPosix DatagramVectorReadManager.swift
[213/236] Compiling NIOPosix Errors+Any.swift
[214/236] Compiling NIOPosix FileDescriptor.swift
[215/236] Compiling NIOPosix GetaddrinfoResolver.swift
[216/236] Compiling NIOPosix HappyEyeballs.swift
[217/236] Compiling NIOPosix BSDSocketAPICommon.swift
[218/236] Compiling NIOPosix BSDSocketAPIPosix.swift
[219/236] Compiling NIOPosix BSDSocketAPIWindows.swift
[220/236] Compiling NIOPosix BaseSocket.swift
[221/236] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[222/236] Compiling NIOPosix BaseSocketChannel.swift
[223/236] Compiling NIOPosix BaseStreamSocketChannel.swift
[224/236] Compiling NIOPosix IO.swift
[225/236] Compiling NIOPosix IntegerBitPacking.swift
[226/236] Compiling NIOPosix IntegerTypes.swift
[227/236] Compiling NIOPosix Linux.swift
[228/236] Compiling NIOPosix LinuxCPUSet.swift
[229/236] Compiling NIOPosix LinuxUring.swift
[230/236] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[231/236] Compiling NIOPosix NIOThreadPool.swift
[232/236] Compiling NIOPosix NonBlockingFileIO.swift
[233/236] Compiling NIOPosix PendingDatagramWritesManager.swift
[234/236] Compiling NIOPosix PendingWritesManager.swift
[235/236] Compiling NIOPosix PipeChannel.swift
[236/236] Compiling NIOPosix PipePair.swift
[238/239] Compiling NIO Exports.swift
[239/239] Emitting module NIO
[241/267] Compiling NIOTLS TLSEvents.swift
[242/267] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[243/267] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[244/267] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[245/267] Emitting module NIOTLS
[246/267] Compiling NIOTLS SNIHandler.swift
[248/268] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[249/268] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[250/268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[251/268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[252/270] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[253/270] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[254/270] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[255/270] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[256/270] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[257/270] Compiling NIOHTTP1 HTTPTypes.swift
[258/270] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[259/270] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[260/270] Emitting module NIOHTTP1
[261/270] Compiling NIOHTTP1 ByteCollectionUtils.swift
[262/270] Compiling NIOHTTP1 HTTPDecoder.swift
[263/270] Compiling NIOHTTP1 HTTPEncoder.swift
[264/270] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[265/270] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[267/281] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[268/281] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[269/281] Emitting module NIOFoundationCompat
[270/281] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[271/281] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[272/282] Compiling NIOWebSocket WebSocketOpcode.swift
[274/283] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[275/283] Emitting module NIOWebSocket
[276/283] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[277/283] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[278/283] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[279/283] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[280/305] Compiling NIOWebSocket WebSocketErrorCodes.swift
[281/305] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[282/305] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[283/305] Compiling NIOWebSocket WebSocketFrame.swift
[284/306] Compiling NIOTransportServices AcceptHandler.swift
[285/306] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[288/308] Compiling NIOTransportServices StateManagedChannel.swift
[289/308] Compiling NIOTransportServices StateManagedListenerChannel.swift
[290/308] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[291/308] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[292/308] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[293/308] Emitting module NIOTransportServices
[294/308] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[295/308] Compiling NIOTransportServices NIOTSSingletons.swift
[296/308] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[297/308] Compiling NIOTransportServices NIOTSDatagramListener.swift
[298/308] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[299/308] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[301/308] Compiling NIOTransportServices NIOTSErrors.swift
[302/308] Compiling NIOTransportServices NIOTSEventLoop.swift
[303/308] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[304/308] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[305/308] Compiling NIOTransportServices NIOTSListenerChannel.swift
[306/308] Compiling NIOTransportServices NIOTSBootstraps.swift
[307/308] Compiling NIOTransportServices NIOTSChannelOptions.swift
[308/308] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[310/329] Emitting module WebSocketActors
[311/331] Compiling WebSocketActors NodeIdentity.swift
[312/331] Compiling WebSocketActors PendingReplies.swift
[313/331] Compiling WebSocketActors RemoteNode.swift
[314/331] Compiling WebSocketActors Manager.swift
[315/331] Compiling WebSocketActors NIOInvocationDecoder.swift
[316/331] Compiling WebSocketActors NIOInvocationEncoder.swift
[317/331] Compiling WebSocketActors ServerManager.swift
[318/331] Compiling WebSocketActors TaskPath.swift
[319/331] Compiling WebSocketActors Continuation.swift
[320/331] Compiling WebSocketActors ExponentialBackoff.swift
[321/331] Compiling WebSocketActors LoggingExtensions.swift
[322/331] Compiling WebSocketActors TimedPing.swift
[323/331] Compiling WebSocketActors WebSocketActorSystem+Client.swift
[324/331] Compiling WebSocketActors RemoteNodeDirectory.swift
[325/331] Compiling WebSocketActors ResilientTask.swift
[326/331] Compiling WebSocketActors ServerAddress.swift
[327/331] Compiling WebSocketActors ActorIdentity.swift
[328/331] Compiling WebSocketActors ActorSystemUserInfoKey.swift
[329/331] Compiling WebSocketActors ClientManager.swift
[330/331] Compiling WebSocketActors WebSocketActorSystem+Server.swift
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem+Server.swift:113:40: warning: 'writeAndFlush(_:file:line:)' is deprecated: NIOAny is not Sendable: avoid wrapping the value in NIOAny to silence this warning.
111 |
112 | do {
113 | try? await channel.channel.writeAndFlush(NIOAny(WebSocketWireEnvelope.connectionClose))
| `- warning: 'writeAndFlush(_:file:line:)' is deprecated: NIOAny is not Sendable: avoid wrapping the value in NIOAny to silence this warning.
114 | try await channel.channel.close(mode: .output)
115 | }
[331/331] Compiling WebSocketActors WebSocketActorSystem.swift
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem+Server.swift:113:40: warning: 'writeAndFlush(_:file:line:)' is deprecated: NIOAny is not Sendable: avoid wrapping the value in NIOAny to silence this warning.
111 |
112 | do {
113 | try? await channel.channel.writeAndFlush(NIOAny(WebSocketWireEnvelope.connectionClose))
| `- warning: 'writeAndFlush(_:file:line:)' is deprecated: NIOAny is not Sendable: avoid wrapping the value in NIOAny to silence this warning.
114 | try await channel.channel.close(mode: .output)
115 | }
Build complete! (111.07s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.12.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "WebSocketActors",
"name" : "WebSocketActors",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "WebSocketActors",
"targets" : [
"WebSocketActors"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketActors",
"module_type" : "SwiftTarget",
"name" : "WebSocketActors",
"path" : "Sources/WebSocketActors",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"NIOWebSocket",
"NIOPosix",
"NIOTransportServices",
"Logging"
],
"product_memberships" : [
"WebSocketActors"
],
"sources" : [
"ActorIdentity.swift",
"ActorSystemUserInfoKey.swift",
"ClientManager.swift",
"Continuation.swift",
"ExponentialBackoff.swift",
"LoggingExtensions.swift",
"Manager.swift",
"NIOInvocationDecoder.swift",
"NIOInvocationEncoder.swift",
"NodeIdentity.swift",
"PendingReplies.swift",
"RemoteNode.swift",
"RemoteNodeDirectory.swift",
"ResilientTask.swift",
"ServerAddress.swift",
"ServerManager.swift",
"TaskPath.swift",
"TimedPing.swift",
"WebSocketActorSystem+Client.swift",
"WebSocketActorSystem+Server.swift",
"WebSocketActorSystem.swift"
],
"type" : "library"
},
{
"c99name" : "WebSocketActorTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketActorTests",
"path" : "Tests/WebSocketActorTests",
"sources" : [
"ActorIdentityTests.swift",
"WebSocketActorTests.swift"
],
"target_dependencies" : [
"WebSocketActors"
],
"type" : "test"
}
],
"tools_version" : "6.0"
}
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.