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 async-http-client, reference main (7dc119), with Swift 6.1 for Android on 9 Sep 2025 17:16:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/swift-server/async-http-client.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/swift-server/async-http-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7dc119c Add support for HTTP/1 connection pre-warming (#856)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
7dc119c7edf3c23f52638faadb89182861dee853
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/async-http-client.git
https://github.com/swift-server/async-http-client.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-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.30.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.36.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.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"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "async-http-client",
  "name" : "async-http-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncHTTPClient",
      "targets" : [
        "AsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAsyncHTTPClient",
      "module_type" : "ClangTarget",
      "name" : "CAsyncHTTPClient",
      "path" : "Sources/CAsyncHTTPClient",
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "CAsyncHTTPClient.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClientTests",
      "path" : "Tests/AsyncHTTPClientTests",
      "product_dependencies" : [
        "NIOTLS",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOEmbedded",
        "NIOFoundationCompat",
        "NIOTestUtils",
        "NIOSSL",
        "NIOHTTP2",
        "NIOSOCKS",
        "Logging",
        "Atomics",
        "Algorithms"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.private-key.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_key.pem",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncAwaitEndToEndTests.swift",
        "AsyncTestHelpers.swift",
        "ConnectionPoolSizeConfigValueIsRespectedTests.swift",
        "EmbeddedChannel+HTTPConvenience.swift",
        "HTTP1ClientChannelHandlerTests.swift",
        "HTTP1ConnectionStateMachineTests.swift",
        "HTTP1ConnectionTests.swift",
        "HTTP1ProxyConnectHandlerTests.swift",
        "HTTP2ClientRequestHandlerTests.swift",
        "HTTP2ClientTests.swift",
        "HTTP2ConnectionTests.swift",
        "HTTP2IdleHandlerTests.swift",
        "HTTPClient+SOCKSTests.swift",
        "HTTPClient+StructuredConcurrencyTests.swift",
        "HTTPClientBase.swift",
        "HTTPClientCookieTests.swift",
        "HTTPClientInformationalResponsesTests.swift",
        "HTTPClientInternalTests.swift",
        "HTTPClientNIOTSTests.swift",
        "HTTPClientRequestTests.swift",
        "HTTPClientResponseTests.swift",
        "HTTPClientTestUtils.swift",
        "HTTPClientTests.swift",
        "HTTPClientUncleanSSLConnectionShutdownTests.swift",
        "HTTPConnectionPool+FactoryTests.swift",
        "HTTPConnectionPool+HTTP1ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP1StateTests.swift",
        "HTTPConnectionPool+HTTP2ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP2StateMachineTests.swift",
        "HTTPConnectionPool+ManagerTests.swift",
        "HTTPConnectionPool+RequestQueueTests.swift",
        "HTTPConnectionPool+StateTestUtils.swift",
        "HTTPConnectionPoolTests.swift",
        "HTTPRequestStateMachineTests.swift",
        "IdleTimeoutNoReuseTests.swift",
        "LRUCacheTests.swift",
        "Mocks/MockConnectionPool.swift",
        "Mocks/MockHTTPExecutableRequest.swift",
        "Mocks/MockRequestExecutor.swift",
        "Mocks/MockRequestQueuer.swift",
        "NWWaitingHandlerTests.swift",
        "NoBytesSentOverBodyLimitTests.swift",
        "RacePoolIdleConnectionsAndGetTests.swift",
        "RequestBagTests.swift",
        "RequestValidationTests.swift",
        "ResponseDelayGetTests.swift",
        "SOCKSEventsHandlerTests.swift",
        "SOCKSTestUtils.swift",
        "SSLContextCacheTests.swift",
        "StressGetHttpsTests.swift",
        "TLSEventsHandlerTests.swift",
        "Transaction+StateMachineTests.swift",
        "TransactionTests.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "AsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClient",
      "path" : "Sources/AsyncHTTPClient",
      "product_dependencies" : [
        "NIO",
        "NIOTLS",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOHTTP2",
        "NIOSSL",
        "NIOHTTPCompression",
        "NIOSOCKS",
        "NIOTransportServices",
        "Logging",
        "Atomics",
        "Algorithms"
      ],
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "AsyncAwait/AnyAsyncSequence.swift",
        "AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
        "AsyncAwait/AsyncLazySequence.swift",
        "AsyncAwait/HTTPClient+execute.swift",
        "AsyncAwait/HTTPClient+shutdown.swift",
        "AsyncAwait/HTTPClientRequest+Prepared.swift",
        "AsyncAwait/HTTPClientRequest+auth.swift",
        "AsyncAwait/HTTPClientRequest.swift",
        "AsyncAwait/HTTPClientResponse.swift",
        "AsyncAwait/SingleIteratorPrecondition.swift",
        "AsyncAwait/Transaction+StateMachine.swift",
        "AsyncAwait/Transaction.swift",
        "Base64.swift",
        "BasicAuth.swift",
        "BestEffortHashableTLSConfiguration.swift",
        "Configuration+BrowserLike.swift",
        "ConnectionPool.swift",
        "ConnectionPool/ChannelHandler/HTTP1ProxyConnectHandler.swift",
        "ConnectionPool/ChannelHandler/SOCKSEventsHandler.swift",
        "ConnectionPool/ChannelHandler/TLSEventsHandler.swift",
        "ConnectionPool/HTTP1/HTTP1ClientChannelHandler.swift",
        "ConnectionPool/HTTP1/HTTP1Connection.swift",
        "ConnectionPool/HTTP1/HTTP1ConnectionStateMachine.swift",
        "ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift",
        "ConnectionPool/HTTP2/HTTP2Connection.swift",
        "ConnectionPool/HTTP2/HTTP2IdleHandler.swift",
        "ConnectionPool/HTTPConnectionEvent.swift",
        "ConnectionPool/HTTPConnectionPool+Factory.swift",
        "ConnectionPool/HTTPConnectionPool+Manager.swift",
        "ConnectionPool/HTTPConnectionPool.swift",
        "ConnectionPool/HTTPExecutableRequest.swift",
        "ConnectionPool/HTTPRequestStateMachine+Demand.swift",
        "ConnectionPool/HTTPRequestStateMachine.swift",
        "ConnectionPool/RequestBodyLength.swift",
        "ConnectionPool/RequestFramingMetadata.swift",
        "ConnectionPool/RequestOptions.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+Backoff.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+RequestQueue.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+StateMachine.swift",
        "ConnectionTarget.swift",
        "DeconstructedURL.swift",
        "FileDownloadDelegate.swift",
        "FoundationExtensions.swift",
        "HTTPClient+HTTPCookie.swift",
        "HTTPClient+Proxy.swift",
        "HTTPClient+StructuredConcurrency.swift",
        "HTTPClient.swift",
        "HTTPHandler.swift",
        "LRUCache.swift",
        "NIOLoopBound+Execute.swift",
        "NIOTransportServices/NWErrorHandler.swift",
        "NIOTransportServices/NWWaitingHandler.swift",
        "NIOTransportServices/TLSConfiguration.swift",
        "RedirectState.swift",
        "RequestBag+StateMachine.swift",
        "RequestBag.swift",
        "RequestValidation.swift",
        "SSLContextCache.swift",
        "Scheme.swift",
        "Singleton.swift",
        "StringConvertibleInstances.swift",
        "StructuredConcurrencyHelpers.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CAsyncHTTPClient"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1814] Fetching swift-atomics
[201/5717] Fetching swift-atomics, swift-log
[1381/8421] Fetching swift-atomics, swift-log, swift-nio-transport-services
[1761/20082] Fetching swift-atomics, swift-log, swift-nio-transport-services, swift-nio-http2
[2782/26067] Fetching swift-atomics, swift-log, swift-nio-transport-services, swift-nio-http2, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-log.git from cache (1.21s)
[16684/22164] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.21s)
[11049/16179] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[16180/22306] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-extras
[22307/37381] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-nio-ssl
[23664/115443] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.01s)
[18619/109316] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.79s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.78s)
[22429/104798] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.79s)
[10919/93137] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.60s)
[54644/78062] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.48s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (11.34s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.67s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.38s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.53s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[4938/22382] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
[1745/17445] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.57s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.90s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/1176] Fetching swift-http-structured-headers
[154/2805] Fetching swift-http-structured-headers, swift-asn1
[1638/8082] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[2285/10552] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle
[5356/11469] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-http-types
[6628/18000] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
[10465/16824] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.58s)
[15057/15195] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.58s)
[12652/12725] Fetching swift-async-algorithms, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.66s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.74s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.75s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.32s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.65s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.68s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.57s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.75s)
Fetching https://github.com/apple/swift-crypto.git
[1/16806] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.69s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.30s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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.86.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Building for debugging...
[0/440] Write sources
[17/440] Compiling CNIOWindows WSAStartup.c
[18/440] Compiling CNIOWindows shim.c
[19/440] Compiling CNIOWASI CNIOWASI.c
[20/440] Write sources
[23/440] Compiling CNIOLinux liburing_shims.c
[24/440] Compiling _NumericsShims _NumericsShims.c
[25/440] Compiling _AtomicsShims.c
[26/440] Compiling CNIOPosix event_loop_id.c
[27/440] Compiling CNIOLLHTTP c_nio_http.c
[28/440] Compiling CNIOExtrasZlib empty.c
[29/440] Compiling CNIODarwin shim.c
[30/440] Compiling CNIOLinux shim.c
[31/440] Compiling fiat_curve25519_adx_square.S
[32/440] Compiling fiat_p256_adx_mul.S
[33/440] Compiling fiat_p256_adx_sqr.S
[34/440] Compiling fiat_curve25519_adx_mul.S
[35/440] Compiling CNIOLLHTTP c_nio_api.c
[36/440] Write swift-version-24593BA9C3E375BF.txt
[37/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/440] Compiling CNIOBoringSSLShims shims.c
[40/446] Emitting module _NIOBase64
[40/446] Compiling tls_method.cc
[41/446] Compiling tls_record.cc
[42/446] Compiling tls13_enc.cc
[43/446] Compiling tls13_server.cc
[44/446] Compiling tls13_client.cc
[46/446] Emitting module _NIODataStructures
[46/476] Compiling tls13_both.cc
[47/476] Compiling ssl_versions.cc
[48/476] Compiling t1_enc.cc
[50/476] Emitting module RealModule
[51/476] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[52/476] Compiling InternalCollectionsUtilities UInt+reversed.swift
[53/477] Compiling _NIOBase64 Base64.swift
[54/477] Compiling RealModule Float80+Real.swift
[55/477] Compiling RealModule Float16+Real.swift
[56/478] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/478] Compiling InternalCollectionsUtilities Debugging.swift
[58/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/479] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/479] Emitting module InternalCollectionsUtilities
[62/479] Compiling ssl_x509.cc
[64/479] Compiling InternalCollectionsUtilities Descriptions.swift
[65/479] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/479] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/479] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/479] Compiling InternalCollectionsUtilities Integer rank.swift
[71/479] Compiling _NIODataStructures _TinyArray.swift
[72/479] Compiling _NIODataStructures PriorityQueue.swift
[73/479] Compiling RealModule RealFunctions.swift
[74/479] Compiling RealModule Real.swift
[77/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[78/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/479] Compiling _NIODataStructures Heap.swift
[81/479] Compiling RealModule RelaxedArithmetic.swift
[84/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/482] Compiling ssl_transcript.cc
[86/497] Compiling ssl_stat.cc
[88/497] Compiling DequeModule _DequeBuffer.swift
[89/497] Compiling DequeModule _DequeBufferHeader.swift
[90/499] Compiling DequeModule Deque+CustomReflectable.swift
[91/499] Compiling DequeModule Deque+Descriptions.swift
[92/499] Compiling DequeModule Deque+Equatable.swift
[93/499] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/499] Compiling DequeModule Deque+Extras.swift
[95/499] Compiling DequeModule Deque+Hashable.swift
[95/499] Compiling ssl_privkey.cc
[97/499] Compiling Logging MetadataProvider.swift
[98/499] Compiling DequeModule _DequeSlot.swift
[99/499] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/499] Compiling Logging LogHandler.swift
[101/499] Compiling Logging Logging.swift
[102/499] Emitting module Logging
[103/499] Compiling Logging Locks.swift
[103/500] Compiling ssl_session.cc
[105/500] Compiling ssl_key_share.cc
[106/500] Compiling ssl_file.cc
[108/500] Compiling DequeModule Deque+Testing.swift
[109/500] Compiling DequeModule Deque._Storage.swift
[110/500] Compiling DequeModule Deque._UnsafeHandle.swift
[111/500] Compiling DequeModule Deque.swift
[112/500] Compiling DequeModule Deque+Codable.swift
[113/500] Compiling DequeModule Deque+Collection.swift
[114/500] Emitting module DequeModule
[114/501] Compiling ssl_lib.cc
[116/501] Compiling ssl_credential.cc
[117/501] Compiling s3_both.cc
[118/501] Compiling ssl_buffer.cc
[119/501] Compiling ssl_cipher.cc
[120/501] Compiling ssl_aead_ctx.cc
[121/501] Compiling ssl_asn1.cc
[122/501] Compiling ssl_cert.cc
[123/501] Compiling s3_lib.cc
[124/501] Compiling s3_pkt.cc
[125/501] Compiling encrypted_client_hello.cc
[126/501] Compiling handshake_server.cc
[127/501] Compiling handshake.cc
[128/501] Compiling handshake_client.cc
[129/501] Compiling handoff.cc
[130/501] Compiling dtls_method.cc
[131/501] Compiling md5-x86_64-linux.S
[132/501] Compiling extensions.cc
[133/501] Compiling dtls_record.cc
[134/501] Compiling md5-x86_64-apple.S
[135/501] Compiling md5-586-linux.S
[136/501] Compiling md5-586-apple.S
[137/501] Compiling d1_srtp.cc
[138/501] Compiling chacha20_poly1305_x86_64-linux.S
[139/501] Compiling chacha20_poly1305_x86_64-apple.S
[140/501] Compiling chacha20_poly1305_armv8-win.S
[141/501] Compiling chacha20_poly1305_armv8-apple.S
[142/501] Compiling chacha-x86_64-linux.S
[143/501] Compiling chacha20_poly1305_armv8-linux.S
[144/501] Compiling chacha-x86-linux.S
[145/501] Compiling chacha-x86_64-apple.S
[146/501] Compiling chacha-x86-apple.S
[147/501] Compiling chacha-armv8-win.S
[148/501] Compiling chacha-armv8-apple.S
[149/501] Compiling chacha-armv4-linux.S
[150/501] Compiling chacha-armv8-linux.S
[151/501] Compiling aes128gcmsiv-x86_64-linux.S
[152/501] Compiling aes128gcmsiv-x86_64-apple.S
[153/501] Compiling x86_64-mont5-linux.S
[154/501] Compiling bio_ssl.cc
[155/501] Compiling x86_64-mont5-apple.S
[156/501] Compiling x86_64-mont-linux.S
[157/501] Compiling x86_64-mont-apple.S
[158/501] Compiling x86-mont-linux.S
[159/501] Compiling d1_pkt.cc
[160/501] Compiling x86-mont-apple.S
[161/501] Compiling vpaes-x86_64-linux.S
[162/501] Compiling vpaes-x86_64-apple.S
[163/501] Compiling vpaes-x86-linux.S
[164/501] Compiling err_data.cc
[165/501] Compiling vpaes-armv8-apple.S
[166/501] Compiling vpaes-x86-apple.S
[167/501] Compiling vpaes-armv8-win.S
[168/501] Compiling d1_lib.cc
[169/501] Compiling vpaes-armv8-linux.S
[170/501] Compiling vpaes-armv7-linux.S
[171/501] Compiling sha512-x86_64-linux.S
[172/501] Compiling sha512-x86_64-apple.S
[173/501] Compiling sha512-armv8-win.S
[174/501] Compiling sha512-armv4-linux.S
[175/501] Compiling sha512-armv8-apple.S
[176/501] Compiling sha512-586-apple.S
[177/501] Compiling sha512-armv8-linux.S
[178/501] Compiling sha512-586-linux.S
[179/501] Compiling sha256-x86_64-linux.S
[180/501] Compiling sha256-x86_64-apple.S
[181/501] Compiling sha256-armv8-win.S
[182/501] Compiling sha256-armv8-apple.S
[183/501] Compiling sha256-armv8-linux.S
[184/501] Compiling sha256-armv4-linux.S
[185/501] Compiling sha256-586-apple.S
[186/501] Compiling sha256-586-linux.S
[187/501] Compiling sha1-x86_64-linux.S
[188/501] Compiling sha1-x86_64-apple.S
[189/501] Compiling sha1-armv4-large-linux.S
[190/501] Compiling sha1-armv8-win.S
[191/501] Compiling sha1-armv8-apple.S
[192/501] Compiling sha1-586-linux.S
[193/501] Compiling sha1-armv8-linux.S
[194/501] Compiling rsaz-avx2-linux.S
[195/501] Compiling sha1-586-apple.S
[196/501] Compiling rsaz-avx2-apple.S
[197/501] Compiling rdrand-x86_64-linux.S
[198/501] Compiling p256_beeu-x86_64-asm-linux.S
[199/501] Compiling rdrand-x86_64-apple.S
[200/501] Compiling p256_beeu-x86_64-asm-apple.S
[201/501] Compiling p256_beeu-armv8-asm-linux.S
[202/501] Compiling p256_beeu-armv8-asm-win.S
[203/501] Compiling p256-x86_64-asm-linux.S
[204/501] Compiling p256-x86_64-asm-apple.S
[205/501] Compiling p256_beeu-armv8-asm-apple.S
[206/501] Compiling p256-armv8-asm-win.S
[207/501] Compiling d1_both.cc
[207/501] Compiling p256-armv8-asm-apple.S
[209/501] Compiling ghashv8-armv8-win.S
[210/501] Compiling ghashv8-armv8-linux.S
[211/501] Compiling ghashv8-armv7-linux.S
[212/501] Compiling ghash-x86_64-apple.S
[213/501] Compiling p256-armv8-asm-linux.S
[213/501] Compiling ghashv8-armv8-apple.S
[215/501] Compiling ghash-x86_64-linux.S
[216/501] Compiling ghash-x86-linux.S
[217/501] Compiling ghash-ssse3-x86-linux.S
[218/501] Compiling ghash-ssse3-x86_64-linux.S
[219/501] Compiling ghash-x86-apple.S
[220/501] Compiling ghash-ssse3-x86_64-apple.S
[221/501] Compiling ghash-ssse3-x86-apple.S
[222/501] Compiling ghash-neon-armv8-win.S
[223/501] Compiling ghash-neon-armv8-linux.S
[224/501] Compiling ghash-neon-armv8-apple.S
[225/501] Compiling co-586-apple.S
[226/501] Compiling ghash-armv4-linux.S
[227/501] Compiling bsaes-armv7-linux.S
[228/501] Compiling bn-armv8-win.S
[229/501] Compiling co-586-linux.S
[230/501] Compiling bn-armv8-apple.S
[231/501] Compiling bn-armv8-linux.S
[232/501] Compiling bn-586-linux.S
[233/501] Compiling armv4-mont-linux.S
[234/501] Compiling bn-586-apple.S
[235/501] Compiling armv8-mont-apple.S
[236/501] Compiling armv8-mont-win.S
[237/501] Compiling aesv8-gcm-armv8-win.S
[238/501] Compiling armv8-mont-linux.S
[239/501] Compiling aesv8-gcm-armv8-apple.S
[240/501] Compiling aesv8-armv8-win.S
[241/501] Compiling aesv8-gcm-armv8-linux.S
[242/501] Compiling aesv8-armv8-apple.S
[243/501] Compiling aesv8-armv8-linux.S
[243/501] Compiling aesni-x86_64-linux.S
[245/501] Compiling aesv8-armv7-linux.S
[246/501] Compiling aesni-x86-linux.S
[247/501] Compiling aesni-gcm-x86_64-apple.S
[248/501] Compiling aesni-x86-apple.S
[249/501] Compiling aesni-x86_64-apple.S
[250/501] Compiling aes-gcm-avx2-x86_64-apple.S
[251/501] Compiling aesni-gcm-x86_64-linux.S
[252/501] Compiling aes-gcm-avx2-x86_64-linux.S
[253/501] Compiling aes-gcm-avx10-x86_64-linux.S
[254/501] Compiling aes-gcm-avx10-x86_64-apple.S
[255/501] Compiling x_x509a.cc
[256/501] Compiling x_val.cc
[256/501] Compiling x_x509.cc
[258/501] Compiling x_sig.cc
[259/501] Compiling x_spki.cc
[260/501] Compiling x_pubkey.cc
[261/501] Compiling x_name.cc
[262/501] Compiling x_req.cc
[263/501] Compiling x_algor.cc
[264/501] Compiling x509rset.cc
[265/501] Compiling x_crl.cc
[266/501] Compiling x_exten.cc
[267/501] Compiling x_attrib.cc
[268/501] Compiling x509spki.cc
[269/501] Compiling x_all.cc
[270/501] Compiling x509name.cc
[271/501] Compiling x509cset.cc
[272/501] Compiling x509_txt.cc
[273/501] Compiling x509_vpm.cc
[274/501] Compiling x509_trs.cc
[275/501] Compiling x509_set.cc
[276/501] Compiling x509_v3.cc
[277/501] Compiling x509_vfy.cc
[278/501] Compiling x509_req.cc
[279/501] Compiling x509_obj.cc
[280/501] Compiling x509_d2.cc
[281/501] Compiling x509_def.cc
[282/501] Compiling x509_ext.cc
[283/501] Compiling x509_lu.cc
[284/501] Compiling x509_cmp.cc
[285/501] Compiling x509.cc
[286/501] Compiling x509_att.cc
[287/501] Compiling v3_skey.cc
[288/501] Compiling v3_utl.cc
[289/501] Compiling v3_purp.cc
[290/501] Compiling v3_prn.cc
[291/501] Compiling v3_ocsp.cc
[292/501] Compiling v3_pmaps.cc
[293/501] Compiling v3_pcons.cc
[294/501] Compiling v3_ncons.cc
[295/501] Compiling v3_int.cc
[296/501] Compiling v3_lib.cc
[297/501] Compiling v3_info.cc
[298/501] Compiling v3_ia5.cc
[299/501] Compiling v3_genn.cc
[300/501] Compiling v3_extku.cc
[301/501] Compiling v3_enum.cc
[302/501] Compiling v3_crld.cc
[303/501] Compiling v3_conf.cc
[304/501] Compiling v3_cpols.cc
[305/501] Compiling v3_bitst.cc
[306/501] Compiling v3_bcons.cc
[307/501] Compiling v3_akeya.cc
[308/501] Compiling v3_alt.cc
[309/501] Compiling v3_akey.cc
[310/501] Compiling t_x509a.cc
[311/501] Compiling i2d_pr.cc
[312/501] Compiling t_req.cc
[313/501] Compiling t_x509.cc
[314/501] Compiling t_crl.cc
[315/501] Compiling rsa_pss.cc
[316/501] Compiling name_print.cc
[317/501] Compiling policy.cc
[318/501] Compiling by_file.cc
[319/501] Compiling by_dir.cc
[320/501] Compiling asn1_gen.cc
[321/501] Compiling a_verify.cc
[322/501] Compiling algorithm.cc
[323/501] Compiling voprf.cc
[324/501] Compiling a_digest.cc
[325/501] Compiling a_sign.cc
[326/501] Compiling trust_token.cc
[327/501] Compiling thread_win.cc
[328/501] Compiling thread_none.cc
[329/501] Compiling thread_pthread.cc
[330/501] Compiling thread.cc
[331/501] Compiling stack.cc
[332/501] Compiling pmbtoken.cc
[333/501] Compiling slhdsa.cc
[334/501] Compiling sha512.cc
[335/501] Compiling spake2plus.cc
[336/501] Compiling siphash.cc
[337/501] Compiling sha1.cc
[338/501] Compiling sha256.cc
[339/501] Compiling rsa_print.cc
[340/501] Compiling rsa_extra.cc
[341/501] Compiling rsa_crypt.cc
[342/501] Compiling rc4.cc
[343/501] Compiling refcount.cc
[344/501] Compiling windows.cc
[345/501] Compiling urandom.cc
[346/501] Compiling trusty.cc
[347/501] Compiling rsa_asn1.cc
[348/501] Compiling rand.cc
[349/501] Compiling passive.cc
[350/501] Compiling ios.cc
[351/501] Compiling getentropy.cc
[352/501] Compiling poly1305_arm_asm.S
[353/501] Compiling forkunsafe.cc
[354/501] Compiling deterministic.cc
[355/501] Compiling fork_detect.cc
[356/501] Compiling poly1305_vec.cc
[357/501] Compiling poly1305.cc
[358/501] Compiling pool.cc
[359/501] Compiling poly1305_arm.cc
[360/501] Compiling pkcs8.cc
[361/501] Compiling pkcs8_x509.cc
[362/501] Compiling p5_pbev2.cc
[363/501] Compiling pkcs7_x509.cc
[364/501] Compiling pkcs7.cc
[365/501] Compiling pem_xaux.cc
[366/501] Compiling pem_pkey.cc
[367/501] Compiling pem_x509.cc
[368/501] Compiling mlkem.cc
[369/501] Compiling pem_pk8.cc
[370/501] Compiling pem_oth.cc
[371/501] Compiling pem_lib.cc
[372/501] Compiling obj_xref.cc
[373/501] Compiling pem_info.cc
[374/501] Compiling pem_all.cc
[375/501] Compiling obj.cc
[376/501] Compiling poly_rq_mul.S
[377/501] Compiling mldsa.cc
[378/501] Compiling fips_shared_support.cc
[379/501] Compiling mem.cc
[380/501] Compiling md5.cc
[381/501] Compiling md4.cc
[382/501] Compiling lhash.cc
[383/501] Compiling kyber.cc
[384/501] Compiling ex_data.cc
[385/501] Compiling sign.cc
[386/501] Compiling hpke.cc
[387/501] Compiling hrss.cc
[388/501] Compiling scrypt.cc
[389/501] Compiling print.cc
[390/501] Compiling pbkdf.cc
[391/501] Compiling p_x25519.cc
[392/501] Compiling p_rsa_asn1.cc
[393/501] Compiling p_rsa.cc
[394/501] Compiling p_x25519_asn1.cc
[395/501] Compiling p_hkdf.cc
[396/501] Compiling p_ed25519.cc
[397/501] Compiling p_ed25519_asn1.cc
[398/501] Compiling p_ec.cc
[399/501] Compiling p_ec_asn1.cc
[400/501] Compiling p_dh.cc
[401/501] Compiling p_dh_asn1.cc
[402/501] Compiling evp_ctx.cc
[403/501] Compiling p_dsa_asn1.cc
[404/501] Compiling evp_asn1.cc
[405/501] Compiling err.cc
[406/501] Compiling evp.cc
[407/501] Compiling engine.cc
[408/501] Compiling ecdh.cc
[409/501] Compiling ecdsa_asn1.cc
[410/501] Compiling hash_to_curve.cc
[411/501] Compiling ec_derive.cc
[412/501] Compiling dsa.cc
[413/501] Compiling bcm.cc
[414/501] Compiling ec_asn1.cc
[415/501] Compiling dsa_asn1.cc
[416/501] Compiling params.cc
[417/501] Compiling x25519-asm-arm.S
[418/501] Compiling digest_extra.cc
[419/501] Compiling des.cc
[420/501] Compiling dh_asn1.cc
[421/501] Compiling curve25519_64_adx.cc
[422/501] Compiling crypto.cc
[423/501] Compiling spake25519.cc
[424/501] Compiling cpu_intel.cc
[425/501] Compiling cpu_arm_linux.cc
[426/501] Compiling curve25519.cc
[427/501] Compiling cpu_arm_freebsd.cc
[428/501] Compiling cpu_aarch64_win.cc
[429/501] Compiling cpu_aarch64_sysreg.cc
[430/501] Compiling cpu_aarch64_openbsd.cc
[431/501] Compiling cpu_aarch64_fuchsia.cc
[432/501] Compiling cpu_aarch64_apple.cc
[433/501] Compiling cpu_aarch64_linux.cc
[434/501] Compiling conf.cc
[435/501] Compiling get_cipher.cc
[436/501] Compiling tls_cbc.cc
[437/501] Compiling e_null.cc
[438/501] Compiling e_chacha20poly1305.cc
[439/501] Compiling e_tls.cc
[440/501] Compiling e_rc4.cc
[441/501] Compiling e_rc2.cc
[442/501] Compiling e_des.cc
[443/501] Compiling derive_key.cc
[444/501] Compiling chacha.cc
[445/501] Compiling e_aesctrhmac.cc
[446/501] Compiling e_aesgcmsiv.cc
[447/501] Compiling unicode.cc
[448/501] Compiling asn1_compat.cc
[449/501] Compiling ber.cc
[450/501] Compiling buf.cc
[451/501] Compiling cbb.cc
[452/501] Compiling cbs.cc
[453/501] Compiling bn_asn1.cc
[454/501] Compiling convert.cc
[455/501] Compiling blake2.cc
[456/501] Compiling socket.cc
[457/501] Compiling socket_helper.cc
[458/501] Compiling printf.cc
[459/501] Compiling hexdump.cc
[460/501] Compiling pair.cc
[461/501] Compiling file.cc
[462/501] Compiling fd.cc
[463/501] Compiling errno.cc
[464/501] Compiling connect.cc
[465/501] Compiling bio_mem.cc
[466/501] Compiling bio.cc
[467/501] Compiling base64.cc
[468/501] Compiling tasn_typ.cc
[469/501] Compiling tasn_utl.cc
[470/501] Compiling tasn_fre.cc
[471/501] Compiling tasn_new.cc
[472/501] Compiling tasn_enc.cc
[473/501] Compiling posix_time.cc
[474/501] Compiling f_string.cc
[475/501] Compiling tasn_dec.cc
[476/501] Compiling f_int.cc
[477/501] Compiling asn_pack.cc
[478/501] Compiling asn1_lib.cc
[479/501] Compiling asn1_par.cc
[480/501] Compiling a_octet.cc
[481/501] Compiling a_utctm.cc
[482/501] Compiling a_time.cc
[483/501] Compiling a_strnid.cc
[484/501] Compiling a_type.cc
[485/501] Compiling a_strex.cc
[486/501] Compiling a_i2d_fp.cc
[487/501] Compiling a_object.cc
[488/501] Compiling a_mbstr.cc
[489/501] Compiling a_int.cc
[490/501] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[490/501] Write sources
[495/519] Compiling Atomics AtomicStorage.swift
[496/519] Compiling Atomics AtomicValue.swift
[496/521] Compiling a_dup.cc
[497/521] Compiling a_d2i_fp.cc
[499/521] Compiling Atomics ManagedAtomic.swift
[500/521] Compiling Atomics ManagedAtomicLazyReference.swift
[501/521] Compiling Atomics UnsafeAtomic.swift
[502/521] Compiling Atomics UnsafeAtomicLazyReference.swift
[503/521] Compiling Atomics AtomicMemoryOrderings.swift
[504/521] Compiling Atomics DoubleWord.swift
[504/546] Compiling a_gentm.cc
[505/546] Compiling a_bitstr.cc
[507/546] Compiling Algorithms Product.swift
[508/546] Compiling Algorithms RandomSample.swift
[509/546] Compiling Algorithms FlattenCollection.swift
[510/546] Compiling Algorithms Grouped.swift
[511/546] Compiling Algorithms Indexed.swift
[511/546] Compiling a_bool.cc
[514/546] Compiling Algorithms Reductions.swift
[515/546] Compiling Algorithms Rotate.swift
[516/546] Compiling Algorithms Split.swift
[517/546] Compiling Algorithms Stride.swift
[518/546] Compiling Algorithms Suffix.swift
[519/549] Compiling Algorithms Joined.swift
[520/549] Compiling Algorithms Keyed.swift
[521/549] Compiling Algorithms MinMax.swift
[522/549] Compiling Algorithms Partition.swift
[523/549] Compiling Algorithms Permutations.swift
[525/549] Compiling Algorithms Trim.swift
[526/549] Compiling Algorithms Unique.swift
[527/549] Compiling Algorithms Windows.swift
[528/549] Compiling Algorithms Compacted.swift
[529/549] Compiling Algorithms Cycle.swift
[530/549] Compiling Algorithms EitherSequence.swift
[531/549] Compiling Algorithms FirstNonNil.swift
[535/549] Compiling Algorithms Intersperse.swift
[539/549] Emitting module Atomics
[540/549] Compiling Algorithms AdjacentPairs.swift
[541/549] Compiling Algorithms Chain.swift
[542/549] Compiling Algorithms Chunked.swift
[547/550] Compiling Algorithms Combinations.swift
[547/550] Compiling c-nioatomics.c
[548/550] Compiling c-atomics.c
[550/550] Emitting module Algorithms
[552/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[553/557] Compiling NIOConcurrencyHelpers atomics.swift
[554/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[555/557] Compiling NIOConcurrencyHelpers lock.swift
[556/557] Emitting module NIOConcurrencyHelpers
[557/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[559/619] Compiling NIOCore NIOAny.swift
[560/619] Compiling NIOCore NIOCloseOnErrorHandler.swift
[561/619] Compiling NIOCore NIOCoreSendableMetatype.swift
[562/619] Compiling NIOCore NIOLoopBound.swift
[563/619] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[564/619] Compiling NIOCore NIOScheduledCallback.swift
[565/619] Compiling NIOCore NIOSendable.swift
[566/619] Compiling NIOCore RecvByteBufferAllocator.swift
[567/627] Compiling NIOCore IOData.swift
[568/627] Compiling NIOCore IPProtocol.swift
[569/627] Compiling NIOCore IntegerBitPacking.swift
[570/627] Compiling NIOCore IntegerTypes.swift
[571/627] Compiling NIOCore Interfaces.swift
[572/627] Compiling NIOCore Linux.swift
[573/627] Compiling NIOCore MarkedCircularBuffer.swift
[574/627] Compiling NIOCore MulticastChannel.swift
[575/627] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[576/627] Compiling NIOCore SocketAddresses.swift
[577/627] Compiling NIOCore SocketOptionProvider.swift
[578/627] Compiling NIOCore SystemCallHelpers.swift
[579/627] Compiling NIOCore TimeAmount+Duration.swift
[580/627] Compiling NIOCore TypeAssistedChannelHandler.swift
[581/627] Compiling NIOCore UniversalBootstrapSupport.swift
[582/627] Compiling NIOCore Utilities.swift
[583/627] Emitting module NIOCore
[584/627] Compiling NIOCore AddressedEnvelope.swift
[585/627] Compiling NIOCore AsyncAwaitSupport.swift
[586/627] Compiling NIOCore AsyncChannel.swift
[587/627] Compiling NIOCore AsyncChannelHandler.swift
[588/627] Compiling NIOCore AsyncChannelInboundStream.swift
[589/627] Compiling NIOCore AsyncChannelOutboundWriter.swift
[590/627] Compiling NIOCore NIOAsyncSequenceProducer.swift
[591/627] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[592/627] Compiling NIOCore NIOAsyncWriter.swift
[593/627] Compiling NIOCore CircularBuffer.swift
[594/627] Compiling NIOCore Codec.swift
[595/627] Compiling NIOCore ConvenienceOptionSupport.swift
[596/627] Compiling NIOCore DeadChannel.swift
[597/627] Compiling NIOCore DispatchQueue+WithFuture.swift
[598/627] Compiling NIOCore EventLoop+Deprecated.swift
[599/627] Compiling NIOCore EventLoop+SerialExecutor.swift
[600/627] Compiling NIOCore EventLoop.swift
[601/627] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[602/627] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[603/627] Compiling NIOCore BSDSocketAPI.swift
[604/627] Compiling NIOCore ByteBuffer-aux.swift
[605/627] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[606/627] Compiling NIOCore ByteBuffer-conversions.swift
[607/627] Compiling NIOCore ByteBuffer-core.swift
[608/627] Compiling NIOCore ByteBuffer-hex.swift
[609/627] Compiling NIOCore ByteBuffer-int.swift
[610/627] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[611/627] Compiling NIOCore EventLoopFuture+Deprecated.swift
[612/627] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[613/627] Compiling NIOCore EventLoopFuture.swift
[614/627] Compiling NIOCore FileDescriptor.swift
[615/627] Compiling NIOCore FileHandle.swift
[616/627] Compiling NIOCore FileRegion.swift
[617/627] Compiling NIOCore GlobalSingletons.swift
[618/627] Compiling NIOCore IO.swift
[619/627] Compiling NIOCore ByteBuffer-multi-int.swift
[620/627] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[621/627] Compiling NIOCore ByteBuffer-views.swift
[622/627] Compiling NIOCore Channel.swift
[623/627] Compiling NIOCore ChannelHandler.swift
[624/627] Compiling NIOCore ChannelHandlers.swift
[625/627] Compiling NIOCore ChannelInvoker.swift
[626/627] Compiling NIOCore ChannelOption.swift
[627/627] Compiling NIOCore ChannelPipeline.swift
[629/680] Compiling NIOEmbedded AsyncTestingChannel.swift
[630/680] Emitting module NIOEmbedded
[631/680] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[632/680] Compiling NIOEmbedded Embedded.swift
[634/681] Compiling NIOPosix BSDSocketAPICommon.swift
[635/681] Compiling NIOPosix BSDSocketAPIPosix.swift
[636/681] Compiling NIOPosix BSDSocketAPIWindows.swift
[637/681] Compiling NIOPosix BaseSocket.swift
[638/681] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[639/681] Compiling NIOPosix BaseSocketChannel.swift
[640/681] Compiling NIOPosix BaseStreamSocketChannel.swift
[641/681] Compiling NIOPosix Socket.swift
[642/681] Compiling NIOPosix SocketChannel.swift
[643/681] Compiling NIOPosix SocketProtocols.swift
[644/681] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[645/681] Compiling NIOPosix System.swift
[646/681] Compiling NIOPosix Thread.swift
[647/687] Compiling NIOPosix SelectableEventLoop.swift
[648/687] Compiling NIOPosix SelectorEpoll.swift
[649/687] Compiling NIOPosix SelectorGeneric.swift
[650/687] Compiling NIOPosix SelectorKqueue.swift
[651/687] Compiling NIOPosix SelectorUring.swift
[652/687] Compiling NIOPosix ServerSocket.swift
[653/687] Compiling NIOPosix IO.swift
[654/687] Compiling NIOPosix IntegerBitPacking.swift
[655/687] Compiling NIOPosix IntegerTypes.swift
[656/687] Compiling NIOPosix Linux.swift
[657/687] Compiling NIOPosix LinuxCPUSet.swift
[658/687] Compiling NIOPosix LinuxUring.swift
[659/687] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[660/687] Compiling NIOPosix Pool.swift
[661/687] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[662/687] Compiling NIOPosix PosixSingletons.swift
[663/687] Compiling NIOPosix RawSocketBootstrap.swift
[664/687] Compiling NIOPosix Resolver.swift
[665/687] Compiling NIOPosix Selectable.swift
[666/687] Compiling NIOPosix SelectableChannel.swift
[667/687] Compiling NIOPosix NIOPosixSendableMetatype.swift
[668/687] Compiling NIOPosix NIOThreadPool.swift
[669/687] Compiling NIOPosix NonBlockingFileIO.swift
[670/687] Compiling NIOPosix PendingDatagramWritesManager.swift
[671/687] Compiling NIOPosix PendingWritesManager.swift
[672/687] Compiling NIOPosix PipeChannel.swift
[673/687] Compiling NIOPosix PipePair.swift
[674/687] Emitting module NIOPosix
[675/687] Compiling NIOPosix Bootstrap.swift
[676/687] Compiling NIOPosix ControlMessage.swift
[677/687] Compiling NIOPosix DatagramVectorReadManager.swift
[678/687] Compiling NIOPosix Errors+Any.swift
[679/687] Compiling NIOPosix FileDescriptor.swift
[680/687] Compiling NIOPosix GetaddrinfoResolver.swift
[681/687] Compiling NIOPosix HappyEyeballs.swift
[682/687] Compiling NIOPosix ThreadPosix.swift
[683/687] Compiling NIOPosix ThreadWindows.swift
[684/687] Compiling NIOPosix UnsafeTransfer.swift
[685/687] Compiling NIOPosix Utilities.swift
[686/687] Compiling NIOPosix VsockAddress.swift
[687/687] Compiling NIOPosix VsockChannelEvents.swift
[689/690] Compiling NIO Exports.swift
[690/690] Emitting module NIO
[692/730] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[693/730] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[694/730] Emitting module NIOTLS
[695/730] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[696/730] Compiling NIOSOCKS ClientGreeting.swift
[697/730] Compiling NIOSOCKS Errors.swift
[698/732] Emitting module NIOSOCKS
[699/733] Compiling NIOSOCKS SOCKSResponse.swift
[700/733] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[701/733] Compiling NIOSOCKS ClientStateMachine.swift
[702/733] Compiling NIOSOCKS SOCKSClientHandler.swift
[703/733] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[705/733] Compiling NIOSOCKS Helpers.swift
[706/733] Compiling NIOSOCKS AuthenticationMethod.swift
[708/733] Compiling NIOSOCKS Messages.swift
[709/733] Compiling NIOSOCKS SOCKSRequest.swift
[712/733] Compiling NIOSOCKS ServerStateMachine.swift
[713/734] Compiling NIOTLS TLSEvents.swift
[714/734] Compiling NIOTLS SNIHandler.swift
[717/735] Emitting module NIOHTTP1
[718/735] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[719/735] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[720/735] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[721/735] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[722/764] Compiling NIOSSL IdentityVerification.swift
[723/764] Compiling NIOSSL NIOSSLServerHandler.swift
[724/764] Compiling NIOSSL SSLConnection.swift
[725/764] Compiling NIOSSL SSLPrivateKey.swift
[726/764] Compiling NIOSSL ObjectIdentifier.swift
[727/764] Compiling NIOSSL PosixPort.swift
[728/764] Compiling NIOSSL LinuxCABundle.swift
[729/764] Compiling NIOSSL NIOSSLClientHandler.swift
[730/764] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[732/783] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[733/783] Compiling NIOHPACK IntegerCoding.swift
[734/784] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[735/784] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[736/784] Emitting module NIOHTTPCompression
[737/784] Emitting module NIOFoundationCompat
[738/784] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[739/784] Compiling NIOHPACK IndexedHeaderTable.swift
[740/784] Emitting module NIOSSL
[741/788] Compiling NIOHPACK StaticHeaderTable.swift
[742/788] Compiling NIOHTTPCompression HTTPCompression.swift
[743/788] Compiling NIOHTTPCompression HTTPDecompression.swift
[744/788] Compiling NIOHPACK HuffmanTables.swift
[745/788] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[746/788] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[747/789] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[748/789] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[751/790] Compiling NIOHPACK HuffmanCoding.swift
[752/790] Compiling NIOHPACK DynamicHeaderTable.swift
[753/790] Compiling NIOHPACK HPACKDecoder.swift
[754/790] Emitting module NIOHPACK
[755/790] Compiling NIOHPACK HPACKEncoder.swift
[756/790] Compiling NIOHPACK HPACKErrors.swift
[757/790] Compiling NIOHPACK HPACKHeader.swift
[758/790] Compiling NIOHPACK HeaderTables.swift
[760/790] Compiling NIOSSL SSLPublicKey.swift
[761/790] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[762/790] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[763/790] Compiling NIOSSL SubjectAlternativeName.swift
[764/790] Compiling NIOSSL NIOSSLSecureBytes.swift
[765/790] Compiling NIOSSL RNG.swift
[766/790] Compiling NIOSSL SafeCompare.swift
[773/791] Compiling NIOSSL CustomPrivateKey.swift
[778/791] Compiling NIOSSL SSLCallbacks.swift
[779/791] Compiling NIOSSL SSLCertificate.swift
[780/791] Compiling NIOSSL SSLCertificateExtensions.swift
[781/791] Compiling NIOSSL SSLCertificateName.swift
[783/791] Compiling NIOSSL SSLContext.swift
[784/791] Compiling NIOSSL SSLErrors.swift
[785/791] Compiling NIOSSL SSLInit.swift
[786/791] Compiling NIOSSL SSLPKCS12Bundle.swift
[788/813] Compiling NIOTransportServices NIOTSBootstraps.swift
[789/813] Compiling NIOTransportServices NIOTSChannelOptions.swift
[790/813] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[791/813] Compiling NIOTransportServices StateManagedChannel.swift
[792/813] Compiling NIOTransportServices StateManagedListenerChannel.swift
[793/813] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[794/815] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[795/815] Compiling NIOTransportServices NIOTSSingletons.swift
[796/815] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[797/815] Emitting module NIOTransportServices
[798/815] Compiling NIOTransportServices AcceptHandler.swift
[799/815] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[800/815] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[801/815] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[802/815] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[803/815] Compiling NIOTransportServices NIOTSListenerChannel.swift
[804/815] Compiling NIOSSL Zeroization.swift
[805/815] Compiling NIOSSL TLSConfiguration.swift
[806/815] Compiling NIOSSL UniversalBootstrapSupport.swift
[807/815] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[808/816] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[809/816] Compiling NIOTransportServices NIOTSErrors.swift
[810/816] Compiling NIOTransportServices NIOTSEventLoop.swift
[811/816] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[812/816] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[813/816] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[814/816] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[815/816] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[818/877] Compiling NIOHTTP2 ConnectionStateMachine.swift
[819/877] Compiling NIOHTTP2 ConnectionStreamsState.swift
[820/877] Compiling NIOHTTP2 MayReceiveFrames.swift
[821/877] Compiling NIOHTTP2 ReceivingDataState.swift
[822/877] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[823/877] Compiling NIOHTTP2 ReceivingHeadersState.swift
[824/877] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[825/877] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[826/877] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[827/885] Emitting module NIOHTTP2
[828/885] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[829/885] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[830/885] Compiling NIOHTTP2 HTTP2StreamID.swift
[831/885] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[832/885] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[833/885] Compiling NIOHTTP2 HTTP2UserEvents.swift
[834/885] Compiling NIOHTTP2 InboundEventBuffer.swift
[835/885] Compiling NIOHTTP2 InboundWindowManager.swift
[836/885] Compiling NIOHTTP2 HTTP2Frame.swift
[837/885] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[838/885] Compiling NIOHTTP2 HTTP2FrameParser.swift
[839/885] Compiling NIOHTTP2 HTTP2PingData.swift
[840/885] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[841/885] Compiling NIOHTTP2 HTTP2Settings.swift
[842/885] Compiling NIOHTTP2 HTTP2Stream.swift
[843/885] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[844/885] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[845/885] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[846/885] Compiling NIOHTTP2 StreamChannelFlowController.swift
[847/885] Compiling NIOHTTP2 StreamChannelList.swift
[848/885] Compiling NIOHTTP2 StreamMap.swift
[849/885] Compiling NIOHTTP2 StreamStateMachine.swift
[850/885] Compiling NIOHTTP2 UnsafeTransfer.swift
[851/885] Compiling NIOHTTP2 WatermarkedFlowController.swift
[852/885] Compiling NIOHTTP2 HasFlowControlWindows.swift
[853/885] Compiling NIOHTTP2 HasLocalSettings.swift
[854/885] Compiling NIOHTTP2 HasRemoteSettings.swift
[855/885] Compiling NIOHTTP2 LocallyQuiescingState.swift
[856/885] Compiling NIOHTTP2 QuiescingState.swift
[857/885] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[858/885] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[859/885] Compiling NIOHTTP2 StateMachineResult.swift
[860/885] Compiling NIOHTTP2 ContentLengthVerifier.swift
[861/885] Compiling NIOHTTP2 DOSHeuristics.swift
[862/885] Compiling NIOHTTP2 Error+Any.swift
[863/885] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[864/885] Compiling NIOHTTP2 ControlFrameBuffer.swift
[865/885] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[866/885] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[867/885] Compiling NIOHTTP2 GlitchesMonitor.swift
[868/885] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[869/885] Compiling NIOHTTP2 MaySendFrames.swift
[870/885] Compiling NIOHTTP2 SendingDataState.swift
[871/885] Compiling NIOHTTP2 SendingGoawayState.swift
[872/885] Compiling NIOHTTP2 SendingHeadersState.swift
[873/885] Compiling NIOHTTP2 SendingPushPromiseState.swift
[874/885] Compiling NIOHTTP2 SendingRstStreamState.swift
[875/885] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[876/885] Compiling NIOHTTP2 HTTP2SettingsState.swift
[877/885] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[878/885] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[879/885] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[880/885] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[881/885] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[882/885] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[883/885] Compiling NIOHTTP2 HTTP2Error.swift
[884/885] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[885/885] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[887/946] Emitting module AsyncHTTPClient
[888/954] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[889/954] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[890/954] Compiling AsyncHTTPClient AsyncLazySequence.swift
[891/954] Compiling AsyncHTTPClient HTTPClient+execute.swift
[892/954] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[893/954] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[894/954] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[895/954] Compiling AsyncHTTPClient HTTPClientRequest.swift
[896/954] Compiling AsyncHTTPClient HTTPClientResponse.swift
[897/954] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[898/954] Compiling AsyncHTTPClient TLSEventsHandler.swift
[899/954] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[900/954] Compiling AsyncHTTPClient HTTP1Connection.swift
[901/954] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[902/954] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[903/954] Compiling AsyncHTTPClient HTTP2Connection.swift
[904/954] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[905/954] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[906/954] Compiling AsyncHTTPClient ConnectionTarget.swift
[907/954] Compiling AsyncHTTPClient DeconstructedURL.swift
[908/954] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[909/954] Compiling AsyncHTTPClient FoundationExtensions.swift
[910/954] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[911/954] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[912/954] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[913/954] Compiling AsyncHTTPClient HTTPClient.swift
[914/954] Compiling AsyncHTTPClient HTTPHandler.swift
[915/954] Compiling AsyncHTTPClient LRUCache.swift
[916/954] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[917/954] Compiling AsyncHTTPClient NWErrorHandler.swift
[918/954] Compiling AsyncHTTPClient NWWaitingHandler.swift
[919/954] Compiling AsyncHTTPClient TLSConfiguration.swift
[920/954] Compiling AsyncHTTPClient RedirectState.swift
[921/954] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[922/954] Compiling AsyncHTTPClient RequestBag.swift
[923/954] Compiling AsyncHTTPClient RequestValidation.swift
[924/954] Compiling AsyncHTTPClient SSLContextCache.swift
[925/954] Compiling AsyncHTTPClient Scheme.swift
[926/954] Compiling AsyncHTTPClient Singleton.swift
[927/954] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[928/954] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[929/954] Compiling AsyncHTTPClient Utils.swift
[930/954] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[931/954] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[932/954] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[933/954] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[934/954] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[935/954] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[936/954] Compiling AsyncHTTPClient RequestBodyLength.swift
[937/954] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[938/954] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[939/954] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[940/954] Compiling AsyncHTTPClient Transaction.swift
[941/954] Compiling AsyncHTTPClient Base64.swift
[942/954] Compiling AsyncHTTPClient BasicAuth.swift
[943/954] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[944/954] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[945/954] Compiling AsyncHTTPClient ConnectionPool.swift
[946/954] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[947/954] Compiling AsyncHTTPClient RequestOptions.swift
[948/954] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[949/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[950/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[951/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[952/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[953/954] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[954/954] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
Build complete! (325.41s)
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-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.30.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.36.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.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"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "async-http-client",
  "name" : "async-http-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncHTTPClient",
      "targets" : [
        "AsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAsyncHTTPClient",
      "module_type" : "ClangTarget",
      "name" : "CAsyncHTTPClient",
      "path" : "Sources/CAsyncHTTPClient",
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "CAsyncHTTPClient.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClientTests",
      "path" : "Tests/AsyncHTTPClientTests",
      "product_dependencies" : [
        "NIOTLS",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOEmbedded",
        "NIOFoundationCompat",
        "NIOTestUtils",
        "NIOSSL",
        "NIOHTTP2",
        "NIOSOCKS",
        "Logging",
        "Atomics",
        "Algorithms"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.private-key.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_key.pem",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncAwaitEndToEndTests.swift",
        "AsyncTestHelpers.swift",
        "ConnectionPoolSizeConfigValueIsRespectedTests.swift",
        "EmbeddedChannel+HTTPConvenience.swift",
        "HTTP1ClientChannelHandlerTests.swift",
        "HTTP1ConnectionStateMachineTests.swift",
        "HTTP1ConnectionTests.swift",
        "HTTP1ProxyConnectHandlerTests.swift",
        "HTTP2ClientRequestHandlerTests.swift",
        "HTTP2ClientTests.swift",
        "HTTP2ConnectionTests.swift",
        "HTTP2IdleHandlerTests.swift",
        "HTTPClient+SOCKSTests.swift",
        "HTTPClient+StructuredConcurrencyTests.swift",
        "HTTPClientBase.swift",
        "HTTPClientCookieTests.swift",
        "HTTPClientInformationalResponsesTests.swift",
        "HTTPClientInternalTests.swift",
        "HTTPClientNIOTSTests.swift",
        "HTTPClientRequestTests.swift",
        "HTTPClientResponseTests.swift",
        "HTTPClientTestUtils.swift",
        "HTTPClientTests.swift",
        "HTTPClientUncleanSSLConnectionShutdownTests.swift",
        "HTTPConnectionPool+FactoryTests.swift",
        "HTTPConnectionPool+HTTP1ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP1StateTests.swift",
        "HTTPConnectionPool+HTTP2ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP2StateMachineTests.swift",
        "HTTPConnectionPool+ManagerTests.swift",
        "HTTPConnectionPool+RequestQueueTests.swift",
        "HTTPConnectionPool+StateTestUtils.swift",
        "HTTPConnectionPoolTests.swift",
        "HTTPRequestStateMachineTests.swift",
        "IdleTimeoutNoReuseTests.swift",
        "LRUCacheTests.swift",
        "Mocks/MockConnectionPool.swift",
        "Mocks/MockHTTPExecutableRequest.swift",
        "Mocks/MockRequestExecutor.swift",
        "Mocks/MockRequestQueuer.swift",
        "NWWaitingHandlerTests.swift",
        "NoBytesSentOverBodyLimitTests.swift",
        "RacePoolIdleConnectionsAndGetTests.swift",
        "RequestBagTests.swift",
        "RequestValidationTests.swift",
        "ResponseDelayGetTests.swift",
        "SOCKSEventsHandlerTests.swift",
        "SOCKSTestUtils.swift",
        "SSLContextCacheTests.swift",
        "StressGetHttpsTests.swift",
        "TLSEventsHandlerTests.swift",
        "Transaction+StateMachineTests.swift",
        "TransactionTests.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "AsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClient",
      "path" : "Sources/AsyncHTTPClient",
      "product_dependencies" : [
        "NIO",
        "NIOTLS",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOHTTP2",
        "NIOSSL",
        "NIOHTTPCompression",
        "NIOSOCKS",
        "NIOTransportServices",
        "Logging",
        "Atomics",
        "Algorithms"
      ],
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "AsyncAwait/AnyAsyncSequence.swift",
        "AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
        "AsyncAwait/AsyncLazySequence.swift",
        "AsyncAwait/HTTPClient+execute.swift",
        "AsyncAwait/HTTPClient+shutdown.swift",
        "AsyncAwait/HTTPClientRequest+Prepared.swift",
        "AsyncAwait/HTTPClientRequest+auth.swift",
        "AsyncAwait/HTTPClientRequest.swift",
        "AsyncAwait/HTTPClientResponse.swift",
        "AsyncAwait/SingleIteratorPrecondition.swift",
        "AsyncAwait/Transaction+StateMachine.swift",
        "AsyncAwait/Transaction.swift",
        "Base64.swift",
        "BasicAuth.swift",
        "BestEffortHashableTLSConfiguration.swift",
        "Configuration+BrowserLike.swift",
        "ConnectionPool.swift",
        "ConnectionPool/ChannelHandler/HTTP1ProxyConnectHandler.swift",
        "ConnectionPool/ChannelHandler/SOCKSEventsHandler.swift",
        "ConnectionPool/ChannelHandler/TLSEventsHandler.swift",
        "ConnectionPool/HTTP1/HTTP1ClientChannelHandler.swift",
        "ConnectionPool/HTTP1/HTTP1Connection.swift",
        "ConnectionPool/HTTP1/HTTP1ConnectionStateMachine.swift",
        "ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift",
        "ConnectionPool/HTTP2/HTTP2Connection.swift",
        "ConnectionPool/HTTP2/HTTP2IdleHandler.swift",
        "ConnectionPool/HTTPConnectionEvent.swift",
        "ConnectionPool/HTTPConnectionPool+Factory.swift",
        "ConnectionPool/HTTPConnectionPool+Manager.swift",
        "ConnectionPool/HTTPConnectionPool.swift",
        "ConnectionPool/HTTPExecutableRequest.swift",
        "ConnectionPool/HTTPRequestStateMachine+Demand.swift",
        "ConnectionPool/HTTPRequestStateMachine.swift",
        "ConnectionPool/RequestBodyLength.swift",
        "ConnectionPool/RequestFramingMetadata.swift",
        "ConnectionPool/RequestOptions.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+Backoff.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+RequestQueue.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+StateMachine.swift",
        "ConnectionTarget.swift",
        "DeconstructedURL.swift",
        "FileDownloadDelegate.swift",
        "FoundationExtensions.swift",
        "HTTPClient+HTTPCookie.swift",
        "HTTPClient+Proxy.swift",
        "HTTPClient+StructuredConcurrency.swift",
        "HTTPClient.swift",
        "HTTPHandler.swift",
        "LRUCache.swift",
        "NIOLoopBound+Execute.swift",
        "NIOTransportServices/NWErrorHandler.swift",
        "NIOTransportServices/NWWaitingHandler.swift",
        "NIOTransportServices/TLSConfiguration.swift",
        "RedirectState.swift",
        "RequestBag+StateMachine.swift",
        "RequestBag.swift",
        "RequestValidation.swift",
        "SSLContextCache.swift",
        "Scheme.swift",
        "Singleton.swift",
        "StringConvertibleInstances.swift",
        "StructuredConcurrencyHelpers.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CAsyncHTTPClient"
      ],
      "type" : "library"
    }
  ],
  "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.