The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-nio-transport-services, reference 1.25.1 (e64501), with Swift 6.1 for Android on 6 Aug 2025 11:29:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.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:         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
      }
    }
  ],
  "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-4609320-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.34s)
[1/77226] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (4.91s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4839] Fetching swift-system
[4840/21766] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.99s)
Fetched https://github.com/apple/swift-collections.git from cache (1.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.57s)
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-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.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.2.1
Building for debugging...
[0/50] Write sources
[15/50] Compiling CNIOWindows shim.c
[16/50] Compiling CNIOWindows WSAStartup.c
[17/50] Compiling CNIOWASI CNIOWASI.c
[18/50] Compiling CNIOPosix event_loop_id.c
[19/50] Compiling CNIOLinux liburing_shims.c
[20/50] Compiling CNIODarwin shim.c
[21/50] Compiling CNIOLLHTTP c_nio_http.c
[22/50] Write sources
[23/50] Compiling CNIOLinux shim.c
[24/50] Compiling CNIOLLHTTP c_nio_api.c
[25/50] Compiling _AtomicsShims.c
[25/50] Write swift-version-24593BA9C3E375BF.txt
[27/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/88] Emitting module InternalCollectionsUtilities
[30/89] Emitting module _NIODataStructures
[31/89] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/89] Compiling Atomics UnsafeAtomic.swift
[33/89] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/89] Compiling c-nioatomics.c
[35/89] Compiling Atomics OptionalRawRepresentable.swift
[36/89] Compiling Atomics RawRepresentable.swift
[36/91] Compiling c-atomics.c
[38/91] Compiling Atomics AtomicReference.swift
[39/91] Compiling Atomics AtomicStorage.swift
[40/91] Compiling Atomics AtomicMemoryOrderings.swift
[41/91] Compiling Atomics DoubleWord.swift
[42/91] Compiling _NIODataStructures _TinyArray.swift
[43/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/91] Compiling Atomics AtomicValue.swift
[46/91] Compiling Atomics ManagedAtomic.swift
[47/91] Compiling Atomics ManagedAtomicLazyReference.swift
[48/91] Emitting module Atomics
[49/91] Compiling Atomics IntegerConformances.swift
[50/91] Compiling Atomics PointerConformances.swift
[51/91] Compiling Atomics Primitives.native.swift
[54/91] Compiling Atomics AtomicBool.swift
[57/91] Compiling Atomics AtomicInteger.swift
[58/91] Compiling Atomics AtomicOptionalWrappable.swift
[66/91] Compiling _NIOBase64 Base64.swift
[67/91] Emitting module _NIOBase64
[68/93] Compiling _NIODataStructures PriorityQueue.swift
[69/93] Compiling _NIODataStructures Heap.swift
[73/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[74/100] Compiling Atomics IntegerOperations.swift
[75/100] Compiling Atomics Unmanaged extensions.swift
[77/101] Compiling NIOConcurrencyHelpers NIOLock.swift
[77/101] Wrapping AST for _NIOBase64 for debugging
[79/103] Compiling NIOConcurrencyHelpers lock.swift
[79/106] Wrapping AST for InternalCollectionsUtilities for debugging
[80/116] Wrapping AST for _NIODataStructures for debugging
[81/116] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/116] Compiling NIOConcurrencyHelpers atomics.swift
[84/116] Emitting module NIOConcurrencyHelpers
[84/117] Wrapping AST for Atomics for debugging
[86/117] Wrapping AST for NIOConcurrencyHelpers for debugging
[88/117] Compiling DequeModule Deque+Equatable.swift
[89/117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/119] Compiling DequeModule _DequeBuffer.swift
[91/119] Compiling DequeModule _DequeBufferHeader.swift
[92/119] Compiling DequeModule Deque+Extras.swift
[93/119] Compiling DequeModule Deque+Hashable.swift
[94/119] Compiling DequeModule _DequeSlot.swift
[95/119] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/119] Compiling DequeModule Deque+CustomReflectable.swift
[97/119] Compiling DequeModule Deque+Descriptions.swift
[98/119] Compiling DequeModule Deque+Testing.swift
[99/119] Compiling DequeModule Deque._Storage.swift
[100/119] Compiling DequeModule Deque._UnsafeHandle.swift
[101/119] Compiling DequeModule Deque.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/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 IOData.swift
[116/189] Compiling NIOCore IPProtocol.swift
[117/189] Compiling NIOCore IntegerBitPacking.swift
[118/189] Compiling NIOCore IntegerTypes.swift
[119/189] Compiling NIOCore Interfaces.swift
[120/189] Compiling NIOCore Linux.swift
[121/189] Compiling NIOCore MarkedCircularBuffer.swift
[122/189] Compiling NIOCore MulticastChannel.swift
[123/189] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/189] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/189] Compiling NIOCore EventLoopFuture.swift
[126/189] Compiling NIOCore FileDescriptor.swift
[127/189] Compiling NIOCore FileHandle.swift
[128/189] Compiling NIOCore FileRegion.swift
[129/189] Compiling NIOCore GlobalSingletons.swift
[130/189] Compiling NIOCore IO.swift
[131/189] Compiling NIOCore CircularBuffer.swift
[132/189] Compiling NIOCore Codec.swift
[133/189] Compiling NIOCore ConvenienceOptionSupport.swift
[134/189] Compiling NIOCore DeadChannel.swift
[135/189] Compiling NIOCore DispatchQueue+WithFuture.swift
[136/189] Compiling NIOCore EventLoop+Deprecated.swift
[137/189] Compiling NIOCore EventLoop+SerialExecutor.swift
[138/189] Compiling NIOCore EventLoop.swift
[139/189] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[140/189] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[141/189] Compiling NIOCore SocketAddresses.swift
[142/189] Compiling NIOCore SocketOptionProvider.swift
[143/189] Compiling NIOCore SystemCallHelpers.swift
[144/189] Compiling NIOCore TimeAmount+Duration.swift
[145/189] Compiling NIOCore TypeAssistedChannelHandler.swift
[146/189] Compiling NIOCore UniversalBootstrapSupport.swift
[147/189] Compiling NIOCore Utilities.swift
[148/189] Compiling NIOCore ByteBuffer-multi-int.swift
[149/189] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[150/189] Compiling NIOCore ByteBuffer-views.swift
[151/189] Compiling NIOCore Channel.swift
[152/189] Compiling NIOCore ChannelHandler.swift
[153/189] Compiling NIOCore ChannelHandlers.swift
[154/189] Compiling NIOCore ChannelInvoker.swift
[155/189] Compiling NIOCore ChannelOption.swift
[156/189] Compiling NIOCore ChannelPipeline.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] Emitting module NIOCore
[167/189] Compiling NIOCore AddressedEnvelope.swift
[168/189] Compiling NIOCore AsyncAwaitSupport.swift
[169/189] Compiling NIOCore AsyncChannel.swift
[170/189] Compiling NIOCore AsyncChannelHandler.swift
[171/189] Compiling NIOCore AsyncChannelInboundStream.swift
[172/189] Compiling NIOCore AsyncChannelOutboundWriter.swift
[173/189] Compiling NIOCore NIOAsyncSequenceProducer.swift
[174/189] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[175/189] Compiling NIOCore NIOAsyncWriter.swift
[176/190] Wrapping AST for NIOCore for debugging
[178/242] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[179/242] Compiling NIOEmbedded Embedded.swift
[180/242] Compiling NIOEmbedded AsyncTestingChannel.swift
[181/242] Emitting module NIOEmbedded
[182/243] Wrapping AST for NIOEmbedded for debugging
[184/243] Emitting module NIOPosix
[185/249] Compiling NIOPosix Socket.swift
[186/249] Compiling NIOPosix SocketChannel.swift
[187/249] Compiling NIOPosix SocketProtocols.swift
[188/249] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[189/249] Compiling NIOPosix System.swift
[190/249] Compiling NIOPosix Thread.swift
[191/249] Compiling NIOPosix Pool.swift
[192/249] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[193/249] Compiling NIOPosix PosixSingletons.swift
[194/249] Compiling NIOPosix RawSocketBootstrap.swift
[195/249] Compiling NIOPosix Resolver.swift
[196/249] Compiling NIOPosix Selectable.swift
[197/249] Compiling NIOPosix SelectableChannel.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 ThreadPosix.swift
[205/249] Compiling NIOPosix ThreadWindows.swift
[206/249] Compiling NIOPosix UnsafeTransfer.swift
[207/249] Compiling NIOPosix Utilities.swift
[208/249] Compiling NIOPosix VsockAddress.swift
[209/249] Compiling NIOPosix VsockChannelEvents.swift
[210/249] Compiling NIOPosix IO.swift
[211/249] Compiling NIOPosix IntegerBitPacking.swift
[212/249] Compiling NIOPosix IntegerTypes.swift
[213/249] Compiling NIOPosix Linux.swift
[214/249] Compiling NIOPosix LinuxCPUSet.swift
[215/249] Compiling NIOPosix LinuxUring.swift
[216/249] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[217/249] Compiling NIOPosix Bootstrap.swift
[218/249] Compiling NIOPosix ControlMessage.swift
[219/249] Compiling NIOPosix DatagramVectorReadManager.swift
[220/249] Compiling NIOPosix Errors+Any.swift
[221/249] Compiling NIOPosix FileDescriptor.swift
[222/249] Compiling NIOPosix GetaddrinfoResolver.swift
[223/249] Compiling NIOPosix HappyEyeballs.swift
[224/249] Compiling NIOPosix NIOPosixSendableMetatype.swift
[225/249] Compiling NIOPosix NIOThreadPool.swift
[226/249] Compiling NIOPosix NonBlockingFileIO.swift
[227/249] Compiling NIOPosix PendingDatagramWritesManager.swift
[228/249] Compiling NIOPosix PendingWritesManager.swift
[229/249] Compiling NIOPosix PipeChannel.swift
[230/249] Compiling NIOPosix PipePair.swift
[231/249] Compiling NIOPosix BSDSocketAPICommon.swift
[232/249] Compiling NIOPosix BSDSocketAPIPosix.swift
[233/249] Compiling NIOPosix BSDSocketAPIWindows.swift
[234/249] Compiling NIOPosix BaseSocket.swift
[235/249] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[236/249] Compiling NIOPosix BaseSocketChannel.swift
[237/249] Compiling NIOPosix BaseStreamSocketChannel.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] Emitting module NIOTLS
[246/280] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[247/280] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[248/280] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[249/280] Compiling NIOTLS SNIHandler.swift
[251/281] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[252/281] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[253/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[254/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[254/281] Wrapping AST for NIOTLS for debugging
[256/283] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[257/283] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[258/283] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[259/283] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[260/283] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[261/283] Compiling NIOHTTP1 HTTPTypes.swift
[262/283] Emitting module NIOHTTP1
[263/283] Compiling NIOHTTP1 ByteCollectionUtils.swift
[264/283] Compiling NIOHTTP1 HTTPDecoder.swift
[265/283] Compiling NIOHTTP1 HTTPEncoder.swift
[266/283] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[267/283] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[268/283] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[269/283] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[270/284] Wrapping AST for NIOHTTP1 for debugging
[272/284] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[273/284] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[274/284] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[275/284] Emitting module NIOFoundationCompat
[276/284] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[277/285] Wrapping AST for NIOFoundationCompat for debugging
[279/307] Emitting module NIOTransportServices
[280/309] Compiling NIOTransportServices AcceptHandler.swift
[281/309] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[282/309] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[283/309] Compiling NIOTransportServices StateManagedChannel.swift
[284/309] Compiling NIOTransportServices StateManagedListenerChannel.swift
[285/309] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[286/309] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[287/309] Compiling NIOTransportServices NIOTSSingletons.swift
[288/309] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[289/309] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[290/309] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[291/309] Compiling NIOTransportServices NIOTSListenerChannel.swift
[292/309] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[293/309] Compiling NIOTransportServices NIOTSErrors.swift
[294/309] Compiling NIOTransportServices NIOTSEventLoop.swift
[295/309] Compiling NIOTransportServices NIOTSBootstraps.swift
[296/309] Compiling NIOTransportServices NIOTSChannelOptions.swift
[297/309] Compiling NIOTransportServices NIOTSConnectionBootstrap.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/312] Wrapping AST for NIOTransportServices for debugging
[305/314] Compiling NIOTSHTTPClient main.swift
[306/314] Emitting module NIOTSHTTPClient
[307/315] Compiling NIOTSHTTPServer main.swift
[309/315] Emitting module NIOTSHTTPServer
[310/316] Wrapping AST for NIOTSHTTPClient for debugging
[311/316] Write Objects.LinkFileList
[312/316] Wrapping AST for NIOTSHTTPServer for debugging
[313/316] Write Objects.LinkFileList
[314/316] Linking NIOTSHTTPClient
[315/316] Linking NIOTSHTTPServer
Build complete! (63.43s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.