Build Information
Successful build of async-http-client, reference main (7dc119
), with Swift 6.1 for Linux on 9 Sep 2025 17:16:46 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/async-http-client.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-server/async-http-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7dc119c Add support for HTTP/1 connection pre-warming (#856)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
7dc119c7edf3c23f52638faadb89182861dee853
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/async-http-client.git
https://github.com/swift-server/async-http-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.30.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.36.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
}
],
"manifest_display_name" : "async-http-client",
"name" : "async-http-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncHTTPClient",
"targets" : [
"AsyncHTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CAsyncHTTPClient",
"module_type" : "ClangTarget",
"name" : "CAsyncHTTPClient",
"path" : "Sources/CAsyncHTTPClient",
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"CAsyncHTTPClient.c"
],
"type" : "library"
},
{
"c99name" : "AsyncHTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClientTests",
"path" : "Tests/AsyncHTTPClientTests",
"product_dependencies" : [
"NIOTLS",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOEmbedded",
"NIOFoundationCompat",
"NIOTestUtils",
"NIOSSL",
"NIOHTTP2",
"NIOSOCKS",
"Logging",
"Atomics",
"Algorithms"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.cert.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.private-key.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_cert.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_key.pem",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncAwaitEndToEndTests.swift",
"AsyncTestHelpers.swift",
"ConnectionPoolSizeConfigValueIsRespectedTests.swift",
"EmbeddedChannel+HTTPConvenience.swift",
"HTTP1ClientChannelHandlerTests.swift",
"HTTP1ConnectionStateMachineTests.swift",
"HTTP1ConnectionTests.swift",
"HTTP1ProxyConnectHandlerTests.swift",
"HTTP2ClientRequestHandlerTests.swift",
"HTTP2ClientTests.swift",
"HTTP2ConnectionTests.swift",
"HTTP2IdleHandlerTests.swift",
"HTTPClient+SOCKSTests.swift",
"HTTPClient+StructuredConcurrencyTests.swift",
"HTTPClientBase.swift",
"HTTPClientCookieTests.swift",
"HTTPClientInformationalResponsesTests.swift",
"HTTPClientInternalTests.swift",
"HTTPClientNIOTSTests.swift",
"HTTPClientRequestTests.swift",
"HTTPClientResponseTests.swift",
"HTTPClientTestUtils.swift",
"HTTPClientTests.swift",
"HTTPClientUncleanSSLConnectionShutdownTests.swift",
"HTTPConnectionPool+FactoryTests.swift",
"HTTPConnectionPool+HTTP1ConnectionsTest.swift",
"HTTPConnectionPool+HTTP1StateTests.swift",
"HTTPConnectionPool+HTTP2ConnectionsTest.swift",
"HTTPConnectionPool+HTTP2StateMachineTests.swift",
"HTTPConnectionPool+ManagerTests.swift",
"HTTPConnectionPool+RequestQueueTests.swift",
"HTTPConnectionPool+StateTestUtils.swift",
"HTTPConnectionPoolTests.swift",
"HTTPRequestStateMachineTests.swift",
"IdleTimeoutNoReuseTests.swift",
"LRUCacheTests.swift",
"Mocks/MockConnectionPool.swift",
"Mocks/MockHTTPExecutableRequest.swift",
"Mocks/MockRequestExecutor.swift",
"Mocks/MockRequestQueuer.swift",
"NWWaitingHandlerTests.swift",
"NoBytesSentOverBodyLimitTests.swift",
"RacePoolIdleConnectionsAndGetTests.swift",
"RequestBagTests.swift",
"RequestValidationTests.swift",
"ResponseDelayGetTests.swift",
"SOCKSEventsHandlerTests.swift",
"SOCKSTestUtils.swift",
"SSLContextCacheTests.swift",
"StressGetHttpsTests.swift",
"TLSEventsHandlerTests.swift",
"Transaction+StateMachineTests.swift",
"TransactionTests.swift",
"XCTest+AsyncAwait.swift"
],
"target_dependencies" : [
"AsyncHTTPClient"
],
"type" : "test"
},
{
"c99name" : "AsyncHTTPClient",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClient",
"path" : "Sources/AsyncHTTPClient",
"product_dependencies" : [
"NIO",
"NIOTLS",
"NIOCore",
"NIOPosix",
"NIOHTTP1",
"NIOConcurrencyHelpers",
"NIOHTTP2",
"NIOSSL",
"NIOHTTPCompression",
"NIOSOCKS",
"NIOTransportServices",
"Logging",
"Atomics",
"Algorithms"
],
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"AsyncAwait/AnyAsyncSequence.swift",
"AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
"AsyncAwait/AsyncLazySequence.swift",
"AsyncAwait/HTTPClient+execute.swift",
"AsyncAwait/HTTPClient+shutdown.swift",
"AsyncAwait/HTTPClientRequest+Prepared.swift",
"AsyncAwait/HTTPClientRequest+auth.swift",
"AsyncAwait/HTTPClientRequest.swift",
"AsyncAwait/HTTPClientResponse.swift",
"AsyncAwait/SingleIteratorPrecondition.swift",
"AsyncAwait/Transaction+StateMachine.swift",
"AsyncAwait/Transaction.swift",
"Base64.swift",
"BasicAuth.swift",
"BestEffortHashableTLSConfiguration.swift",
"Configuration+BrowserLike.swift",
"ConnectionPool.swift",
"ConnectionPool/ChannelHandler/HTTP1ProxyConnectHandler.swift",
"ConnectionPool/ChannelHandler/SOCKSEventsHandler.swift",
"ConnectionPool/ChannelHandler/TLSEventsHandler.swift",
"ConnectionPool/HTTP1/HTTP1ClientChannelHandler.swift",
"ConnectionPool/HTTP1/HTTP1Connection.swift",
"ConnectionPool/HTTP1/HTTP1ConnectionStateMachine.swift",
"ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift",
"ConnectionPool/HTTP2/HTTP2Connection.swift",
"ConnectionPool/HTTP2/HTTP2IdleHandler.swift",
"ConnectionPool/HTTPConnectionEvent.swift",
"ConnectionPool/HTTPConnectionPool+Factory.swift",
"ConnectionPool/HTTPConnectionPool+Manager.swift",
"ConnectionPool/HTTPConnectionPool.swift",
"ConnectionPool/HTTPExecutableRequest.swift",
"ConnectionPool/HTTPRequestStateMachine+Demand.swift",
"ConnectionPool/HTTPRequestStateMachine.swift",
"ConnectionPool/RequestBodyLength.swift",
"ConnectionPool/RequestFramingMetadata.swift",
"ConnectionPool/RequestOptions.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+Backoff.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP1StateMachine.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP2StateMachine.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+RequestQueue.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+StateMachine.swift",
"ConnectionTarget.swift",
"DeconstructedURL.swift",
"FileDownloadDelegate.swift",
"FoundationExtensions.swift",
"HTTPClient+HTTPCookie.swift",
"HTTPClient+Proxy.swift",
"HTTPClient+StructuredConcurrency.swift",
"HTTPClient.swift",
"HTTPHandler.swift",
"LRUCache.swift",
"NIOLoopBound+Execute.swift",
"NIOTransportServices/NWErrorHandler.swift",
"NIOTransportServices/NWWaitingHandler.swift",
"NIOTransportServices/TLSConfiguration.swift",
"RedirectState.swift",
"RequestBag+StateMachine.swift",
"RequestBag.swift",
"RequestValidation.swift",
"SSLContextCache.swift",
"Scheme.swift",
"Singleton.swift",
"StringConvertibleInstances.swift",
"StructuredConcurrencyHelpers.swift",
"Utils.swift"
],
"target_dependencies" : [
"CAsyncHTTPClient"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
[1/2704] Fetching swift-nio-transport-services
[29/6607] Fetching swift-nio-transport-services, swift-log
[387/8421] Fetching swift-nio-transport-services, swift-log, swift-atomics
[2621/14548] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras
[6559/26209] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.96s)
Fetching https://github.com/apple/swift-nio.git
[10390/19602] Fetching swift-atomics, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.13s)
[4497/13475] Fetching swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
[2799/11661] Fetching swift-nio-http2
[11079/26736] Fetching swift-nio-http2, swift-nio-ssl
[13019/32721] Fetching swift-nio-http2, swift-nio-ssl, swift-algorithms
[19189/110783] Fetching swift-nio-http2, swift-nio-ssl, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.95s)
[17799/104798] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.71s)
[22166/93137] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.89s)
[54644/78062] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.93s)
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.89s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.31s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.37s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[4938/22382] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.59s)
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.75s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1629] Fetching swift-asn1
[230/2805] Fetching swift-asn1, swift-http-structured-headers
[2676/3722] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[3723/8999] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-async-algorithms
[3935/11469] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[4566/18000] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
[14147/16824] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.50s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.50s)
[12660/12725] Fetching swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.69s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.70s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.70s)
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.54s)
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.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.68s)
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.55s)
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.78s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.75s)
Fetching https://github.com/apple/swift-crypto.git
[1/16806] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.51s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.83s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.93s)
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-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-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-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-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-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-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-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-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
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/440] Write sources
[22/440] Compiling CNIOWindows shim.c
[23/440] Compiling _NumericsShims _NumericsShims.c
[24/440] Compiling _AtomicsShims.c
[25/440] Compiling CNIOWASI CNIOWASI.c
[26/440] Compiling CNIOWindows WSAStartup.c
[27/440] Compiling CNIOLinux liburing_shims.c
[28/440] Compiling CNIOLLHTTP c_nio_http.c
[29/440] Compiling CNIOExtrasZlib empty.c
[30/440] Compiling CNIOPosix event_loop_id.c
[31/440] Compiling CNIODarwin shim.c
[32/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[32/440] Write swift-version-24593BA9C3E375BF.txt
[34/440] Compiling CNIOLinux shim.c
[35/440] Compiling CNIOLLHTTP c_nio_api.c
[36/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/440] Compiling CNIOBoringSSLShims shims.c
[38/444] Compiling fiat_p256_adx_sqr.S
[39/444] Compiling fiat_curve25519_adx_mul.S
[40/444] Compiling fiat_curve25519_adx_square.S
[41/444] Compiling fiat_p256_adx_mul.S
[43/494] Emitting module Logging
[44/494] Emitting module InternalCollectionsUtilities
[44/495] Compiling tls_record.cc
[45/495] Compiling tls_method.cc
[47/495] Emitting module Atomics
[48/497] Emitting module RealModule
[49/497] Compiling Atomics AtomicInteger.swift
[50/497] Compiling Atomics AtomicOptionalWrappable.swift
[51/498] Compiling Atomics IntegerOperations.swift
[52/498] Compiling Atomics Unmanaged extensions.swift
[53/498] Compiling RealModule Real.swift
[54/498] Compiling Atomics Primitives.native.swift
[55/498] Compiling Atomics AtomicStorage.swift
[56/498] Compiling Atomics IntegerConformances.swift
[57/498] Compiling Atomics PointerConformances.swift
[58/498] Compiling _NIODataStructures _TinyArray.swift
[59/498] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/498] Compiling RealModule RealFunctions.swift
[62/498] Compiling Atomics AtomicValue.swift
[63/498] Compiling RealModule Float16+Real.swift
[64/498] Compiling RealModule Float80+Real.swift
[67/498] Compiling Atomics AtomicReference.swift
[68/498] Compiling Atomics AtomicMemoryOrderings.swift
[69/498] Compiling Atomics DoubleWord.swift
[70/498] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/498] Compiling Atomics OptionalRawRepresentable.swift
[77/498] Compiling Atomics RawRepresentable.swift
[78/498] Compiling Atomics AtomicBool.swift
[79/499] Emitting module _NIOBase64
[80/499] Compiling _NIOBase64 Base64.swift
[81/499] Compiling Atomics UnsafeAtomic.swift
[82/499] Compiling Atomics UnsafeAtomicLazyReference.swift
[83/499] Compiling Atomics ManagedAtomic.swift
[84/499] Compiling Atomics ManagedAtomicLazyReference.swift
[85/499] Compiling _NIODataStructures PriorityQueue.swift
[96/500] Compiling RealModule RelaxedArithmetic.swift
[100/542] Compiling tls13_server.cc
[101/542] Compiling tls13_enc.cc
[103/542] Compiling DequeModule _DequeBuffer.swift
[104/542] Compiling DequeModule _DequeBufferHeader.swift
[105/544] Compiling _NIODataStructures Heap.swift
[106/544] Emitting module _NIODataStructures
[107/545] Compiling DequeModule Deque+Equatable.swift
[108/545] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/545] Compiling DequeModule Deque+CustomReflectable.swift
[110/545] Compiling DequeModule Deque+Descriptions.swift
[111/545] Compiling DequeModule Deque+Extras.swift
[112/545] Compiling DequeModule Deque+Hashable.swift
[113/545] Compiling Logging LogHandler.swift
[114/545] Compiling Logging Logging.swift
[115/545] Compiling Logging MetadataProvider.swift
[116/545] Compiling Logging Locks.swift
[119/546] Compiling DequeModule _DequeSlot.swift
[120/546] Compiling DequeModule _UnsafeWrappedBuffer.swift
[121/546] Compiling DequeModule Deque+Testing.swift
[122/546] Compiling DequeModule Deque._Storage.swift
[123/546] Compiling DequeModule Deque._UnsafeHandle.swift
[124/546] Compiling DequeModule Deque.swift
[125/546] Compiling Algorithms Split.swift
[126/546] Compiling Algorithms Stride.swift
[127/546] Compiling Algorithms Suffix.swift
[128/549] Compiling Algorithms RandomSample.swift
[129/549] Compiling Algorithms Reductions.swift
[130/549] Compiling Algorithms Rotate.swift
[131/549] Compiling DequeModule Deque+Codable.swift
[132/549] Compiling DequeModule Deque+Collection.swift
[132/549] Compiling t1_enc.cc
[134/549] Emitting module DequeModule
[135/550] Compiling ssl_versions.cc
[136/550] Compiling tls13_both.cc
[141/550] Compiling tls13_client.cc
[151/550] Compiling Algorithms Permutations.swift
[152/550] Compiling Algorithms Product.swift
[153/550] Compiling Algorithms Trim.swift
[154/550] Compiling Algorithms Unique.swift
[155/550] Compiling Algorithms Windows.swift
[159/550] Compiling ssl_x509.cc
[160/550] Compiling ssl_transcript.cc
[161/550] Compiling ssl_stat.cc
[162/550] Compiling ssl_privkey.cc
[163/550] Compiling ssl_session.cc
[164/550] Compiling ssl_key_share.cc
[166/550] Emitting module Algorithms
[167/551] Compiling ssl_lib.cc
[168/551] Compiling ssl_file.cc
[169/551] Compiling ssl_credential.cc
[170/551] Compiling ssl_cipher.cc
[171/551] Compiling ssl_buffer.cc
[172/551] Compiling ssl_cert.cc
[173/551] Compiling ssl_asn1.cc
[174/551] Compiling ssl_aead_ctx.cc
[175/551] Compiling s3_pkt.cc
[176/551] Compiling s3_lib.cc
[177/551] Compiling s3_both.cc
[178/551] Compiling handshake_server.cc
[179/551] Compiling handshake_client.cc
[180/551] Compiling handshake.cc
[181/551] Compiling handoff.cc
[182/551] Compiling encrypted_client_hello.cc
[183/551] Compiling dtls_record.cc
[184/551] Compiling dtls_method.cc
[185/551] Compiling md5-x86_64-linux.S
[186/551] Compiling md5-x86_64-apple.S
[187/551] Compiling extensions.cc
[188/551] Compiling md5-586-linux.S
[189/551] Compiling md5-586-apple.S
[190/551] Compiling chacha20_poly1305_x86_64-apple.S
[191/551] Compiling chacha20_poly1305_armv8-win.S
[192/551] Compiling chacha20_poly1305_x86_64-linux.S
[193/551] Compiling chacha20_poly1305_armv8-linux.S
[194/551] Compiling chacha20_poly1305_armv8-apple.S
[195/551] Compiling chacha-x86_64-apple.S
[196/551] Compiling chacha-x86_64-linux.S
[197/551] Compiling chacha-x86-linux.S
[198/551] Compiling chacha-x86-apple.S
[199/551] Compiling chacha-armv8-win.S
[200/551] Compiling err_data.cc
[201/551] Compiling chacha-armv8-linux.S
[202/551] Compiling chacha-armv8-apple.S
[203/551] Compiling chacha-armv4-linux.S
[204/551] Compiling aes128gcmsiv-x86_64-linux.S
[205/551] Compiling aes128gcmsiv-x86_64-apple.S
[206/551] Compiling x86_64-mont5-apple.S
[207/551] Compiling x86_64-mont5-linux.S
[208/551] Compiling x86_64-mont-linux.S
[209/551] Compiling x86_64-mont-apple.S
[210/551] Compiling x86-mont-linux.S
[211/551] Compiling vpaes-x86_64-linux.S
[212/551] Compiling x86-mont-apple.S
[212/551] Compiling vpaes-x86_64-apple.S
[214/551] Compiling vpaes-x86-apple.S
[215/551] Compiling d1_srtp.cc
[216/551] Compiling vpaes-x86-linux.S
[217/551] Compiling vpaes-armv8-win.S
[218/551] Compiling vpaes-armv8-apple.S
[219/551] Compiling vpaes-armv8-linux.S
[220/551] Compiling vpaes-armv7-linux.S
[221/551] Compiling sha512-x86_64-linux.S
[222/551] Compiling sha512-armv8-win.S
[223/551] Compiling sha512-x86_64-apple.S
[224/551] Compiling sha512-armv8-linux.S
[225/551] Compiling sha512-armv4-linux.S
[226/551] Compiling sha512-armv8-apple.S
[227/551] Compiling sha512-586-linux.S
[228/551] Compiling sha512-586-apple.S
[229/551] Compiling sha256-x86_64-apple.S
[230/551] Compiling sha256-x86_64-linux.S
[231/551] Compiling bio_ssl.cc
[232/551] Compiling sha256-armv8-win.S
[233/551] Compiling sha256-armv8-linux.S
[234/551] Compiling sha256-armv4-linux.S
[235/551] Compiling sha256-armv8-apple.S
[236/551] Compiling sha256-586-apple.S
[237/551] Compiling sha256-586-linux.S
[238/551] Compiling sha1-x86_64-apple.S
[239/551] Compiling sha1-x86_64-linux.S
[240/551] Compiling sha1-armv8-win.S
[241/551] Compiling d1_pkt.cc
[242/551] Compiling sha1-armv8-linux.S
[243/551] Compiling sha1-armv8-apple.S
[244/551] Compiling sha1-armv4-large-linux.S
[245/551] Compiling sha1-586-linux.S
[246/551] Compiling sha1-586-apple.S
[247/551] Compiling p256_beeu-x86_64-asm-linux.S
[248/551] Compiling rdrand-x86_64-apple.S
[249/551] Compiling rsaz-avx2-apple.S
[250/551] Compiling rdrand-x86_64-linux.S
[251/551] Compiling rsaz-avx2-linux.S
[252/551] Compiling p256_beeu-x86_64-asm-apple.S
[253/551] Compiling p256_beeu-armv8-asm-win.S
[254/551] Compiling p256_beeu-armv8-asm-linux.S
[255/551] Compiling p256_beeu-armv8-asm-apple.S
[256/551] Compiling p256-x86_64-asm-apple.S
[257/551] Compiling p256-armv8-asm-linux.S
[258/551] Compiling p256-armv8-asm-apple.S
[259/551] Compiling ghashv8-armv8-win.S
[260/551] Compiling p256-x86_64-asm-linux.S
[261/551] Compiling p256-armv8-asm-win.S
[262/551] Compiling ghashv8-armv8-linux.S
[263/551] Compiling ghashv8-armv7-linux.S
[264/551] Compiling ghash-x86_64-linux.S
[265/551] Compiling ghash-x86-linux.S
[266/551] Compiling ghashv8-armv8-apple.S
[267/551] Compiling ghash-x86_64-apple.S
[268/551] Compiling ghash-ssse3-x86_64-linux.S
[269/551] Compiling ghash-x86-apple.S
[270/551] Compiling ghash-ssse3-x86_64-apple.S
[271/551] Compiling ghash-ssse3-x86-linux.S
[271/551] Compiling ghash-ssse3-x86-apple.S
[273/551] Compiling ghash-neon-armv8-win.S
[274/551] Compiling ghash-neon-armv8-linux.S
[275/551] Compiling co-586-linux.S
[276/551] Compiling ghash-armv4-linux.S
[277/551] Compiling ghash-neon-armv8-apple.S
[278/551] Compiling bsaes-armv7-linux.S
[279/551] Compiling co-586-apple.S
[280/551] Compiling bn-armv8-win.S
[281/551] Compiling bn-armv8-linux.S
[282/551] Compiling bn-armv8-apple.S
[283/551] Compiling armv8-mont-win.S
[284/551] Compiling bn-586-linux.S
[285/551] Compiling bn-586-apple.S
[286/551] Compiling armv8-mont-apple.S
[287/551] Compiling armv8-mont-linux.S
[288/551] Compiling armv4-mont-linux.S
[289/551] Compiling d1_lib.cc
[290/551] Compiling aesv8-gcm-armv8-linux.S
[291/551] Compiling aesv8-gcm-armv8-apple.S
[292/551] Compiling aesv8-armv8-win.S
[293/551] Compiling aesv8-gcm-armv8-win.S
[294/551] Compiling aesv8-armv8-linux.S
[295/551] Compiling aesv8-armv8-apple.S
[296/551] Compiling aesv8-armv7-linux.S
[297/551] Compiling aesni-x86_64-apple.S
[298/551] Compiling aesni-x86_64-linux.S
[299/551] Compiling aesni-x86-linux.S
[300/551] Compiling aesni-x86-apple.S
[301/551] Compiling aesni-gcm-x86_64-apple.S
[302/551] Compiling aesni-gcm-x86_64-linux.S
[303/551] Compiling aes-gcm-avx2-x86_64-apple.S
[304/551] Compiling aes-gcm-avx2-x86_64-linux.S
[305/551] Compiling aes-gcm-avx10-x86_64-apple.S
[306/551] Compiling aes-gcm-avx10-x86_64-linux.S
[307/551] Compiling d1_both.cc
[308/551] Compiling x_x509a.cc
[309/551] Compiling x_x509.cc
[310/551] Compiling x_val.cc
[311/551] Compiling x_req.cc
[312/551] Compiling x_spki.cc
[313/551] Compiling x_sig.cc
[314/551] Compiling x_pubkey.cc
[315/551] Compiling x_name.cc
[316/551] Compiling x509rset.cc
[317/551] Compiling x_algor.cc
[318/551] Compiling x_exten.cc
[319/551] Compiling x_crl.cc
[320/551] Compiling x509spki.cc
[321/551] Compiling x_attrib.cc
[322/551] Compiling x_all.cc
[323/551] Compiling x509name.cc
[324/551] Compiling x509cset.cc
[325/551] Compiling x509_txt.cc
[326/551] Compiling x509_vpm.cc
[327/551] Compiling x509_v3.cc
[328/551] Compiling x509_vfy.cc
[329/551] Compiling x509_trs.cc
[330/551] Compiling x509_set.cc
[331/551] Compiling x509_req.cc
[332/551] Compiling x509_obj.cc
[333/551] Compiling x509_def.cc
[334/551] Compiling x509_d2.cc
[335/551] Compiling x509_ext.cc
[336/551] Compiling x509_lu.cc
[337/551] Compiling x509_cmp.cc
[338/551] Compiling x509_att.cc
[339/551] Compiling x509.cc
[340/551] Compiling v3_skey.cc
[341/551] Compiling v3_prn.cc
[342/551] Compiling v3_purp.cc
[343/551] Compiling v3_utl.cc
[344/551] Compiling v3_pmaps.cc
[345/551] Compiling v3_ocsp.cc
[346/551] Compiling v3_pcons.cc
[347/551] Compiling v3_ncons.cc
[348/551] Compiling v3_lib.cc
[349/551] Compiling v3_int.cc
[350/551] Compiling v3_info.cc
[351/551] Compiling v3_ia5.cc
[352/551] Compiling v3_genn.cc
[353/551] Compiling v3_extku.cc
[354/551] Compiling v3_enum.cc
[355/551] Compiling v3_crld.cc
[356/551] Compiling v3_bcons.cc
[357/551] Compiling v3_bitst.cc
[358/551] Compiling v3_conf.cc
[359/551] Compiling v3_cpols.cc
[360/551] Compiling v3_alt.cc
[361/551] Compiling v3_akeya.cc
[362/551] Compiling v3_akey.cc
[363/551] Compiling t_x509a.cc
[364/551] Compiling i2d_pr.cc
[365/551] Compiling t_req.cc
[366/551] Compiling t_crl.cc
[367/551] Compiling t_x509.cc
[368/551] Compiling rsa_pss.cc
[369/551] Compiling policy.cc
[370/551] Compiling name_print.cc
[371/551] Compiling by_file.cc
[372/551] Compiling by_dir.cc
[373/551] Compiling voprf.cc
[374/551] Compiling asn1_gen.cc
[375/551] Compiling a_sign.cc
[376/551] Compiling algorithm.cc
[377/551] Compiling a_digest.cc
[378/551] Compiling a_verify.cc
[379/551] Compiling thread_win.cc
[380/551] Compiling thread_pthread.cc
[381/551] Compiling trust_token.cc
[382/551] Compiling thread_none.cc
[383/551] Compiling thread.cc
[384/551] Compiling stack.cc
[385/551] Compiling pmbtoken.cc
[386/551] Compiling sha512.cc
[387/551] Compiling sha256.cc
[388/551] Compiling siphash.cc
[389/551] Compiling sha1.cc
[390/551] Compiling slhdsa.cc
[391/551] Compiling spake2plus.cc
[392/551] Compiling rsa_print.cc
[393/551] Compiling rsa_extra.cc
[394/551] Compiling rc4.cc
[395/551] Compiling rsa_crypt.cc
[396/551] Compiling refcount.cc
[397/551] Compiling windows.cc
[398/551] Compiling trusty.cc
[399/551] Compiling rand.cc
[400/551] Compiling urandom.cc
[401/551] Compiling rsa_asn1.cc
[402/551] Compiling passive.cc
[403/551] Compiling ios.cc
[404/551] Compiling getentropy.cc
[405/551] Compiling poly1305_arm_asm.S
[406/551] Compiling forkunsafe.cc
[407/551] Compiling deterministic.cc
[408/551] Compiling fork_detect.cc
[409/551] Compiling poly1305_arm.cc
[410/551] Compiling poly1305.cc
[411/551] Compiling poly1305_vec.cc
[412/551] Compiling pool.cc
[413/551] Compiling pkcs7.cc
[414/551] Compiling pkcs8_x509.cc
[415/551] Compiling pkcs8.cc
[416/551] Compiling p5_pbev2.cc
[417/551] Compiling pkcs7_x509.cc
[418/551] Compiling pem_xaux.cc
[419/551] Compiling pem_x509.cc
[420/551] Compiling pem_pkey.cc
[421/551] Compiling mlkem.cc
[422/551] Compiling pem_pk8.cc
[423/551] Compiling obj_xref.cc
[424/551] Compiling pem_oth.cc
[425/551] Compiling pem_info.cc
[426/551] Compiling pem_lib.cc
[427/551] Compiling mldsa.cc
[428/551] Compiling pem_all.cc
[429/551] Compiling obj.cc
[430/551] Compiling poly_rq_mul.S
[431/551] Compiling md5.cc
[432/551] Compiling fips_shared_support.cc
[433/551] Compiling mem.cc
[434/551] Compiling md4.cc
[435/551] Compiling lhash.cc
[436/551] Compiling ex_data.cc
[437/551] Compiling sign.cc
[438/551] Compiling hrss.cc
[439/551] Compiling kyber.cc
[440/551] Compiling scrypt.cc
[441/551] Compiling hpke.cc
[442/551] Compiling print.cc
[443/551] Compiling pbkdf.cc
[444/551] Compiling p_x25519.cc
[445/551] Compiling p_ed25519.cc
[446/551] Compiling p_rsa.cc
[447/551] Compiling p_x25519_asn1.cc
[448/551] Compiling p_rsa_asn1.cc
[449/551] Compiling p_ed25519_asn1.cc
[450/551] Compiling p_hkdf.cc
[451/551] Compiling p_ec_asn1.cc
[452/551] Compiling p_ec.cc
[453/551] Compiling p_dh_asn1.cc
[454/551] Compiling p_dh.cc
[455/551] Compiling evp_ctx.cc
[456/551] Compiling p_dsa_asn1.cc
[457/551] Compiling err.cc
[458/551] Compiling engine.cc
[459/551] Compiling evp_asn1.cc
[460/551] Compiling evp.cc
[461/551] Compiling ecdh.cc
[462/551] Compiling hash_to_curve.cc
[463/551] Compiling ecdsa_asn1.cc
[464/551] Compiling ec_derive.cc
[465/551] Compiling dsa.cc
[466/551] Compiling params.cc
[467/551] Compiling dsa_asn1.cc
[468/551] Compiling ec_asn1.cc
[469/551] Compiling x25519-asm-arm.S
[470/551] Compiling digest_extra.cc
[471/551] Compiling des.cc
[472/551] Compiling dh_asn1.cc
[473/551] Compiling crypto.cc
[474/551] Compiling cpu_intel.cc
[475/551] Compiling cpu_arm_linux.cc
[476/551] Compiling spake25519.cc
[477/551] Compiling curve25519.cc
[478/551] Compiling cpu_arm_freebsd.cc
[479/551] Compiling cpu_aarch64_openbsd.cc
[480/551] Compiling cpu_aarch64_win.cc
[481/551] Compiling cpu_aarch64_sysreg.cc
[482/551] Compiling cpu_aarch64_linux.cc
[483/551] Compiling bcm.cc
[484/551] Compiling curve25519_64_adx.cc
[485/551] Compiling cpu_aarch64_fuchsia.cc
[486/551] Compiling cpu_aarch64_apple.cc
[487/551] Compiling tls_cbc.cc
[488/551] Compiling conf.cc
[489/551] Compiling get_cipher.cc
[490/551] Compiling e_rc4.cc
[491/551] Compiling e_tls.cc
[492/551] Compiling e_null.cc
[493/551] Compiling e_rc2.cc
[494/551] Compiling e_des.cc
[495/551] Compiling e_aesgcmsiv.cc
[496/551] Compiling e_chacha20poly1305.cc
[497/551] Compiling e_aesctrhmac.cc
[498/551] Compiling derive_key.cc
[499/551] Compiling chacha.cc
[500/551] Compiling cbs.cc
[501/551] Compiling unicode.cc
[502/551] Compiling ber.cc
[503/551] Compiling buf.cc
[504/551] Compiling blake2.cc
[505/551] Compiling cbb.cc
[506/551] Compiling asn1_compat.cc
[507/551] Compiling socket.cc
[508/551] Compiling socket_helper.cc
[509/551] Compiling convert.cc
[510/551] Compiling bn_asn1.cc
[511/551] Compiling printf.cc
[512/551] Compiling pair.cc
[513/551] Compiling hexdump.cc
[514/551] Compiling fd.cc
[515/551] Compiling file.cc
[516/551] Compiling errno.cc
[517/551] Compiling connect.cc
[518/551] Compiling base64.cc
[519/551] Compiling bio_mem.cc
[520/551] Compiling bio.cc
[521/551] Compiling posix_time.cc
[522/551] Compiling tasn_typ.cc
[523/551] Compiling f_string.cc
[524/551] Compiling tasn_fre.cc
[525/551] Compiling tasn_enc.cc
[526/551] Compiling tasn_utl.cc
[527/551] Compiling tasn_new.cc
[528/551] Compiling asn_pack.cc
[529/551] Compiling tasn_dec.cc
[530/551] Compiling asn1_par.cc
[531/551] Compiling f_int.cc
[532/551] Compiling asn1_lib.cc
[533/551] Compiling a_octet.cc
[534/551] Compiling a_utctm.cc
[535/551] Compiling a_type.cc
[536/551] Compiling a_time.cc
[537/551] Compiling a_strex.cc
[538/551] Compiling a_strnid.cc
[539/551] Compiling a_object.cc
[540/551] Compiling a_i2d_fp.cc
[541/551] Compiling a_dup.cc
[542/551] Compiling a_mbstr.cc
[543/551] Write sources
[544/551] Compiling a_d2i_fp.cc
[545/551] Compiling a_int.cc
[546/551] Compiling a_gentm.cc
[547/551] Compiling a_bitstr.cc
[548/551] Compiling a_bool.cc
[549/551] Compiling c-nioatomics.c
[550/551] Compiling c-atomics.c
[552/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[553/557] Compiling NIOConcurrencyHelpers lock.swift
[554/557] Compiling NIOConcurrencyHelpers atomics.swift
[555/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[556/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[557/557] Emitting module NIOConcurrencyHelpers
[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 CircularBuffer.swift
[592/627] Compiling NIOCore Codec.swift
[593/627] Compiling NIOCore ConvenienceOptionSupport.swift
[594/627] Compiling NIOCore DeadChannel.swift
[595/627] Compiling NIOCore DispatchQueue+WithFuture.swift
[596/627] Compiling NIOCore EventLoop+Deprecated.swift
[597/627] Compiling NIOCore EventLoop+SerialExecutor.swift
[598/627] Compiling NIOCore EventLoop.swift
[599/627] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[600/627] Compiling NIOCore AddressedEnvelope.swift
[601/627] Compiling NIOCore AsyncAwaitSupport.swift
[602/627] Compiling NIOCore AsyncChannel.swift
[603/627] Compiling NIOCore AsyncChannelHandler.swift
[604/627] Compiling NIOCore AsyncChannelInboundStream.swift
[605/627] Compiling NIOCore AsyncChannelOutboundWriter.swift
[606/627] Compiling NIOCore NIOAsyncSequenceProducer.swift
[607/627] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[608/627] Compiling NIOCore NIOAsyncWriter.swift
[609/627] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[610/627] Compiling NIOCore BSDSocketAPI.swift
[611/627] Compiling NIOCore ByteBuffer-aux.swift
[612/627] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[613/627] Compiling NIOCore ByteBuffer-conversions.swift
[614/627] Compiling NIOCore ByteBuffer-core.swift
[615/627] Compiling NIOCore ByteBuffer-hex.swift
[616/627] Compiling NIOCore ByteBuffer-int.swift
[617/627] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[618/627] Emitting module NIOCore
[619/627] Compiling NIOCore ByteBuffer-multi-int.swift
[620/627] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[621/627] Compiling NIOCore ByteBuffer-views.swift
[622/627] Compiling NIOCore Channel.swift
[623/627] Compiling NIOCore ChannelHandler.swift
[624/627] Compiling NIOCore ChannelHandlers.swift
[625/627] Compiling NIOCore ChannelInvoker.swift
[626/627] Compiling NIOCore ChannelOption.swift
[627/627] Compiling NIOCore ChannelPipeline.swift
[629/680] Compiling NIOEmbedded AsyncTestingChannel.swift
[630/680] Emitting module NIOEmbedded
[631/680] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[632/680] Compiling NIOEmbedded Embedded.swift
[634/681] Emitting module NIOPosix
[635/687] Compiling NIOPosix IO.swift
[636/687] Compiling NIOPosix IntegerBitPacking.swift
[637/687] Compiling NIOPosix IntegerTypes.swift
[638/687] Compiling NIOPosix Linux.swift
[639/687] Compiling NIOPosix LinuxCPUSet.swift
[640/687] Compiling NIOPosix LinuxUring.swift
[641/687] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[642/687] Compiling NIOPosix Socket.swift
[643/687] Compiling NIOPosix SocketChannel.swift
[644/687] Compiling NIOPosix SocketProtocols.swift
[645/687] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[646/687] Compiling NIOPosix System.swift
[647/687] Compiling NIOPosix Thread.swift
[648/687] Compiling NIOPosix Pool.swift
[649/687] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[650/687] Compiling NIOPosix PosixSingletons.swift
[651/687] Compiling NIOPosix RawSocketBootstrap.swift
[652/687] Compiling NIOPosix Resolver.swift
[653/687] Compiling NIOPosix Selectable.swift
[654/687] Compiling NIOPosix SelectableChannel.swift
[655/687] Compiling NIOPosix SelectableEventLoop.swift
[656/687] Compiling NIOPosix SelectorEpoll.swift
[657/687] Compiling NIOPosix SelectorGeneric.swift
[658/687] Compiling NIOPosix SelectorKqueue.swift
[659/687] Compiling NIOPosix SelectorUring.swift
[660/687] Compiling NIOPosix ServerSocket.swift
[661/687] Compiling NIOPosix ThreadPosix.swift
[662/687] Compiling NIOPosix ThreadWindows.swift
[663/687] Compiling NIOPosix UnsafeTransfer.swift
[664/687] Compiling NIOPosix Utilities.swift
[665/687] Compiling NIOPosix VsockAddress.swift
[666/687] Compiling NIOPosix VsockChannelEvents.swift
[667/687] Compiling NIOPosix NIOPosixSendableMetatype.swift
[668/687] Compiling NIOPosix NIOThreadPool.swift
[669/687] Compiling NIOPosix NonBlockingFileIO.swift
[670/687] Compiling NIOPosix PendingDatagramWritesManager.swift
[671/687] Compiling NIOPosix PendingWritesManager.swift
[672/687] Compiling NIOPosix PipeChannel.swift
[673/687] Compiling NIOPosix PipePair.swift
[674/687] Compiling NIOPosix BSDSocketAPICommon.swift
[675/687] Compiling NIOPosix BSDSocketAPIPosix.swift
[676/687] Compiling NIOPosix BSDSocketAPIWindows.swift
[677/687] Compiling NIOPosix BaseSocket.swift
[678/687] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[679/687] Compiling NIOPosix BaseSocketChannel.swift
[680/687] Compiling NIOPosix BaseStreamSocketChannel.swift
[681/687] Compiling NIOPosix Bootstrap.swift
[682/687] Compiling NIOPosix ControlMessage.swift
[683/687] Compiling NIOPosix DatagramVectorReadManager.swift
[684/687] Compiling NIOPosix Errors+Any.swift
[685/687] Compiling NIOPosix FileDescriptor.swift
[686/687] Compiling NIOPosix GetaddrinfoResolver.swift
[687/687] Compiling NIOPosix HappyEyeballs.swift
[689/690] Emitting module NIO
[690/690] Compiling NIO Exports.swift
[692/730] Compiling NIOTLS TLSEvents.swift
[693/730] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[694/730] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[695/730] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[696/730] Emitting module NIOTLS
[697/730] Compiling NIOSOCKS ClientStateMachine.swift
[698/730] Compiling NIOSOCKS SOCKSResponse.swift
[699/730] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[700/731] Compiling NIOSOCKS AuthenticationMethod.swift
[701/731] Compiling NIOSOCKS ClientGreeting.swift
[702/731] Emitting module NIOSOCKS
[703/731] Compiling NIOSOCKS SOCKSClientHandler.swift
[704/731] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[705/731] Compiling NIOSOCKS ServerStateMachine.swift
[706/731] Compiling NIOTLS SNIHandler.swift
[707/732] Compiling NIOSOCKS Messages.swift
[708/732] Compiling NIOSOCKS SOCKSRequest.swift
[709/732] Compiling NIOSOCKS Errors.swift
[710/732] Compiling NIOSOCKS Helpers.swift
[712/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[713/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[715/735] Emitting module NIOHTTP1
[716/764] Compiling NIOSSL ObjectIdentifier.swift
[717/764] Compiling NIOSSL PosixPort.swift
[718/764] Compiling NIOSSL NIOSSLHandler.swift
[719/764] Compiling NIOSSL AndroidCABundle.swift
[720/764] Compiling NIOSSL SSLCallbacks.swift
[721/764] Compiling NIOSSL SSLContext.swift
[722/764] Compiling NIOSSL IdentityVerification.swift
[723/764] Compiling NIOSSL SSLCertificate.swift
[724/764] Compiling NIOSSL SSLCertificateExtensions.swift
[725/764] Compiling NIOSSL SSLCertificateName.swift
[726/764] Compiling NIOSSL ByteBufferBIO.swift
[727/764] Compiling NIOSSL CustomPrivateKey.swift
[728/764] Compiling NIOSSL LinuxCABundle.swift
[729/764] Compiling NIOSSL NIOSSLClientHandler.swift
[730/764] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[732/783] Emitting module NIOSSL
[733/787] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[734/787] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[735/787] Compiling NIOHPACK IndexedHeaderTable.swift
[736/787] Compiling NIOHPACK IntegerCoding.swift
[737/788] Compiling NIOHPACK HPACKEncoder.swift
[738/788] Compiling NIOHPACK HPACKErrors.swift
[739/788] Compiling NIOHPACK DynamicHeaderTable.swift
[740/788] Compiling NIOHPACK HPACKDecoder.swift
[741/788] Emitting module NIOHTTPCompression
[742/788] Compiling NIOHPACK HuffmanTables.swift
[743/788] Compiling NIOHPACK HuffmanCoding.swift
[744/788] Emitting module NIOFoundationCompat
[745/788] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[746/788] Compiling NIOHPACK StaticHeaderTable.swift
[747/788] Compiling NIOHTTPCompression HTTPDecompression.swift
[748/788] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[749/788] Compiling NIOHTTPCompression HTTPCompression.swift
[750/788] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[751/789] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[752/789] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[753/789] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[754/790] Compiling NIOSSL SSLPrivateKey.swift
[755/790] Compiling NIOSSL SSLPublicKey.swift
[756/790] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[757/790] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[758/790] Compiling NIOSSL SubjectAlternativeName.swift
[759/790] Compiling NIOSSL NIOSSLSecureBytes.swift
[760/790] Compiling NIOSSL RNG.swift
[761/790] Compiling NIOSSL SafeCompare.swift
[767/790] Compiling NIOHPACK HPACKHeader.swift
[768/790] Compiling NIOHPACK HeaderTables.swift
[769/790] Emitting module NIOHPACK
[772/813] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[773/813] Compiling NIOTransportServices NIOTSListenerChannel.swift
[774/813] Compiling NIOTransportServices NIOTSBootstraps.swift
[775/813] Compiling NIOTransportServices NIOTSChannelOptions.swift
[776/813] Compiling NIOTransportServices StateManagedChannel.swift
[777/813] Compiling NIOTransportServices StateManagedListenerChannel.swift
[778/813] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[779/815] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[780/815] Compiling NIOTransportServices NIOTSSingletons.swift
[781/815] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[784/815] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[785/815] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[786/815] Compiling NIOTransportServices NIOTSErrors.swift
[787/815] Compiling NIOTransportServices NIOTSEventLoop.swift
[788/815] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[791/875] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[792/875] Compiling NIOHTTP2 HasFlowControlWindows.swift
[793/875] Compiling NIOHTTP2 HasLocalSettings.swift
[794/875] Compiling NIOHTTP2 HasRemoteSettings.swift
[795/875] Compiling NIOHTTP2 LocallyQuiescingState.swift
[796/875] Compiling NIOHTTP2 QuiescingState.swift
[797/875] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[798/875] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[799/875] Compiling NIOHTTP2 StateMachineResult.swift
[800/875] Compiling NIOHTTP2 ContentLengthVerifier.swift
[801/875] Compiling NIOHTTP2 MaySendFrames.swift
[802/875] Compiling NIOHTTP2 SendingDataState.swift
[803/875] Compiling NIOHTTP2 SendingHeadersState.swift
[804/875] Compiling NIOHTTP2 SendingPushPromiseState.swift
[808/875] Compiling NIOHTTP2 ConnectionStateMachine.swift
[809/875] Compiling NIOHTTP2 ConnectionStreamsState.swift
[810/875] Compiling NIOHTTP2 MayReceiveFrames.swift
[811/875] Emitting module NIOTransportServices
[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
[819/877] Compiling NIOHTTP2 SendingGoawayState.swift
[822/877] Compiling NIOHTTP2 SendingRstStreamState.swift
[823/877] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[824/877] Compiling NIOHTTP2 HTTP2SettingsState.swift
[825/877] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[836/885] Emitting module NIOHTTP2
[837/885] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[838/885] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[839/885] Compiling NIOHTTP2 StreamChannelFlowController.swift
[840/885] Compiling NIOHTTP2 StreamChannelList.swift
[841/885] Compiling NIOHTTP2 StreamMap.swift
[842/885] Compiling NIOHTTP2 StreamStateMachine.swift
[843/885] Compiling NIOHTTP2 UnsafeTransfer.swift
[844/885] Compiling NIOHTTP2 WatermarkedFlowController.swift
[845/885] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[846/885] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[847/885] Compiling NIOHTTP2 HTTP2StreamID.swift
[848/885] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[849/885] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[850/885] Compiling NIOHTTP2 HTTP2UserEvents.swift
[851/885] Compiling NIOHTTP2 InboundEventBuffer.swift
[852/885] Compiling NIOHTTP2 InboundWindowManager.swift
[856/885] Compiling NIOHTTP2 ReceivingDataState.swift
[857/885] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[858/885] Compiling NIOHTTP2 ReceivingHeadersState.swift
[859/885] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[860/885] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[862/885] Compiling NIOHTTP2 HTTP2Frame.swift
[863/885] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[864/885] Compiling NIOHTTP2 HTTP2FrameParser.swift
[865/885] Compiling NIOHTTP2 HTTP2PingData.swift
[866/885] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[867/885] Compiling NIOHTTP2 HTTP2Settings.swift
[868/885] Compiling NIOHTTP2 HTTP2Stream.swift
[869/885] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[870/885] Compiling NIOHTTP2 DOSHeuristics.swift
[875/885] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[876/885] Compiling NIOHTTP2 GlitchesMonitor.swift
[877/885] Compiling NIOHTTP2 HPACKHeaders+Validation.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 SingleIteratorPrecondition.swift
[889/946] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[890/946] Compiling AsyncHTTPClient Transaction.swift
[891/946] Compiling AsyncHTTPClient Base64.swift
[892/946] Compiling AsyncHTTPClient BasicAuth.swift
[893/946] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[894/946] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[895/946] Compiling AsyncHTTPClient ConnectionPool.swift
[896/946] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[897/954] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[898/954] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[899/954] Compiling AsyncHTTPClient AsyncLazySequence.swift
[900/954] Compiling AsyncHTTPClient HTTPClient+execute.swift
[901/954] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[902/954] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[903/954] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[904/954] Compiling AsyncHTTPClient HTTPClientRequest.swift
[905/954] Compiling AsyncHTTPClient HTTPClientResponse.swift
[906/954] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[907/954] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[908/954] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[909/954] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[910/954] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[911/954] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[912/954] Compiling AsyncHTTPClient RequestBodyLength.swift
[913/954] Compiling AsyncHTTPClient RequestFramingMetadata.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 HTTPHandler.swift
[923/954] Compiling AsyncHTTPClient LRUCache.swift
[924/954] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[925/954] Compiling AsyncHTTPClient NWErrorHandler.swift
[926/954] Compiling AsyncHTTPClient NWWaitingHandler.swift
[927/954] Compiling AsyncHTTPClient TLSConfiguration.swift
[928/954] Compiling AsyncHTTPClient RedirectState.swift
[929/954] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[930/954] Compiling AsyncHTTPClient RequestBag.swift
[931/954] Compiling AsyncHTTPClient RequestValidation.swift
[932/954] Compiling AsyncHTTPClient SSLContextCache.swift
[933/954] Compiling AsyncHTTPClient Scheme.swift
[934/954] Compiling AsyncHTTPClient Singleton.swift
[935/954] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[936/954] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[937/954] Compiling AsyncHTTPClient Utils.swift
[938/954] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[939/954] Compiling AsyncHTTPClient TLSEventsHandler.swift
[940/954] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[941/954] Compiling AsyncHTTPClient HTTP1Connection.swift
[942/954] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[943/954] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[944/954] Compiling AsyncHTTPClient HTTP2Connection.swift
[945/954] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[946/954] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[947/954] Compiling AsyncHTTPClient RequestOptions.swift
[948/954] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[949/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[950/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[951/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[952/954] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[953/954] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[954/954] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
Build complete! (321.40s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.