Build Information
Successful build of swift-nio-transport-services, reference 1.24.0 (cd1e89
), with Swift 6.1 for Android on 30 May 2025 21:51:21 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.63.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: android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76123] Fetching swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio.git from cache (7.29s)
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.22s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1538/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.58s)
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.91s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/49] Write sources
[15/49] Compiling CNIOWindows shim.c
[15/49] Compiling CNIOWindows WSAStartup.c
[17/49] Compiling _AtomicsShims.c
[18/49] Compiling CNIOWASI CNIOWASI.c
[19/49] Compiling CNIOLinux liburing_shims.c
[20/49] Compiling CNIODarwin shim.c
[20/49] Write sources
[22/49] Compiling CNIOLLHTTP c_nio_http.c
[23/49] Compiling CNIOLLHTTP c_nio_api.c
[24/49] Compiling CNIOLinux shim.c
[25/49] Write swift-version-24593BA9C3E375BF.txt
[26/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/88] Compiling Atomics Primitives.shims.swift
[29/88] Compiling Atomics AtomicInteger.swift
[30/88] Compiling Atomics AtomicOptionalWrappable.swift
[31/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/91] Compiling Atomics AtomicStorage.swift
[35/91] Compiling Atomics AtomicValue.swift
[35/91] Compiling c-atomics.c
[37/91] Compiling Atomics AtomicBool.swift
[38/91] Compiling Atomics AtomicReference.swift
[39/91] Compiling Atomics OptionalRawRepresentable.swift
[40/91] Compiling Atomics RawRepresentable.swift
[41/91] Compiling Atomics UnsafeAtomic.swift
[42/91] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/91] Compiling Atomics IntegerConformances.swift
[44/91] Compiling Atomics PointerConformances.swift
[45/91] Emitting module Atomics
[46/91] Emitting module _NIODataStructures
[47/91] Compiling _NIODataStructures Heap.swift
[48/91] Compiling _NIODataStructures _TinyArray.swift
[49/91] Compiling _NIODataStructures PriorityQueue.swift
[53/91] Compiling Atomics ManagedAtomic.swift
[54/91] Compiling Atomics ManagedAtomicLazyReference.swift
[55/92] Compiling Atomics AtomicMemoryOrderings.swift
[56/92] Compiling Atomics DoubleWord.swift
[57/92] Emitting module InternalCollectionsUtilities
[58/92] Compiling Atomics Primitives.native.swift
[60/92] Compiling _NIOBase64 Base64.swift
[61/92] Emitting module _NIOBase64
[70/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/94] Compiling c-nioatomics.c
[72/94] Compiling Atomics IntegerOperations.swift
[73/94] Compiling Atomics Unmanaged extensions.swift
[73/95] Wrapping AST for _NIODataStructures for debugging
[77/101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/101] Wrapping AST for Atomics for debugging
[78/101] Wrapping AST for _NIOBase64 for debugging
[79/101] Wrapping AST for InternalCollectionsUtilities for debugging
[81/101] Compiling NIOConcurrencyHelpers lock.swift
[82/116] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/116] Emitting module NIOConcurrencyHelpers
[84/116] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[85/116] Compiling NIOConcurrencyHelpers atomics.swift
[87/117] Compiling DequeModule Deque+Equatable.swift
[88/117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/119] Compiling DequeModule Deque+CustomReflectable.swift
[90/119] Compiling DequeModule Deque+Descriptions.swift
[91/119] Compiling DequeModule _DequeBuffer.swift
[92/119] Compiling DequeModule _DequeBufferHeader.swift
[92/119] Wrapping AST for NIOConcurrencyHelpers for debugging
[94/119] Compiling DequeModule _DequeSlot.swift
[95/119] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/119] Compiling DequeModule Deque+Testing.swift
[97/119] Compiling DequeModule Deque._Storage.swift
[98/119] Compiling DequeModule Deque._UnsafeHandle.swift
[99/119] Compiling DequeModule Deque.swift
[100/119] Compiling DequeModule Deque+Extras.swift
[101/119] Compiling DequeModule Deque+Hashable.swift
[102/119] Compiling DequeModule Deque+Codable.swift
[103/119] Compiling DequeModule Deque+Collection.swift
[104/119] Emitting module DequeModule
[105/120] Wrapping AST for DequeModule for debugging
[107/180] Compiling NIOCore IO.swift
[108/180] Compiling NIOCore IOData.swift
[109/180] Compiling NIOCore IPProtocol.swift
[110/180] Compiling NIOCore IntegerBitPacking.swift
[111/180] Compiling NIOCore IntegerTypes.swift
[112/180] Compiling NIOCore Interfaces.swift
[113/180] Compiling NIOCore Linux.swift
[114/180] Compiling NIOCore MarkedCircularBuffer.swift
[115/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[116/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[117/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[118/188] Compiling NIOCore EventLoopFuture.swift
[119/188] Compiling NIOCore FileDescriptor.swift
[120/188] Compiling NIOCore FileHandle.swift
[121/188] Compiling NIOCore FileRegion.swift
[122/188] Compiling NIOCore GlobalSingletons.swift
[123/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[124/188] Compiling NIOCore SocketAddresses.swift
[125/188] Compiling NIOCore SocketOptionProvider.swift
[126/188] Compiling NIOCore SystemCallHelpers.swift
[127/188] Compiling NIOCore TimeAmount+Duration.swift
[128/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[129/188] Compiling NIOCore UniversalBootstrapSupport.swift
[130/188] Compiling NIOCore Utilities.swift
[131/188] Compiling NIOCore AddressedEnvelope.swift
[132/188] Compiling NIOCore AsyncAwaitSupport.swift
[133/188] Compiling NIOCore AsyncChannel.swift
[134/188] Compiling NIOCore AsyncChannelHandler.swift
[135/188] Compiling NIOCore AsyncChannelInboundStream.swift
[136/188] Compiling NIOCore AsyncChannelOutboundWriter.swift
[137/188] Compiling NIOCore NIOAsyncSequenceProducer.swift
[138/188] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[139/188] Compiling NIOCore NIOAsyncWriter.swift
[140/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[141/188] Compiling NIOCore BSDSocketAPI.swift
[142/188] Compiling NIOCore ByteBuffer-aux.swift
[143/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[144/188] Compiling NIOCore ByteBuffer-conversions.swift
[145/188] Compiling NIOCore ByteBuffer-core.swift
[146/188] Compiling NIOCore ByteBuffer-hex.swift
[147/188] Compiling NIOCore ByteBuffer-int.swift
[148/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[149/188] Emitting module NIOCore
[150/188] Compiling NIOCore CircularBuffer.swift
[151/188] Compiling NIOCore Codec.swift
[152/188] Compiling NIOCore ConvenienceOptionSupport.swift
[153/188] Compiling NIOCore DeadChannel.swift
[154/188] Compiling NIOCore DispatchQueue+WithFuture.swift
[155/188] Compiling NIOCore EventLoop+Deprecated.swift
[156/188] Compiling NIOCore EventLoop+SerialExecutor.swift
[157/188] Compiling NIOCore EventLoop.swift
[158/188] Compiling NIOCore ByteBuffer-multi-int.swift
[159/188] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[160/188] Compiling NIOCore ByteBuffer-views.swift
[161/188] Compiling NIOCore Channel.swift
[162/188] Compiling NIOCore ChannelHandler.swift
[163/188] Compiling NIOCore ChannelHandlers.swift
[164/188] Compiling NIOCore ChannelInvoker.swift
[165/188] Compiling NIOCore ChannelOption.swift
[166/188] Compiling NIOCore ChannelPipeline.swift
[167/188] Compiling NIOCore MulticastChannel.swift
[168/188] Compiling NIOCore NIOAny.swift
[169/188] Compiling NIOCore NIOCloseOnErrorHandler.swift
[170/188] Compiling NIOCore NIOLoopBound.swift
[171/188] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[172/188] Compiling NIOCore NIOScheduledCallback.swift
[173/188] Compiling NIOCore NIOSendable.swift
[174/188] Compiling NIOCore RecvByteBufferAllocator.swift
[175/189] Wrapping AST for NIOCore for debugging
[177/239] Emitting module NIOEmbedded
[178/239] Compiling NIOEmbedded AsyncTestingChannel.swift
[179/239] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[180/239] Compiling NIOEmbedded Embedded.swift
[181/240] Wrapping AST for NIOEmbedded for debugging
[183/240] Emitting module NIOPosix
[184/246] Compiling NIOPosix BSDSocketAPICommon.swift
[185/246] Compiling NIOPosix BSDSocketAPIPosix.swift
[186/246] Compiling NIOPosix BSDSocketAPIWindows.swift
[187/246] Compiling NIOPosix BaseSocket.swift
[188/246] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[189/246] Compiling NIOPosix BaseSocketChannel.swift
[190/246] Compiling NIOPosix BaseStreamSocketChannel.swift
[191/246] Compiling NIOPosix ServerSocket.swift
[192/246] Compiling NIOPosix Socket.swift
[193/246] Compiling NIOPosix SocketChannel.swift
[194/246] Compiling NIOPosix SocketProtocols.swift
[195/246] Compiling NIOPosix System.swift
[196/246] Compiling NIOPosix Thread.swift
[197/246] Compiling NIOPosix ThreadPosix.swift
[198/246] Compiling NIOPosix ThreadWindows.swift
[199/246] Compiling NIOPosix UnsafeTransfer.swift
[200/246] Compiling NIOPosix Utilities.swift
[201/246] Compiling NIOPosix VsockAddress.swift
[202/246] Compiling NIOPosix VsockChannelEvents.swift
[203/246] Compiling NIOPosix Bootstrap.swift
[204/246] Compiling NIOPosix ControlMessage.swift
[205/246] Compiling NIOPosix DatagramVectorReadManager.swift
[206/246] Compiling NIOPosix Errors+Any.swift
[207/246] Compiling NIOPosix FileDescriptor.swift
[208/246] Compiling NIOPosix GetaddrinfoResolver.swift
[209/246] Compiling NIOPosix HappyEyeballs.swift
[210/246] Compiling NIOPosix IO.swift
[211/246] Compiling NIOPosix IntegerBitPacking.swift
[212/246] Compiling NIOPosix IntegerTypes.swift
[213/246] Compiling NIOPosix Linux.swift
[214/246] Compiling NIOPosix LinuxCPUSet.swift
[215/246] Compiling NIOPosix LinuxUring.swift
[216/246] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[217/246] Compiling NIOPosix SelectableChannel.swift
[218/246] Compiling NIOPosix SelectableEventLoop.swift
[219/246] Compiling NIOPosix SelectorEpoll.swift
[220/246] Compiling NIOPosix SelectorGeneric.swift
[221/246] Compiling NIOPosix SelectorKqueue.swift
[222/246] Compiling NIOPosix SelectorUring.swift
[223/246] Compiling NIOPosix Pool.swift
[224/246] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[225/246] Compiling NIOPosix PosixSingletons.swift
[226/246] Compiling NIOPosix RawSocketBootstrap.swift
[227/246] Compiling NIOPosix Resolver.swift
[228/246] Compiling NIOPosix Selectable.swift
[229/246] Compiling NIOPosix NIOThreadPool.swift
[230/246] Compiling NIOPosix NonBlockingFileIO.swift
[231/246] Compiling NIOPosix PendingDatagramWritesManager.swift
[232/246] Compiling NIOPosix PendingWritesManager.swift
[233/246] Compiling NIOPosix PipeChannel.swift
[234/246] Compiling NIOPosix PipePair.swift
[235/247] Wrapping AST for NIOPosix for debugging
[237/249] Compiling NIO Exports.swift
[238/249] Emitting module NIO
[239/250] Wrapping AST for NIO for debugging
[241/277] Emitting module NIOTLS
[242/277] Compiling NIOTLS TLSEvents.swift
[243/277] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[244/277] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[245/277] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[246/279] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[247/279] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[248/279] Compiling NIOTLS SNIHandler.swift
[249/280] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[250/280] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[251/280] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[252/280] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[254/280] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[255/280] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[255/280] Wrapping AST for NIOTLS for debugging
[257/280] Emitting module NIOFoundationCompat
[258/280] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[259/280] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[260/280] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[261/280] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[262/280] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[263/280] Compiling NIOHTTP1 HTTPTypes.swift
[264/280] Compiling NIOHTTP1 ByteCollectionUtils.swift
[265/280] Compiling NIOHTTP1 HTTPDecoder.swift
[266/280] Compiling NIOHTTP1 HTTPEncoder.swift
[267/280] Emitting module NIOHTTP1
[269/281] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[270/281] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[271/281] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[272/281] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[272/282] Wrapping AST for NIOHTTP1 for debugging
[274/282] Wrapping AST for NIOFoundationCompat for debugging
[276/304] Emitting module NIOTransportServices
[277/304] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[278/304] Compiling NIOTransportServices NIOTSErrors.swift
[279/304] Compiling NIOTransportServices NIOTSEventLoop.swift
[280/306] Compiling NIOTransportServices AcceptHandler.swift
[281/306] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[282/306] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[283/306] Compiling NIOTransportServices NIOTSBootstraps.swift
[284/306] Compiling NIOTransportServices NIOTSChannelOptions.swift
[285/306] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[286/306] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[287/306] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[288/306] Compiling NIOTransportServices NIOTSListenerChannel.swift
[289/306] Compiling NIOTransportServices StateManagedChannel.swift
[290/306] Compiling NIOTransportServices StateManagedListenerChannel.swift
[291/306] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[292/306] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[293/306] Compiling NIOTransportServices NIOTSSingletons.swift
[294/306] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[295/306] Compiling NIOTransportServices NIOTSDatagramListener.swift
[296/306] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[297/306] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[298/306] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[299/306] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[300/307] Wrapping AST for NIOTransportServices for debugging
[302/311] Emitting module NIOTSHTTPServer
[303/311] Compiling NIOTSHTTPServer main.swift
[305/312] Emitting module NIOTSHTTPClient
[306/312] Compiling NIOTSHTTPClient main.swift
[307/313] Wrapping AST for NIOTSHTTPServer for debugging
[308/313] Write Objects.LinkFileList
[309/313] Wrapping AST for NIOTSHTTPClient for debugging
[310/313] Write Objects.LinkFileList
[311/313] Linking NIOTSHTTPServer
[312/313] Linking NIOTSHTTPClient
Build complete! (69.46s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.