Build Information
Successful build of swift-nio-transport-services, reference 1.25.1 (e64501
), with Swift 6.1 for Linux on 6 Aug 2025 11:30:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-transport-services.git
Reference: 1.25.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-nio-transport-services
* tag 1.25.1 -> FETCH_HEAD
HEAD is now at e645014 Enable release mode builds (#241)
Cloned https://github.com/apple/swift-nio-transport-services.git
Revision (git rev-parse @):
e645014baea2ec1c2db564410c51a656cf47c923
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-transport-services.git at 1.25.1
========================================
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.83.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",
"NIOTSDatagramBootstrapTests.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/NIOTSDatagramConnectionBootstrap.swift",
"Datagram/NIOTSDatagramConnectionChannel.swift",
"Datagram/NIOTSDatagramListenerBootstrap.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.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/1808] Fetching swift-atomics
[1809/79034] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (7.80s)
Fetched https://github.com/apple/swift-nio.git from cache (7.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (9.21s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4839] Fetching swift-system
[4840/21766] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.25s)
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.02s)
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.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.6.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/50] Write sources
[2/50] Compiling CNIODarwin shim.c
[3/50] Write sources
[16/50] Compiling _AtomicsShims.c
[17/50] Compiling CNIOLLHTTP c_nio_http.c
[18/50] Compiling CNIOWindows shim.c
[19/50] Compiling CNIOWindows WSAStartup.c
[20/50] Compiling CNIOWASI CNIOWASI.c
[21/50] Compiling CNIOPosix event_loop_id.c
[21/50] Write sources
[23/50] Compiling CNIOLinux liburing_shims.c
[24/50] Compiling CNIOLLHTTP c_nio_api.c
[25/50] Compiling CNIOLinux shim.c
[26/50] Write swift-version-24593BA9C3E375BF.txt
[27/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/88] Emitting module _NIOBase64
[30/88] Emitting module Atomics
[31/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/91] Compiling Atomics IntegerOperations.swift
[33/91] Compiling Atomics Unmanaged extensions.swift
[34/91] Compiling _NIODataStructures PriorityQueue.swift
[35/91] Compiling _NIODataStructures _TinyArray.swift
[36/91] Compiling Atomics AtomicInteger.swift
[37/91] Compiling Atomics AtomicOptionalWrappable.swift
[38/91] Compiling Atomics RawRepresentable.swift
[39/91] Compiling Atomics AtomicBool.swift
[40/91] Compiling _NIOBase64 Base64.swift
[41/91] Compiling Atomics AtomicValue.swift
[42/91] Compiling Atomics OptionalRawRepresentable.swift
[46/91] Compiling Atomics AtomicStorage.swift
[48/91] Compiling Atomics IntegerConformances.swift
[49/91] Compiling Atomics PointerConformances.swift
[50/91] Compiling Atomics Primitives.native.swift
[52/91] Emitting module InternalCollectionsUtilities
[53/92] Compiling Atomics AtomicReference.swift
[54/92] Compiling Atomics AtomicMemoryOrderings.swift
[55/92] Compiling Atomics ManagedAtomic.swift
[56/92] Compiling Atomics ManagedAtomicLazyReference.swift
[58/92] Compiling Atomics DoubleWord.swift
[59/92] Compiling Atomics UnsafeAtomic.swift
[60/92] Compiling Atomics UnsafeAtomicLazyReference.swift
[69/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/94] Wrapping AST for _NIOBase64 for debugging
[70/94] Compiling c-nioatomics.c
[72/94] Wrapping AST for Atomics for debugging
[73/94] Wrapping AST for InternalCollectionsUtilities for debugging
[75/109] Compiling DequeModule _DequeBuffer.swift
[76/109] Compiling DequeModule _DequeBufferHeader.swift
[77/111] Emitting module _NIODataStructures
[78/111] Compiling _NIODataStructures Heap.swift
[79/112] Compiling DequeModule Deque+Equatable.swift
[80/112] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/112] Compiling c-atomics.c
[83/112] Compiling DequeModule Deque+Extras.swift
[84/112] Compiling DequeModule Deque+Hashable.swift
[85/112] Compiling DequeModule Deque+Testing.swift
[86/112] Compiling DequeModule Deque._Storage.swift
[86/112] Wrapping AST for _NIODataStructures for debugging
[88/115] Compiling DequeModule Deque+Codable.swift
[89/115] Compiling DequeModule Deque+Collection.swift
[90/118] Compiling DequeModule Deque._UnsafeHandle.swift
[91/118] Compiling DequeModule Deque.swift
[92/118] Compiling DequeModule _DequeSlot.swift
[93/118] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/118] Compiling NIOConcurrencyHelpers lock.swift
[95/118] Emitting module DequeModule
[96/118] Compiling DequeModule Deque+CustomReflectable.swift
[97/118] Compiling DequeModule Deque+Descriptions.swift
[98/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/119] Compiling NIOConcurrencyHelpers atomics.swift
[100/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/119] Emitting module NIOConcurrencyHelpers
[104/120] Wrapping AST for DequeModule for debugging
[105/120] Wrapping AST for NIOConcurrencyHelpers for debugging
[107/181] Compiling NIOCore NIOAny.swift
[108/181] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/181] Compiling NIOCore NIOCoreSendableMetatype.swift
[110/181] Compiling NIOCore NIOLoopBound.swift
[111/181] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[112/181] Compiling NIOCore NIOScheduledCallback.swift
[113/181] Compiling NIOCore NIOSendable.swift
[114/181] Compiling NIOCore RecvByteBufferAllocator.swift
[115/189] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[116/189] Compiling NIOCore SocketAddresses.swift
[117/189] Compiling NIOCore SocketOptionProvider.swift
[118/189] Compiling NIOCore SystemCallHelpers.swift
[119/189] Compiling NIOCore TimeAmount+Duration.swift
[120/189] Compiling NIOCore TypeAssistedChannelHandler.swift
[121/189] Compiling NIOCore UniversalBootstrapSupport.swift
[122/189] Compiling NIOCore Utilities.swift
[123/189] Compiling NIOCore AddressedEnvelope.swift
[124/189] Compiling NIOCore AsyncAwaitSupport.swift
[125/189] Compiling NIOCore AsyncChannel.swift
[126/189] Compiling NIOCore AsyncChannelHandler.swift
[127/189] Compiling NIOCore AsyncChannelInboundStream.swift
[128/189] Compiling NIOCore AsyncChannelOutboundWriter.swift
[129/189] Compiling NIOCore NIOAsyncSequenceProducer.swift
[130/189] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[131/189] Compiling NIOCore NIOAsyncWriter.swift
[132/189] Compiling NIOCore IOData.swift
[133/189] Compiling NIOCore IPProtocol.swift
[134/189] Compiling NIOCore IntegerBitPacking.swift
[135/189] Compiling NIOCore IntegerTypes.swift
[136/189] Compiling NIOCore Interfaces.swift
[137/189] Compiling NIOCore Linux.swift
[138/189] Compiling NIOCore MarkedCircularBuffer.swift
[139/189] Compiling NIOCore MulticastChannel.swift
[140/189] Compiling NIOCore CircularBuffer.swift
[141/189] Compiling NIOCore Codec.swift
[142/189] Compiling NIOCore ConvenienceOptionSupport.swift
[143/189] Compiling NIOCore DeadChannel.swift
[144/189] Compiling NIOCore DispatchQueue+WithFuture.swift
[145/189] Compiling NIOCore EventLoop+Deprecated.swift
[146/189] Compiling NIOCore EventLoop+SerialExecutor.swift
[147/189] Compiling NIOCore EventLoop.swift
[148/189] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[149/189] Compiling NIOCore EventLoopFuture+Deprecated.swift
[150/189] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[151/189] Compiling NIOCore EventLoopFuture.swift
[152/189] Compiling NIOCore FileDescriptor.swift
[153/189] Compiling NIOCore FileHandle.swift
[154/189] Compiling NIOCore FileRegion.swift
[155/189] Compiling NIOCore GlobalSingletons.swift
[156/189] Compiling NIOCore IO.swift
[157/189] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[158/189] Compiling NIOCore BSDSocketAPI.swift
[159/189] Compiling NIOCore ByteBuffer-aux.swift
[160/189] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[161/189] Compiling NIOCore ByteBuffer-conversions.swift
[162/189] Compiling NIOCore ByteBuffer-core.swift
[163/189] Compiling NIOCore ByteBuffer-hex.swift
[164/189] Compiling NIOCore ByteBuffer-int.swift
[165/189] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[166/189] Compiling NIOCore ByteBuffer-multi-int.swift
[167/189] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[168/189] Compiling NIOCore ByteBuffer-views.swift
[169/189] Compiling NIOCore Channel.swift
[170/189] Compiling NIOCore ChannelHandler.swift
[171/189] Compiling NIOCore ChannelHandlers.swift
[172/189] Compiling NIOCore ChannelInvoker.swift
[173/189] Compiling NIOCore ChannelOption.swift
[174/189] Compiling NIOCore ChannelPipeline.swift
[175/189] Emitting module NIOCore
[176/192] Wrapping AST for NIOCore for debugging
[178/242] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[179/242] Emitting module NIOEmbedded
[180/242] Compiling NIOEmbedded AsyncTestingChannel.swift
[181/242] Compiling NIOEmbedded Embedded.swift
[183/243] Compiling NIOPosix IO.swift
[184/243] Compiling NIOPosix IntegerBitPacking.swift
[185/243] Compiling NIOPosix IntegerTypes.swift
[186/243] Compiling NIOPosix Linux.swift
[187/243] Compiling NIOPosix LinuxCPUSet.swift
[188/243] Compiling NIOPosix LinuxUring.swift
[189/243] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[189/249] Wrapping AST for NIOEmbedded for debugging
[191/249] Emitting module NIOPosix
[192/249] Compiling NIOPosix ThreadPosix.swift
[193/249] Compiling NIOPosix ThreadWindows.swift
[194/249] Compiling NIOPosix UnsafeTransfer.swift
[195/249] Compiling NIOPosix Utilities.swift
[196/249] Compiling NIOPosix VsockAddress.swift
[197/249] Compiling NIOPosix VsockChannelEvents.swift
[198/249] Compiling NIOPosix SelectableEventLoop.swift
[199/249] Compiling NIOPosix SelectorEpoll.swift
[200/249] Compiling NIOPosix SelectorGeneric.swift
[201/249] Compiling NIOPosix SelectorKqueue.swift
[202/249] Compiling NIOPosix SelectorUring.swift
[203/249] Compiling NIOPosix ServerSocket.swift
[204/249] Compiling NIOPosix Pool.swift
[205/249] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[206/249] Compiling NIOPosix PosixSingletons.swift
[207/249] Compiling NIOPosix RawSocketBootstrap.swift
[208/249] Compiling NIOPosix Resolver.swift
[209/249] Compiling NIOPosix Selectable.swift
[210/249] Compiling NIOPosix SelectableChannel.swift
[211/249] Compiling NIOPosix Socket.swift
[212/249] Compiling NIOPosix SocketChannel.swift
[213/249] Compiling NIOPosix SocketProtocols.swift
[214/249] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[215/249] Compiling NIOPosix System.swift
[216/249] Compiling NIOPosix Thread.swift
[217/249] Compiling NIOPosix BSDSocketAPICommon.swift
[218/249] Compiling NIOPosix BSDSocketAPIPosix.swift
[219/249] Compiling NIOPosix BSDSocketAPIWindows.swift
[220/249] Compiling NIOPosix BaseSocket.swift
[221/249] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[222/249] Compiling NIOPosix BaseSocketChannel.swift
[223/249] Compiling NIOPosix BaseStreamSocketChannel.swift
[224/249] Compiling NIOPosix Bootstrap.swift
[225/249] Compiling NIOPosix ControlMessage.swift
[226/249] Compiling NIOPosix DatagramVectorReadManager.swift
[227/249] Compiling NIOPosix Errors+Any.swift
[228/249] Compiling NIOPosix FileDescriptor.swift
[229/249] Compiling NIOPosix GetaddrinfoResolver.swift
[230/249] Compiling NIOPosix HappyEyeballs.swift
[231/249] Compiling NIOPosix NIOPosixSendableMetatype.swift
[232/249] Compiling NIOPosix NIOThreadPool.swift
[233/249] Compiling NIOPosix NonBlockingFileIO.swift
[234/249] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/249] Compiling NIOPosix PendingWritesManager.swift
[236/249] Compiling NIOPosix PipeChannel.swift
[237/249] Compiling NIOPosix PipePair.swift
[238/250] Wrapping AST for NIOPosix for debugging
[240/252] Emitting module NIO
[241/252] Compiling NIO Exports.swift
[242/253] Wrapping AST for NIO for debugging
[244/280] Compiling NIOTLS TLSEvents.swift
[245/280] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[246/280] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[247/280] Emitting module NIOTLS
[248/280] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[249/280] Compiling NIOTLS SNIHandler.swift
[251/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[252/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[252/283] Wrapping AST for NIOTLS for debugging
[254/283] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[255/283] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[256/283] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[257/283] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[258/283] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[259/283] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[260/283] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[261/283] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[262/283] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[263/283] Compiling NIOHTTP1 HTTPTypes.swift
[264/283] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[265/283] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[266/283] Emitting module NIOHTTP1
[267/283] Compiling NIOHTTP1 ByteCollectionUtils.swift
[268/283] Compiling NIOHTTP1 HTTPDecoder.swift
[269/283] Compiling NIOHTTP1 HTTPEncoder.swift
[270/284] Wrapping AST for NIOHTTP1 for debugging
[272/284] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[273/284] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[274/284] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[275/284] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[276/284] Emitting module NIOFoundationCompat
[277/285] Wrapping AST for NIOFoundationCompat for debugging
[279/307] Compiling NIOTransportServices AcceptHandler.swift
[280/307] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[281/307] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[282/309] Emitting module NIOTransportServices
[283/309] Compiling NIOTransportServices StateManagedChannel.swift
[284/309] Compiling NIOTransportServices StateManagedListenerChannel.swift
[285/309] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[286/309] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[287/309] Compiling NIOTransportServices NIOTSErrors.swift
[288/309] Compiling NIOTransportServices NIOTSEventLoop.swift
[289/309] Compiling NIOTransportServices NIOTSBootstraps.swift
[290/309] Compiling NIOTransportServices NIOTSChannelOptions.swift
[291/309] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[292/309] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[293/309] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[294/309] Compiling NIOTransportServices NIOTSListenerChannel.swift
[295/309] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[296/309] Compiling NIOTransportServices NIOTSSingletons.swift
[297/309] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[298/309] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[299/309] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[300/309] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[301/309] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[302/309] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[303/310] Wrapping AST for NIOTransportServices for debugging
[305/314] Emitting module NIOTSHTTPServer
[306/314] Emitting module NIOTSHTTPClient
[307/314] Compiling NIOTSHTTPServer main.swift
[308/315] Compiling NIOTSHTTPClient main.swift
[310/316] Wrapping AST for NIOTSHTTPServer for debugging
[311/316] Write Objects.LinkFileList
[312/316] Wrapping AST for NIOTSHTTPClient for debugging
[313/316] Write Objects.LinkFileList
[314/316] Linking NIOTSHTTPServer
[315/316] Linking NIOTSHTTPClient
Build complete! (108.73s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.83.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",
"NIOTSDatagramBootstrapTests.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/NIOTSDatagramConnectionBootstrap.swift",
"Datagram/NIOTSDatagramConnectionChannel.swift",
"Datagram/NIOTSDatagramListenerBootstrap.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.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.