Build Information
Successful build of swift-nio-transport-services, reference 1.26.0 (60c3e1), with Swift 6.1 for Android on 24 Nov 2025 13:32:33 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-transport-services.git
Reference: 1.26.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.26.0 -> FETCH_HEAD
HEAD is now at 60c3e18 Drop Swift 5.10 (#247)
Cloned https://github.com/apple/swift-nio-transport-services.git
Revision (git rev-parse @):
60c3e187154421171721c1a38e800b390680fb5d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-transport-services.git at 1.26.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.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
}
},
{
"name" : "NIOTSEchoClient",
"targets" : [
"NIOTSEchoClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOTransportServicesTests",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServicesTests",
"path" : "Tests/NIOTransportServicesTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOPosix",
"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",
"NIOTSUDPMultiDatagramsPOSIXServerTests.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",
"NIOTSEchoClient"
],
"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"
},
{
"c99name" : "NIOTSEchoClient",
"module_type" : "SwiftTarget",
"name" : "NIOTSEchoClient",
"path" : "Sources/NIOTSEchoClient",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"NIOTSEchoClient"
],
"sources" : [
"NIOTSEchoClient.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1820] Fetching swift-atomics
[1821/82289] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (7.26s)
Fetched https://github.com/apple/swift-nio.git from cache (7.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (10.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.18s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5182] Fetching swift-system
[5183/23496] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.51s)
Fetched https://github.com/apple/swift-collections.git from cache (2.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (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.90.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.3.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.3
Building for debugging...
[0/54] Compiling CNIOWindows WSAStartup.c
[1/54] Compiling CNIOPosix event_loop_id.c
[1/54] Write sources
[18/54] Compiling CNIOWindows shim.c
[18/54] Compiling CNIOLinux liburing_shims.c
[20/54] Compiling CNIOWASI CNIOWASI.c
[20/54] Compiling CNIODarwin shim.c
[20/54] Compiling _AtomicsShims.c
[20/54] Write sources
[24/54] Compiling CNIOLLHTTP c_nio_http.c
[25/54] Compiling CNIOLinux shim.c
[26/54] Compiling CNIOLLHTTP c_nio_api.c
[27/54] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/54] Write swift-version-24593BA9C3E375BF.txt
[30/94] Compiling Atomics AtomicMemoryOrderings.swift
[31/94] Compiling Atomics DoubleWord.swift
[32/94] Compiling _NIODataStructures PriorityQueue.swift
[33/96] Compiling _NIODataStructures _TinyArray.swift
[34/96] Emitting module _NIOBase64
[35/96] Compiling _NIOBase64 Base64.swift
[36/97] Compiling Atomics AtomicStorage.swift
[37/97] Compiling Atomics AtomicValue.swift
[38/97] Compiling Atomics AtomicInteger.swift
[39/97] Compiling Atomics AtomicOptionalWrappable.swift
[40/97] Compiling Atomics AtomicReference.swift
[41/97] Emitting module InternalCollectionsUtilities
[42/97] Compiling Atomics RawRepresentable.swift
[43/97] Compiling Atomics AtomicBool.swift
[44/97] Compiling Atomics Primitives.native.swift
[46/99] Compiling Atomics IntegerConformances.swift
[47/99] Compiling Atomics PointerConformances.swift
[48/99] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[49/99] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[50/99] Compiling Atomics ManagedAtomic.swift
[51/99] Compiling Atomics ManagedAtomicLazyReference.swift
[55/99] Compiling Atomics OptionalRawRepresentable.swift
[61/99] Compiling c-nioatomics.c
[63/99] Compiling _NIODataStructures Heap.swift
[64/99] Emitting module _NIODataStructures
[68/100] Emitting module Atomics
[74/101] Wrapping AST for _NIOBase64 for debugging
[76/101] Compiling Atomics IntegerOperations.swift
[77/101] Compiling Atomics Unmanaged extensions.swift
[78/102] Compiling c-atomics.c
[80/102] Wrapping AST for InternalCollectionsUtilities for debugging
[80/102] Wrapping AST for _NIODataStructures for debugging
[82/123] Wrapping AST for Atomics for debugging
[84/123] Compiling DequeModule _DequeBuffer.swift
[85/123] Compiling DequeModule _DequeBufferHeader.swift
[86/125] Compiling DequeModule Deque+Equatable.swift
[87/125] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/125] Compiling DequeModule Deque+CustomReflectable.swift
[89/125] Compiling DequeModule Deque+Descriptions.swift
[90/125] Compiling DequeModule Deque+Extras.swift
[91/125] Compiling DequeModule Deque+Hashable.swift
[92/125] Compiling DequeModule Deque+Testing.swift
[93/125] Compiling DequeModule Deque._Storage.swift
[94/125] Compiling DequeModule Deque._UnsafeHandle.swift
[95/125] Compiling DequeModule Deque.swift
[96/125] Compiling DequeModule Deque+Codable.swift
[97/125] Compiling DequeModule Deque+Collection.swift
[98/125] Compiling DequeModule _DequeSlot.swift
[99/125] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/125] Compiling NIOConcurrencyHelpers lock.swift
[101/125] Emitting module DequeModule
[102/126] Compiling NIOConcurrencyHelpers NIOLock.swift
[103/126] Compiling NIOConcurrencyHelpers atomics.swift
[104/126] Emitting module NIOConcurrencyHelpers
[105/126] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/126] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[108/127] Wrapping AST for DequeModule for debugging
[109/127] Wrapping AST for NIOConcurrencyHelpers for debugging
[111/190] Compiling NIOCore NIOCoreSendableMetatype.swift
[112/190] Compiling NIOCore NIODecodedAsyncSequence.swift
[113/190] Compiling NIOCore NIOLoopBound.swift
[114/190] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[115/190] Compiling NIOCore NIOScheduledCallback.swift
[116/190] Compiling NIOCore NIOSendable.swift
[117/190] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[118/190] Compiling NIOCore RecvByteBufferAllocator.swift
[119/198] Compiling NIOCore EventLoopFuture+Deprecated.swift
[120/198] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[121/198] Compiling NIOCore EventLoopFuture.swift
[122/198] Compiling NIOCore FileDescriptor.swift
[123/198] Compiling NIOCore FileHandle.swift
[124/198] Compiling NIOCore FileRegion.swift
[125/198] Compiling NIOCore GlobalSingletons.swift
[126/198] Compiling NIOCore IO.swift
[127/198] Compiling NIOCore IOData.swift
[128/198] Compiling NIOCore CircularBuffer.swift
[129/198] Compiling NIOCore Codec.swift
[130/198] Compiling NIOCore ConvenienceOptionSupport.swift
[131/198] Compiling NIOCore DeadChannel.swift
[132/198] Compiling NIOCore DispatchQueue+WithFuture.swift
[133/198] Compiling NIOCore EventLoop+Deprecated.swift
[134/198] Compiling NIOCore EventLoop+SerialExecutor.swift
[135/198] Compiling NIOCore EventLoop.swift
[136/198] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[137/198] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[138/198] Compiling NIOCore SocketAddresses.swift
[139/198] Compiling NIOCore SocketOptionProvider.swift
[140/198] Compiling NIOCore SystemCallHelpers.swift
[141/198] Compiling NIOCore TimeAmount+Duration.swift
[142/198] Compiling NIOCore TypeAssistedChannelHandler.swift
[143/198] Compiling NIOCore UniversalBootstrapSupport.swift
[144/198] Compiling NIOCore Utilities.swift
[145/198] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/198] Compiling NIOCore BSDSocketAPI.swift
[147/198] Compiling NIOCore ByteBuffer-aux.swift
[148/198] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/198] Compiling NIOCore ByteBuffer-conversions.swift
[150/198] Compiling NIOCore ByteBuffer-core.swift
[151/198] Compiling NIOCore ByteBuffer-hex.swift
[152/198] Compiling NIOCore ByteBuffer-int.swift
[153/198] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/198] Compiling NIOCore IPProtocol.swift
[155/198] Compiling NIOCore IntegerBitPacking.swift
[156/198] Compiling NIOCore IntegerTypes.swift
[157/198] Compiling NIOCore Interfaces.swift
[158/198] Compiling NIOCore Linux.swift
[159/198] Compiling NIOCore MarkedCircularBuffer.swift
[160/198] Compiling NIOCore MulticastChannel.swift
[161/198] Compiling NIOCore NIOAny.swift
[162/198] Compiling NIOCore NIOCloseOnErrorHandler.swift
[163/198] Emitting module NIOCore
[164/198] Compiling NIOCore ByteBuffer-multi-int.swift
[165/198] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[166/198] Compiling NIOCore ByteBuffer-views.swift
[167/198] Compiling NIOCore Channel.swift
[168/198] Compiling NIOCore ChannelHandler.swift
[169/198] Compiling NIOCore ChannelHandlers.swift
[170/198] Compiling NIOCore ChannelInvoker.swift
[171/198] Compiling NIOCore ChannelOption.swift
[172/198] Compiling NIOCore ChannelPipeline.swift
[173/198] Compiling NIOCore AddressedEnvelope.swift
[174/198] Compiling NIOCore AsyncAwaitSupport.swift
[175/198] Compiling NIOCore AsyncChannel.swift
[176/198] Compiling NIOCore AsyncChannelHandler.swift
[177/198] Compiling NIOCore AsyncChannelInboundStream.swift
[178/198] Compiling NIOCore AsyncChannelOutboundWriter.swift
[179/198] Compiling NIOCore NIOAsyncSequenceProducer.swift
[180/198] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[181/198] Compiling NIOCore NIOAsyncWriter.swift
[182/199] Wrapping AST for NIOCore for debugging
[184/253] Emitting module NIOEmbedded
[185/253] Compiling NIOPosix Pool.swift
[186/253] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[187/253] Compiling NIOPosix PosixSingletons.swift
[188/253] Compiling NIOPosix RawSocketBootstrap.swift
[189/253] Compiling NIOPosix Resolver.swift
[190/253] Compiling NIOPosix Selectable.swift
[191/253] Compiling NIOPosix SelectableChannel.swift
[192/259] Compiling NIOEmbedded AsyncTestingChannel.swift
[193/259] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[194/259] Compiling NIOEmbedded Embedded.swift
[196/260] Compiling NIOPosix ThreadWindows.swift
[197/260] Compiling NIOPosix UnsafeTransfer.swift
[198/260] Compiling NIOPosix Utilities.swift
[199/260] Compiling NIOPosix VsockAddress.swift
[200/260] Compiling NIOPosix VsockChannelEvents.swift
[201/260] Compiling NIOPosix Windows.swift
[201/260] Wrapping AST for NIOEmbedded for debugging
[203/260] Compiling NIOPosix BSDSocketAPICommon.swift
[204/260] Compiling NIOPosix BSDSocketAPIPosix.swift
[205/260] Compiling NIOPosix BSDSocketAPIWindows.swift
[206/260] Compiling NIOPosix BaseSocket.swift
[207/260] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[208/260] Compiling NIOPosix BaseSocketChannel.swift
[209/260] Compiling NIOPosix BaseStreamSocketChannel.swift
[210/260] Emitting module NIOPosix
[211/260] Compiling NIOPosix Socket.swift
[212/260] Compiling NIOPosix SocketChannel.swift
[213/260] Compiling NIOPosix SocketProtocols.swift
[214/260] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[215/260] Compiling NIOPosix System.swift
[216/260] Compiling NIOPosix Thread.swift
[217/260] Compiling NIOPosix ThreadPosix.swift
[218/260] Compiling NIOPosix SelectableEventLoop.swift
[219/260] Compiling NIOPosix SelectorEpoll.swift
[220/260] Compiling NIOPosix SelectorGeneric.swift
[221/260] Compiling NIOPosix SelectorKqueue.swift
[222/260] Compiling NIOPosix SelectorUring.swift
[223/260] Compiling NIOPosix SelectorWSAPoll.swift
[224/260] Compiling NIOPosix ServerSocket.swift
[225/260] Compiling NIOPosix IO.swift
[226/260] Compiling NIOPosix IntegerBitPacking.swift
[227/260] Compiling NIOPosix IntegerTypes.swift
[228/260] Compiling NIOPosix Linux.swift
[229/260] Compiling NIOPosix LinuxCPUSet.swift
[230/260] Compiling NIOPosix LinuxUring.swift
[231/260] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[232/260] Compiling NIOPosix NIOPosixSendableMetatype.swift
[233/260] Compiling NIOPosix NIOThreadPool.swift
[234/260] Compiling NIOPosix NonBlockingFileIO.swift
[235/260] Compiling NIOPosix PendingDatagramWritesManager.swift
[236/260] Compiling NIOPosix PendingWritesManager.swift
[237/260] Compiling NIOPosix PipeChannel.swift
[238/260] Compiling NIOPosix PipePair.swift
[239/260] Compiling NIOPosix Bootstrap.swift
[240/260] Compiling NIOPosix ControlMessage.swift
[241/260] Compiling NIOPosix DatagramVectorReadManager.swift
[242/260] Compiling NIOPosix Errors+Any.swift
[243/260] Compiling NIOPosix FileDescriptor.swift
[244/260] Compiling NIOPosix GetaddrinfoResolver.swift
[245/260] Compiling NIOPosix HappyEyeballs.swift
[246/261] Wrapping AST for NIOPosix for debugging
[248/263] Emitting module NIO
[249/263] Compiling NIO Exports.swift
[250/279] Wrapping AST for NIO for debugging
[252/291] Compiling NIOTLS TLSEvents.swift
[253/291] Emitting module NIOTLS
[254/291] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[255/291] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[256/291] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[257/291] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[258/293] Emitting module NIOHTTP1
[259/293] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[260/293] Compiling NIOTLS SNIHandler.swift
[262/294] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[263/294] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[263/294] Wrapping AST for NIOTLS for debugging
[265/294] Compiling NIOHTTP1 ByteCollectionUtils.swift
[266/294] Compiling NIOHTTP1 HTTPDecoder.swift
[267/294] Compiling NIOHTTP1 HTTPEncoder.swift
[268/294] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[269/294] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[270/294] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[271/294] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[272/294] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[273/294] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[274/294] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[275/294] Compiling NIOHTTP1 HTTPTypes.swift
[276/294] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[277/294] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[278/295] Wrapping AST for NIOHTTP1 for debugging
[280/295] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[281/295] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[282/295] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[283/295] Emitting module NIOFoundationCompat
[284/295] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[285/296] Wrapping AST for NIOFoundationCompat for debugging
[287/318] Emitting module NIOTransportServices
[288/320] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[289/320] Compiling NIOTransportServices NIOTSSingletons.swift
[290/320] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[291/320] Compiling NIOTransportServices StateManagedChannel.swift
[292/320] Compiling NIOTransportServices StateManagedListenerChannel.swift
[293/320] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[294/320] Compiling NIOTransportServices AcceptHandler.swift
[295/320] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[296/320] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[297/320] Compiling NIOTransportServices NIOTSBootstraps.swift
[298/320] Compiling NIOTransportServices NIOTSChannelOptions.swift
[299/320] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[300/320] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[301/320] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[302/320] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[303/320] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[304/320] Compiling NIOTransportServices NIOTSErrors.swift
[305/320] Compiling NIOTransportServices NIOTSEventLoop.swift
[306/320] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[307/320] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[308/320] Compiling NIOTransportServices NIOTSListenerChannel.swift
[309/320] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[310/320] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[311/321] Wrapping AST for NIOTransportServices for debugging
[313/327] Compiling NIOTSHTTPClient main.swift
[314/327] Emitting module NIOTSHTTPClient
[315/328] Emitting module NIOTSHTTPServer
[316/328] Compiling NIOTSHTTPServer main.swift
[317/328] Emitting module NIOTSEchoClient
[318/328] Compiling NIOTSEchoClient NIOTSEchoClient.swift
[321/330] Wrapping AST for NIOTSHTTPClient for debugging
[322/330] Write Objects.LinkFileList
[323/330] Wrapping AST for NIOTSHTTPServer for debugging
[324/330] Write Objects.LinkFileList
[325/330] Wrapping AST for NIOTSEchoClient for debugging
[326/330] Write Objects.LinkFileList
[327/330] Linking NIOTSEchoClient
[328/330] Linking NIOTSHTTPServer
[329/330] Linking NIOTSHTTPClient
Build complete! (83.38s)
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
}
},
{
"name" : "NIOTSEchoClient",
"targets" : [
"NIOTSEchoClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOTransportServicesTests",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServicesTests",
"path" : "Tests/NIOTransportServicesTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOPosix",
"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",
"NIOTSUDPMultiDatagramsPOSIXServerTests.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",
"NIOTSEchoClient"
],
"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"
},
{
"c99name" : "NIOTSEchoClient",
"module_type" : "SwiftTarget",
"name" : "NIOTSEchoClient",
"path" : "Sources/NIOTSEchoClient",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"NIOTSEchoClient"
],
"sources" : [
"NIOTSEchoClient.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.