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 1.28.0 (7dc119), with Swift 6.1 for Android on 10 Sep 2025 17:50:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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: 1.28.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-server/async-http-client
 * tag               1.28.0     -> FETCH_HEAD
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 1.28.0
========================================
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-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2718] Fetching swift-nio-transport-services
[1714/4532] Fetching swift-nio-transport-services, swift-atomics
[1950/8435] Fetching swift-nio-transport-services, swift-atomics, swift-log
[4216/14562] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras
[11556/20547] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras, swift-algorithms
[14329/32208] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.58s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.58s)
Fetched https://github.com/apple/swift-log.git from cache (1.59s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/15075] Fetching swift-nio-ssl
[11006/93137] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.40s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.43s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.10s)
Fetched https://github.com/apple/swift-nio.git from cache (7.54s)
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 (12.66s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (4.09s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.42s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.70s)
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.41s)
[873/17445] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.67s)
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.71s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1176] Fetching swift-http-structured-headers
[1166/2099] Fetching swift-http-structured-headers, swift-http-types
[1196/3728] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[2886/9081] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-async-algorithms
[4211/15612] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-async-algorithms, swift-certificates
[4331/18082] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
[16768/17159] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
[15335/15530] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.53s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
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.13s)
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.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.28s)
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.51s)
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.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.44s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.61s)
Fetching https://github.com/apple/swift-crypto.git
[1/16879] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.95s)
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 (2.43s)
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.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.84s)
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-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-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-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-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-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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.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-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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/440] Write sources
[20/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[21/440] Compiling _AtomicsShims.c
[22/440] Compiling _NumericsShims _NumericsShims.c
[23/440] Compiling CNIOWindows WSAStartup.c
[24/440] Compiling CNIOWASI CNIOWASI.c
[24/440] Compiling CNIOPosix event_loop_id.c
[26/440] Compiling CNIOWindows shim.c
[27/440] Compiling CNIOLinux liburing_shims.c
[28/440] Compiling CNIOExtrasZlib empty.c
[29/440] Compiling CNIODarwin shim.c
[30/440] Compiling CNIOLinux shim.c
[31/440] Compiling CNIOLLHTTP c_nio_http.c
[32/440] Write swift-version-24593BA9C3E375BF.txt
[33/440] Compiling fiat_curve25519_adx_square.S
[34/440] Compiling fiat_p256_adx_sqr.S
[35/440] Compiling CNIOLLHTTP c_nio_api.c
[36/440] Compiling fiat_p256_adx_mul.S
[37/440] Compiling fiat_curve25519_adx_mul.S
[38/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/476] Compiling CNIOBoringSSLShims shims.c
[41/476] Emitting module RealModule
[41/477] Compiling tls_record.cc
[42/477] Compiling tls_method.cc
[43/477] Compiling tls13_server.cc
[44/477] Compiling tls13_enc.cc
[46/477] Compiling Logging LogHandler.swift
[47/477] Compiling RealModule RealFunctions.swift
[48/477] Compiling _NIOBase64 Base64.swift
[49/477] Emitting module _NIOBase64
[50/478] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[51/478] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/478] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/478] Compiling InternalCollectionsUtilities Integer rank.swift
[54/478] Compiling RealModule RelaxedArithmetic.swift
[55/478] Compiling RealModule Float80+Real.swift
[58/478] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/479] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/479] Compiling InternalCollectionsUtilities Debugging.swift
[61/479] Compiling InternalCollectionsUtilities Descriptions.swift
[62/479] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/479] Compiling RealModule Float16+Real.swift
[64/479] Compiling RealModule Real.swift
[65/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[68/479] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/479] Compiling tls13_client.cc
[70/479] Compiling _NIODataStructures PriorityQueue.swift
[71/479] Emitting module _NIODataStructures
[72/479] Compiling _NIODataStructures Heap.swift
[73/479] Compiling _NIODataStructures _TinyArray.swift
[77/481] Emitting module InternalCollectionsUtilities
[82/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/482] Compiling tls13_both.cc
[84/482] Compiling t1_enc.cc
[85/497] Compiling ssl_versions.cc
[86/497] Compiling ssl_transcript.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
[91/499] Compiling ssl_x509.cc
[92/499] Compiling ssl_stat.cc
[94/499] Compiling DequeModule Deque+Equatable.swift
[95/499] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/499] Compiling DequeModule _DequeSlot.swift
[97/499] Compiling DequeModule _UnsafeWrappedBuffer.swift
[98/499] Compiling DequeModule Deque+Extras.swift
[99/499] Compiling DequeModule Deque+Hashable.swift
[100/499] Compiling DequeModule Deque+Testing.swift
[101/499] Compiling DequeModule Deque._Storage.swift
[102/499] Compiling DequeModule Deque._UnsafeHandle.swift
[103/499] Compiling DequeModule Deque.swift
[104/499] Compiling Logging MetadataProvider.swift
[105/499] Emitting module Logging
[106/499] Compiling DequeModule Deque+Codable.swift
[107/499] Compiling DequeModule Deque+Collection.swift
[107/499] Compiling ssl_session.cc
[109/499] Compiling Logging Locks.swift
[110/499] Compiling Logging Logging.swift
[110/500] Compiling ssl_privkey.cc
[111/500] Compiling ssl_file.cc
[114/500] Emitting module DequeModule
[114/501] Compiling ssl_credential.cc
[116/501] Compiling ssl_lib.cc
[117/501] Compiling ssl_key_share.cc
[118/501] Compiling ssl_cipher.cc
[119/501] Compiling ssl_cert.cc
[120/501] Compiling ssl_aead_ctx.cc
[121/501] Compiling ssl_buffer.cc
[122/501] Compiling ssl_asn1.cc
[123/501] Compiling s3_pkt.cc
[124/501] Compiling s3_lib.cc
[125/501] Compiling s3_both.cc
[126/501] Compiling handshake_client.cc
[127/501] Compiling dtls_method.cc
[128/501] Compiling handshake_server.cc
[129/501] Compiling handshake.cc
[130/501] Compiling handoff.cc
[131/501] Compiling encrypted_client_hello.cc
[132/501] Compiling extensions.cc
[133/501] Compiling md5-x86_64-apple.S
[134/501] Compiling md5-x86_64-linux.S
[135/501] Compiling md5-586-linux.S
[136/501] Compiling md5-586-apple.S
[137/501] Compiling chacha20_poly1305_x86_64-linux.S
[138/501] Compiling chacha20_poly1305_x86_64-apple.S
[139/501] Compiling chacha20_poly1305_armv8-win.S
[140/501] Compiling chacha20_poly1305_armv8-linux.S
[141/501] Compiling chacha20_poly1305_armv8-apple.S
[142/501] Compiling dtls_record.cc
[143/501] Compiling chacha-x86_64-linux.S
[144/501] Compiling chacha-x86_64-apple.S
[145/501] Compiling chacha-x86-linux.S
[146/501] Compiling d1_pkt.cc
[147/501] Compiling d1_srtp.cc
[148/501] Compiling chacha-x86-apple.S
[149/501] Compiling chacha-armv8-win.S
[150/501] Compiling err_data.cc
[151/501] Compiling chacha-armv8-apple.S
[152/501] Compiling chacha-armv8-linux.S
[153/501] Compiling chacha-armv4-linux.S
[154/501] Compiling aes128gcmsiv-x86_64-apple.S
[155/501] Compiling aes128gcmsiv-x86_64-linux.S
[156/501] Compiling x86_64-mont-apple.S
[157/501] Compiling x86-mont-linux.S
[158/501] Compiling x86_64-mont5-linux.S
[159/501] Compiling x86_64-mont-linux.S
[160/501] Compiling x86_64-mont5-apple.S
[161/501] Compiling x86-mont-apple.S
[162/501] Compiling vpaes-x86_64-linux.S
[163/501] Compiling vpaes-x86_64-apple.S
[164/501] Compiling vpaes-x86-linux.S
[165/501] Compiling vpaes-x86-apple.S
[166/501] Compiling vpaes-armv8-win.S
[167/501] Compiling vpaes-armv8-linux.S
[168/501] Compiling vpaes-armv7-linux.S
[169/501] Compiling vpaes-armv8-apple.S
[170/501] Compiling sha512-x86_64-linux.S
[171/501] Compiling sha512-x86_64-apple.S
[172/501] Compiling sha512-armv8-win.S
[173/501] Compiling sha512-armv8-apple.S
[174/501] Compiling bio_ssl.cc
[175/501] Compiling sha512-armv4-linux.S
[176/501] Compiling sha512-586-linux.S
[177/501] Compiling sha512-armv8-linux.S
[178/501] Compiling sha256-x86_64-linux.S
[179/501] Compiling sha256-armv8-win.S
[180/501] Compiling sha512-586-apple.S
[181/501] Compiling sha256-x86_64-apple.S
[182/501] Compiling sha256-armv8-linux.S
[183/501] Compiling sha256-armv8-apple.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-armv8-win.S
[189/501] Compiling sha1-x86_64-apple.S
[190/501] Compiling sha1-armv8-apple.S
[191/501] Compiling sha1-586-linux.S
[192/501] Compiling sha1-armv4-large-linux.S
[193/501] Compiling sha1-armv8-linux.S
[194/501] Compiling rsaz-avx2-linux.S
[195/501] Compiling rsaz-avx2-apple.S
[196/501] Compiling sha1-586-apple.S
[197/501] Compiling rdrand-x86_64-linux.S
[198/501] Compiling rdrand-x86_64-apple.S
[198/501] Compiling p256_beeu-x86_64-asm-linux.S
[200/501] Compiling p256_beeu-x86_64-asm-apple.S
[201/501] Compiling d1_lib.cc
[202/501] Compiling p256_beeu-armv8-asm-win.S
[203/501] Compiling p256_beeu-armv8-asm-apple.S
[204/501] Compiling p256_beeu-armv8-asm-linux.S
[205/501] Compiling p256-x86_64-asm-apple.S
[206/501] Compiling p256-armv8-asm-win.S
[207/501] Compiling p256-x86_64-asm-linux.S
[208/501] Compiling ghashv8-armv8-win.S
[209/501] Compiling p256-armv8-asm-apple.S
[210/501] Compiling ghashv8-armv8-apple.S
[211/501] Compiling d1_both.cc
[212/501] Compiling p256-armv8-asm-linux.S
[213/501] Compiling ghashv8-armv7-linux.S
[214/501] Compiling ghashv8-armv8-linux.S
[215/501] Compiling ghash-x86_64-linux.S
[216/501] Compiling ghash-x86_64-apple.S
[217/501] Compiling ghash-x86-linux.S
[218/501] Compiling ghash-ssse3-x86-linux.S
[219/501] Compiling ghash-ssse3-x86_64-linux.S
[220/501] Compiling ghash-x86-apple.S
[221/501] Compiling ghash-ssse3-x86_64-apple.S
[222/501] Compiling ghash-ssse3-x86-apple.S
[223/501] Compiling ghash-neon-armv8-linux.S
[224/501] Compiling ghash-neon-armv8-apple.S
[225/501] Compiling ghash-neon-armv8-win.S
[226/501] Compiling bn-armv8-win.S
[227/501] Compiling bsaes-armv7-linux.S
[228/501] Compiling co-586-linux.S
[229/501] Compiling ghash-armv4-linux.S
[229/501] Compiling co-586-apple.S
[231/501] Compiling bn-586-linux.S
[232/501] Compiling bn-armv8-linux.S
[233/501] Compiling bn-armv8-apple.S
[234/501] Compiling armv8-mont-apple.S
[235/501] Compiling bn-586-apple.S
[236/501] Compiling armv8-mont-win.S
[237/501] Compiling aesv8-gcm-armv8-win.S
[237/501] Compiling armv4-mont-linux.S
[239/501] Compiling aesv8-armv8-win.S
[240/501] Compiling aesv8-gcm-armv8-apple.S
[241/501] Compiling armv8-mont-linux.S
[242/501] Compiling aesv8-gcm-armv8-linux.S
[243/501] Compiling aesv8-armv8-linux.S
[244/501] Compiling aesv8-armv8-apple.S
[245/501] Compiling aesni-x86_64-linux.S
[246/501] Compiling aesni-x86_64-apple.S
[247/501] Compiling aesv8-armv7-linux.S
[248/501] Compiling aesni-gcm-x86_64-apple.S
[249/501] Compiling aesni-x86-apple.S
[250/501] Compiling aesni-gcm-x86_64-linux.S
[251/501] Compiling aes-gcm-avx2-x86_64-apple.S
[252/501] Compiling aesni-x86-linux.S
[253/501] Compiling aes-gcm-avx2-x86_64-linux.S
[254/501] Compiling aes-gcm-avx10-x86_64-linux.S
[255/501] Compiling aes-gcm-avx10-x86_64-apple.S
[256/501] Compiling x_x509.cc
[257/501] Compiling x_sig.cc
[258/501] Compiling x_req.cc
[259/501] Compiling x_x509a.cc
[260/501] Compiling x_spki.cc
[261/501] Compiling x_val.cc
[262/501] Compiling x_name.cc
[263/501] Compiling x_pubkey.cc
[264/501] Compiling x_exten.cc
[265/501] Compiling x_crl.cc
[266/501] Compiling x_algor.cc
[267/501] Compiling x509rset.cc
[268/501] Compiling x_all.cc
[269/501] Compiling x_attrib.cc
[270/501] Compiling x509spki.cc
[271/501] Compiling x509name.cc
[272/501] Compiling x509cset.cc
[273/501] Compiling x509_v3.cc
[274/501] Compiling x509_req.cc
[275/501] Compiling x509_vpm.cc
[276/501] Compiling x509_txt.cc
[277/501] Compiling x509_set.cc
[278/501] Compiling x509_obj.cc
[279/501] Compiling x509_ext.cc
[279/501] Compiling x509_def.cc
[281/501] Compiling x509_trs.cc
[281/501] Compiling x509_vfy.cc
[283/501] Compiling x509_lu.cc
[284/501] Compiling x509_d2.cc
[285/501] Compiling x509_cmp.cc
[286/501] Compiling v3_skey.cc
[287/501] Compiling v3_purp.cc
[288/501] Compiling v3_utl.cc
[289/501] Compiling v3_prn.cc
[290/501] Compiling x509.cc
[291/501] Compiling x509_att.cc
[292/501] Compiling v3_pmaps.cc
[293/501] Compiling v3_pcons.cc
[294/501] Compiling v3_ocsp.cc
[295/501] Compiling v3_int.cc
[296/501] Compiling v3_ncons.cc
[297/501] Compiling v3_ia5.cc
[298/501] Compiling v3_info.cc
[299/501] Compiling v3_lib.cc
[300/501] Compiling v3_genn.cc
[301/501] Compiling v3_extku.cc
[302/501] Compiling v3_enum.cc
[303/501] Compiling v3_cpols.cc
[304/501] Compiling v3_crld.cc
[305/501] Compiling v3_bitst.cc
[306/501] Compiling v3_bcons.cc
[307/501] Compiling v3_conf.cc
[308/501] Compiling v3_akeya.cc
[309/501] Compiling v3_alt.cc
[310/501] Compiling t_x509.cc
[311/501] Compiling v3_akey.cc
[312/501] Compiling t_x509a.cc
[313/501] Compiling t_req.cc
[314/501] Compiling t_crl.cc
[315/501] Compiling name_print.cc
[316/501] Compiling rsa_pss.cc
[317/501] Compiling policy.cc
[318/501] Compiling i2d_pr.cc
[319/501] Compiling by_file.cc
[320/501] Compiling by_dir.cc
[321/501] Compiling algorithm.cc
[322/501] Compiling asn1_gen.cc
[323/501] Compiling pmbtoken.cc
[324/501] Compiling a_sign.cc
[325/501] Compiling a_digest.cc
[326/501] Compiling trust_token.cc
[327/501] Compiling a_verify.cc
[328/501] Compiling voprf.cc
[329/501] Compiling thread_win.cc
[330/501] Compiling thread_none.cc
[331/501] Compiling thread.cc
[332/501] Compiling thread_pthread.cc
[333/501] Compiling sha512.cc
[334/501] Compiling sha256.cc
[335/501] Compiling siphash.cc
[336/501] Compiling stack.cc
[337/501] Compiling spake2plus.cc
[338/501] Compiling sha1.cc
[339/501] Compiling slhdsa.cc
[340/501] Compiling rsa_extra.cc
[341/501] Compiling rsa_print.cc
[342/501] Compiling refcount.cc
[343/501] Compiling rsa_crypt.cc
[344/501] Compiling rsa_asn1.cc
[345/501] Compiling rc4.cc
[345/501] Compiling urandom.cc
[347/501] Compiling windows.cc
[348/501] Compiling trusty.cc
[349/501] Compiling rand.cc
[350/501] Compiling ios.cc
[351/501] Compiling passive.cc
[352/501] Compiling getentropy.cc
[353/501] Compiling forkunsafe.cc
[354/501] Compiling poly1305_arm_asm.S
[355/501] Compiling deterministic.cc
[356/501] Compiling fork_detect.cc
[357/501] Compiling poly1305_vec.cc
[358/501] Compiling pool.cc
[359/501] Compiling poly1305_arm.cc
[360/501] Compiling poly1305.cc
[361/501] Compiling pkcs7_x509.cc
[362/501] Compiling pkcs7.cc
[363/501] Compiling pkcs8_x509.cc
[364/501] Compiling pkcs8.cc
[365/501] Compiling p5_pbev2.cc
[366/501] Compiling pem_x509.cc
[367/501] Compiling pem_pkey.cc
[368/501] Compiling pem_xaux.cc
[369/501] Compiling pem_info.cc
[370/501] Compiling pem_oth.cc
[371/501] Compiling pem_pk8.cc
[372/501] Compiling pem_lib.cc
[373/501] Compiling mlkem.cc
[374/501] Compiling pem_all.cc
[375/501] Compiling obj_xref.cc
[376/501] Compiling mldsa.cc
[377/501] Compiling mem.cc
[378/501] Compiling poly_rq_mul.S
[379/501] Compiling lhash.cc
[380/501] Compiling fips_shared_support.cc
[381/501] Compiling md5.cc
[382/501] Compiling obj.cc
[383/501] Compiling md4.cc
[384/501] Compiling sign.cc
[385/501] Compiling ex_data.cc
[386/501] Compiling scrypt.cc
[387/501] Compiling hpke.cc
[388/501] Compiling kyber.cc
[389/501] Compiling print.cc
[390/501] Compiling pbkdf.cc
[391/501] Compiling hrss.cc
[392/501] Compiling p_x25519.cc
[393/501] Compiling p_x25519_asn1.cc
[394/501] Compiling p_ed25519.cc
[395/501] Compiling p_rsa_asn1.cc
[396/501] Compiling p_ed25519_asn1.cc
[397/501] Compiling p_hkdf.cc
[398/501] Compiling p_rsa.cc
[399/501] Compiling p_dh.cc
[400/501] Compiling p_ec_asn1.cc
[401/501] Compiling p_ec.cc
[402/501] Compiling p_dh_asn1.cc
[403/501] Compiling evp_ctx.cc
[404/501] Compiling p_dsa_asn1.cc
[405/501] Compiling engine.cc
[406/501] Compiling evp.cc
[407/501] Compiling ecdh.cc
[408/501] Compiling err.cc
[409/501] Compiling evp_asn1.cc
[410/501] Compiling hash_to_curve.cc
[411/501] Compiling ecdsa_asn1.cc
[412/501] Compiling ec_derive.cc
[413/501] Compiling dsa.cc
[414/501] Compiling dsa_asn1.cc
[415/501] Compiling bcm.cc
[416/501] Compiling ec_asn1.cc
[417/501] Compiling params.cc
[418/501] Compiling digest_extra.cc
[419/501] Compiling x25519-asm-arm.S
[420/501] Compiling dh_asn1.cc
[421/501] Compiling curve25519_64_adx.cc
[422/501] Compiling des.cc
[423/501] Compiling curve25519.cc
[424/501] Compiling cpu_arm_linux.cc
[425/501] Compiling cpu_intel.cc
[426/501] Compiling crypto.cc
[427/501] Compiling spake25519.cc
[428/501] Compiling cpu_arm_freebsd.cc
[429/501] Compiling cpu_aarch64_openbsd.cc
[430/501] Compiling cpu_aarch64_sysreg.cc
[431/501] Compiling cpu_aarch64_win.cc
[432/501] Compiling cpu_aarch64_fuchsia.cc
[433/501] Compiling cpu_aarch64_apple.cc
[434/501] Compiling cpu_aarch64_linux.cc
[435/501] Compiling get_cipher.cc
[436/501] Compiling conf.cc
[437/501] Compiling e_rc2.cc
[438/501] Compiling tls_cbc.cc
[439/501] Compiling e_rc4.cc
[440/501] Compiling e_tls.cc
[441/501] Compiling derive_key.cc
[442/501] Compiling e_des.cc
[443/501] Compiling e_chacha20poly1305.cc
[444/501] Compiling e_null.cc
[445/501] Compiling e_aesgcmsiv.cc
[446/501] Compiling e_aesctrhmac.cc
[447/501] Compiling chacha.cc
[448/501] Compiling unicode.cc
[449/501] Compiling buf.cc
[450/501] Compiling cbs.cc
[451/501] Compiling cbb.cc
[452/501] Compiling ber.cc
[453/501] Compiling asn1_compat.cc
[454/501] Compiling bn_asn1.cc
[455/501] Compiling blake2.cc
[456/501] Compiling convert.cc
[457/501] Compiling socket_helper.cc
[458/501] Compiling printf.cc
[459/501] Compiling socket.cc
[460/501] Compiling pair.cc
[461/501] Compiling fd.cc
[462/501] Compiling hexdump.cc
[463/501] Compiling file.cc
[464/501] Compiling errno.cc
[465/501] Compiling connect.cc
[466/501] Compiling bio_mem.cc
[467/501] Compiling base64.cc
[468/501] Compiling bio.cc
[469/501] Compiling tasn_typ.cc
[470/501] Compiling tasn_fre.cc
[471/501] Compiling tasn_utl.cc
[472/501] Compiling tasn_new.cc
[473/501] Compiling tasn_enc.cc
[474/501] Compiling f_string.cc
[475/501] Compiling posix_time.cc
[476/501] Compiling f_int.cc
[477/501] Compiling tasn_dec.cc
[478/501] Compiling asn_pack.cc
[479/501] Compiling asn1_par.cc
[480/501] Compiling a_utctm.cc
[481/501] Compiling asn1_lib.cc
[482/501] Compiling a_time.cc
[483/501] Compiling a_type.cc
[484/501] Compiling a_octet.cc
[485/501] Compiling a_strnid.cc
[486/501] Compiling a_strex.cc
[487/501] Compiling a_i2d_fp.cc
[488/501] Compiling a_object.cc
[489/501] Compiling a_mbstr.cc
[489/501] Compiling a_dup.cc
[489/501] Write sources
[494/501] Compiling a_d2i_fp.cc
[495/501] Compiling a_int.cc
[496/513] Compiling a_gentm.cc
[498/544] Compiling Algorithms Keyed.swift
[499/544] Compiling Algorithms MinMax.swift
[500/546] Compiling Algorithms Cycle.swift
[501/546] Compiling Algorithms EitherSequence.swift
[502/546] Compiling Algorithms Product.swift
[503/546] Compiling Algorithms Compacted.swift
[504/546] Compiling Algorithms Partition.swift
[505/546] Compiling Algorithms Permutations.swift
[505/546] Compiling a_bool.cc
[506/546] Compiling a_bitstr.cc
[508/546] Compiling Atomics IntegerOperations.swift
[509/546] Compiling Atomics Unmanaged extensions.swift
[510/546] Compiling Algorithms Chunked.swift
[511/546] Compiling Algorithms Combinations.swift
[512/546] Compiling Algorithms Joined.swift
[513/546] Compiling Algorithms Split.swift
[514/546] Compiling Algorithms Stride.swift
[515/546] Compiling Algorithms Suffix.swift
[517/549] Compiling Algorithms Reductions.swift
[518/549] Compiling Algorithms Rotate.swift
[525/549] Compiling Algorithms Trim.swift
[526/549] Compiling Algorithms Unique.swift
[527/549] Compiling Algorithms Windows.swift
[528/549] Compiling Algorithms AdjacentPairs.swift
[529/549] Compiling Algorithms Chain.swift
[536/549] Compiling Algorithms FlattenCollection.swift
[537/549] Compiling Algorithms Grouped.swift
[538/549] Compiling Algorithms Indexed.swift
[539/549] Compiling Algorithms Intersperse.swift
[540/549] Emitting module Atomics
[547/550] Compiling c-nioatomics.c
[549/550] Emitting module Algorithms
[550/551] Compiling c-atomics.c
[552/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[553/557] Compiling NIOConcurrencyHelpers lock.swift
[554/557] Emitting module NIOConcurrencyHelpers
[555/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[556/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[557/557] Compiling NIOConcurrencyHelpers atomics.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 EventLoopFuture+Deprecated.swift
[576/627] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[577/627] Compiling NIOCore EventLoopFuture.swift
[578/627] Compiling NIOCore FileDescriptor.swift
[579/627] Compiling NIOCore FileHandle.swift
[580/627] Compiling NIOCore FileRegion.swift
[581/627] Compiling NIOCore GlobalSingletons.swift
[582/627] Compiling NIOCore IO.swift
[583/627] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[584/627] Compiling NIOCore SocketAddresses.swift
[585/627] Compiling NIOCore SocketOptionProvider.swift
[586/627] Compiling NIOCore SystemCallHelpers.swift
[587/627] Compiling NIOCore TimeAmount+Duration.swift
[588/627] Compiling NIOCore TypeAssistedChannelHandler.swift
[589/627] Compiling NIOCore UniversalBootstrapSupport.swift
[590/627] Compiling NIOCore Utilities.swift
[591/627] Compiling NIOCore AddressedEnvelope.swift
[592/627] Compiling NIOCore AsyncAwaitSupport.swift
[593/627] Compiling NIOCore AsyncChannel.swift
[594/627] Compiling NIOCore AsyncChannelHandler.swift
[595/627] Compiling NIOCore AsyncChannelInboundStream.swift
[596/627] Compiling NIOCore AsyncChannelOutboundWriter.swift
[597/627] Compiling NIOCore NIOAsyncSequenceProducer.swift
[598/627] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[599/627] Compiling NIOCore NIOAsyncWriter.swift
[600/627] Compiling NIOCore CircularBuffer.swift
[601/627] Compiling NIOCore Codec.swift
[602/627] Compiling NIOCore ConvenienceOptionSupport.swift
[603/627] Compiling NIOCore DeadChannel.swift
[604/627] Compiling NIOCore DispatchQueue+WithFuture.swift
[605/627] Compiling NIOCore EventLoop+Deprecated.swift
[606/627] Compiling NIOCore EventLoop+SerialExecutor.swift
[607/627] Compiling NIOCore EventLoop.swift
[608/627] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[609/627] Emitting module NIOCore
[610/627] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[611/627] Compiling NIOCore BSDSocketAPI.swift
[612/627] Compiling NIOCore ByteBuffer-aux.swift
[613/627] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[614/627] Compiling NIOCore ByteBuffer-conversions.swift
[615/627] Compiling NIOCore ByteBuffer-core.swift
[616/627] Compiling NIOCore ByteBuffer-hex.swift
[617/627] Compiling NIOCore ByteBuffer-int.swift
[618/627] Compiling NIOCore ByteBuffer-lengthPrefix.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] Emitting module NIOEmbedded
[630/680] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[631/680] Compiling NIOEmbedded AsyncTestingChannel.swift
[632/680] Compiling NIOEmbedded Embedded.swift
[634/681] Compiling NIOPosix Pool.swift
[635/681] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[636/681] Compiling NIOPosix PosixSingletons.swift
[637/681] Compiling NIOPosix RawSocketBootstrap.swift
[638/681] Compiling NIOPosix Resolver.swift
[639/681] Compiling NIOPosix Selectable.swift
[640/681] Compiling NIOPosix SelectableChannel.swift
[641/681] Compiling NIOPosix SelectableEventLoop.swift
[642/681] Compiling NIOPosix SelectorEpoll.swift
[643/681] Compiling NIOPosix SelectorGeneric.swift
[644/681] Compiling NIOPosix SelectorKqueue.swift
[645/681] Compiling NIOPosix SelectorUring.swift
[646/681] Compiling NIOPosix ServerSocket.swift
[647/687] Compiling NIOPosix Socket.swift
[648/687] Compiling NIOPosix SocketChannel.swift
[649/687] Compiling NIOPosix SocketProtocols.swift
[650/687] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[651/687] Compiling NIOPosix System.swift
[652/687] Compiling NIOPosix Thread.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 NIOPosixSendableMetatype.swift
[661/687] Compiling NIOPosix NIOThreadPool.swift
[662/687] Compiling NIOPosix NonBlockingFileIO.swift
[663/687] Compiling NIOPosix PendingDatagramWritesManager.swift
[664/687] Compiling NIOPosix PendingWritesManager.swift
[665/687] Compiling NIOPosix PipeChannel.swift
[666/687] Compiling NIOPosix PipePair.swift
[667/687] Compiling NIOPosix ThreadPosix.swift
[668/687] Compiling NIOPosix ThreadWindows.swift
[669/687] Compiling NIOPosix UnsafeTransfer.swift
[670/687] Compiling NIOPosix Utilities.swift
[671/687] Compiling NIOPosix VsockAddress.swift
[672/687] Compiling NIOPosix VsockChannelEvents.swift
[673/687] Compiling NIOPosix BSDSocketAPICommon.swift
[674/687] Compiling NIOPosix BSDSocketAPIPosix.swift
[675/687] Compiling NIOPosix BSDSocketAPIWindows.swift
[676/687] Compiling NIOPosix BaseSocket.swift
[677/687] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[678/687] Compiling NIOPosix BaseSocketChannel.swift
[679/687] Compiling NIOPosix BaseStreamSocketChannel.swift
[680/687] Compiling NIOPosix Bootstrap.swift
[681/687] Compiling NIOPosix ControlMessage.swift
[682/687] Compiling NIOPosix DatagramVectorReadManager.swift
[683/687] Compiling NIOPosix Errors+Any.swift
[684/687] Compiling NIOPosix FileDescriptor.swift
[685/687] Compiling NIOPosix GetaddrinfoResolver.swift
[686/687] Compiling NIOPosix HappyEyeballs.swift
[687/687] Emitting module NIOPosix
[689/690] Emitting module NIO
[690/690] Compiling NIO Exports.swift
[692/730] Compiling NIOTLS TLSEvents.swift
[693/730] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[694/730] Emitting module NIOTLS
[695/730] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[696/730] Compiling NIOSOCKS SOCKSResponse.swift
[697/730] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[698/731] Compiling NIOSOCKS ClientStateMachine.swift
[699/731] Compiling NIOSOCKS Errors.swift
[700/731] Compiling NIOSOCKS Helpers.swift
[701/731] Compiling NIOSOCKS AuthenticationMethod.swift
[702/731] Compiling NIOSOCKS ClientGreeting.swift
[703/731] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[704/731] Compiling NIOTLS SNIHandler.swift
[705/732] Emitting module NIOSOCKS
[706/732] Compiling NIOSOCKS SOCKSClientHandler.swift
[707/732] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[709/732] Compiling NIOSOCKS ServerStateMachine.swift
[710/732] Compiling NIOSOCKS Messages.swift
[711/732] Compiling NIOSOCKS SOCKSRequest.swift
[713/762] Compiling NIOSSL SSLCertificateExtensions.swift
[714/762] Compiling NIOSSL SSLCertificateName.swift
[715/764] Compiling NIOSSL NIOSSLHandler.swift
[716/764] Compiling NIOSSL SSLCertificate.swift
[717/764] Compiling NIOSSL PosixPort.swift
[718/764] Compiling NIOSSL SSLCallbacks.swift
[719/764] Compiling NIOSSL NIOSSLServerHandler.swift
[720/764] Compiling NIOSSL ObjectIdentifier.swift
[721/764] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[722/764] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[723/764] Emitting module NIOFoundationCompat
[724/764] Compiling NIOSSL NIOSSLClientHandler.swift
[725/764] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[726/764] Compiling NIOSSL IdentityVerification.swift
[727/764] Compiling NIOSSL LinuxCABundle.swift
[728/764] Emitting module NIOHTTP1
[729/764] Compiling NIOSSL AndroidCABundle.swift
[730/764] Compiling NIOSSL ByteBufferBIO.swift
[731/764] Compiling NIOSSL CustomPrivateKey.swift
[737/787] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[738/787] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[739/787] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[740/787] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[741/788] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[742/788] Compiling NIOHPACK DynamicHeaderTable.swift
[743/788] Compiling NIOHPACK HPACKDecoder.swift
[744/788] Compiling NIOHPACK HPACKEncoder.swift
[745/788] Compiling NIOHPACK HPACKErrors.swift
[747/788] Compiling NIOHPACK IndexedHeaderTable.swift
[748/789] Compiling NIOHPACK IntegerCoding.swift
[749/789] Compiling NIOSSL SSLPrivateKey.swift
[750/789] Compiling NIOSSL SSLPublicKey.swift
[751/789] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[752/789] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[753/789] Compiling NIOSSL SubjectAlternativeName.swift
[754/789] Compiling NIOSSL NIOSSLSecureBytes.swift
[755/789] Compiling NIOSSL RNG.swift
[756/789] Compiling NIOSSL SafeCompare.swift
[757/789] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[758/789] Compiling NIOHPACK HPACKHeader.swift
[759/789] Compiling NIOHPACK HeaderTables.swift
[762/789] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[763/789] Emitting module NIOHTTPCompression
[764/789] Compiling NIOHTTPCompression HTTPCompression.swift
[765/789] Compiling NIOHPACK HuffmanTables.swift
[766/789] Compiling NIOHPACK HuffmanCoding.swift
[769/789] Compiling NIOHTTPCompression HTTPDecompression.swift
[770/789] Compiling NIOHPACK StaticHeaderTable.swift
[771/811] Emitting module NIOHPACK
[772/811] Emitting module NIOSSL
[773/811] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[774/811] Compiling NIOTransportServices NIOTSErrors.swift
[775/811] Compiling NIOTransportServices NIOTSEventLoop.swift
[776/811] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[777/811] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[778/812] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[779/812] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[780/812] Compiling NIOTransportServices NIOTSListenerChannel.swift
[782/814] Compiling NIOTransportServices NIOTSSingletons.swift
[783/814] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[785/814] Compiling NIOTransportServices StateManagedChannel.swift
[786/814] Compiling NIOTransportServices StateManagedListenerChannel.swift
[787/814] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[792/814] Compiling NIOTransportServices AcceptHandler.swift
[793/814] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[794/814] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[795/814] Emitting module NIOTransportServices
[796/814] Compiling NIOTransportServices NIOTSBootstraps.swift
[797/814] Compiling NIOTransportServices NIOTSChannelOptions.swift
[798/814] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[802/814] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[803/814] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[804/814] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[805/814] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[806/814] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[813/876] Compiling NIOHTTP2 Error+Any.swift
[814/876] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[815/876] Compiling NIOHTTP2 ControlFrameBuffer.swift
[816/876] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[818/877] Compiling NIOHTTP2 HasFlowControlWindows.swift
[819/877] Compiling NIOHTTP2 HasLocalSettings.swift
[820/877] Compiling NIOHTTP2 HasRemoteSettings.swift
[821/877] Compiling NIOHTTP2 LocallyQuiescingState.swift
[822/877] Compiling NIOHTTP2 QuiescingState.swift
[823/877] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[824/877] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[825/877] Compiling NIOHTTP2 StateMachineResult.swift
[826/877] Compiling NIOHTTP2 ContentLengthVerifier.swift
[827/877] Compiling NIOHTTP2 MaySendFrames.swift
[828/877] Compiling NIOHTTP2 SendingDataState.swift
[829/877] Compiling NIOHTTP2 SendingGoawayState.swift
[830/877] Compiling NIOHTTP2 SendingHeadersState.swift
[831/877] Compiling NIOHTTP2 SendingPushPromiseState.swift
[832/877] Compiling NIOHTTP2 SendingRstStreamState.swift
[833/877] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[834/877] Compiling NIOHTTP2 HTTP2SettingsState.swift
[835/877] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[836/885] Emitting module NIOHTTP2
[837/885] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[838/885] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[839/885] Compiling NIOHTTP2 HTTP2StreamID.swift
[840/885] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[841/885] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[842/885] Compiling NIOHTTP2 HTTP2UserEvents.swift
[843/885] Compiling NIOHTTP2 InboundEventBuffer.swift
[844/885] Compiling NIOHTTP2 InboundWindowManager.swift
[845/885] Compiling NIOHTTP2 DOSHeuristics.swift
[850/885] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[851/885] Compiling NIOHTTP2 GlitchesMonitor.swift
[852/885] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[853/885] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[854/885] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[855/885] Compiling NIOHTTP2 StreamChannelFlowController.swift
[856/885] Compiling NIOHTTP2 StreamChannelList.swift
[857/885] Compiling NIOHTTP2 StreamMap.swift
[858/885] Compiling NIOHTTP2 StreamStateMachine.swift
[859/885] Compiling NIOHTTP2 UnsafeTransfer.swift
[860/885] Compiling NIOHTTP2 WatermarkedFlowController.swift
[861/885] Compiling NIOHTTP2 ConnectionStateMachine.swift
[862/885] Compiling NIOHTTP2 ConnectionStreamsState.swift
[863/885] Compiling NIOHTTP2 MayReceiveFrames.swift
[864/885] Compiling NIOHTTP2 ReceivingDataState.swift
[865/885] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[866/885] Compiling NIOHTTP2 ReceivingHeadersState.swift
[867/885] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[868/885] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[869/885] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[870/885] Compiling NIOHTTP2 HTTP2Frame.swift
[871/885] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[872/885] Compiling NIOHTTP2 HTTP2FrameParser.swift
[873/885] Compiling NIOHTTP2 HTTP2PingData.swift
[874/885] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[875/885] Compiling NIOHTTP2 HTTP2Settings.swift
[876/885] Compiling NIOHTTP2 HTTP2Stream.swift
[877/885] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.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/946] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[889/946] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[890/946] Compiling AsyncHTTPClient AsyncLazySequence.swift
[891/946] Compiling AsyncHTTPClient HTTPClient+execute.swift
[892/946] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[893/946] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[894/946] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[895/946] Compiling AsyncHTTPClient HTTPClientRequest.swift
[896/946] Compiling AsyncHTTPClient HTTPClientResponse.swift
[897/954] Compiling AsyncHTTPClient HTTPHandler.swift
[898/954] Compiling AsyncHTTPClient LRUCache.swift
[899/954] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[900/954] Compiling AsyncHTTPClient NWErrorHandler.swift
[901/954] Compiling AsyncHTTPClient NWWaitingHandler.swift
[902/954] Compiling AsyncHTTPClient TLSConfiguration.swift
[903/954] Compiling AsyncHTTPClient RedirectState.swift
[904/954] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[905/954] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[906/954] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[907/954] Compiling AsyncHTTPClient Transaction.swift
[908/954] Compiling AsyncHTTPClient Base64.swift
[909/954] Compiling AsyncHTTPClient BasicAuth.swift
[910/954] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[911/954] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[912/954] Compiling AsyncHTTPClient ConnectionPool.swift
[913/954] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[914/954] Compiling AsyncHTTPClient ConnectionTarget.swift
[915/954] Compiling AsyncHTTPClient DeconstructedURL.swift
[916/954] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[917/954] Compiling AsyncHTTPClient FoundationExtensions.swift
[918/954] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[919/954] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[920/954] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[921/954] Compiling AsyncHTTPClient HTTPClient.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 SOCKSEventsHandler.swift
[931/954] Compiling AsyncHTTPClient TLSEventsHandler.swift
[932/954] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[933/954] Compiling AsyncHTTPClient HTTP1Connection.swift
[934/954] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[935/954] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[936/954] Compiling AsyncHTTPClient HTTP2Connection.swift
[937/954] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[938/954] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[939/954] Compiling AsyncHTTPClient RequestOptions.swift
[940/954] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[941/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[942/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[943/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[944/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[945/954] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[946/954] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[947/954] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[948/954] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[949/954] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[950/954] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[951/954] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[952/954] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[953/954] Compiling AsyncHTTPClient RequestBodyLength.swift
[954/954] Compiling AsyncHTTPClient RequestFramingMetadata.swift
Build complete! (275.25s)
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.