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 main (abc6b7), with Swift 6.1 for Android on 8 Sep 2025 09:52:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 -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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-transport-services.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at abc6b75 Since iOS 18, we're occasionally transitioned to the .setup state (#242)
Cloned https://github.com/apple/swift-nio-transport-services.git
Revision (git rev-parse @):
abc6b757bb52486221558d22a7c77eb4b5f3a0ba
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-transport-services.git at main
========================================
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-0":/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 -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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
[1/78032] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (8.03s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[3951/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.26s)
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.68s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Building for debugging...
[0/50] Write sources
[15/50] Compiling CNIODarwin shim.c
[16/50] Compiling CNIOLLHTTP c_nio_http.c
[17/50] Compiling _AtomicsShims.c
[18/50] Compiling CNIOWindows shim.c
[19/50] Compiling CNIOWindows WSAStartup.c
[19/50] Compiling CNIOWASI CNIOWASI.c
[21/50] Compiling CNIOPosix event_loop_id.c
[22/50] Write sources
[23/50] Compiling CNIOLLHTTP c_nio_api.c
[24/50] Compiling CNIOLinux shim.c
[25/50] Compiling CNIOLinux liburing_shims.c
[26/50] Write swift-version-24593BA9C3E375BF.txt
[27/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/88] Emitting module _NIOBase64
[30/88] Emitting module Atomics
[31/90] Compiling Atomics IntegerOperations.swift
[32/90] Compiling Atomics Unmanaged extensions.swift
[33/90] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/90] Compiling InternalCollectionsUtilities Debugging.swift
[35/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/91] Compiling _NIOBase64 Base64.swift
[39/91] Emitting module InternalCollectionsUtilities
[40/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/92] Compiling _NIODataStructures _TinyArray.swift
[43/92] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/92] Compiling InternalCollectionsUtilities Integer rank.swift
[45/92] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/92] Compiling _NIODataStructures PriorityQueue.swift
[48/92] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/92] Compiling Atomics ManagedAtomicLazyReference.swift
[50/92] Compiling Atomics AtomicMemoryOrderings.swift
[51/92] Compiling Atomics DoubleWord.swift
[53/92] Compiling InternalCollectionsUtilities Descriptions.swift
[60/92] Compiling Atomics UnsafeAtomic.swift
[61/92] Compiling Atomics UnsafeAtomicLazyReference.swift
[64/92] Emitting module _NIODataStructures
[65/92] Compiling _NIODataStructures Heap.swift
[71/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/95] Wrapping AST for _NIOBase64 for debugging
[74/95] Wrapping AST for _NIODataStructures for debugging
[75/95] Wrapping AST for Atomics for debugging
[76/95] Wrapping AST for InternalCollectionsUtilities for debugging
[77/110] Compiling c-nioatomics.c
[78/110] Compiling c-atomics.c
[80/110] Compiling DequeModule Deque+Extras.swift
[81/110] Compiling DequeModule Deque+Hashable.swift
[82/110] Compiling DequeModule Deque._UnsafeHandle.swift
[83/110] Compiling DequeModule Deque.swift
[84/110] Compiling DequeModule Deque+Equatable.swift
[85/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/112] Compiling DequeModule Deque+Testing.swift
[87/112] Compiling DequeModule Deque._Storage.swift
[88/112] Compiling DequeModule _DequeBuffer.swift
[89/112] Compiling DequeModule _DequeBufferHeader.swift
[90/112] Compiling DequeModule Deque+CustomReflectable.swift
[91/112] Compiling DequeModule Deque+Descriptions.swift
[92/112] Emitting module DequeModule
[93/112] Compiling DequeModule Deque+Codable.swift
[94/112] Compiling DequeModule Deque+Collection.swift
[95/118] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[96/118] Compiling DequeModule _DequeSlot.swift
[97/118] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/119] Compiling NIOConcurrencyHelpers lock.swift
[100/119] Wrapping AST for DequeModule for debugging
[102/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[103/119] Compiling NIOConcurrencyHelpers atomics.swift
[104/119] Emitting module NIOConcurrencyHelpers
[105/120] Wrapping AST for NIOConcurrencyHelpers for debugging
[107/181] Compiling NIOCore NIOAny.swift
[108/181] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/181] Compiling NIOCore NIOCoreSendableMetatype.swift
[110/181] Compiling NIOCore NIOLoopBound.swift
[111/181] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[112/181] Compiling NIOCore NIOScheduledCallback.swift
[113/181] Compiling NIOCore NIOSendable.swift
[114/181] Compiling NIOCore RecvByteBufferAllocator.swift
[115/189] Compiling NIOCore 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 CircularBuffer.swift
[124/189] Compiling NIOCore Codec.swift
[125/189] Compiling NIOCore ConvenienceOptionSupport.swift
[126/189] Compiling NIOCore DeadChannel.swift
[127/189] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/189] Compiling NIOCore EventLoop+Deprecated.swift
[129/189] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/189] Compiling NIOCore EventLoop.swift
[131/189] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[132/189] Compiling NIOCore EventLoopFuture+Deprecated.swift
[133/189] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[134/189] Compiling NIOCore EventLoopFuture.swift
[135/189] Compiling NIOCore FileDescriptor.swift
[136/189] Compiling NIOCore FileHandle.swift
[137/189] Compiling NIOCore FileRegion.swift
[138/189] Compiling NIOCore GlobalSingletons.swift
[139/189] Compiling NIOCore IO.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 AddressedEnvelope.swift
[149/189] Compiling NIOCore AsyncAwaitSupport.swift
[150/189] Compiling NIOCore AsyncChannel.swift
[151/189] Compiling NIOCore AsyncChannelHandler.swift
[152/189] Compiling NIOCore AsyncChannelInboundStream.swift
[153/189] Compiling NIOCore AsyncChannelOutboundWriter.swift
[154/189] Compiling NIOCore NIOAsyncSequenceProducer.swift
[155/189] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[156/189] Compiling NIOCore NIOAsyncWriter.swift
[157/189] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[158/189] Compiling NIOCore BSDSocketAPI.swift
[159/189] Compiling NIOCore ByteBuffer-aux.swift
[160/189] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[161/189] Compiling NIOCore ByteBuffer-conversions.swift
[162/189] Compiling NIOCore ByteBuffer-core.swift
[163/189] Compiling NIOCore ByteBuffer-hex.swift
[164/189] Compiling NIOCore ByteBuffer-int.swift
[165/189] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[166/189] Compiling NIOCore ByteBuffer-multi-int.swift
[167/189] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[168/189] Compiling NIOCore ByteBuffer-views.swift
[169/189] Compiling NIOCore Channel.swift
[170/189] Compiling NIOCore ChannelHandler.swift
[171/189] Compiling NIOCore ChannelHandlers.swift
[172/189] Compiling NIOCore ChannelInvoker.swift
[173/189] Compiling NIOCore ChannelOption.swift
[174/189] Compiling NIOCore ChannelPipeline.swift
[175/189] Emitting module NIOCore
[176/190] Wrapping AST for NIOCore for debugging
[178/242] Emitting module NIOEmbedded
[179/242] Compiling NIOEmbedded AsyncTestingChannel.swift
[180/242] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[181/242] Compiling NIOEmbedded Embedded.swift
[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 BSDSocketAPICommon.swift
[205/249] Compiling NIOPosix BSDSocketAPIPosix.swift
[206/249] Compiling NIOPosix BSDSocketAPIWindows.swift
[207/249] Compiling NIOPosix BaseSocket.swift
[208/249] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[209/249] Compiling NIOPosix BaseSocketChannel.swift
[210/249] Compiling NIOPosix BaseStreamSocketChannel.swift
[211/249] Compiling NIOPosix Bootstrap.swift
[212/249] Compiling NIOPosix ControlMessage.swift
[213/249] Compiling NIOPosix DatagramVectorReadManager.swift
[214/249] Compiling NIOPosix Errors+Any.swift
[215/249] Compiling NIOPosix FileDescriptor.swift
[216/249] Compiling NIOPosix GetaddrinfoResolver.swift
[217/249] Compiling NIOPosix HappyEyeballs.swift
[218/249] Compiling NIOPosix ThreadPosix.swift
[219/249] Compiling NIOPosix ThreadWindows.swift
[220/249] Compiling NIOPosix UnsafeTransfer.swift
[221/249] Compiling NIOPosix Utilities.swift
[222/249] Compiling NIOPosix VsockAddress.swift
[223/249] Compiling NIOPosix VsockChannelEvents.swift
[224/249] Compiling NIOPosix IO.swift
[225/249] Compiling NIOPosix IntegerBitPacking.swift
[226/249] Compiling NIOPosix IntegerTypes.swift
[227/249] Compiling NIOPosix Linux.swift
[228/249] Compiling NIOPosix LinuxCPUSet.swift
[229/249] Compiling NIOPosix LinuxUring.swift
[230/249] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[231/249] Compiling NIOPosix NIOPosixSendableMetatype.swift
[232/249] Compiling NIOPosix NIOThreadPool.swift
[233/249] Compiling NIOPosix NonBlockingFileIO.swift
[234/249] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/249] Compiling NIOPosix PendingWritesManager.swift
[236/249] Compiling NIOPosix PipeChannel.swift
[237/249] Compiling NIOPosix PipePair.swift
[238/250] Wrapping AST for NIOPosix for debugging
[240/252] Compiling NIO Exports.swift
[241/252] Emitting module NIO
[242/253] Wrapping AST for NIO for debugging
[244/280] Compiling NIOTLS TLSEvents.swift
[245/280] Emitting module NIOTLS
[246/280] Compiling NIOTLS SNIHandler.swift
[247/280] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[248/280] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[249/280] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[250/281] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[251/281] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[252/283] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[253/283] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[254/283] Wrapping AST for NIOTLS for debugging
[256/283] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[257/283] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[258/283] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[259/283] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[260/283] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[261/283] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[262/283] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[263/283] Compiling NIOHTTP1 HTTPTypes.swift
[264/283] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[265/283] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[266/283] Emitting module NIOHTTP1
[267/283] Compiling NIOHTTP1 ByteCollectionUtils.swift
[268/283] Compiling NIOHTTP1 HTTPDecoder.swift
[269/283] Compiling NIOHTTP1 HTTPEncoder.swift
[271/284] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[272/284] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[273/284] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[274/284] Emitting module NIOFoundationCompat
[275/284] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[276/285] Wrapping AST for NIOHTTP1 for debugging
[277/285] Wrapping AST for NIOFoundationCompat for debugging
[279/307] Compiling NIOTransportServices StateManagedChannel.swift
[280/307] Compiling NIOTransportServices StateManagedListenerChannel.swift
[281/307] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[282/309] Emitting module NIOTransportServices
[283/309] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[284/309] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[285/309] Compiling NIOTransportServices NIOTSListenerChannel.swift
[286/309] Compiling NIOTransportServices AcceptHandler.swift
[287/309] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[288/309] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[289/309] Compiling NIOTransportServices NIOTSBootstraps.swift
[290/309] Compiling NIOTransportServices NIOTSChannelOptions.swift
[291/309] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[292/309] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[293/309] Compiling NIOTransportServices NIOTSSingletons.swift
[294/309] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[295/309] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[296/309] Compiling NIOTransportServices NIOTSErrors.swift
[297/309] Compiling NIOTransportServices NIOTSEventLoop.swift
[298/309] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[299/309] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[300/309] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[301/309] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[302/309] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[303/310] Wrapping AST for NIOTransportServices for debugging
[305/314] Compiling NIOTSHTTPClient main.swift
[306/314] Compiling NIOTSHTTPServer main.swift
[307/314] Emitting module NIOTSHTTPServer
[308/314] Emitting module NIOTSHTTPClient
[310/316] Wrapping AST for NIOTSHTTPServer for debugging
[311/316] Write Objects.LinkFileList
[312/316] Wrapping AST for NIOTSHTTPClient for debugging
[313/316] Write Objects.LinkFileList
[314/316] Linking NIOTSHTTPServer
[315/316] Linking NIOTSHTTPClient
Build complete! (94.58s)
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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.