Build Information
Successful build of async-http-client, reference 1.30.1 (c464bf), with Swift 6.1 for Android on 2 Dec 2025 13:05:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/async-http-client.git
Reference: 1.30.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-server/async-http-client
* tag 1.30.1 -> FETCH_HEAD
HEAD is now at c464bf9 Don't hold a lock over a continuation in test helpers (#872)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
c464bf94eac4273cad7424307a5dc7e44e361905
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at 1.30.1
========================================
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"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.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",
"Atomics",
"Algorithms",
"Logging",
"Tracing",
"InMemoryTracing"
],
"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",
"HTTPClientTracingInternalTests.swift",
"HTTPClientTracingTests.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",
"Atomics",
"Algorithms",
"Logging",
"Tracing"
],
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"AsyncAwait/AnyAsyncSequence.swift",
"AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
"AsyncAwait/AsyncLazySequence.swift",
"AsyncAwait/HTTPClient+execute.swift",
"AsyncAwait/HTTPClient+shutdown.swift",
"AsyncAwait/HTTPClient+tracing.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+Tracing.swift",
"RequestBag.swift",
"RequestValidation.swift",
"SSLContextCache.swift",
"Scheme.swift",
"Singleton.swift",
"StringConvertibleInstances.swift",
"StructuredConcurrencyHelpers.swift",
"TracingSupport.swift",
"Utils.swift"
],
"target_dependencies" : [
"CAsyncHTTPClient"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5566] Fetching swift-distributed-tracing
[558/11172] Fetching swift-distributed-tracing, swift-log
[2010/12992] Fetching swift-distributed-tracing, swift-log, swift-atomics
[2157/15801] Fetching swift-distributed-tracing, swift-log, swift-atomics, swift-nio-transport-services
[2361/22137] Fetching swift-distributed-tracing, swift-log, swift-atomics, swift-nio-transport-services, swift-nio-extras
[2946/28178] Fetching swift-distributed-tracing, swift-log, swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.40s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.40s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.42s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.45s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.46s)
Fetched https://github.com/apple/swift-log.git from cache (1.47s)
Fetching https://github.com/apple/swift-nio.git
[1/11718] Fetching swift-nio-http2
[1876/27006] Fetching swift-nio-http2, swift-nio-ssl
[4414/107607] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.64s)
[51559/95889] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.06s)
[41913/80601] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.20s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (13.83s)
Fetching https://github.com/apple/swift-service-context.git
[12/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.43s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.92s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.07s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (1.17s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1663] Fetching swift-asn1
[766/2606] Fetching swift-asn1, swift-http-types
[1808/3810] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2680/9600] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[4390/16626] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
[4538/14963] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.21s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.23s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.24s)
[26/2568] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.46s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (2.69s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.25s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (3.11s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (6.34s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.68s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.11s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (1.50s)
Fetching https://github.com/apple/swift-crypto.git
[1/17463] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (5.01s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.75s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.39s)
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.26.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.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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.36.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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.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.6.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.17.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.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.9.1
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.39.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.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.5.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.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.31.0
Building for debugging...
[0/444] Write sources
[25/444] Compiling _AtomicsShims.c
[26/444] Compiling _NumericsShims _NumericsShims.c
[27/444] Compiling CNIOWindows shim.c
[28/444] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[29/444] Compiling CNIOWindows WSAStartup.c
[30/444] Compiling CNIOWASI CNIOWASI.c
[31/444] Compiling CNIOOpenBSD shim.c
[31/444] Compiling CNIOLinux liburing_shims.c
[33/444] Compiling CNIOPosix event_loop_id.c
[34/444] Compiling CNIOExtrasZlib empty.c
[35/444] Compiling CNIOLLHTTP c_nio_http.c
[36/444] Compiling CNIODarwin shim.c
[37/444] Compiling CNIOLinux shim.c
[38/444] Compiling fiat_p256_adx_sqr.S
[39/444] Compiling fiat_curve25519_adx_square.S
[40/444] Compiling fiat_p256_adx_mul.S
[41/444] Compiling CNIOLLHTTP c_nio_api.c
[42/444] Compiling fiat_curve25519_adx_mul.S
[43/444] Write swift-version-24593BA9C3E375BF.txt
[44/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/444] Compiling CNIOBoringSSLShims shims.c
[46/450] Compiling tls_record.cc
[47/450] Compiling tls_method.cc
[49/450] Emitting module _NIODataStructures
[49/450] Compiling tls13_both.cc
[50/461] Compiling tls13_enc.cc
[51/469] Compiling tls13_server.cc
[52/469] Compiling tls13_client.cc
[54/503] Emitting module InternalCollectionsUtilities
[54/505] Compiling t1_enc.cc
[56/505] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[57/505] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[58/505] Compiling ServiceContextModule ServiceContextKey.swift
[59/505] Compiling RealModule RealFunctions.swift
[60/506] Compiling _NIODataStructures _TinyArray.swift
[61/506] Emitting module _NIOBase64
[62/506] Compiling _NIOBase64 Base64.swift
[63/506] Compiling Atomics OptionalRawRepresentable.swift
[64/506] Compiling Atomics RawRepresentable.swift
[65/507] Compiling RealModule Float16+Real.swift
[66/507] Compiling RealModule Float80+Real.swift
[67/507] Compiling _NIODataStructures PriorityQueue.swift
[69/507] Emitting module Atomics
[70/509] Compiling RealModule RelaxedArithmetic.swift
[71/509] Compiling Atomics AtomicStorage.swift
[72/509] Compiling Atomics AtomicValue.swift
[73/509] Compiling Atomics AtomicInteger.swift
[74/509] Compiling Atomics AtomicOptionalWrappable.swift
[75/509] Compiling Atomics AtomicReference.swift
[76/509] Compiling RealModule Real.swift
[77/509] Emitting module RealModule
[78/509] Compiling ServiceContextModule ServiceContext.swift
[79/509] Emitting module ServiceContextModule
[80/509] Compiling Atomics ManagedAtomic.swift
[81/509] Compiling Atomics ManagedAtomicLazyReference.swift
[86/509] Compiling Atomics UnsafeAtomic.swift
[87/509] Compiling Atomics UnsafeAtomicLazyReference.swift
[88/509] Compiling Atomics Primitives.native.swift
[90/510] Compiling Atomics PointerConformances.swift
[92/510] Compiling Atomics AtomicBool.swift
[93/510] Compiling Atomics IntegerConformances.swift
[105/512] Compiling Atomics IntegerOperations.swift
[106/512] Compiling Atomics Unmanaged extensions.swift
[107/512] Compiling _NIODataStructures Heap.swift
[119/560] Compiling Algorithms Compacted.swift
[120/560] Compiling Algorithms Cycle.swift
[121/562] Emitting module Instrumentation
[122/562] Compiling Instrumentation NoOpInstrument.swift
[123/562] Compiling Instrumentation MultiplexInstrument.swift
[124/562] Compiling Algorithms Joined.swift
[125/562] Compiling Algorithms Keyed.swift
[126/562] Compiling Instrumentation Instrument.swift
[126/562] Compiling ssl_x509.cc
[128/562] Compiling Algorithms AdjacentPairs.swift
[129/562] Compiling Algorithms Chain.swift
[130/562] Compiling DequeModule _DequeSlot.swift
[131/562] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/562] Compiling ssl_versions.cc
[133/562] Compiling Algorithms FlattenCollection.swift
[134/562] Compiling Algorithms Grouped.swift
[135/562] Compiling Algorithms Chunked.swift
[136/562] Compiling Algorithms Combinations.swift
[137/562] Compiling Algorithms Indexed.swift
[138/562] Compiling Algorithms Intersperse.swift
[139/562] Compiling Algorithms EitherSequence.swift
[140/562] Compiling Algorithms FirstNonNil.swift
[141/562] Emitting module DequeModule
[143/563] Compiling Algorithms Split.swift
[144/563] Compiling Algorithms Stride.swift
[145/563] Compiling Algorithms Suffix.swift
[146/563] Compiling Algorithms RandomSample.swift
[147/563] Compiling Algorithms Reductions.swift
[148/563] Compiling Algorithms Rotate.swift
[149/566] Compiling Logging MetadataProvider.swift
[150/566] Emitting module Logging
[151/566] Compiling Logging Locks.swift
[152/566] Compiling Instrumentation Locks.swift
[153/566] Compiling Instrumentation InstrumentationSystem.swift
[154/567] Compiling Logging LogHandler.swift
[155/567] Compiling Logging Logging.swift
[160/568] Compiling ssl_stat.cc
[162/568] Compiling ssl_transcript.cc
[169/568] Compiling Algorithms Permutations.swift
[170/568] Compiling Algorithms Product.swift
[174/568] Compiling Algorithms Trim.swift
[175/568] Compiling Algorithms Unique.swift
[176/568] Compiling Algorithms Windows.swift
[176/568] Compiling ssl_cipher.cc
[181/568] Compiling ssl_session.cc
[182/576] Compiling ssl_privkey.cc
[184/576] Compiling Tracing TracingTime.swift
[185/576] Emitting module Tracing
[185/576] Compiling ssl_key_share.cc
[187/576] Compiling Tracing TracerProtocol.swift
[187/576] Compiling ssl_file.cc
[189/576] Compiling Tracing Tracer.swift
[190/576] Compiling Tracing TracerProtocol+Legacy.swift
[191/576] Emitting module Algorithms
[192/577] Compiling ssl_credential.cc
[194/577] Compiling Tracing InstrumentationSystem+Tracing.swift
[195/577] Compiling Tracing NoOpTracer.swift
[196/577] Compiling Tracing SpanProtocol.swift
[197/578] Compiling ssl_lib.cc
[198/578] Compiling ssl_cert.cc
[199/578] Compiling ssl_buffer.cc
[200/578] Compiling ssl_aead_ctx.cc
[201/578] Compiling ssl_asn1.cc
[202/578] Compiling s3_pkt.cc
[203/578] Compiling s3_both.cc
[204/578] Compiling handshake_server.cc
[205/578] Compiling s3_lib.cc
[206/578] Compiling encrypted_client_hello.cc
[207/578] Compiling handshake_client.cc
[208/578] Compiling handshake.cc
[209/578] Compiling handoff.cc
[210/578] Compiling dtls_record.cc
[211/578] Compiling md5-x86_64-linux.S
[212/578] Compiling md5-x86_64-apple.S
[213/578] Compiling extensions.cc
[214/578] Compiling d1_srtp.cc
[215/578] Compiling dtls_method.cc
[216/578] Compiling md5-586-linux.S
[217/578] Compiling md5-586-apple.S
[218/578] Compiling chacha20_poly1305_x86_64-linux.S
[219/578] Compiling chacha20_poly1305_x86_64-apple.S
[220/578] Compiling chacha20_poly1305_armv8-win.S
[221/578] Compiling chacha20_poly1305_armv8-apple.S
[222/578] Compiling chacha-x86_64-linux.S
[223/578] Compiling chacha-x86_64-apple.S
[224/578] Compiling chacha20_poly1305_armv8-linux.S
[225/578] Compiling chacha-x86-linux.S
[226/578] Compiling chacha-x86-apple.S
[227/578] Compiling chacha-armv8-win.S
[228/578] Compiling d1_pkt.cc
[229/578] Compiling chacha-armv8-apple.S
[230/578] Compiling aes128gcmsiv-x86_64-linux.S
[231/578] Compiling chacha-armv4-linux.S
[232/578] Compiling chacha-armv8-linux.S
[233/578] Compiling aes128gcmsiv-x86_64-apple.S
[234/578] Compiling err_data.cc
[235/578] Compiling x86_64-mont-linux.S
[236/578] Compiling x86_64-mont5-linux.S
[237/578] Compiling x86_64-mont5-apple.S
[238/578] Compiling x86_64-mont-apple.S
[239/578] Compiling x86-mont-linux.S
[240/578] Compiling vpaes-x86-linux.S
[241/578] Compiling x86-mont-apple.S
[242/578] Compiling vpaes-x86_64-linux.S
[243/578] Compiling vpaes-x86_64-apple.S
[244/578] Compiling bio_ssl.cc
[245/578] Compiling d1_lib.cc
[246/578] Compiling vpaes-x86-apple.S
[247/578] Compiling vpaes-armv8-win.S
[248/578] Compiling d1_both.cc
[249/578] Compiling vpaes-armv8-apple.S
[250/578] Compiling sha512-x86_64-linux.S
[251/578] Compiling vpaes-armv8-linux.S
[252/578] Compiling vpaes-armv7-linux.S
[252/578] Compiling sha512-x86_64-apple.S
[254/578] Compiling sha512-armv8-win.S
[255/578] Compiling sha512-armv8-apple.S
[256/578] Compiling sha512-armv4-linux.S
[257/578] Compiling sha512-armv8-linux.S
[258/578] Compiling sha512-586-apple.S
[259/578] Compiling sha512-586-linux.S
[260/578] Compiling sha256-armv8-win.S
[261/578] Compiling sha256-x86_64-apple.S
[262/578] Compiling sha256-x86_64-linux.S
[263/578] Compiling sha256-armv8-linux.S
[264/578] Compiling sha256-armv8-apple.S
[265/578] Compiling sha256-armv4-linux.S
[266/578] Compiling sha256-586-linux.S
[267/578] Compiling sha256-586-apple.S
[268/578] Compiling sha1-x86_64-linux.S
[269/578] Compiling sha1-x86_64-apple.S
[270/578] Compiling sha1-armv8-win.S
[271/578] Compiling sha1-armv8-apple.S
[272/578] Compiling sha1-armv8-linux.S
[273/578] Compiling sha1-armv4-large-linux.S
[274/578] Compiling sha1-586-linux.S
[275/578] Compiling sha1-586-apple.S
[276/578] Compiling rsaz-avx2-linux.S
[277/578] Compiling rsaz-avx2-apple.S
[278/578] Compiling rdrand-x86_64-linux.S
[279/578] Compiling rdrand-x86_64-apple.S
[280/578] Compiling p256_beeu-armv8-asm-win.S
[281/578] Compiling p256_beeu-armv8-asm-linux.S
[282/578] Compiling p256_beeu-x86_64-asm-linux.S
[283/578] Compiling p256_beeu-x86_64-asm-apple.S
[284/578] Compiling p256_beeu-armv8-asm-apple.S
[285/578] Compiling p256-x86_64-asm-apple.S
[286/578] Compiling p256-x86_64-asm-linux.S
[287/578] Compiling p256-armv8-asm-win.S
[288/578] Compiling ghashv8-armv8-win.S
[289/578] Compiling ghashv8-armv8-apple.S
[290/578] Compiling p256-armv8-asm-apple.S
[291/578] Compiling p256-armv8-asm-linux.S
[292/578] Compiling ghashv8-armv8-linux.S
[292/578] Compiling ghashv8-armv7-linux.S
[294/578] Compiling ghash-x86_64-apple.S
[295/578] Compiling ghash-x86_64-linux.S
[296/578] Compiling ghash-x86-apple.S
[297/578] Compiling ghash-ssse3-x86-apple.S
[298/578] Compiling ghash-ssse3-x86_64-linux.S
[299/578] Compiling ghash-x86-linux.S
[300/578] Compiling ghash-ssse3-x86_64-apple.S
[301/578] Compiling ghash-ssse3-x86-linux.S
[302/578] Compiling ghash-neon-armv8-win.S
[303/578] Compiling ghash-neon-armv8-linux.S
[304/578] Compiling co-586-linux.S
[305/578] Compiling ghash-armv4-linux.S
[306/578] Compiling bsaes-armv7-linux.S
[307/578] Compiling co-586-apple.S
[308/578] Compiling bn-armv8-win.S
[309/578] Compiling ghash-neon-armv8-apple.S
[310/578] Compiling bn-armv8-linux.S
[311/578] Compiling bn-armv8-apple.S
[312/578] Compiling bn-586-apple.S
[313/578] Compiling bn-586-linux.S
[314/578] Compiling armv8-mont-win.S
[315/578] Compiling armv8-mont-apple.S
[316/578] Compiling aesv8-gcm-armv8-win.S
[317/578] Compiling armv4-mont-linux.S
[318/578] Compiling armv8-mont-linux.S
[318/578] Compiling aesv8-armv8-apple.S
[320/578] Compiling aesv8-armv8-linux.S
[320/578] Compiling aesv8-gcm-armv8-apple.S
[322/578] Compiling aesv8-armv7-linux.S
[323/578] Compiling aesv8-armv8-win.S
[324/578] Compiling aesni-x86_64-linux.S
[325/578] Compiling aesv8-gcm-armv8-linux.S
[326/578] Compiling aesni-x86-linux.S
[327/578] Compiling aesni-x86_64-apple.S
[328/578] Compiling aesni-gcm-x86_64-apple.S
[329/578] Compiling aes-gcm-avx10-x86_64-linux.S
[330/578] Compiling aesni-gcm-x86_64-linux.S
[331/578] Compiling aesni-x86-apple.S
[332/578] Compiling aes-gcm-avx10-x86_64-apple.S
[333/578] Compiling aes-gcm-avx2-x86_64-linux.S
[334/578] Compiling aes-gcm-avx2-x86_64-apple.S
[335/578] Compiling x_req.cc
[336/578] Compiling x_x509a.cc
[337/578] Compiling x_spki.cc
[338/578] Compiling x_x509.cc
[339/578] Compiling x_sig.cc
[340/578] Compiling x_val.cc
[341/578] Compiling x_pubkey.cc
[342/578] Compiling x_name.cc
[343/578] Compiling x_exten.cc
[344/578] Compiling x_attrib.cc
[345/578] Compiling x509name.cc
[346/578] Compiling x_crl.cc
[347/578] Compiling x_algor.cc
[348/578] Compiling x_all.cc
[349/578] Compiling x509spki.cc
[350/578] Compiling x509rset.cc
[351/578] Compiling x509cset.cc
[352/578] Compiling x509_v3.cc
[353/578] Compiling x509_vfy.cc
[354/578] Compiling x509_req.cc
[355/578] Compiling x509_txt.cc
[356/578] Compiling x509_vpm.cc
[357/578] Compiling x509_trs.cc
[358/578] Compiling x509_obj.cc
[359/578] Compiling x509_set.cc
[360/578] Compiling x509_lu.cc
[361/578] Compiling x509_ext.cc
[362/578] Compiling x509_def.cc
[363/578] Compiling x509.cc
[364/578] Compiling x509_d2.cc
[364/578] Compiling x509_cmp.cc
[364/578] Compiling v3_utl.cc
[364/578] Compiling x509_att.cc
[364/578] Compiling v3_skey.cc
[364/578] Compiling v3_purp.cc
[364/578] Compiling v3_prn.cc
[364/578] Compiling v3_pmaps.cc
[364/578] Compiling v3_ocsp.cc
[364/578] Compiling v3_pcons.cc
[364/578] Compiling v3_info.cc
[364/578] Compiling v3_ncons.cc
[364/578] Compiling v3_lib.cc
[364/578] Compiling v3_int.cc
[364/578] Compiling v3_genn.cc
[364/578] Compiling v3_ia5.cc
[364/578] Compiling v3_extku.cc
[364/578] Compiling v3_enum.cc
[364/578] Compiling v3_cpols.cc
[364/578] Compiling v3_crld.cc
[364/578] Compiling v3_bitst.cc
[364/578] Compiling v3_conf.cc
[364/578] Compiling v3_bcons.cc
[364/578] Compiling v3_alt.cc
[364/578] Compiling v3_akeya.cc
[364/578] Compiling t_x509a.cc
[364/578] Compiling v3_akey.cc
[364/578] Compiling t_req.cc
[364/578] Compiling t_x509.cc
[364/578] Compiling t_crl.cc
[364/578] Compiling i2d_pr.cc
[364/578] Compiling rsa_pss.cc
[364/578] Compiling name_print.cc
[364/578] Compiling by_file.cc
[364/578] Compiling policy.cc
[364/578] Compiling a_verify.cc
[364/578] Compiling by_dir.cc
[364/578] Compiling a_digest.cc
[402/578] Compiling asn1_gen.cc
[403/578] Compiling a_sign.cc
[404/578] Compiling algorithm.cc
[405/578] Compiling thread_win.cc
[406/578] Compiling stack.cc
[407/578] Compiling thread_pthread.cc
[408/578] Compiling thread_none.cc
[409/578] Compiling trust_token.cc
[410/578] Compiling thread.cc
[411/578] Compiling voprf.cc
[412/578] Compiling pmbtoken.cc
[413/578] Compiling sha1.cc
[414/578] Compiling siphash.cc
[415/578] Compiling sha256.cc
[416/578] Compiling sha512.cc
[417/578] Compiling slhdsa.cc
[418/578] Compiling rsa_print.cc
[419/578] Compiling spake2plus.cc
[420/578] Compiling rsa_extra.cc
[421/578] Compiling refcount.cc
[422/578] Compiling rsa_crypt.cc
[423/578] Compiling rc4.cc
[424/578] Compiling urandom.cc
[425/578] Compiling rsa_asn1.cc
[426/578] Compiling rand.cc
[427/578] Compiling trusty.cc
[428/578] Compiling passive.cc
[429/578] Compiling windows.cc
[430/578] Compiling poly1305_arm_asm.S
[431/578] Compiling fork_detect.cc
[432/578] Compiling getentropy.cc
[433/578] Compiling deterministic.cc
[434/578] Compiling ios.cc
[435/578] Compiling forkunsafe.cc
[436/578] Compiling poly1305_vec.cc
[437/578] Compiling pool.cc
[438/578] Compiling poly1305_arm.cc
[439/578] Compiling poly1305.cc
[440/578] Compiling pkcs8.cc
[441/578] Compiling pkcs8_x509.cc
[442/578] Compiling p5_pbev2.cc
[443/578] Compiling pkcs7.cc
[444/578] Compiling pem_xaux.cc
[445/578] Compiling pkcs7_x509.cc
[446/578] Compiling pem_x509.cc
[447/578] Compiling pem_pkey.cc
[448/578] Compiling pem_oth.cc
[449/578] Compiling pem_pk8.cc
[450/578] Compiling obj_xref.cc
[451/578] Compiling pem_info.cc
[452/578] Compiling pem_lib.cc
[453/578] Compiling mlkem.cc
[454/578] Compiling obj.cc
[455/578] Compiling mem.cc
[456/578] Compiling pem_all.cc
[457/578] Compiling mldsa.cc
[458/578] Compiling md4.cc
[459/578] Compiling md5.cc
[460/578] Compiling fips_shared_support.cc
[461/578] Compiling lhash.cc
[462/578] Compiling poly_rq_mul.S
[463/578] Compiling ex_data.cc
[464/578] Compiling sign.cc
[465/578] Compiling kyber.cc
[466/578] Compiling hrss.cc
[467/578] Compiling hpke.cc
[468/578] Compiling print.cc
[469/578] Compiling pbkdf.cc
[470/578] Compiling p_x25519.cc
[471/578] Compiling scrypt.cc
[472/578] Compiling p_rsa_asn1.cc
[473/578] Compiling p_x25519_asn1.cc
[474/578] Compiling p_rsa.cc
[475/578] Compiling p_ed25519.cc
[476/578] Compiling p_hkdf.cc
[477/578] Compiling p_ec_asn1.cc
[478/578] Compiling p_ed25519_asn1.cc
[479/578] Compiling p_dh_asn1.cc
[480/578] Compiling p_ec.cc
[481/578] Compiling p_dh.cc
[482/578] Compiling evp_ctx.cc
[483/578] Compiling evp.cc
[484/578] Compiling p_dsa_asn1.cc
[485/578] Compiling err.cc
[486/578] Compiling evp_asn1.cc
[487/578] Compiling engine.cc
[488/578] Compiling ecdsa_asn1.cc
[489/578] Compiling hash_to_curve.cc
[490/578] Compiling bcm.cc
[491/578] Compiling ecdh.cc
[492/578] Compiling ec_derive.cc
[493/578] Compiling dsa_asn1.cc
[494/578] Compiling dsa.cc
[495/578] Compiling ec_asn1.cc
[496/578] Compiling params.cc
[497/578] Compiling digest_extra.cc
[498/578] Compiling x25519-asm-arm.S
[499/578] Compiling dh_asn1.cc
[500/578] Compiling spake25519.cc
[501/578] Compiling curve25519_64_adx.cc
[502/578] Compiling des.cc
[503/578] Compiling cpu_intel.cc
[504/578] Compiling crypto.cc
[505/578] Compiling cpu_arm_linux.cc
[506/578] Compiling curve25519.cc
[507/578] Compiling cpu_arm_freebsd.cc
[508/578] Compiling cpu_aarch64_sysreg.cc
[509/578] Compiling cpu_aarch64_win.cc
[510/578] Compiling cpu_aarch64_openbsd.cc
[511/578] Compiling cpu_aarch64_linux.cc
[512/578] Compiling cpu_aarch64_fuchsia.cc
[513/578] Compiling cpu_aarch64_apple.cc
[514/578] Compiling get_cipher.cc
[515/578] Compiling tls_cbc.cc
[516/578] Compiling conf.cc
[517/578] Compiling e_rc4.cc
[518/578] Compiling e_tls.cc
[519/578] Compiling e_rc2.cc
[520/578] Compiling e_null.cc
[521/578] Compiling e_aesgcmsiv.cc
[522/578] Compiling e_chacha20poly1305.cc
[523/578] Compiling derive_key.cc
[524/578] Compiling chacha.cc
[525/578] Compiling e_des.cc
[526/578] Compiling e_aesctrhmac.cc
[527/578] Compiling unicode.cc
[528/578] Compiling buf.cc
[529/578] Compiling asn1_compat.cc
[530/578] Compiling ber.cc
[531/578] Compiling convert.cc
[532/578] Compiling cbb.cc
[533/578] Compiling cbs.cc
[534/578] Compiling blake2.cc
[535/578] Compiling bn_asn1.cc
[536/578] Compiling socket_helper.cc
[537/578] Compiling socket.cc
[538/578] Compiling pair.cc
[539/578] Compiling hexdump.cc
[540/578] Compiling printf.cc
[541/578] Compiling file.cc
[542/578] Compiling fd.cc
[543/578] Compiling errno.cc
[544/578] Compiling connect.cc
[545/578] Compiling base64.cc
[546/578] Compiling bio_mem.cc
[547/578] Compiling bio.cc
[548/578] Compiling tasn_fre.cc
[549/578] Compiling tasn_typ.cc
[550/578] Compiling tasn_utl.cc
[551/578] Compiling tasn_dec.cc
[552/578] Compiling f_string.cc
[553/578] Compiling posix_time.cc
[554/578] Compiling tasn_enc.cc
[555/578] Compiling tasn_new.cc
[556/578] Compiling f_int.cc
[557/578] Compiling asn1_par.cc
[558/578] Compiling asn_pack.cc
[559/578] Compiling a_octet.cc
[560/578] Compiling asn1_lib.cc
[561/578] Compiling a_time.cc
[562/578] Compiling a_object.cc
[563/578] Compiling a_type.cc
[564/578] Compiling a_strex.cc
[565/578] Compiling a_utctm.cc
[566/578] Compiling a_strnid.cc
[567/578] Compiling a_i2d_fp.cc
[568/578] Compiling a_dup.cc
[569/578] Compiling a_d2i_fp.cc
[570/578] Write sources
[571/578] Compiling a_bitstr.cc
[572/578] Compiling a_gentm.cc
[573/578] Compiling a_mbstr.cc
[574/578] Compiling a_int.cc
[575/578] Compiling a_bool.cc
[576/578] Compiling c-nioatomics.c
[577/578] Compiling c-atomics.c
[579/584] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[580/584] Compiling NIOConcurrencyHelpers lock.swift
[581/584] Compiling NIOConcurrencyHelpers atomics.swift
[582/584] Compiling NIOConcurrencyHelpers NIOLock.swift
[583/584] Emitting module NIOConcurrencyHelpers
[584/584] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[586/648] Compiling NIOCore NIOCoreSendableMetatype.swift
[587/648] Compiling NIOCore NIODecodedAsyncSequence.swift
[588/648] Compiling NIOCore NIOLoopBound.swift
[589/648] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[590/648] Compiling NIOCore NIOScheduledCallback.swift
[591/648] Compiling NIOCore NIOSendable.swift
[592/648] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[593/648] Compiling NIOCore RecvByteBufferAllocator.swift
[594/656] Compiling NIOCore IPProtocol.swift
[595/656] Compiling NIOCore IntegerBitPacking.swift
[596/656] Compiling NIOCore IntegerTypes.swift
[597/656] Compiling NIOCore Interfaces.swift
[598/656] Compiling NIOCore Linux.swift
[599/656] Compiling NIOCore MarkedCircularBuffer.swift
[600/656] Compiling NIOCore MulticastChannel.swift
[601/656] Compiling NIOCore NIOAny.swift
[602/656] Compiling NIOCore NIOCloseOnErrorHandler.swift
[603/656] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[604/656] Compiling NIOCore SocketAddresses.swift
[605/656] Compiling NIOCore SocketOptionProvider.swift
[606/656] Compiling NIOCore SystemCallHelpers.swift
[607/656] Compiling NIOCore TimeAmount+Duration.swift
[608/656] Compiling NIOCore TypeAssistedChannelHandler.swift
[609/656] Compiling NIOCore UniversalBootstrapSupport.swift
[610/656] Compiling NIOCore Utilities.swift
[611/656] Compiling NIOCore CircularBuffer.swift
[612/656] Compiling NIOCore Codec.swift
[613/656] Compiling NIOCore ConvenienceOptionSupport.swift
[614/656] Compiling NIOCore DeadChannel.swift
[615/656] Compiling NIOCore DispatchQueue+WithFuture.swift
[616/656] Compiling NIOCore EventLoop+Deprecated.swift
[617/656] Compiling NIOCore EventLoop+SerialExecutor.swift
[618/656] Compiling NIOCore EventLoop.swift
[619/656] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[620/656] Compiling NIOCore AddressedEnvelope.swift
[621/656] Compiling NIOCore AsyncAwaitSupport.swift
[622/656] Compiling NIOCore AsyncChannel.swift
[623/656] Compiling NIOCore AsyncChannelHandler.swift
[624/656] Compiling NIOCore AsyncChannelInboundStream.swift
[625/656] Compiling NIOCore AsyncChannelOutboundWriter.swift
[626/656] Compiling NIOCore NIOAsyncSequenceProducer.swift
[627/656] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[628/656] Compiling NIOCore NIOAsyncWriter.swift
[629/656] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[630/656] Compiling NIOCore BSDSocketAPI.swift
[631/656] Compiling NIOCore ByteBuffer-aux.swift
[632/656] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[633/656] Compiling NIOCore ByteBuffer-conversions.swift
[634/656] Compiling NIOCore ByteBuffer-core.swift
[635/656] Compiling NIOCore ByteBuffer-hex.swift
[636/656] Compiling NIOCore ByteBuffer-int.swift
[637/656] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[638/656] Emitting module NIOCore
[639/656] Compiling NIOCore EventLoopFuture+Deprecated.swift
[640/656] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[641/656] Compiling NIOCore EventLoopFuture.swift
[642/656] Compiling NIOCore FileDescriptor.swift
[643/656] Compiling NIOCore FileHandle.swift
[644/656] Compiling NIOCore FileRegion.swift
[645/656] Compiling NIOCore GlobalSingletons.swift
[646/656] Compiling NIOCore IO.swift
[647/656] Compiling NIOCore IOData.swift
[648/656] Compiling NIOCore ByteBuffer-multi-int.swift
[649/656] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[650/656] Compiling NIOCore ByteBuffer-views.swift
[651/656] Compiling NIOCore Channel.swift
[652/656] Compiling NIOCore ChannelHandler.swift
[653/656] Compiling NIOCore ChannelHandlers.swift
[654/656] Compiling NIOCore ChannelInvoker.swift
[655/656] Compiling NIOCore ChannelOption.swift
[656/656] Compiling NIOCore ChannelPipeline.swift
[658/711] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[659/711] Compiling NIOEmbedded AsyncTestingChannel.swift
[660/711] Emitting module NIOEmbedded
[661/711] Compiling NIOEmbedded Embedded.swift
[663/712] Emitting module NIOPosix
[664/718] Compiling NIOPosix IO.swift
[665/718] Compiling NIOPosix IntegerBitPacking.swift
[666/718] Compiling NIOPosix IntegerTypes.swift
[667/718] Compiling NIOPosix Linux.swift
[668/718] Compiling NIOPosix LinuxCPUSet.swift
[669/718] Compiling NIOPosix LinuxUring.swift
[670/718] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[671/718] Compiling NIOPosix SelectableEventLoop.swift
[672/718] Compiling NIOPosix SelectorEpoll.swift
[673/718] Compiling NIOPosix SelectorGeneric.swift
[674/718] Compiling NIOPosix SelectorKqueue.swift
[675/718] Compiling NIOPosix SelectorUring.swift
[676/718] Compiling NIOPosix SelectorWSAPoll.swift
[677/718] Compiling NIOPosix ServerSocket.swift
[678/718] Compiling NIOPosix Pool.swift
[679/718] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[680/718] Compiling NIOPosix PosixSingletons.swift
[681/718] Compiling NIOPosix RawSocketBootstrap.swift
[682/718] Compiling NIOPosix Resolver.swift
[683/718] Compiling NIOPosix Selectable.swift
[684/718] Compiling NIOPosix SelectableChannel.swift
[685/718] Compiling NIOPosix Socket.swift
[686/718] Compiling NIOPosix SocketChannel.swift
[687/718] Compiling NIOPosix SocketProtocols.swift
[688/718] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[689/718] Compiling NIOPosix System.swift
[690/718] Compiling NIOPosix Thread.swift
[691/718] Compiling NIOPosix ThreadPosix.swift
[692/718] Compiling NIOPosix ThreadWindows.swift
[693/718] Compiling NIOPosix UnsafeTransfer.swift
[694/718] Compiling NIOPosix Utilities.swift
[695/718] Compiling NIOPosix VsockAddress.swift
[696/718] Compiling NIOPosix VsockChannelEvents.swift
[697/718] Compiling NIOPosix Windows.swift
[698/718] Compiling NIOPosix BSDSocketAPICommon.swift
[699/718] Compiling NIOPosix BSDSocketAPIPosix.swift
[700/718] Compiling NIOPosix BSDSocketAPIWindows.swift
[701/718] Compiling NIOPosix BaseSocket.swift
[702/718] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[703/718] Compiling NIOPosix BaseSocketChannel.swift
[704/718] Compiling NIOPosix BaseStreamSocketChannel.swift
[705/718] Compiling NIOPosix Bootstrap.swift
[706/718] Compiling NIOPosix ControlMessage.swift
[707/718] Compiling NIOPosix DatagramVectorReadManager.swift
[708/718] Compiling NIOPosix Errors+Any.swift
[709/718] Compiling NIOPosix FileDescriptor.swift
[710/718] Compiling NIOPosix GetaddrinfoResolver.swift
[711/718] Compiling NIOPosix HappyEyeballs.swift
[712/718] Compiling NIOPosix NIOPosixSendableMetatype.swift
[713/718] Compiling NIOPosix NIOThreadPool.swift
[714/718] Compiling NIOPosix NonBlockingFileIO.swift
[715/718] Compiling NIOPosix PendingDatagramWritesManager.swift
[716/718] Compiling NIOPosix PendingWritesManager.swift
[717/718] Compiling NIOPosix PipeChannel.swift
[718/718] Compiling NIOPosix PipePair.swift
[720/721] Emitting module NIO
[721/721] Compiling NIO Exports.swift
[723/761] Compiling NIOTLS TLSEvents.swift
[724/761] Compiling NIOSOCKS SOCKSClientHandler.swift
[725/761] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[726/763] Compiling NIOSOCKS ClientStateMachine.swift
[727/764] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[728/764] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[729/764] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[730/764] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[731/764] Emitting module NIOTLS
[732/764] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[733/764] Compiling NIOSOCKS SOCKSResponse.swift
[734/764] Compiling NIOSOCKS AuthenticationMethod.swift
[735/764] Compiling NIOSOCKS ClientGreeting.swift
[736/764] Compiling NIOSOCKS Errors.swift
[737/764] Compiling NIOSOCKS Helpers.swift
[739/764] Compiling NIOSOCKS Messages.swift
[740/764] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[741/764] Compiling NIOTLS SNIHandler.swift
[742/765] Compiling NIOSOCKS ServerStateMachine.swift
[743/765] Emitting module NIOSOCKS
[748/765] Compiling NIOSOCKS SOCKSRequest.swift
[749/766] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[750/766] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[752/795] Compiling NIOSSL SSLCallbacks.swift
[753/795] Compiling NIOSSL AndroidCABundle.swift
[754/795] Compiling NIOSSL SSLConnection.swift
[755/795] Compiling NIOSSL NIOSSLServerHandler.swift
[756/795] Compiling NIOSSL ObjectIdentifier.swift
[757/795] Compiling NIOSSL PosixPort.swift
[758/795] Emitting module NIOHTTP1
[759/795] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[760/795] Compiling NIOSSL NIOSSLHandler.swift
[761/795] Compiling NIOSSL SSLCertificate.swift
[763/814] Emitting module NIOHTTPCompression
[764/814] Compiling NIOHPACK IndexedHeaderTable.swift
[765/814] Compiling NIOHPACK IntegerCoding.swift
[766/815] Compiling NIOHTTPCompression HTTPCompression.swift
[767/815] Compiling NIOHTTPCompression HTTPDecompression.swift
[768/815] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[769/815] Compiling NIOHPACK HuffmanCoding.swift
[770/815] Compiling NIOHPACK HuffmanTables.swift
[771/815] Compiling NIOHPACK StaticHeaderTable.swift
[772/815] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[773/815] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[774/815] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[775/815] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[776/815] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[777/815] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[779/816] Emitting module NIOFoundationCompat
[780/816] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[782/817] Compiling NIOHPACK HPACKEncoder.swift
[783/817] Compiling NIOHPACK HPACKErrors.swift
[784/817] Compiling NIOHPACK DynamicHeaderTable.swift
[785/817] Compiling NIOHPACK HPACKDecoder.swift
[786/817] Emitting module NIOHPACK
[787/817] Compiling NIOHPACK HPACKHeader.swift
[788/817] Compiling NIOHPACK HeaderTables.swift
[794/818] Emitting module NIOSSL
[795/895] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[796/895] Compiling NIOHTTP2 StateMachineResult.swift
[797/895] Compiling NIOHTTP2 ContentLengthVerifier.swift
[798/895] Compiling NIOHTTP2 DOSHeuristics.swift
[799/895] Compiling NIOHTTP2 HasRemoteSettings.swift
[800/895] Compiling NIOHTTP2 LocallyQuiescingState.swift
[801/895] Compiling NIOHTTP2 QuiescingState.swift
[802/895] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[803/904] Emitting module NIOTransportServices
[804/906] Compiling NIOHTTP2 HTTP2SettingsState.swift
[805/906] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[806/906] Compiling NIOHTTP2 HasFlowControlWindows.swift
[807/906] Compiling NIOHTTP2 HasLocalSettings.swift
[811/906] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[814/906] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[815/906] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[816/906] Compiling NIOHTTP2 ConnectionStateMachine.swift
[817/906] Compiling NIOHTTP2 ConnectionStreamsState.swift
[818/906] Compiling NIOHTTP2 MayReceiveFrames.swift
[819/906] Compiling NIOHTTP2 ReceivingDataState.swift
[820/906] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[821/906] Compiling NIOHTTP2 ReceivingHeadersState.swift
[822/906] Compiling NIOHTTP2 MaySendFrames.swift
[823/906] Compiling NIOHTTP2 SendingDataState.swift
[824/906] Compiling NIOHTTP2 SendingGoawayState.swift
[825/906] Compiling NIOHTTP2 SendingHeadersState.swift
[826/906] Compiling NIOHTTP2 SendingPushPromiseState.swift
[827/906] Compiling NIOHTTP2 SendingRstStreamState.swift
[828/906] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[838/906] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[839/906] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[853/915] Compiling NIOHTTP2 Error+Any.swift
[854/915] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[855/915] Compiling NIOHTTP2 ControlFrameBuffer.swift
[856/915] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[867/916] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[868/916] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[869/916] Compiling NIOHTTP2 StreamChannelFlowController.swift
[870/916] Compiling NIOHTTP2 StreamChannelList.swift
[871/916] Compiling NIOHTTP2 StreamMap.swift
[872/916] Compiling NIOHTTP2 StreamStateMachine.swift
[873/916] Compiling NIOHTTP2 UnsafeTransfer.swift
[874/916] Compiling NIOHTTP2 WatermarkedFlowController.swift
[884/916] Emitting module NIOHTTP2
[885/916] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[886/916] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[887/916] Compiling NIOHTTP2 HTTP2StreamID.swift
[888/916] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[889/916] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[890/916] Compiling NIOHTTP2 HTTP2UserEvents.swift
[891/916] Compiling NIOHTTP2 InboundEventBuffer.swift
[892/916] Compiling NIOHTTP2 InboundWindowManager.swift
[893/916] Compiling NIOHTTP2 HTTP2Frame.swift
[894/916] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[895/916] Compiling NIOHTTP2 HTTP2FrameParser.swift
[896/916] Compiling NIOHTTP2 HTTP2PingData.swift
[897/916] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[898/916] Compiling NIOHTTP2 HTTP2Settings.swift
[899/916] Compiling NIOHTTP2 HTTP2Stream.swift
[900/916] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[906/916] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[907/916] Compiling NIOHTTP2 GlitchesMonitor.swift
[908/916] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[909/916] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[910/916] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[911/916] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[912/916] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[913/916] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[914/916] Compiling NIOHTTP2 HTTP2Error.swift
[915/916] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[916/916] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[918/980] Emitting module AsyncHTTPClient
[919/988] Compiling AsyncHTTPClient RequestValidation.swift
[920/988] Compiling AsyncHTTPClient SSLContextCache.swift
[921/988] Compiling AsyncHTTPClient Scheme.swift
[922/988] Compiling AsyncHTTPClient Singleton.swift
[923/988] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[924/988] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[925/988] Compiling AsyncHTTPClient TracingSupport.swift
[926/988] Compiling AsyncHTTPClient Utils.swift
[927/988] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[928/988] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[929/988] Compiling AsyncHTTPClient AsyncLazySequence.swift
[930/988] Compiling AsyncHTTPClient HTTPClient+execute.swift
[931/988] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[932/988] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[933/988] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[934/988] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[935/988] Compiling AsyncHTTPClient HTTPClientRequest.swift
[936/988] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[937/988] Compiling AsyncHTTPClient NWErrorHandler.swift
[938/988] Compiling AsyncHTTPClient NWWaitingHandler.swift
[939/988] Compiling AsyncHTTPClient TLSConfiguration.swift
[940/988] Compiling AsyncHTTPClient RedirectState.swift
[941/988] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[942/988] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[943/988] Compiling AsyncHTTPClient RequestBag.swift
[944/988] Compiling AsyncHTTPClient HTTPClientResponse.swift
[945/988] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[946/988] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[947/988] Compiling AsyncHTTPClient Transaction.swift
[948/988] Compiling AsyncHTTPClient Base64.swift
[949/988] Compiling AsyncHTTPClient BasicAuth.swift
[950/988] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[951/988] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[952/988] Compiling AsyncHTTPClient ConnectionPool.swift
[953/988] Compiling AsyncHTTPClient RequestOptions.swift
[954/988] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[955/988] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[956/988] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[957/988] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[958/988] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[959/988] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[960/988] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[961/988] Compiling AsyncHTTPClient ConnectionTarget.swift
[962/988] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[963/988] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[964/988] Compiling AsyncHTTPClient TLSEventsHandler.swift
[965/988] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[966/988] Compiling AsyncHTTPClient HTTP1Connection.swift
[967/988] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[968/988] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[969/988] Compiling AsyncHTTPClient HTTP2Connection.swift
[970/988] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[971/988] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[972/988] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[973/988] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[974/988] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[975/988] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[976/988] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[977/988] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[978/988] Compiling AsyncHTTPClient RequestBodyLength.swift
[979/988] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[980/988] Compiling AsyncHTTPClient DeconstructedURL.swift
[981/988] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[982/988] Compiling AsyncHTTPClient FoundationExtensions.swift
[983/988] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[984/988] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[985/988] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[986/988] Compiling AsyncHTTPClient HTTPClient.swift
[987/988] Compiling AsyncHTTPClient HTTPHandler.swift
[988/988] Compiling AsyncHTTPClient LRUCache.swift
Build complete! (298.21s)
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"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.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",
"Atomics",
"Algorithms",
"Logging",
"Tracing",
"InMemoryTracing"
],
"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",
"HTTPClientTracingInternalTests.swift",
"HTTPClientTracingTests.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",
"Atomics",
"Algorithms",
"Logging",
"Tracing"
],
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"AsyncAwait/AnyAsyncSequence.swift",
"AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
"AsyncAwait/AsyncLazySequence.swift",
"AsyncAwait/HTTPClient+execute.swift",
"AsyncAwait/HTTPClient+shutdown.swift",
"AsyncAwait/HTTPClient+tracing.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+Tracing.swift",
"RequestBag.swift",
"RequestValidation.swift",
"SSLContextCache.swift",
"Scheme.swift",
"Singleton.swift",
"StringConvertibleInstances.swift",
"StructuredConcurrencyHelpers.swift",
"TracingSupport.swift",
"Utils.swift"
],
"target_dependencies" : [
"CAsyncHTTPClient"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.