Build Information
Successful build of async-http-client, reference 1.26.1 (602359
), with Swift 6.1 for Linux on 22 May 2025 11:31:07 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/async-http-client.git
Reference: 1.26.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.26.1 -> FETCH_HEAD
HEAD is now at 6023598 Fix 5.9 build (#844)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
60235983163d040f343a489f7e2e77c1918a8bd9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at 1.26.1
========================================
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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.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
[1/5959] Fetching swift-algorithms
[240/11873] Fetching swift-algorithms, swift-nio-extras
[1191/14540] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services
[6571/18376] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services, swift-log
[12428/20086] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services, swift-log, swift-atomics
[15689/31613] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services, swift-log, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.03s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.04s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.04s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/75981] Fetching swift-nio
[2281/90817] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (3.43s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.44s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.44s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.59s)
[57746/75981] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.90s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (7.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.61s)
Fetching https://github.com/swift-server/swift-service-lifecycle.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
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[65/2494] Fetching swift-http-types, swift-asn1
[1700/3635] Fetching swift-http-types, swift-asn1, swift-http-structured-headers
[3363/9790] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates
[3607/12216] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle
[4199/17201] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.74s)
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 (0.52s)
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.76s)
Fetching https://github.com/apple/swift-collections.git
[1/16580] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.24s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.71s)
Fetching https://github.com/apple/swift-numerics.git
[1/5684] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.17s)
Fetching https://github.com/apple/swift-system.git
[1/4374] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.56s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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.31.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.0.3
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-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.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.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.12.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.27.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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.3
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.24.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/439] Write sources
[22/439] Compiling _NumericsShims _NumericsShims.c
[23/439] Compiling CNIOWindows WSAStartup.c
[24/439] Compiling _AtomicsShims.c
[25/439] Compiling CNIOWindows shim.c
[26/439] Compiling CNIOWASI CNIOWASI.c
[27/439] Compiling CNIOLinux liburing_shims.c
[28/439] Compiling CNIOExtrasZlib empty.c
[29/439] Compiling CNIODarwin shim.c
[29/439] Compiling CNIOLLHTTP c_nio_http.c
[31/439] Compiling CNIOLinux shim.c
[32/439] Compiling CNIOLLHTTP c_nio_api.c
[33/439] Compiling fiat_p256_adx_sqr.S
[34/439] Compiling fiat_p256_adx_mul.S
[35/439] Compiling fiat_curve25519_adx_mul.S
[36/439] Compiling fiat_curve25519_adx_square.S
[37/439] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[37/439] Write swift-version-24593BA9C3E375BF.txt
[39/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/439] Compiling CNIOBoringSSLShims shims.c
[41/445] Compiling tls13_server.cc
[42/455] Compiling tls_method.cc
[43/455] Compiling tls13_client.cc
[44/455] Compiling tls13_enc.cc
[45/472] Compiling tls_record.cc
[46/474] Compiling tls13_both.cc
[48/493] Emitting module Logging
[48/493] Compiling t1_enc.cc
[50/493] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/494] Compiling Atomics UnsafeAtomic.swift
[52/494] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/496] Compiling Atomics AtomicReference.swift
[54/496] Compiling Atomics AtomicStorage.swift
[55/496] Compiling Atomics AtomicValue.swift
[56/496] Compiling Atomics ManagedAtomic.swift
[57/496] Compiling Atomics ManagedAtomicLazyReference.swift
[58/496] Compiling Atomics AtomicMemoryOrderings.swift
[59/496] Compiling Atomics DoubleWord.swift
[60/496] Emitting module _NIOBase64
[61/496] Compiling _NIOBase64 Base64.swift
[62/496] Compiling Atomics Primitives.shims.swift
[63/496] Compiling Atomics AtomicInteger.swift
[63/496] Compiling ssl_x509.cc
[67/497] Emitting module RealModule
[68/497] Compiling RealModule ElementaryFunctions.swift
[69/497] Compiling Atomics OptionalRawRepresentable.swift
[70/497] Compiling Atomics RawRepresentable.swift
[71/497] Compiling RealModule Real.swift
[72/498] Compiling RealModule Float80+Real.swift
[77/498] Compiling Atomics AtomicOptionalWrappable.swift
[80/498] Compiling Atomics AtomicBool.swift
[81/498] Compiling _NIODataStructures PriorityQueue.swift
[82/498] Compiling _NIODataStructures _TinyArray.swift
[84/498] Compiling Atomics IntegerConformances.swift
[85/498] Emitting module InternalCollectionsUtilities
[88/498] Compiling Atomics PointerConformances.swift
[89/498] Compiling Atomics Primitives.native.swift
[90/498] Compiling RealModule Float+Real.swift
[93/498] Compiling RealModule Float16+Real.swift
[94/498] Compiling RealModule RealFunctions.swift
[97/499] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/500] Emitting module Atomics
[99/500] Compiling Atomics IntegerOperations.swift
[100/500] Compiling Atomics Unmanaged extensions.swift
[102/525] Emitting module _NIODataStructures
[103/525] Compiling _NIODataStructures Heap.swift
[104/526] Compiling Logging Locks.swift
[105/526] Compiling Logging LogHandler.swift
[106/526] Compiling Logging MetadataProvider.swift
[107/526] Compiling Logging Logging.swift
[110/527] Compiling Algorithms FirstNonNil.swift
[111/527] Compiling Algorithms AdjacentPairs.swift
[112/527] Compiling Algorithms Chain.swift
[114/543] Compiling DequeModule Deque+CustomReflectable.swift
[115/543] Compiling DequeModule Deque+Descriptions.swift
[116/545] Compiling DequeModule _DequeBuffer.swift
[117/545] Compiling DequeModule _DequeBufferHeader.swift
[117/545] Compiling ssl_transcript.cc
[118/545] Compiling ssl_versions.cc
[122/545] Compiling DequeModule Deque+Testing.swift
[123/548] Compiling DequeModule _DequeSlot.swift
[124/548] Compiling DequeModule _UnsafeWrappedBuffer.swift
[125/548] Compiling DequeModule Deque+Codable.swift
[126/548] Compiling DequeModule Deque+Collection.swift
[128/548] Compiling ssl_stat.cc
[131/548] Compiling DequeModule Deque._Storage.swift
[132/548] Compiling DequeModule Deque+Equatable.swift
[133/548] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[134/548] Compiling DequeModule Deque+Extras.swift
[135/548] Compiling DequeModule Deque+Hashable.swift
[136/548] Compiling DequeModule Deque._UnsafeHandle.swift
[137/548] Compiling DequeModule Deque.swift
[138/548] Compiling Algorithms Split.swift
[139/548] Compiling Algorithms Stride.swift
[140/548] Compiling Algorithms Suffix.swift
[143/548] Emitting module DequeModule
[146/549] Compiling Algorithms Permutations.swift
[147/549] Compiling Algorithms Product.swift
[148/549] Compiling Algorithms Joined.swift
[149/549] Compiling Algorithms Keyed.swift
[150/549] Compiling Algorithms MinMax.swift
[150/549] Compiling ssl_session.cc
[156/549] Compiling Algorithms Trim.swift
[157/549] Compiling Algorithms Unique.swift
[158/549] Compiling Algorithms Windows.swift
[158/549] Compiling ssl_privkey.cc
[163/549] Compiling ssl_file.cc
[164/549] Compiling ssl_key_share.cc
[165/549] Compiling ssl_lib.cc
[166/549] Compiling ssl_credential.cc
[168/549] Emitting module Algorithms
[168/550] Compiling ssl_cipher.cc
[169/550] Compiling ssl_cert.cc
[171/550] Compiling ssl_buffer.cc
[172/550] Compiling ssl_aead_ctx.cc
[173/550] Compiling s3_pkt.cc
[174/550] Compiling s3_lib.cc
[175/550] Compiling ssl_asn1.cc
[176/550] Compiling s3_both.cc
[177/550] Compiling handshake_server.cc
[178/550] Compiling handshake_client.cc
[179/550] Compiling handshake.cc
[180/550] Compiling dtls_record.cc
[181/550] Compiling handoff.cc
[182/550] Compiling encrypted_client_hello.cc
[183/550] Compiling md5-x86_64-linux.S
[184/550] Compiling md5-x86_64-apple.S
[185/550] Compiling md5-586-linux.S
[186/550] Compiling extensions.cc
[187/550] Compiling md5-586-apple.S
[188/550] Compiling dtls_method.cc
[189/550] Compiling chacha20_poly1305_x86_64-linux.S
[190/550] Compiling chacha20_poly1305_x86_64-apple.S
[191/550] Compiling chacha20_poly1305_armv8-win.S
[192/550] Compiling chacha20_poly1305_armv8-linux.S
[193/550] Compiling chacha20_poly1305_armv8-apple.S
[194/550] Compiling d1_srtp.cc
[195/550] Compiling d1_pkt.cc
[196/550] Compiling chacha-x86_64-linux.S
[197/550] Compiling chacha-x86-linux.S
[198/550] Compiling chacha-x86-apple.S
[199/550] Compiling chacha-x86_64-apple.S
[200/550] Compiling chacha-armv8-apple.S
[201/550] Compiling chacha-armv8-win.S
[202/550] Compiling chacha-armv8-linux.S
[203/550] Compiling chacha-armv4-linux.S
[204/550] Compiling aes128gcmsiv-x86_64-apple.S
[205/550] Compiling err_data.cc
[206/550] Compiling x86_64-mont5-linux.S
[207/550] Compiling aes128gcmsiv-x86_64-linux.S
[208/550] Compiling x86_64-mont5-apple.S
[209/550] Compiling x86-mont-linux.S
[210/550] Compiling x86_64-mont-linux.S
[211/550] Compiling x86_64-mont-apple.S
[212/550] Compiling x86-mont-apple.S
[212/550] Compiling vpaes-x86_64-linux.S
[214/550] Compiling vpaes-x86_64-apple.S
[215/550] Compiling vpaes-x86-apple.S
[216/550] Compiling vpaes-armv7-linux.S
[217/550] Compiling vpaes-armv8-linux.S
[218/550] Compiling vpaes-x86-linux.S
[219/550] Compiling vpaes-armv8-win.S
[220/550] Compiling vpaes-armv8-apple.S
[221/550] Compiling sha512-x86_64-linux.S
[222/550] Compiling sha512-armv8-win.S
[223/550] Compiling sha512-armv8-linux.S
[224/550] Compiling sha512-x86_64-apple.S
[225/550] Compiling sha512-armv8-apple.S
[226/550] Compiling sha512-armv4-linux.S
[227/550] Compiling d1_lib.cc
[228/550] Compiling sha512-586-apple.S
[229/550] Compiling sha512-586-linux.S
[230/550] Compiling sha256-x86_64-apple.S
[231/550] Compiling sha256-armv8-linux.S
[232/550] Compiling sha256-x86_64-linux.S
[233/550] Compiling sha256-armv8-win.S
[234/550] Compiling sha256-armv4-linux.S
[235/550] Compiling sha256-armv8-apple.S
[236/550] Compiling sha256-586-linux.S
[237/550] Compiling sha256-586-apple.S
[238/550] Compiling sha1-x86_64-apple.S
[239/550] Compiling sha1-armv8-linux.S
[240/550] Compiling sha1-armv8-win.S
[241/550] Compiling sha1-x86_64-linux.S
[242/550] Compiling sha1-armv8-apple.S
[243/550] Compiling sha1-586-linux.S
[244/550] Compiling sha1-armv4-large-linux.S
[245/550] Compiling bio_ssl.cc
[246/550] Compiling sha1-586-apple.S
[247/550] Compiling rsaz-avx2-apple.S
[248/550] Compiling rdrand-x86_64-linux.S
[249/550] Compiling rsaz-avx2-linux.S
[250/550] Compiling rdrand-x86_64-apple.S
[251/550] Compiling p256_beeu-x86_64-asm-linux.S
[252/550] Compiling p256_beeu-x86_64-asm-apple.S
[253/550] Compiling p256_beeu-armv8-asm-linux.S
[254/550] Compiling p256_beeu-armv8-asm-win.S
[255/550] Compiling p256_beeu-armv8-asm-apple.S
[256/550] Compiling p256-x86_64-asm-linux.S
[257/550] Compiling p256-armv8-asm-win.S
[258/550] Compiling p256-x86_64-asm-apple.S
[259/550] Compiling ghashv8-armv8-win.S
[260/550] Compiling p256-armv8-asm-apple.S
[261/550] Compiling p256-armv8-asm-linux.S
[262/550] Compiling ghashv8-armv8-apple.S
[263/550] Compiling ghashv8-armv8-linux.S
[264/550] Compiling ghashv8-armv7-linux.S
[265/550] Compiling ghash-x86_64-linux.S
[266/550] Compiling d1_both.cc
[267/550] Compiling ghash-x86_64-apple.S
[268/550] Compiling ghash-ssse3-x86_64-linux.S
[269/550] Compiling ghash-x86-apple.S
[270/550] Compiling ghash-ssse3-x86-linux.S
[271/550] Compiling ghash-ssse3-x86-apple.S
[272/550] Compiling ghash-ssse3-x86_64-apple.S
[272/550] Compiling ghash-x86-linux.S
[274/550] Compiling ghash-neon-armv8-win.S
[275/550] Compiling ghash-neon-armv8-apple.S
[276/550] Compiling co-586-linux.S
[277/550] Compiling ghash-neon-armv8-linux.S
[278/550] Compiling ghash-armv4-linux.S
[279/550] Compiling co-586-apple.S
[280/550] Compiling bn-armv8-win.S
[281/550] Compiling bsaes-armv7-linux.S
[282/550] Compiling bn-armv8-linux.S
[283/550] Compiling bn-armv8-apple.S
[284/550] Compiling bn-586-linux.S
[285/550] Compiling armv8-mont-linux.S
[286/550] Compiling armv8-mont-win.S
[287/550] Compiling bn-586-apple.S
[288/550] Compiling armv4-mont-linux.S
[289/550] Compiling aesv8-gcm-armv8-apple.S
[290/550] Compiling aesv8-gcm-armv8-linux.S
[291/550] Compiling aesv8-armv8-win.S
[292/550] Compiling aesv8-gcm-armv8-win.S
[293/550] Compiling armv8-mont-apple.S
[294/550] Compiling aesv8-armv8-apple.S
[295/550] Compiling aesv8-armv8-linux.S
[296/550] Compiling aesv8-armv7-linux.S
[297/550] Compiling aesni-x86_64-linux.S
[298/550] Compiling aesni-x86_64-apple.S
[299/550] Compiling aes-gcm-avx2-x86_64-linux.S
[300/550] Compiling aesni-x86-linux.S
[301/550] Compiling aesni-x86-apple.S
[302/550] Compiling aes-gcm-avx2-x86_64-apple.S
[303/550] Compiling aesni-gcm-x86_64-linux.S
[304/550] Compiling aesni-gcm-x86_64-apple.S
[305/550] Compiling aes-gcm-avx10-x86_64-apple.S
[306/550] Compiling aes-gcm-avx10-x86_64-linux.S
[307/550] Compiling x_name.cc
[308/550] Compiling x_sig.cc
[309/550] Compiling x_val.cc
[310/550] Compiling x_spki.cc
[311/550] Compiling x_x509.cc
[312/550] Compiling x_req.cc
[313/550] Compiling x_x509a.cc
[314/550] Compiling x_pubkey.cc
[315/550] Compiling x_exten.cc
[316/550] Compiling x_attrib.cc
[317/550] Compiling x_all.cc
[318/550] Compiling x_crl.cc
[319/550] Compiling x_algor.cc
[320/550] Compiling x509spki.cc
[321/550] Compiling x509rset.cc
[322/550] Compiling x509name.cc
[323/550] Compiling x509cset.cc
[324/550] Compiling x509_txt.cc
[325/550] Compiling x509_vpm.cc
[326/550] Compiling x509_v3.cc
[327/550] Compiling x509_vfy.cc
[328/550] Compiling x509_trs.cc
[329/550] Compiling x509_set.cc
[330/550] Compiling x509_req.cc
[331/550] Compiling x509_obj.cc
[332/550] Compiling x509_def.cc
[333/550] Compiling x509_ext.cc
[334/550] Compiling x509_d2.cc
[335/550] Compiling x509_lu.cc
[336/550] Compiling x509_cmp.cc
[337/550] Compiling x509.cc
[338/550] Compiling x509_att.cc
[339/550] Compiling v3_skey.cc
[340/550] Compiling v3_utl.cc
[341/550] Compiling v3_pmaps.cc
[342/550] Compiling v3_prn.cc
[343/550] Compiling v3_purp.cc
[344/550] Compiling v3_pcons.cc
[345/550] Compiling v3_ocsp.cc
[346/550] Compiling v3_ncons.cc
[347/550] Compiling v3_int.cc
[348/550] Compiling v3_ia5.cc
[349/550] Compiling v3_lib.cc
[350/550] Compiling v3_info.cc
[351/550] Compiling v3_genn.cc
[352/550] Compiling v3_extku.cc
[353/550] Compiling v3_enum.cc
[354/550] Compiling v3_crld.cc
[355/550] Compiling v3_cpols.cc
[356/550] Compiling v3_bitst.cc
[357/550] Compiling v3_conf.cc
[358/550] Compiling v3_bcons.cc
[359/550] Compiling v3_akeya.cc
[360/550] Compiling v3_alt.cc
[361/550] Compiling v3_akey.cc
[362/550] Compiling t_x509a.cc
[363/550] Compiling i2d_pr.cc
[364/550] Compiling t_crl.cc
[365/550] Compiling t_req.cc
[366/550] Compiling t_x509.cc
[367/550] Compiling rsa_pss.cc
[368/550] Compiling name_print.cc
[369/550] Compiling policy.cc
[370/550] Compiling by_file.cc
[371/550] Compiling by_dir.cc
[372/550] Compiling voprf.cc
[373/550] Compiling algorithm.cc
[374/550] Compiling a_verify.cc
[375/550] Compiling a_digest.cc
[376/550] Compiling asn1_gen.cc
[377/550] Compiling a_sign.cc
[378/550] Compiling trust_token.cc
[379/550] Compiling thread_win.cc
[380/550] Compiling thread.cc
[381/550] Compiling thread_pthread.cc
[382/550] Compiling thread_none.cc
[383/550] Compiling stack.cc
[384/550] Compiling pmbtoken.cc
[385/550] Compiling sha512.cc
[386/550] Compiling sha256.cc
[387/550] Compiling siphash.cc
[388/550] Compiling sha1.cc
[389/550] Compiling slhdsa.cc
[390/550] Compiling rsa_print.cc
[391/550] Compiling spake2plus.cc
[392/550] Compiling rsa_extra.cc
[393/550] Compiling rc4.cc
[394/550] Compiling rsa_crypt.cc
[395/550] Compiling refcount.cc
[396/550] Compiling windows.cc
[397/550] Compiling trusty.cc
[398/550] Compiling urandom.cc
[399/550] Compiling rand.cc
[400/550] Compiling rsa_asn1.cc
[401/550] Compiling ios.cc
[402/550] Compiling poly1305_arm_asm.S
[403/550] Compiling getentropy.cc
[404/550] Compiling passive.cc
[405/550] Compiling deterministic.cc
[406/550] Compiling forkunsafe.cc
[407/550] Compiling fork_detect.cc
[408/550] Compiling poly1305.cc
[409/550] Compiling poly1305_arm.cc
[410/550] Compiling poly1305_vec.cc
[411/550] Compiling pool.cc
[412/550] Compiling pkcs8.cc
[413/550] Compiling pkcs7.cc
[414/550] Compiling pem_x509.cc
[415/550] Compiling pkcs8_x509.cc
[416/550] Compiling pem_xaux.cc
[417/550] Compiling p5_pbev2.cc
[418/550] Compiling pkcs7_x509.cc
[419/550] Compiling pem_pkey.cc
[420/550] Compiling mlkem.cc
[421/550] Compiling obj_xref.cc
[422/550] Compiling pem_pk8.cc
[423/550] Compiling pem_oth.cc
[424/550] Compiling mldsa.cc
[425/550] Compiling pem_info.cc
[426/550] Compiling pem_lib.cc
[427/550] Compiling obj.cc
[428/550] Compiling md5.cc
[429/550] Compiling mem.cc
[430/550] Compiling fips_shared_support.cc
[431/550] Compiling pem_all.cc
[432/550] Compiling poly_rq_mul.S
[433/550] Compiling md4.cc
[434/550] Compiling lhash.cc
[435/550] Compiling ex_data.cc
[436/550] Compiling sign.cc
[437/550] Compiling hrss.cc
[438/550] Compiling scrypt.cc
[439/550] Compiling kyber.cc
[440/550] Compiling hpke.cc
[441/550] Compiling print.cc
[442/550] Compiling pbkdf.cc
[443/550] Compiling p_x25519.cc
[444/550] Compiling p_rsa_asn1.cc
[445/550] Compiling p_ed25519.cc
[446/550] Compiling p_x25519_asn1.cc
[447/550] Compiling p_rsa.cc
[448/550] Compiling p_ed25519_asn1.cc
[449/550] Compiling p_hkdf.cc
[450/550] Compiling p_ec.cc
[451/550] Compiling p_dh.cc
[452/550] Compiling p_ec_asn1.cc
[453/550] Compiling p_dh_asn1.cc
[454/550] Compiling evp_ctx.cc
[455/550] Compiling p_dsa_asn1.cc
[456/550] Compiling engine.cc
[457/550] Compiling ecdh.cc
[458/550] Compiling evp.cc
[459/550] Compiling err.cc
[460/550] Compiling evp_asn1.cc
[461/550] Compiling ec_derive.cc
[462/550] Compiling hash_to_curve.cc
[463/550] Compiling ecdsa_asn1.cc
[464/550] Compiling dsa.cc
[465/550] Compiling ec_asn1.cc
[466/550] Compiling dsa_asn1.cc
[467/550] Compiling params.cc
[468/550] Compiling x25519-asm-arm.S
[469/550] Compiling des.cc
[470/550] Compiling dh_asn1.cc
[471/550] Compiling digest_extra.cc
[472/550] Compiling spake25519.cc
[473/550] Compiling crypto.cc
[474/550] Compiling cpu_intel.cc
[475/550] Compiling cpu_arm_linux.cc
[476/550] Compiling curve25519.cc
[477/550] Compiling cpu_arm_freebsd.cc
[478/550] Compiling cpu_aarch64_openbsd.cc
[479/550] Compiling cpu_aarch64_win.cc
[480/550] Compiling cpu_aarch64_sysreg.cc
[481/550] Compiling curve25519_64_adx.cc
[482/550] Compiling cpu_aarch64_fuchsia.cc
[483/550] Compiling cpu_aarch64_linux.cc
[484/550] Compiling bcm.cc
[485/550] Compiling cpu_aarch64_apple.cc
[486/550] Compiling get_cipher.cc
[487/550] Compiling tls_cbc.cc
[488/550] Compiling e_rc4.cc
[489/550] Compiling conf.cc
[490/550] Compiling e_rc2.cc
[491/550] Compiling e_null.cc
[492/550] Compiling e_tls.cc
[493/550] Compiling e_des.cc
[494/550] Compiling e_aesgcmsiv.cc
[495/550] Compiling e_chacha20poly1305.cc
[496/550] Compiling e_aesctrhmac.cc
[497/550] Compiling derive_key.cc
[498/550] Compiling chacha.cc
[499/550] Compiling buf.cc
[500/550] Compiling unicode.cc
[501/550] Compiling cbb.cc
[502/550] Compiling cbs.cc
[503/550] Compiling ber.cc
[504/550] Compiling asn1_compat.cc
[505/550] Compiling blake2.cc
[506/550] Compiling convert.cc
[507/550] Compiling socket_helper.cc
[508/550] Compiling bn_asn1.cc
[509/550] Compiling socket.cc
[510/550] Compiling printf.cc
[511/550] Compiling pair.cc
[512/550] Compiling hexdump.cc
[513/550] Compiling file.cc
[514/550] Compiling errno.cc
[515/550] Compiling bio_mem.cc
[516/550] Compiling fd.cc
[517/550] Compiling connect.cc
[518/550] Compiling bio.cc
[519/550] Compiling base64.cc
[520/550] Compiling tasn_fre.cc
[521/550] Compiling tasn_typ.cc
[522/550] Compiling tasn_enc.cc
[523/550] Compiling tasn_utl.cc
[524/550] Compiling posix_time.cc
[525/550] Compiling f_string.cc
[526/550] Compiling tasn_new.cc
[527/550] Compiling asn_pack.cc
[528/550] Compiling f_int.cc
[529/550] Compiling asn1_par.cc
[530/550] Compiling tasn_dec.cc
[531/550] Compiling asn1_lib.cc
[532/550] Compiling a_octet.cc
[533/550] Compiling a_utctm.cc
[534/550] Compiling a_time.cc
[535/550] Compiling a_type.cc
[536/550] Compiling a_strex.cc
[537/550] Compiling a_strnid.cc
[538/550] Compiling a_i2d_fp.cc
[539/550] Compiling a_object.cc
[540/550] Compiling a_int.cc
[541/550] Compiling a_mbstr.cc
[542/550] Write sources
[543/550] Compiling a_dup.cc
[544/550] Compiling a_d2i_fp.cc
[545/550] Compiling a_gentm.cc
[546/550] Compiling a_bool.cc
[547/550] Compiling a_bitstr.cc
[548/550] Compiling c-nioatomics.c
[549/550] Compiling c-atomics.c
[551/556] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[552/556] Compiling NIOConcurrencyHelpers NIOLock.swift
[553/556] Compiling NIOConcurrencyHelpers lock.swift
[554/556] Emitting module NIOConcurrencyHelpers
[555/556] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[556/556] Compiling NIOConcurrencyHelpers atomics.swift
[558/617] Compiling NIOCore MulticastChannel.swift
[559/617] Compiling NIOCore NIOAny.swift
[560/617] Compiling NIOCore NIOCloseOnErrorHandler.swift
[561/617] Compiling NIOCore NIOLoopBound.swift
[562/617] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[563/617] Compiling NIOCore NIOScheduledCallback.swift
[564/617] Compiling NIOCore NIOSendable.swift
[565/617] Compiling NIOCore RecvByteBufferAllocator.swift
[566/625] Compiling NIOCore IO.swift
[567/625] Compiling NIOCore IOData.swift
[568/625] Compiling NIOCore IPProtocol.swift
[569/625] Compiling NIOCore IntegerBitPacking.swift
[570/625] Compiling NIOCore IntegerTypes.swift
[571/625] Compiling NIOCore Interfaces.swift
[572/625] Compiling NIOCore Linux.swift
[573/625] Compiling NIOCore MarkedCircularBuffer.swift
[574/625] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[575/625] Compiling NIOCore SocketAddresses.swift
[576/625] Compiling NIOCore SocketOptionProvider.swift
[577/625] Compiling NIOCore SystemCallHelpers.swift
[578/625] Compiling NIOCore TimeAmount+Duration.swift
[579/625] Compiling NIOCore TypeAssistedChannelHandler.swift
[580/625] Compiling NIOCore UniversalBootstrapSupport.swift
[581/625] Compiling NIOCore Utilities.swift
[582/625] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[583/625] Compiling NIOCore EventLoopFuture+Deprecated.swift
[584/625] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[585/625] Compiling NIOCore EventLoopFuture.swift
[586/625] Compiling NIOCore FileDescriptor.swift
[587/625] Compiling NIOCore FileHandle.swift
[588/625] Compiling NIOCore FileRegion.swift
[589/625] Compiling NIOCore GlobalSingletons.swift
[590/625] Compiling NIOCore CircularBuffer.swift
[591/625] Compiling NIOCore Codec.swift
[592/625] Compiling NIOCore ConvenienceOptionSupport.swift
[593/625] Compiling NIOCore DeadChannel.swift
[594/625] Compiling NIOCore DispatchQueue+WithFuture.swift
[595/625] Compiling NIOCore EventLoop+Deprecated.swift
[596/625] Compiling NIOCore EventLoop+SerialExecutor.swift
[597/625] Compiling NIOCore EventLoop.swift
[598/625] Compiling NIOCore AddressedEnvelope.swift
[599/625] Compiling NIOCore AsyncAwaitSupport.swift
[600/625] Compiling NIOCore AsyncChannel.swift
[601/625] Compiling NIOCore AsyncChannelHandler.swift
[602/625] Compiling NIOCore AsyncChannelInboundStream.swift
[603/625] Compiling NIOCore AsyncChannelOutboundWriter.swift
[604/625] Compiling NIOCore NIOAsyncSequenceProducer.swift
[605/625] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[606/625] Compiling NIOCore NIOAsyncWriter.swift
[607/625] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[608/625] Compiling NIOCore BSDSocketAPI.swift
[609/625] Compiling NIOCore ByteBuffer-aux.swift
[610/625] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[611/625] Compiling NIOCore ByteBuffer-conversions.swift
[612/625] Compiling NIOCore ByteBuffer-core.swift
[613/625] Compiling NIOCore ByteBuffer-hex.swift
[614/625] Compiling NIOCore ByteBuffer-int.swift
[615/625] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[616/625] Compiling NIOCore ByteBuffer-multi-int.swift
[617/625] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[618/625] Compiling NIOCore ByteBuffer-views.swift
[619/625] Compiling NIOCore Channel.swift
[620/625] Compiling NIOCore ChannelHandler.swift
[621/625] Compiling NIOCore ChannelHandlers.swift
[622/625] Compiling NIOCore ChannelInvoker.swift
[623/625] Compiling NIOCore ChannelOption.swift
[624/625] Compiling NIOCore ChannelPipeline.swift
[625/625] Emitting module NIOCore
[627/676] Emitting module NIOEmbedded
[628/676] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[629/676] Compiling NIOEmbedded AsyncTestingChannel.swift
[630/676] Compiling NIOEmbedded Embedded.swift
[632/677] Emitting module NIOPosix
[633/683] Compiling NIOPosix IO.swift
[634/683] Compiling NIOPosix IntegerBitPacking.swift
[635/683] Compiling NIOPosix IntegerTypes.swift
[636/683] Compiling NIOPosix Linux.swift
[637/683] Compiling NIOPosix LinuxCPUSet.swift
[638/683] Compiling NIOPosix LinuxUring.swift
[639/683] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[640/683] Compiling NIOPosix SelectableChannel.swift
[641/683] Compiling NIOPosix SelectableEventLoop.swift
[642/683] Compiling NIOPosix SelectorEpoll.swift
[643/683] Compiling NIOPosix SelectorGeneric.swift
[644/683] Compiling NIOPosix SelectorKqueue.swift
[645/683] Compiling NIOPosix SelectorUring.swift
[646/683] Compiling NIOPosix Pool.swift
[647/683] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[648/683] Compiling NIOPosix PosixSingletons.swift
[649/683] Compiling NIOPosix RawSocketBootstrap.swift
[650/683] Compiling NIOPosix Resolver.swift
[651/683] Compiling NIOPosix Selectable.swift
[652/683] Compiling NIOPosix ServerSocket.swift
[653/683] Compiling NIOPosix Socket.swift
[654/683] Compiling NIOPosix SocketChannel.swift
[655/683] Compiling NIOPosix SocketProtocols.swift
[656/683] Compiling NIOPosix System.swift
[657/683] Compiling NIOPosix Thread.swift
[658/683] Compiling NIOPosix ThreadPosix.swift
[659/683] Compiling NIOPosix ThreadWindows.swift
[660/683] Compiling NIOPosix UnsafeTransfer.swift
[661/683] Compiling NIOPosix Utilities.swift
[662/683] Compiling NIOPosix VsockAddress.swift
[663/683] Compiling NIOPosix VsockChannelEvents.swift
[664/683] Compiling NIOPosix Bootstrap.swift
[665/683] Compiling NIOPosix ControlMessage.swift
[666/683] Compiling NIOPosix DatagramVectorReadManager.swift
[667/683] Compiling NIOPosix Errors+Any.swift
[668/683] Compiling NIOPosix FileDescriptor.swift
[669/683] Compiling NIOPosix GetaddrinfoResolver.swift
[670/683] Compiling NIOPosix HappyEyeballs.swift
[671/683] Compiling NIOPosix BSDSocketAPICommon.swift
[672/683] Compiling NIOPosix BSDSocketAPIPosix.swift
[673/683] Compiling NIOPosix BSDSocketAPIWindows.swift
[674/683] Compiling NIOPosix BaseSocket.swift
[675/683] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[676/683] Compiling NIOPosix BaseSocketChannel.swift
[677/683] Compiling NIOPosix BaseStreamSocketChannel.swift
[678/683] Compiling NIOPosix NIOThreadPool.swift
[679/683] Compiling NIOPosix NonBlockingFileIO.swift
[680/683] Compiling NIOPosix PendingDatagramWritesManager.swift
[681/683] Compiling NIOPosix PendingWritesManager.swift
[682/683] Compiling NIOPosix PipeChannel.swift
[683/683] Compiling NIOPosix PipePair.swift
[685/686] Compiling NIO Exports.swift
[686/686] Emitting module NIO
[688/726] Compiling NIOTLS TLSEvents.swift
[689/726] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[690/726] Emitting module NIOTLS
[691/726] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[692/726] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[693/726] Compiling NIOSOCKS SOCKSResponse.swift
[694/726] Compiling NIOSOCKS ClientStateMachine.swift
[695/727] Emitting module NIOSOCKS
[696/727] Compiling NIOSOCKS SOCKSClientHandler.swift
[697/727] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[698/727] Compiling NIOSOCKS AuthenticationMethod.swift
[699/727] Compiling NIOSOCKS ClientGreeting.swift
[700/727] Compiling NIOSOCKS Messages.swift
[701/727] Compiling NIOSOCKS SOCKSRequest.swift
[702/727] Compiling NIOSOCKS Errors.swift
[703/727] Compiling NIOSOCKS Helpers.swift
[704/727] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[705/727] Compiling NIOTLS SNIHandler.swift
[709/730] Compiling NIOSOCKS ServerStateMachine.swift
[710/731] Emitting module NIOHTTP1
[711/731] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[712/731] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[714/760] Compiling NIOSSL NIOSSLHandler.swift
[715/760] Compiling NIOSSL AndroidCABundle.swift
[716/760] Compiling NIOSSL SSLCallbacks.swift
[717/760] Compiling NIOSSL SSLCertificate.swift
[718/760] Compiling NIOSSL ObjectIdentifier.swift
[719/760] Compiling NIOSSL PosixPort.swift
[720/760] Compiling NIOSSL IdentityVerification.swift
[721/760] Compiling NIOSSL NIOSSLServerHandler.swift
[722/760] Compiling NIOSSL SSLConnection.swift
[723/760] Compiling NIOSSL SSLContext.swift
[724/760] Compiling NIOSSL LinuxCABundle.swift
[725/760] Compiling NIOSSL NIOSSLClientHandler.swift
[726/760] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[727/761] Emitting module NIOFoundationCompat
[729/779] Emitting module NIOSSL
[730/783] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[731/783] Emitting module NIOHTTPCompression
[732/783] Compiling NIOHPACK DynamicHeaderTable.swift
[733/783] Compiling NIOHPACK HPACKDecoder.swift
[734/783] Compiling NIOHPACK HPACKEncoder.swift
[735/783] Compiling NIOHPACK HPACKErrors.swift
[736/783] Compiling NIOHPACK HPACKHeader.swift
[737/783] Compiling NIOHPACK HeaderTables.swift
[738/783] Compiling NIOSSL CustomPrivateKey.swift
[740/783] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[741/783] Compiling NIOHPACK IntegerCoding.swift
[742/783] Compiling NIOHPACK IndexedHeaderTable.swift
[743/784] Compiling NIOHPACK HuffmanTables.swift
[744/784] Compiling NIOSSL SSLPrivateKey.swift
[745/784] Compiling NIOSSL SSLPublicKey.swift
[746/784] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[747/784] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[748/784] Compiling NIOSSL SubjectAlternativeName.swift
[749/784] Compiling NIOSSL NIOSSLSecureBytes.swift
[750/784] Compiling NIOSSL RNG.swift
[751/784] Compiling NIOSSL SafeCompare.swift
[752/784] Compiling NIOHTTPCompression HTTPCompression.swift
[753/784] Compiling NIOHTTPCompression HTTPDecompression.swift
[754/784] Compiling NIOHPACK HuffmanCoding.swift
[755/784] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[756/784] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[759/784] Emitting module NIOHPACK
[762/785] Compiling NIOHPACK StaticHeaderTable.swift
[763/785] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[764/785] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[765/785] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[766/785] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[772/809] Compiling NIOTransportServices NIOTSEventLoop.swift
[773/809] Compiling NIOTransportServices AcceptHandler.swift
[774/809] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[775/809] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[776/809] Compiling NIOTransportServices NIOTSSingletons.swift
[777/809] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[778/809] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[779/809] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[780/809] Compiling NIOTransportServices StateManagedChannel.swift
[781/809] Compiling NIOTransportServices StateManagedListenerChannel.swift
[782/809] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[783/809] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[784/809] Compiling NIOTransportServices NIOTSBootstraps.swift
[785/809] Compiling NIOTransportServices NIOTSChannelOptions.swift
[786/809] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[787/811] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[788/811] Compiling NIOTransportServices NIOTSErrors.swift
[790/811] Emitting module NIOTransportServices
[799/811] Compiling NIOTransportServices NIOTSListenerChannel.swift
[800/859] Compiling NIOHTTP2 LocallyQuiescingState.swift
[801/860] Compiling NIOHTTP2 QuiescingState.swift
[802/869] Compiling NIOHTTP2 MaySendFrames.swift
[803/869] Compiling NIOHTTP2 SendingDataState.swift
[804/869] Compiling NIOHTTP2 SendingGoawayState.swift
[805/869] Compiling NIOHTTP2 ConnectionStateMachine.swift
[806/869] Compiling NIOHTTP2 ConnectionStreamsState.swift
[807/869] Compiling NIOHTTP2 MayReceiveFrames.swift
[808/870] Compiling NIOHTTP2 HTTP2FrameParser.swift
[809/870] Compiling NIOHTTP2 HTTP2PingData.swift
[810/870] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[811/870] Compiling NIOHTTP2 HTTP2Settings.swift
[817/871] Compiling NIOHTTP2 SendingHeadersState.swift
[818/871] Compiling NIOHTTP2 SendingPushPromiseState.swift
[819/871] Compiling NIOHTTP2 SendingRstStreamState.swift
[820/871] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[821/871] Compiling NIOHTTP2 HTTP2SettingsState.swift
[822/879] Emitting module NIOHTTP2
[823/879] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[824/879] Compiling NIOHTTP2 HasFlowControlWindows.swift
[825/879] Compiling NIOHTTP2 HasLocalSettings.swift
[826/879] Compiling NIOHTTP2 HasRemoteSettings.swift
[829/879] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[830/879] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[834/879] Compiling NIOHTTP2 ReceivingDataState.swift
[835/879] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[836/879] Compiling NIOHTTP2 ReceivingHeadersState.swift
[837/879] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[838/879] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[839/879] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[840/879] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[841/879] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[842/879] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[843/879] Compiling NIOHTTP2 HTTP2StreamID.swift
[844/879] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[845/879] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[846/879] Compiling NIOHTTP2 HTTP2UserEvents.swift
[847/879] Compiling NIOHTTP2 InboundEventBuffer.swift
[848/879] Compiling NIOHTTP2 InboundWindowManager.swift
[849/879] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[850/879] Compiling NIOHTTP2 StreamChannelFlowController.swift
[851/879] Compiling NIOHTTP2 StreamChannelList.swift
[852/879] Compiling NIOHTTP2 StreamMap.swift
[853/879] Compiling NIOHTTP2 StreamStateMachine.swift
[854/879] Compiling NIOHTTP2 UnsafeTransfer.swift
[855/879] Compiling NIOHTTP2 WatermarkedFlowController.swift
[856/879] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[857/879] Compiling NIOHTTP2 HTTP2Frame.swift
[858/879] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[863/879] Compiling NIOHTTP2 HTTP2Stream.swift
[864/879] Compiling NIOHTTP2 StateMachineResult.swift
[865/879] Compiling NIOHTTP2 ContentLengthVerifier.swift
[866/879] Compiling NIOHTTP2 DOSHeuristics.swift
[867/879] Compiling NIOHTTP2 Error+Any.swift
[868/879] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[869/879] Compiling NIOHTTP2 ControlFrameBuffer.swift
[870/879] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[871/879] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[872/879] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[873/879] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[874/879] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[875/879] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[876/879] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[877/879] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[878/879] Compiling NIOHTTP2 HTTP2Error.swift
[879/879] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[881/940] Emitting module AsyncHTTPClient
[882/948] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[883/948] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[884/948] Compiling AsyncHTTPClient AsyncLazySequence.swift
[885/948] Compiling AsyncHTTPClient HTTPClient+execute.swift
[886/948] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[887/948] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[888/948] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[889/948] Compiling AsyncHTTPClient HTTPClientRequest.swift
[890/948] Compiling AsyncHTTPClient HTTPClientResponse.swift
[891/948] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[892/948] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[893/948] Compiling AsyncHTTPClient Transaction.swift
[894/948] Compiling AsyncHTTPClient Base64.swift
[895/948] Compiling AsyncHTTPClient BasicAuth.swift
[896/948] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[897/948] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[898/948] Compiling AsyncHTTPClient ConnectionPool.swift
[899/948] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[900/948] Compiling AsyncHTTPClient ConnectionTarget.swift
[901/948] Compiling AsyncHTTPClient DeconstructedURL.swift
[902/948] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[903/948] Compiling AsyncHTTPClient FoundationExtensions.swift
[904/948] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[905/948] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[906/948] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[907/948] Compiling AsyncHTTPClient HTTPClient.swift
[908/948] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[909/948] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[910/948] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[911/948] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[912/948] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[913/948] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[914/948] Compiling AsyncHTTPClient RequestBodyLength.swift
[915/948] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[916/948] Compiling AsyncHTTPClient RequestBag.swift
[917/948] Compiling AsyncHTTPClient RequestValidation.swift
[918/948] Compiling AsyncHTTPClient SSLContextCache.swift
[919/948] Compiling AsyncHTTPClient Scheme.swift
[920/948] Compiling AsyncHTTPClient Singleton.swift
[921/948] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[922/948] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[923/948] Compiling AsyncHTTPClient Utils.swift
[924/948] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[925/948] Compiling AsyncHTTPClient TLSEventsHandler.swift
[926/948] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[927/948] Compiling AsyncHTTPClient HTTP1Connection.swift
[928/948] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[929/948] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[930/948] Compiling AsyncHTTPClient HTTP2Connection.swift
[931/948] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[932/948] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[933/948] Compiling AsyncHTTPClient HTTPHandler.swift
[934/948] Compiling AsyncHTTPClient LRUCache.swift
[935/948] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[936/948] Compiling AsyncHTTPClient NWErrorHandler.swift
[937/948] Compiling AsyncHTTPClient NWWaitingHandler.swift
[938/948] Compiling AsyncHTTPClient TLSConfiguration.swift
[939/948] Compiling AsyncHTTPClient RedirectState.swift
[940/948] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[941/948] Compiling AsyncHTTPClient RequestOptions.swift
[942/948] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[943/948] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[944/948] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[945/948] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[946/948] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[947/948] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[948/948] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
Build complete! (271.60s)
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.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.