Build Information
Successful build of swift-nio-transport-services, reference 1.24.0 (cd1e89
), with Swift 6.0 for Linux on 23 Apr 2025 17:17:24 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.0-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.60.2
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.0
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.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[1706/77137] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
[3772/75432] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (3.05s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4350] Fetching swift-system
[4351/20547] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[2916/16197] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.24s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/49] Write sources
[2/49] Compiling CNIODarwin shim.c
[2/49] Write sources
[16/49] Compiling CNIOLLHTTP c_nio_http.c
[17/49] Compiling CNIOWindows WSAStartup.c
[18/49] Compiling CNIOWindows shim.c
[19/49] Compiling CNIOWASI CNIOWASI.c
[19/49] Compiling _AtomicsShims.c
[19/49] Write sources
[22/49] Compiling CNIOLinux liburing_shims.c
[22/49] Compiling CNIOLLHTTP c_nio_api.c
[24/49] Compiling CNIOLinux shim.c
[25/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[25/49] Write swift-version-24593BA9C3E375BF.txt
[27/91] Compiling c-nioatomics.c
[28/91] Compiling c-atomics.c
[30/97] Compiling InternalCollectionsUtilities Debugging.swift
[31/97] Compiling InternalCollectionsUtilities Descriptions.swift
[32/97] Emitting module InternalCollectionsUtilities
[33/99] Compiling _NIOBase64 Base64.swift
[34/99] Emitting module _NIOBase64
[35/100] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/100] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[38/100] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[39/100] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[40/100] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/100] Compiling InternalCollectionsUtilities Integer rank.swift
[42/100] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/100] Compiling _NIODataStructures PriorityQueue.swift
[44/100] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/100] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[46/100] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[47/100] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[48/100] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/100] Compiling InternalCollectionsUtilities Specialize.swift
[51/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/100] Compiling _NIODataStructures _TinyArray.swift
[67/102] Emitting module Atomics
[72/103] Wrapping AST for _NIOBase64 for debugging
[74/103] Wrapping AST for InternalCollectionsUtilities for debugging
[76/103] Compiling Atomics IntegerOperations.swift
[77/103] Compiling Atomics Unmanaged extensions.swift
[78/119] Wrapping AST for Atomics for debugging
[80/119] Compiling NIOConcurrencyHelpers lock.swift
[81/119] Compiling DequeModule _DequeBuffer.swift
[82/119] Compiling DequeModule _DequeBufferHeader.swift
[83/121] Emitting module _NIODataStructures
[84/121] Compiling _NIODataStructures Heap.swift
[85/121] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/121] Emitting module NIOConcurrencyHelpers
[87/121] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/121] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/121] Compiling NIOConcurrencyHelpers atomics.swift
[90/123] Compiling DequeModule Deque+Equatable.swift
[91/123] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/123] Wrapping AST for _NIODataStructures for debugging
[94/123] Wrapping AST for NIOConcurrencyHelpers for debugging
[96/123] Compiling DequeModule _DequeSlot.swift
[97/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[98/123] Compiling DequeModule Deque+Testing.swift
[99/123] Compiling DequeModule Deque._Storage.swift
[100/123] Compiling DequeModule Deque+Extras.swift
[101/123] Compiling DequeModule Deque+Hashable.swift
[102/123] Compiling DequeModule Deque._UnsafeHandle.swift
[103/123] Compiling DequeModule Deque.swift
[104/123] Compiling DequeModule Deque+Codable.swift
[105/123] Compiling DequeModule Deque+Collection.swift
[106/123] Compiling DequeModule Deque+CustomReflectable.swift
[107/123] Compiling DequeModule Deque+Descriptions.swift
[108/123] Emitting module DequeModule
[109/124] Wrapping AST for DequeModule for debugging
[111/183] Compiling NIOCore AddressedEnvelope.swift
[112/183] Compiling NIOCore AsyncAwaitSupport.swift
[113/183] Compiling NIOCore AsyncChannel.swift
[114/183] Compiling NIOCore AsyncChannelHandler.swift
[115/183] Compiling NIOCore AsyncChannelInboundStream.swift
[116/183] Compiling NIOCore AsyncChannelOutboundWriter.swift
[117/183] Compiling NIOCore NIOAsyncSequenceProducer.swift
[118/183] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[119/183] Compiling NIOCore NIOAsyncWriter.swift
[120/191] Compiling NIOCore GlobalSingletons.swift
[121/191] Compiling NIOCore IO.swift
[122/191] Compiling NIOCore IOData.swift
[123/191] Compiling NIOCore IPProtocol.swift
[124/191] Compiling NIOCore IntegerBitPacking.swift
[125/191] Compiling NIOCore IntegerTypes.swift
[126/191] Compiling NIOCore Interfaces.swift
[127/191] Compiling NIOCore Linux.swift
[128/191] Compiling NIOCore EventLoop.swift
[129/191] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[130/191] Compiling NIOCore EventLoopFuture+Deprecated.swift
[131/191] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[132/191] Compiling NIOCore EventLoopFuture.swift
[133/191] Compiling NIOCore FileDescriptor.swift
[134/191] Compiling NIOCore FileHandle.swift
[135/191] Compiling NIOCore FileRegion.swift
[136/191] Compiling NIOCore ChannelPipeline.swift
[137/191] Compiling NIOCore CircularBuffer.swift
[138/191] Compiling NIOCore Codec.swift
[139/191] Compiling NIOCore ConvenienceOptionSupport.swift
[140/191] Compiling NIOCore DeadChannel.swift
[141/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[142/191] Compiling NIOCore EventLoop+Deprecated.swift
[143/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[144/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[145/191] Compiling NIOCore SocketAddresses.swift
[146/191] Compiling NIOCore SocketOptionProvider.swift
[147/191] Compiling NIOCore SystemCallHelpers.swift
[148/191] Compiling NIOCore TimeAmount+Duration.swift
[149/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[150/191] Compiling NIOCore UniversalBootstrapSupport.swift
[151/191] Compiling NIOCore Utilities.swift
[152/191] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[153/191] Compiling NIOCore BSDSocketAPI.swift
[154/191] Compiling NIOCore ByteBuffer-aux.swift
[155/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[156/191] Compiling NIOCore ByteBuffer-conversions.swift
[157/191] Compiling NIOCore ByteBuffer-core.swift
[158/191] Compiling NIOCore ByteBuffer-hex.swift
[159/191] Compiling NIOCore ByteBuffer-int.swift
[160/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[161/191] Compiling NIOCore ByteBuffer-multi-int.swift
[162/191] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[163/191] Compiling NIOCore ByteBuffer-views.swift
[164/191] Compiling NIOCore Channel.swift
[165/191] Compiling NIOCore ChannelHandler.swift
[166/191] Compiling NIOCore ChannelHandlers.swift
[167/191] Compiling NIOCore ChannelInvoker.swift
[168/191] Compiling NIOCore ChannelOption.swift
[169/191] Compiling NIOCore MarkedCircularBuffer.swift
[170/191] Compiling NIOCore MulticastChannel.swift
[171/191] Compiling NIOCore NIOAny.swift
[172/191] Compiling NIOCore NIOCloseOnErrorHandler.swift
[173/191] Compiling NIOCore NIOLoopBound.swift
[174/191] Compiling NIOCore NIOScheduledCallback.swift
[175/191] Compiling NIOCore NIOSendable.swift
[176/191] Compiling NIOCore RecvByteBufferAllocator.swift
[177/191] Emitting module NIOCore
[178/192] Wrapping AST for NIOCore for debugging
[180/243] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[181/243] Compiling NIOEmbedded AsyncTestingChannel.swift
[182/243] Emitting module NIOEmbedded
[183/243] Compiling NIOEmbedded Embedded.swift
[184/244] Wrapping AST for NIOEmbedded for debugging
[186/244] Compiling NIOPosix BSDSocketAPICommon.swift
[187/244] Compiling NIOPosix BSDSocketAPIPosix.swift
[188/244] Compiling NIOPosix BSDSocketAPIWindows.swift
[189/244] Compiling NIOPosix BaseSocket.swift
[190/244] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[191/244] Compiling NIOPosix BaseSocketChannel.swift
[192/244] Compiling NIOPosix BaseStreamSocketChannel.swift
[193/250] Compiling NIOPosix ThreadPosix.swift
[194/250] Compiling NIOPosix ThreadWindows.swift
[195/250] Compiling NIOPosix UnsafeTransfer.swift
[196/250] Compiling NIOPosix Utilities.swift
[197/250] Compiling NIOPosix VsockAddress.swift
[198/250] Compiling NIOPosix VsockChannelEvents.swift
[199/250] Compiling NIOPosix Bootstrap.swift
[200/250] Compiling NIOPosix ControlMessage.swift
[201/250] Compiling NIOPosix DatagramVectorReadManager.swift
[202/250] Compiling NIOPosix Errors+Any.swift
[203/250] Compiling NIOPosix FileDescriptor.swift
[204/250] Compiling NIOPosix GetaddrinfoResolver.swift
[205/250] Compiling NIOPosix HappyEyeballs.swift
[206/250] Emitting module NIOPosix
[207/250] Compiling NIOPosix PooledRecvBufferAllocator.swift
[208/250] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[209/250] Compiling NIOPosix PosixSingletons.swift
[210/250] Compiling NIOPosix RawSocketBootstrap.swift
[211/250] Compiling NIOPosix Resolver.swift
[212/250] Compiling NIOPosix Selectable.swift
[213/250] Compiling NIOPosix ServerSocket.swift
[214/250] Compiling NIOPosix Socket.swift
[215/250] Compiling NIOPosix SocketChannel.swift
[216/250] Compiling NIOPosix SocketProtocols.swift
[217/250] Compiling NIOPosix System.swift
[218/250] Compiling NIOPosix Thread.swift
[219/250] Compiling NIOPosix SelectableChannel.swift
[220/250] Compiling NIOPosix SelectableEventLoop.swift
[221/250] Compiling NIOPosix SelectorEpoll.swift
[222/250] Compiling NIOPosix SelectorGeneric.swift
[223/250] Compiling NIOPosix SelectorKqueue.swift
[224/250] Compiling NIOPosix SelectorUring.swift
[225/250] Compiling NIOPosix IO.swift
[226/250] Compiling NIOPosix IntegerBitPacking.swift
[227/250] Compiling NIOPosix IntegerTypes.swift
[228/250] Compiling NIOPosix Linux.swift
[229/250] Compiling NIOPosix LinuxCPUSet.swift
[230/250] Compiling NIOPosix LinuxUring.swift
[231/250] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[232/250] Compiling NIOPosix NIOThreadPool.swift
[233/250] Compiling NIOPosix NonBlockingFileIO.swift
[234/250] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/250] Compiling NIOPosix PendingWritesManager.swift
[236/250] Compiling NIOPosix PipeChannel.swift
[237/250] Compiling NIOPosix PipePair.swift
[238/250] Compiling NIOPosix Pool.swift
[239/251] Wrapping AST for NIOPosix for debugging
[241/253] Emitting module NIO
[242/253] Compiling NIO Exports.swift
[243/254] Wrapping AST for NIO for debugging
[245/281] Compiling NIOTLS TLSEvents.swift
[246/281] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[247/281] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[248/281] Emitting module NIOTLS
[249/281] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[250/281] Compiling NIOTLS SNIHandler.swift
[252/282] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[253/282] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[253/284] Wrapping AST for NIOTLS for debugging
[255/284] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[256/284] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[257/284] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[258/284] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[259/284] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[260/284] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[261/284] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[262/284] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[263/284] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[264/284] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[265/284] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[266/284] Compiling NIOHTTP1 HTTPTypes.swift
[267/284] Emitting module NIOHTTP1
[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] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[290/310] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[291/310] Compiling NIOTransportServices NIOTSListenerChannel.swift
[292/310] Compiling NIOTransportServices AcceptHandler.swift
[293/310] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[294/310] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[295/310] Emitting module NIOTransportServices
[296/310] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[297/310] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[298/310] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[299/310] Compiling NIOTransportServices NIOTSSingletons.swift
[300/310] Compiling NIOTransportServices SocketAddress+NWEndpoint.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 NIOTSHTTPClient
[307/315] Compiling NIOTSHTTPClient main.swift
[308/316] Emitting module NIOTSHTTPServer
[309/316] Compiling NIOTSHTTPServer main.swift
[311/317] Wrapping AST for NIOTSHTTPClient for debugging
[312/317] Write Objects.LinkFileList
[313/317] Wrapping AST for NIOTSHTTPServer for debugging
[314/317] Write Objects.LinkFileList
[315/317] Linking NIOTSHTTPServer
[316/317] Linking NIOTSHTTPClient
Build complete! (56.71s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.