Build Information
Successful build of swift-nio-transport-services, reference 1.24.0 (cd1e89
), with Swift 6.1 for Linux on 29 Apr 2025 16:22:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-transport-services.git
Reference: 1.24.0
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/apple/swift-nio-transport-services
* tag 1.24.0 -> FETCH_HEAD
HEAD is now at cd1e898 Add `NWParameters` configurator to bootstraps (#230)
Cloned https://github.com/apple/swift-nio-transport-services.git
Revision (git rev-parse @):
cd1e89816d345d2523b11c55654570acd5cd4c56
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-transport-services.git at 1.24.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-nio-transport-services.git
https://github.com/apple/swift-nio-transport-services.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-nio-transport-services",
"name" : "swift-nio-transport-services",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOTransportServices",
"targets" : [
"NIOTransportServices"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOTSHTTPServer",
"targets" : [
"NIOTSHTTPServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOTSHTTPClient",
"targets" : [
"NIOTSHTTPClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOTransportServicesTests",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServicesTests",
"path" : "Tests/NIOTransportServicesTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"Atomics"
],
"sources" : [
"NIOFilterEmptyWritesHandlerTests.swift",
"NIOTSAsyncBootstrapTests.swift",
"NIOTSBootstrapTests.swift",
"NIOTSChannelMetadataTests.swift",
"NIOTSChannelOptionsTests.swift",
"NIOTSConnectionChannelTests.swift",
"NIOTSDatagramConnectionChannelTests.swift",
"NIOTSEndToEndTests.swift",
"NIOTSEventLoopTests.swift",
"NIOTSListenerChannelTests.swift",
"NIOTSSingletonTests.swift",
"NIOTSSocketOptionTests.swift",
"NIOTSSocketOptionsOnChannelTests.swift",
"NIOTSTestUtilities.swift",
"NIOTSWorkaroundTests.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "test"
},
{
"c99name" : "NIOTransportServices",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServices",
"path" : "Sources/NIOTransportServices",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOFoundationCompat",
"NIOTLS",
"Atomics"
],
"product_memberships" : [
"NIOTransportServices",
"NIOTSHTTPServer",
"NIOTSHTTPClient"
],
"sources" : [
"AcceptHandler.swift",
"Datagram/NIOTSDatagramBootstrap.swift",
"Datagram/NIOTSDatagramChannel.swift",
"Datagram/NIOTSDatagramListener.swift",
"Datagram/NIOTSDatagramListenerChannel.swift",
"NIOFilterEmptyWritesHandler.swift",
"NIOTSBootstraps.swift",
"NIOTSChannelOptions.swift",
"NIOTSConnectionBootstrap.swift",
"NIOTSConnectionChannel.swift",
"NIOTSErrors.swift",
"NIOTSEventLoop.swift",
"NIOTSEventLoopGroup.swift",
"NIOTSListenerBootstrap.swift",
"NIOTSListenerChannel.swift",
"NIOTSNetworkEvents.swift",
"NIOTSSingletons.swift",
"SocketAddress+NWEndpoint.swift",
"StateManagedChannel.swift",
"StateManagedListenerChannel.swift",
"StateManagedNWConnectionChannel.swift",
"TCPOptions+SocketChannelOption.swift",
"UDPOptions+SocketChannelOption.swift"
],
"type" : "library"
},
{
"c99name" : "NIOTSHTTPServer",
"module_type" : "SwiftTarget",
"name" : "NIOTSHTTPServer",
"path" : "Sources/NIOTSHTTPServer",
"product_dependencies" : [
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"NIOTSHTTPServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "executable"
},
{
"c99name" : "NIOTSHTTPClient",
"module_type" : "SwiftTarget",
"name" : "NIOTSHTTPClient",
"path" : "Sources/NIOTSHTTPClient",
"product_dependencies" : [
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"NIOTSHTTPClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[1706/77255] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.73s)
Fetched https://github.com/apple/swift-nio.git from cache (4.88s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (9.23s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[1180/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.13s)
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.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/49] Write sources
[2/49] Compiling CNIODarwin shim.c
[3/49] Write sources
[16/49] Compiling _AtomicsShims.c
[17/49] Compiling CNIOWindows shim.c
[18/49] Compiling CNIOLLHTTP c_nio_api.c
[19/49] Compiling CNIOWindows WSAStartup.c
[20/49] Compiling CNIOWASI CNIOWASI.c
[20/49] Write sources
[22/49] Compiling CNIOLinux liburing_shims.c
[23/49] Compiling CNIOLinux shim.c
[24/49] Compiling CNIOLLHTTP c_nio_http.c
[25/49] Write swift-version-24593BA9C3E375BF.txt
[26/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[27/91] Compiling c-nioatomics.c
[29/91] Emitting module Atomics
[30/93] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/93] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/95] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/95] Emitting module InternalCollectionsUtilities
[35/95] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[37/95] Compiling _NIODataStructures _TinyArray.swift
[38/95] Compiling _NIOBase64 Base64.swift
[39/95] Emitting module _NIOBase64
[40/96] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/96] Compiling InternalCollectionsUtilities Debugging.swift
[43/96] Compiling InternalCollectionsUtilities Descriptions.swift
[44/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/96] Compiling InternalCollectionsUtilities Specialize.swift
[46/96] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/96] Compiling InternalCollectionsUtilities Integer rank.swift
[48/96] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[50/96] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[51/96] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[52/96] Compiling _NIODataStructures PriorityQueue.swift
[53/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/96] Compiling c-atomics.c
[72/97] Wrapping AST for _NIOBase64 for debugging
[74/97] Compiling Atomics IntegerOperations.swift
[75/97] Compiling Atomics Unmanaged extensions.swift
[77/104] Wrapping AST for InternalCollectionsUtilities for debugging
[78/119] Wrapping AST for Atomics for debugging
[80/119] Compiling DequeModule _DequeBuffer.swift
[81/119] Compiling DequeModule _DequeBufferHeader.swift
[82/121] Emitting module _NIODataStructures
[83/121] Compiling _NIODataStructures Heap.swift
[84/122] Compiling NIOConcurrencyHelpers lock.swift
[85/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[87/122] Compiling NIOConcurrencyHelpers atomics.swift
[88/122] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[89/122] Compiling DequeModule Deque+Equatable.swift
[90/122] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/122] Compiling DequeModule Deque+CustomReflectable.swift
[92/122] Compiling DequeModule Deque+Descriptions.swift
[93/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[94/122] Emitting module NIOConcurrencyHelpers
[94/123] Wrapping AST for _NIODataStructures for debugging
[97/123] Compiling DequeModule _DequeSlot.swift
[98/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/123] Compiling DequeModule Deque+Extras.swift
[100/123] Compiling DequeModule Deque+Hashable.swift
[101/123] Compiling DequeModule Deque+Testing.swift
[102/123] Compiling DequeModule Deque._Storage.swift
[103/123] Compiling DequeModule Deque._UnsafeHandle.swift
[104/123] Compiling DequeModule Deque.swift
[104/123] Wrapping AST for NIOConcurrencyHelpers for debugging
[106/123] Compiling DequeModule Deque+Codable.swift
[107/123] Compiling DequeModule Deque+Collection.swift
[108/123] Emitting module DequeModule
[109/124] Wrapping AST for DequeModule for debugging
[111/183] Compiling NIOCore MarkedCircularBuffer.swift
[112/183] Compiling NIOCore MulticastChannel.swift
[113/183] Compiling NIOCore NIOAny.swift
[114/183] Compiling NIOCore NIOCloseOnErrorHandler.swift
[115/183] Compiling NIOCore NIOLoopBound.swift
[116/183] Compiling NIOCore NIOScheduledCallback.swift
[117/183] Compiling NIOCore NIOSendable.swift
[118/183] Compiling NIOCore RecvByteBufferAllocator.swift
[119/191] Compiling NIOCore GlobalSingletons.swift
[120/191] Compiling NIOCore IO.swift
[121/191] Compiling NIOCore IOData.swift
[122/191] Compiling NIOCore IPProtocol.swift
[123/191] Compiling NIOCore IntegerBitPacking.swift
[124/191] Compiling NIOCore IntegerTypes.swift
[125/191] Compiling NIOCore Interfaces.swift
[126/191] Compiling NIOCore Linux.swift
[127/191] Compiling NIOCore EventLoop.swift
[128/191] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/191] Compiling NIOCore EventLoopFuture+Deprecated.swift
[130/191] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[131/191] Compiling NIOCore EventLoopFuture.swift
[132/191] Compiling NIOCore FileDescriptor.swift
[133/191] Compiling NIOCore FileHandle.swift
[134/191] Compiling NIOCore FileRegion.swift
[135/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/191] Compiling NIOCore SocketAddresses.swift
[137/191] Compiling NIOCore SocketOptionProvider.swift
[138/191] Compiling NIOCore SystemCallHelpers.swift
[139/191] Compiling NIOCore TimeAmount+Duration.swift
[140/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/191] Compiling NIOCore UniversalBootstrapSupport.swift
[142/191] Compiling NIOCore Utilities.swift
[143/191] Compiling NIOCore ChannelPipeline.swift
[144/191] Compiling NIOCore CircularBuffer.swift
[145/191] Compiling NIOCore Codec.swift
[146/191] Compiling NIOCore ConvenienceOptionSupport.swift
[147/191] Compiling NIOCore DeadChannel.swift
[148/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/191] Compiling NIOCore EventLoop+Deprecated.swift
[150/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/191] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/191] Compiling NIOCore BSDSocketAPI.swift
[153/191] Compiling NIOCore ByteBuffer-aux.swift
[154/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[155/191] Compiling NIOCore ByteBuffer-conversions.swift
[156/191] Compiling NIOCore ByteBuffer-core.swift
[157/191] Compiling NIOCore ByteBuffer-hex.swift
[158/191] Compiling NIOCore ByteBuffer-int.swift
[159/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[160/191] Compiling NIOCore ByteBuffer-multi-int.swift
[161/191] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[162/191] Compiling NIOCore ByteBuffer-views.swift
[163/191] Compiling NIOCore Channel.swift
[164/191] Compiling NIOCore ChannelHandler.swift
[165/191] Compiling NIOCore ChannelHandlers.swift
[166/191] Compiling NIOCore ChannelInvoker.swift
[167/191] Compiling NIOCore ChannelOption.swift
[168/191] Compiling NIOCore AddressedEnvelope.swift
[169/191] Compiling NIOCore AsyncAwaitSupport.swift
[170/191] Compiling NIOCore AsyncChannel.swift
[171/191] Compiling NIOCore AsyncChannelHandler.swift
[172/191] Compiling NIOCore AsyncChannelInboundStream.swift
[173/191] Compiling NIOCore AsyncChannelOutboundWriter.swift
[174/191] Compiling NIOCore NIOAsyncSequenceProducer.swift
[175/191] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[176/191] Compiling NIOCore NIOAsyncWriter.swift
[177/191] Emitting module NIOCore
[178/192] Wrapping AST for NIOCore for debugging
[180/243] Compiling NIOEmbedded Embedded.swift
[181/243] Compiling NIOEmbedded AsyncTestingChannel.swift
[182/243] Emitting module NIOEmbedded
[183/243] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[184/244] Wrapping AST for NIOEmbedded for debugging
[186/244] Compiling NIOPosix ServerSocket.swift
[187/244] Compiling NIOPosix Socket.swift
[188/244] Compiling NIOPosix SocketChannel.swift
[189/244] Compiling NIOPosix SocketProtocols.swift
[190/244] Compiling NIOPosix System.swift
[191/244] Compiling NIOPosix Thread.swift
[192/244] Compiling NIOPosix PooledRecvBufferAllocator.swift
[193/244] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[194/244] Compiling NIOPosix PosixSingletons.swift
[195/244] Compiling NIOPosix RawSocketBootstrap.swift
[196/244] Compiling NIOPosix Resolver.swift
[197/244] Compiling NIOPosix Selectable.swift
[198/244] Compiling NIOPosix SelectableChannel.swift
[199/244] Compiling NIOPosix SelectableEventLoop.swift
[200/244] Compiling NIOPosix SelectorEpoll.swift
[201/244] Compiling NIOPosix SelectorGeneric.swift
[202/244] Compiling NIOPosix SelectorKqueue.swift
[203/244] Compiling NIOPosix SelectorUring.swift
[204/250] Emitting module NIOPosix
[205/250] Compiling NIOPosix ThreadPosix.swift
[206/250] Compiling NIOPosix ThreadWindows.swift
[207/250] Compiling NIOPosix UnsafeTransfer.swift
[208/250] Compiling NIOPosix Utilities.swift
[209/250] Compiling NIOPosix VsockAddress.swift
[210/250] Compiling NIOPosix VsockChannelEvents.swift
[211/250] Compiling NIOPosix IO.swift
[212/250] Compiling NIOPosix IntegerBitPacking.swift
[213/250] Compiling NIOPosix IntegerTypes.swift
[214/250] Compiling NIOPosix Linux.swift
[215/250] Compiling NIOPosix LinuxCPUSet.swift
[216/250] Compiling NIOPosix LinuxUring.swift
[217/250] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[218/250] Compiling NIOPosix NIOThreadPool.swift
[219/250] Compiling NIOPosix NonBlockingFileIO.swift
[220/250] Compiling NIOPosix PendingDatagramWritesManager.swift
[221/250] Compiling NIOPosix PendingWritesManager.swift
[222/250] Compiling NIOPosix PipeChannel.swift
[223/250] Compiling NIOPosix PipePair.swift
[224/250] Compiling NIOPosix Pool.swift
[225/250] Compiling NIOPosix BSDSocketAPICommon.swift
[226/250] Compiling NIOPosix BSDSocketAPIPosix.swift
[227/250] Compiling NIOPosix BSDSocketAPIWindows.swift
[228/250] Compiling NIOPosix BaseSocket.swift
[229/250] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[230/250] Compiling NIOPosix BaseSocketChannel.swift
[231/250] Compiling NIOPosix BaseStreamSocketChannel.swift
[232/250] Compiling NIOPosix Bootstrap.swift
[233/250] Compiling NIOPosix ControlMessage.swift
[234/250] Compiling NIOPosix DatagramVectorReadManager.swift
[235/250] Compiling NIOPosix Errors+Any.swift
[236/250] Compiling NIOPosix FileDescriptor.swift
[237/250] Compiling NIOPosix GetaddrinfoResolver.swift
[238/250] Compiling NIOPosix HappyEyeballs.swift
[239/251] Wrapping AST for NIOPosix for debugging
[241/253] Compiling NIO Exports.swift
[242/253] Emitting module NIO
[243/256] Wrapping AST for NIO for debugging
[245/281] Compiling NIOTLS TLSEvents.swift
[246/281] Emitting module NIOTLS
[247/281] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[248/281] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[249/283] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[250/283] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[251/283] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[252/283] Compiling NIOTLS SNIHandler.swift
[253/284] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[254/284] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[256/284] Emitting module NIOHTTP1
[257/284] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[258/284] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[258/284] Wrapping AST for NIOTLS for debugging
[260/284] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[261/284] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[262/284] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[263/284] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[264/284] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[265/284] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[266/284] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[267/284] Compiling NIOHTTP1 HTTPTypes.swift
[268/284] Compiling NIOHTTP1 ByteCollectionUtils.swift
[269/284] Compiling NIOHTTP1 HTTPDecoder.swift
[270/284] Compiling NIOHTTP1 HTTPEncoder.swift
[271/285] Wrapping AST for NIOHTTP1 for debugging
[273/285] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[274/285] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[275/285] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[276/285] Emitting module NIOFoundationCompat
[277/285] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[278/286] Wrapping AST for NIOFoundationCompat for debugging
[280/308] Compiling NIOTransportServices NIOTSBootstraps.swift
[281/308] Compiling NIOTransportServices NIOTSChannelOptions.swift
[282/308] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[283/310] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[284/310] Compiling NIOTransportServices NIOTSErrors.swift
[285/310] Compiling NIOTransportServices NIOTSEventLoop.swift
[286/310] Compiling NIOTransportServices StateManagedChannel.swift
[287/310] Compiling NIOTransportServices StateManagedListenerChannel.swift
[288/310] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[289/310] Emitting module NIOTransportServices
[290/310] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[291/310] Compiling NIOTransportServices NIOTSSingletons.swift
[292/310] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[293/310] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[294/310] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[295/310] Compiling NIOTransportServices NIOTSListenerChannel.swift
[296/310] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[297/310] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[298/310] Compiling NIOTransportServices AcceptHandler.swift
[299/310] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[300/310] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[301/310] Compiling NIOTransportServices NIOTSDatagramListener.swift
[302/310] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[303/310] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[304/311] Wrapping AST for NIOTransportServices for debugging
[306/315] Emitting module NIOTSHTTPServer
[307/315] Compiling NIOTSHTTPServer main.swift
[308/316] Compiling NIOTSHTTPClient main.swift
[309/316] Emitting module NIOTSHTTPClient
[311/317] Wrapping AST for NIOTSHTTPServer for debugging
[312/317] Write Objects.LinkFileList
[313/317] Wrapping AST for NIOTSHTTPClient for debugging
[314/317] Write Objects.LinkFileList
[315/317] Linking NIOTSHTTPServer
[316/317] Linking NIOTSHTTPClient
Build complete! (95.51s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-nio-transport-services",
"name" : "swift-nio-transport-services",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOTransportServices",
"targets" : [
"NIOTransportServices"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOTSHTTPServer",
"targets" : [
"NIOTSHTTPServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOTSHTTPClient",
"targets" : [
"NIOTSHTTPClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOTransportServicesTests",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServicesTests",
"path" : "Tests/NIOTransportServicesTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"Atomics"
],
"sources" : [
"NIOFilterEmptyWritesHandlerTests.swift",
"NIOTSAsyncBootstrapTests.swift",
"NIOTSBootstrapTests.swift",
"NIOTSChannelMetadataTests.swift",
"NIOTSChannelOptionsTests.swift",
"NIOTSConnectionChannelTests.swift",
"NIOTSDatagramConnectionChannelTests.swift",
"NIOTSEndToEndTests.swift",
"NIOTSEventLoopTests.swift",
"NIOTSListenerChannelTests.swift",
"NIOTSSingletonTests.swift",
"NIOTSSocketOptionTests.swift",
"NIOTSSocketOptionsOnChannelTests.swift",
"NIOTSTestUtilities.swift",
"NIOTSWorkaroundTests.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "test"
},
{
"c99name" : "NIOTransportServices",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServices",
"path" : "Sources/NIOTransportServices",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOFoundationCompat",
"NIOTLS",
"Atomics"
],
"product_memberships" : [
"NIOTransportServices",
"NIOTSHTTPServer",
"NIOTSHTTPClient"
],
"sources" : [
"AcceptHandler.swift",
"Datagram/NIOTSDatagramBootstrap.swift",
"Datagram/NIOTSDatagramChannel.swift",
"Datagram/NIOTSDatagramListener.swift",
"Datagram/NIOTSDatagramListenerChannel.swift",
"NIOFilterEmptyWritesHandler.swift",
"NIOTSBootstraps.swift",
"NIOTSChannelOptions.swift",
"NIOTSConnectionBootstrap.swift",
"NIOTSConnectionChannel.swift",
"NIOTSErrors.swift",
"NIOTSEventLoop.swift",
"NIOTSEventLoopGroup.swift",
"NIOTSListenerBootstrap.swift",
"NIOTSListenerChannel.swift",
"NIOTSNetworkEvents.swift",
"NIOTSSingletons.swift",
"SocketAddress+NWEndpoint.swift",
"StateManagedChannel.swift",
"StateManagedListenerChannel.swift",
"StateManagedNWConnectionChannel.swift",
"TCPOptions+SocketChannelOption.swift",
"UDPOptions+SocketChannelOption.swift"
],
"type" : "library"
},
{
"c99name" : "NIOTSHTTPServer",
"module_type" : "SwiftTarget",
"name" : "NIOTSHTTPServer",
"path" : "Sources/NIOTSHTTPServer",
"product_dependencies" : [
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"NIOTSHTTPServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "executable"
},
{
"c99name" : "NIOTSHTTPClient",
"module_type" : "SwiftTarget",
"name" : "NIOTSHTTPClient",
"path" : "Sources/NIOTSHTTPClient",
"product_dependencies" : [
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"NIOTSHTTPClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
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.