Build Information
Successful build of WebSocketActors, reference main (11cae6
), with Swift 6.1 for Linux on 28 Apr 2025 02:12:08 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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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: linux
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-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 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-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[1992/4668] Fetching swift-nio-transport-services, swift-docc-plugin
[2045/8504] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.32s)
[1/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.92s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.92s)
Fetched https://github.com/apple/swift-nio.git from cache (4.00s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (5.86s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.79s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.41s)
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.50s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.05s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16242] Fetching swift-collections
[651/20595] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/33] Write sources
[18/33] Compiling CNIOWindows WSAStartup.c
[19/33] Compiling CNIOWASI CNIOWASI.c
[20/33] Compiling CNIOLinux liburing_shims.c
[21/33] Compiling _AtomicsShims.c
[22/33] Compiling CNIOSHA1 c_nio_sha1.c
[23/33] Compiling CNIODarwin shim.c
[24/33] Compiling CNIOLLHTTP c_nio_http.c
[24/33] Write sources
[26/33] Compiling CNIOLinux shim.c
[27/33] Compiling CNIOLLHTTP c_nio_api.c
[28/33] Compiling CNIOWindows shim.c
[29/33] Write swift-version-24593BA9C3E375BF.txt
[30/33] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/80] Emitting module _NIOBase64
[33/80] Emitting module Logging
[34/80] Emitting module InternalCollectionsUtilities
[35/82] Compiling Atomics AtomicMemoryOrderings.swift
[36/82] Compiling Atomics DoubleWord.swift
[37/82] Emitting module Atomics
[38/82] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/82] Compiling InternalCollectionsUtilities Integer rank.swift
[40/82] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/84] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/84] Compiling _NIODataStructures _TinyArray.swift
[44/84] Compiling _NIODataStructures PriorityQueue.swift
[45/84] Compiling _NIOBase64 Base64.swift
[48/85] Compiling Atomics ManagedAtomic.swift
[49/85] Compiling Atomics ManagedAtomicLazyReference.swift
[52/85] Compiling Atomics Primitives.shims.swift
[53/85] Compiling Atomics AtomicInteger.swift
[54/85] Compiling Atomics AtomicOptionalWrappable.swift
[55/85] Compiling Atomics AtomicReference.swift
[56/85] Compiling Atomics AtomicStorage.swift
[57/85] Compiling Atomics AtomicValue.swift
[67/85] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/85] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[75/86] Compiling c-nioatomics.c
[78/86] Compiling Atomics IntegerOperations.swift
[79/86] Compiling Atomics Unmanaged extensions.swift
[81/102] Compiling DequeModule _DequeBuffer.swift
[82/102] Compiling DequeModule _DequeBufferHeader.swift
[83/104] Emitting module _NIODataStructures
[84/104] Compiling _NIODataStructures Heap.swift
[85/104] Compiling Logging Logging.swift
[86/105] Compiling Logging LogHandler.swift
[87/105] Compiling Logging Locks.swift
[88/105] Compiling Logging MetadataProvider.swift
[90/106] Compiling c-atomics.c
[92/106] Compiling DequeModule _DequeSlot.swift
[93/106] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/112] Compiling DequeModule Deque+Testing.swift
[95/112] Compiling DequeModule Deque._Storage.swift
[96/112] Compiling DequeModule Deque+Equatable.swift
[97/112] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/112] Compiling DequeModule Deque+Extras.swift
[99/112] Compiling DequeModule Deque+Hashable.swift
[100/112] Compiling DequeModule Deque._UnsafeHandle.swift
[101/112] Compiling DequeModule Deque.swift
[102/112] Compiling DequeModule Deque+CustomReflectable.swift
[103/112] Compiling DequeModule Deque+Descriptions.swift
[104/112] Compiling DequeModule Deque+Codable.swift
[105/112] Compiling DequeModule Deque+Collection.swift
[106/112] Emitting module NIOConcurrencyHelpers
[107/112] Compiling NIOConcurrencyHelpers lock.swift
[108/112] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/112] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[110/112] Compiling NIOConcurrencyHelpers NIOLock.swift
[111/112] Compiling NIOConcurrencyHelpers atomics.swift
[112/113] Emitting module DequeModule
[115/173] Compiling NIOCore AddressedEnvelope.swift
[116/173] Compiling NIOCore AsyncAwaitSupport.swift
[117/173] Compiling NIOCore AsyncChannel.swift
[118/173] Compiling NIOCore AsyncChannelHandler.swift
[119/173] Compiling NIOCore AsyncChannelInboundStream.swift
[120/173] Compiling NIOCore AsyncChannelOutboundWriter.swift
[121/173] Compiling NIOCore NIOAsyncSequenceProducer.swift
[122/173] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[123/173] Compiling NIOCore NIOAsyncWriter.swift
[124/181] Compiling NIOCore MarkedCircularBuffer.swift
[125/181] Compiling NIOCore MulticastChannel.swift
[126/181] Compiling NIOCore NIOAny.swift
[127/181] Compiling NIOCore NIOCloseOnErrorHandler.swift
[128/181] Compiling NIOCore NIOLoopBound.swift
[129/181] Compiling NIOCore NIOScheduledCallback.swift
[130/181] Compiling NIOCore NIOSendable.swift
[131/181] Compiling NIOCore RecvByteBufferAllocator.swift
[132/181] Compiling NIOCore EventLoop.swift
[133/181] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[134/181] Compiling NIOCore EventLoopFuture+Deprecated.swift
[135/181] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[136/181] Compiling NIOCore EventLoopFuture.swift
[137/181] Compiling NIOCore FileDescriptor.swift
[138/181] Compiling NIOCore FileHandle.swift
[139/181] Compiling NIOCore FileRegion.swift
[140/181] Compiling NIOCore GlobalSingletons.swift
[141/181] Compiling NIOCore IO.swift
[142/181] Compiling NIOCore IOData.swift
[143/181] Compiling NIOCore IPProtocol.swift
[144/181] Compiling NIOCore IntegerBitPacking.swift
[145/181] Compiling NIOCore IntegerTypes.swift
[146/181] Compiling NIOCore Interfaces.swift
[147/181] Compiling NIOCore Linux.swift
[148/181] Compiling NIOCore ChannelPipeline.swift
[149/181] Compiling NIOCore CircularBuffer.swift
[150/181] Compiling NIOCore Codec.swift
[151/181] Compiling NIOCore ConvenienceOptionSupport.swift
[152/181] Compiling NIOCore DeadChannel.swift
[153/181] Compiling NIOCore DispatchQueue+WithFuture.swift
[154/181] Compiling NIOCore EventLoop+Deprecated.swift
[155/181] Compiling NIOCore EventLoop+SerialExecutor.swift
[156/181] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[157/181] Compiling NIOCore BSDSocketAPI.swift
[158/181] Compiling NIOCore ByteBuffer-aux.swift
[159/181] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[160/181] Compiling NIOCore ByteBuffer-conversions.swift
[161/181] Compiling NIOCore ByteBuffer-core.swift
[162/181] Compiling NIOCore ByteBuffer-hex.swift
[163/181] Compiling NIOCore ByteBuffer-int.swift
[164/181] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[165/181] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[166/181] Compiling NIOCore SocketAddresses.swift
[167/181] Compiling NIOCore SocketOptionProvider.swift
[168/181] Compiling NIOCore SystemCallHelpers.swift
[169/181] Compiling NIOCore TimeAmount+Duration.swift
[170/181] Compiling NIOCore TypeAssistedChannelHandler.swift
[171/181] Compiling NIOCore UniversalBootstrapSupport.swift
[172/181] Compiling NIOCore Utilities.swift
[173/181] Emitting module NIOCore
[174/181] Compiling NIOCore ByteBuffer-multi-int.swift
[175/181] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[176/181] Compiling NIOCore ByteBuffer-views.swift
[177/181] Compiling NIOCore Channel.swift
[178/181] Compiling NIOCore ChannelHandler.swift
[179/181] Compiling NIOCore ChannelHandlers.swift
[180/181] Compiling NIOCore ChannelInvoker.swift
[181/181] Compiling NIOCore ChannelOption.swift
[183/233] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[184/233] Emitting module NIOEmbedded
[185/233] Compiling NIOEmbedded AsyncTestingChannel.swift
[186/233] Compiling NIOEmbedded Embedded.swift
[188/234] Compiling NIOPosix SelectableChannel.swift
[189/234] Compiling NIOPosix SelectableEventLoop.swift
[190/234] Compiling NIOPosix SelectorEpoll.swift
[191/234] Compiling NIOPosix SelectorGeneric.swift
[192/234] Compiling NIOPosix SelectorKqueue.swift
[193/234] Compiling NIOPosix SelectorUring.swift
[194/234] Compiling NIOPosix ServerSocket.swift
[195/234] Compiling NIOPosix Socket.swift
[196/234] Compiling NIOPosix SocketChannel.swift
[197/234] Compiling NIOPosix SocketProtocols.swift
[198/234] Compiling NIOPosix System.swift
[199/234] Compiling NIOPosix Thread.swift
[200/234] Compiling NIOPosix PooledRecvBufferAllocator.swift
[201/234] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[202/234] Compiling NIOPosix PosixSingletons.swift
[203/234] Compiling NIOPosix RawSocketBootstrap.swift
[204/234] Compiling NIOPosix Resolver.swift
[205/234] Compiling NIOPosix Selectable.swift
[206/240] Compiling NIOPosix IO.swift
[207/240] Compiling NIOPosix IntegerBitPacking.swift
[208/240] Compiling NIOPosix IntegerTypes.swift
[209/240] Compiling NIOPosix Linux.swift
[210/240] Compiling NIOPosix LinuxCPUSet.swift
[211/240] Compiling NIOPosix LinuxUring.swift
[212/240] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[213/240] Compiling NIOPosix NIOThreadPool.swift
[214/240] Compiling NIOPosix NonBlockingFileIO.swift
[215/240] Compiling NIOPosix PendingDatagramWritesManager.swift
[216/240] Compiling NIOPosix PendingWritesManager.swift
[217/240] Compiling NIOPosix PipeChannel.swift
[218/240] Compiling NIOPosix PipePair.swift
[219/240] Compiling NIOPosix Pool.swift
[220/240] Emitting module NIOPosix
[221/240] Compiling NIOPosix BSDSocketAPICommon.swift
[222/240] Compiling NIOPosix BSDSocketAPIPosix.swift
[223/240] Compiling NIOPosix BSDSocketAPIWindows.swift
[224/240] Compiling NIOPosix BaseSocket.swift
[225/240] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[226/240] Compiling NIOPosix BaseSocketChannel.swift
[227/240] Compiling NIOPosix BaseStreamSocketChannel.swift
[228/240] Compiling NIOPosix Bootstrap.swift
[229/240] Compiling NIOPosix ControlMessage.swift
[230/240] Compiling NIOPosix DatagramVectorReadManager.swift
[231/240] Compiling NIOPosix Errors+Any.swift
[232/240] Compiling NIOPosix FileDescriptor.swift
[233/240] Compiling NIOPosix GetaddrinfoResolver.swift
[234/240] Compiling NIOPosix HappyEyeballs.swift
[235/240] Compiling NIOPosix ThreadPosix.swift
[236/240] Compiling NIOPosix ThreadWindows.swift
[237/240] Compiling NIOPosix UnsafeTransfer.swift
[238/240] Compiling NIOPosix Utilities.swift
[239/240] Compiling NIOPosix VsockAddress.swift
[240/240] Compiling NIOPosix VsockChannelEvents.swift
[242/243] Emitting module NIO
[243/243] Compiling NIO Exports.swift
[245/271] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[246/271] Compiling NIOTLS TLSEvents.swift
[247/271] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[248/271] Emitting module NIOTLS
[249/271] Compiling NIOTLS SNIHandler.swift
[250/271] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[251/272] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[252/272] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[254/274] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[255/274] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[256/274] Emitting module NIOHTTP1
[257/274] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[258/274] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[259/274] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[260/274] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[261/274] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[262/274] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[263/274] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[264/274] Compiling NIOHTTP1 HTTPTypes.swift
[265/274] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[266/274] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[267/274] Compiling NIOHTTP1 ByteCollectionUtils.swift
[268/274] Compiling NIOHTTP1 HTTPDecoder.swift
[269/274] Compiling NIOHTTP1 HTTPEncoder.swift
[271/285] Compiling NIOWebSocket WebSocketOpcode.swift
[272/285] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[273/286] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[274/286] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[275/286] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[276/286] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[277/286] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[278/286] Emitting module NIOFoundationCompat
[279/286] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[280/287] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[281/287] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[282/287] Emitting module NIOWebSocket
[284/287] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[285/287] Compiling NIOWebSocket SHA1.swift
[286/287] Compiling NIOWebSocket WebSocketErrorCodes.swift
[287/287] Compiling NIOWebSocket WebSocketFrame.swift
[289/310] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[290/310] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[291/310] Compiling NIOTransportServices NIOTSListenerChannel.swift
[292/310] Compiling NIOTransportServices NIOTSBootstraps.swift
[293/310] Compiling NIOTransportServices NIOTSChannelOptions.swift
[294/310] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[295/310] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[296/310] Compiling NIOTransportServices NIOTSErrors.swift
[297/310] Compiling NIOTransportServices NIOTSEventLoop.swift
[298/310] Compiling NIOTransportServices AcceptHandler.swift
[299/310] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[300/310] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[301/312] Emitting module NIOTransportServices
[302/312] Compiling NIOTransportServices StateManagedChannel.swift
[303/312] Compiling NIOTransportServices StateManagedListenerChannel.swift
[304/312] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[305/312] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[306/312] Compiling NIOTransportServices NIOTSSingletons.swift
[307/312] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[308/312] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[309/312] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[310/312] Compiling NIOTransportServices NIOTSDatagramListener.swift
[311/312] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[312/312] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[314/333] Compiling WebSocketActors TimedPing.swift
[315/333] Compiling WebSocketActors WebSocketActorSystem+Client.swift
[316/335] Compiling WebSocketActors Continuation.swift
[317/335] Compiling WebSocketActors ExponentialBackoff.swift
[318/335] Compiling WebSocketActors LoggingExtensions.swift
[319/335] Compiling WebSocketActors NodeIdentity.swift
[320/335] Compiling WebSocketActors PendingReplies.swift
[321/335] Compiling WebSocketActors RemoteNode.swift
[322/335] Compiling WebSocketActors ServerManager.swift
[323/335] Compiling WebSocketActors TaskPath.swift
[324/335] Emitting module WebSocketActors
[325/335] Compiling WebSocketActors ActorIdentity.swift
[326/335] Compiling WebSocketActors ActorSystemUserInfoKey.swift
[327/335] Compiling WebSocketActors ClientManager.swift
[328/335] Compiling WebSocketActors Manager.swift
[329/335] Compiling WebSocketActors NIOInvocationDecoder.swift
[330/335] Compiling WebSocketActors NIOInvocationEncoder.swift
[331/335] Compiling WebSocketActors RemoteNodeDirectory.swift
[332/335] Compiling WebSocketActors ResilientTask.swift
[333/335] Compiling WebSocketActors ServerAddress.swift
[334/335] 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 | }
[335/335] 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! (91.47s)
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"
}
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.