Build Information
Failed to build async-http-client, reference 1.30.1 (c464bf), with Swift 6.1 for Wasm on 2 Dec 2025 12:59:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/async-http-client.git
Reference: 1.30.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-server/async-http-client
* tag 1.30.1 -> FETCH_HEAD
HEAD is now at c464bf9 Don't hold a lock over a continuation in test helpers (#872)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
c464bf94eac4273cad7424307a5dc7e44e361905
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at 1.30.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/async-http-client.git
https://github.com/swift-server/async-http-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.30.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.36.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
}
],
"manifest_display_name" : "async-http-client",
"name" : "async-http-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncHTTPClient",
"targets" : [
"AsyncHTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CAsyncHTTPClient",
"module_type" : "ClangTarget",
"name" : "CAsyncHTTPClient",
"path" : "Sources/CAsyncHTTPClient",
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"CAsyncHTTPClient.c"
],
"type" : "library"
},
{
"c99name" : "AsyncHTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClientTests",
"path" : "Tests/AsyncHTTPClientTests",
"product_dependencies" : [
"NIOTLS",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOEmbedded",
"NIOFoundationCompat",
"NIOTestUtils",
"NIOSSL",
"NIOHTTP2",
"NIOSOCKS",
"Atomics",
"Algorithms",
"Logging",
"Tracing",
"InMemoryTracing"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.cert.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.private-key.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_cert.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_key.pem",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncAwaitEndToEndTests.swift",
"AsyncTestHelpers.swift",
"ConnectionPoolSizeConfigValueIsRespectedTests.swift",
"EmbeddedChannel+HTTPConvenience.swift",
"HTTP1ClientChannelHandlerTests.swift",
"HTTP1ConnectionStateMachineTests.swift",
"HTTP1ConnectionTests.swift",
"HTTP1ProxyConnectHandlerTests.swift",
"HTTP2ClientRequestHandlerTests.swift",
"HTTP2ClientTests.swift",
"HTTP2ConnectionTests.swift",
"HTTP2IdleHandlerTests.swift",
"HTTPClient+SOCKSTests.swift",
"HTTPClient+StructuredConcurrencyTests.swift",
"HTTPClientBase.swift",
"HTTPClientCookieTests.swift",
"HTTPClientInformationalResponsesTests.swift",
"HTTPClientInternalTests.swift",
"HTTPClientNIOTSTests.swift",
"HTTPClientRequestTests.swift",
"HTTPClientResponseTests.swift",
"HTTPClientTestUtils.swift",
"HTTPClientTests.swift",
"HTTPClientTracingInternalTests.swift",
"HTTPClientTracingTests.swift",
"HTTPClientUncleanSSLConnectionShutdownTests.swift",
"HTTPConnectionPool+FactoryTests.swift",
"HTTPConnectionPool+HTTP1ConnectionsTest.swift",
"HTTPConnectionPool+HTTP1StateTests.swift",
"HTTPConnectionPool+HTTP2ConnectionsTest.swift",
"HTTPConnectionPool+HTTP2StateMachineTests.swift",
"HTTPConnectionPool+ManagerTests.swift",
"HTTPConnectionPool+RequestQueueTests.swift",
"HTTPConnectionPool+StateTestUtils.swift",
"HTTPConnectionPoolTests.swift",
"HTTPRequestStateMachineTests.swift",
"IdleTimeoutNoReuseTests.swift",
"LRUCacheTests.swift",
"Mocks/MockConnectionPool.swift",
"Mocks/MockHTTPExecutableRequest.swift",
"Mocks/MockRequestExecutor.swift",
"Mocks/MockRequestQueuer.swift",
"NWWaitingHandlerTests.swift",
"NoBytesSentOverBodyLimitTests.swift",
"RacePoolIdleConnectionsAndGetTests.swift",
"RequestBagTests.swift",
"RequestValidationTests.swift",
"ResponseDelayGetTests.swift",
"SOCKSEventsHandlerTests.swift",
"SOCKSTestUtils.swift",
"SSLContextCacheTests.swift",
"StressGetHttpsTests.swift",
"TLSEventsHandlerTests.swift",
"Transaction+StateMachineTests.swift",
"TransactionTests.swift",
"XCTest+AsyncAwait.swift"
],
"target_dependencies" : [
"AsyncHTTPClient"
],
"type" : "test"
},
{
"c99name" : "AsyncHTTPClient",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClient",
"path" : "Sources/AsyncHTTPClient",
"product_dependencies" : [
"NIO",
"NIOTLS",
"NIOCore",
"NIOPosix",
"NIOHTTP1",
"NIOConcurrencyHelpers",
"NIOHTTP2",
"NIOSSL",
"NIOHTTPCompression",
"NIOSOCKS",
"NIOTransportServices",
"Atomics",
"Algorithms",
"Logging",
"Tracing"
],
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"AsyncAwait/AnyAsyncSequence.swift",
"AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
"AsyncAwait/AsyncLazySequence.swift",
"AsyncAwait/HTTPClient+execute.swift",
"AsyncAwait/HTTPClient+shutdown.swift",
"AsyncAwait/HTTPClient+tracing.swift",
"AsyncAwait/HTTPClientRequest+Prepared.swift",
"AsyncAwait/HTTPClientRequest+auth.swift",
"AsyncAwait/HTTPClientRequest.swift",
"AsyncAwait/HTTPClientResponse.swift",
"AsyncAwait/SingleIteratorPrecondition.swift",
"AsyncAwait/Transaction+StateMachine.swift",
"AsyncAwait/Transaction.swift",
"Base64.swift",
"BasicAuth.swift",
"BestEffortHashableTLSConfiguration.swift",
"Configuration+BrowserLike.swift",
"ConnectionPool.swift",
"ConnectionPool/ChannelHandler/HTTP1ProxyConnectHandler.swift",
"ConnectionPool/ChannelHandler/SOCKSEventsHandler.swift",
"ConnectionPool/ChannelHandler/TLSEventsHandler.swift",
"ConnectionPool/HTTP1/HTTP1ClientChannelHandler.swift",
"ConnectionPool/HTTP1/HTTP1Connection.swift",
"ConnectionPool/HTTP1/HTTP1ConnectionStateMachine.swift",
"ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift",
"ConnectionPool/HTTP2/HTTP2Connection.swift",
"ConnectionPool/HTTP2/HTTP2IdleHandler.swift",
"ConnectionPool/HTTPConnectionEvent.swift",
"ConnectionPool/HTTPConnectionPool+Factory.swift",
"ConnectionPool/HTTPConnectionPool+Manager.swift",
"ConnectionPool/HTTPConnectionPool.swift",
"ConnectionPool/HTTPExecutableRequest.swift",
"ConnectionPool/HTTPRequestStateMachine+Demand.swift",
"ConnectionPool/HTTPRequestStateMachine.swift",
"ConnectionPool/RequestBodyLength.swift",
"ConnectionPool/RequestFramingMetadata.swift",
"ConnectionPool/RequestOptions.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+Backoff.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP1StateMachine.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP2StateMachine.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+RequestQueue.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+StateMachine.swift",
"ConnectionTarget.swift",
"DeconstructedURL.swift",
"FileDownloadDelegate.swift",
"FoundationExtensions.swift",
"HTTPClient+HTTPCookie.swift",
"HTTPClient+Proxy.swift",
"HTTPClient+StructuredConcurrency.swift",
"HTTPClient.swift",
"HTTPHandler.swift",
"LRUCache.swift",
"NIOLoopBound+Execute.swift",
"NIOTransportServices/NWErrorHandler.swift",
"NIOTransportServices/NWWaitingHandler.swift",
"NIOTransportServices/TLSConfiguration.swift",
"RedirectState.swift",
"RequestBag+StateMachine.swift",
"RequestBag+Tracing.swift",
"RequestBag.swift",
"RequestValidation.swift",
"SSLContextCache.swift",
"Scheme.swift",
"Singleton.swift",
"StringConvertibleInstances.swift",
"StructuredConcurrencyHelpers.swift",
"TracingSupport.swift",
"Utils.swift"
],
"target_dependencies" : [
"CAsyncHTTPClient"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1820] Fetching swift-atomics
[20/7861] Fetching swift-atomics, swift-algorithms
[922/13427] Fetching swift-atomics, swift-algorithms, swift-distributed-tracing
[2034/19033] Fetching swift-atomics, swift-algorithms, swift-distributed-tracing, swift-log
[4362/25369] Fetching swift-atomics, swift-algorithms, swift-distributed-tracing, swift-log, swift-nio-extras
[4475/28178] Fetching swift-atomics, swift-algorithms, swift-distributed-tracing, swift-log, swift-nio-extras, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.96s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.15s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.16s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.27s)
[1/11718] Fetching swift-nio-http2
[2579/27006] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.17s)
[11466/15288] Fetching swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.95s)
[1/80601] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.69s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (11.34s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.20s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.38s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.51s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.61s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.61s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1204] Fetching swift-http-structured-headers
[423/2867] Fetching swift-http-structured-headers, swift-asn1
[905/3810] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[3811/9600] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms
[3869/12168] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[7128/19194] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
[12656/18251] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.37s)
[12241/15683] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.60s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.62s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.26s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.64s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.87s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.52s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.65s)
Fetching https://github.com/apple/swift-crypto.git
[1/17463] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.22s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.20s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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.26.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Building for debugging...
[0/445] Write sources
[23/445] Compiling _CWASI _CWASI.c
[24/445] Compiling CNIOWASI CNIOWASI.c
[25/445] Compiling CNIOWindows WSAStartup.c
[26/445] Compiling CNIOWindows shim.c
[27/445] Compiling _AtomicsShims.c
[28/445] Compiling _NumericsShims _NumericsShims.c
[28/445] Compiling CNIOLinux shim.c
[30/445] Compiling CNIOOpenBSD shim.c
[31/445] Compiling CNIOPosix event_loop_id.c
[32/445] Compiling CNIOLinux liburing_shims.c
[33/445] Compiling CNIODarwin shim.c
[33/445] Compiling CNIOExtrasZlib empty.c
[35/445] Compiling CNIOLLHTTP c_nio_http.c
[36/445] Compiling fiat_p256_adx_sqr.S
[37/445] Compiling fiat_p256_adx_mul.S
[38/445] Compiling fiat_curve25519_adx_square.S
[39/445] Compiling fiat_curve25519_adx_mul.S
[40/445] Compiling CNIOLLHTTP c_nio_api.c
[41/445] Write swift-version-24593BA9C3E375BF.txt
[42/445] Compiling CNIOBoringSSLShims shims.c
[43/449] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[44/451] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[44/451] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[44/451] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[44/451] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[44/451] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[44/451] Compiling tls_method.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/401] Write sources
[2/402] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[3/402] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[3/402] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[3/402] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[3/402] Compiling tls13_client.cc
[3/402] Compiling ssl_x509.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[3/402] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[3/402] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[3/402] Compiling tls13_enc.cc
BUILD FAILURE 6.1 wasm