Build Information
Failed to build async-http-client, reference main (7dc119
), with Swift 6.1 for Wasm on 9 Sep 2025 17:13:21 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>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/async-http-client.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-server/async-http-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7dc119c Add support for HTTP/1 connection pre-warming (#856)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
7dc119c7edf3c23f52638faadb89182861dee853
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at main
========================================
Build
========================================
Selected platform: 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"
}
],
"manifest_display_name" : "async-http-client",
"name" : "async-http-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncHTTPClient",
"targets" : [
"AsyncHTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CAsyncHTTPClient",
"module_type" : "ClangTarget",
"name" : "CAsyncHTTPClient",
"path" : "Sources/CAsyncHTTPClient",
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"CAsyncHTTPClient.c"
],
"type" : "library"
},
{
"c99name" : "AsyncHTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClientTests",
"path" : "Tests/AsyncHTTPClientTests",
"product_dependencies" : [
"NIOTLS",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOEmbedded",
"NIOFoundationCompat",
"NIOTestUtils",
"NIOSSL",
"NIOHTTP2",
"NIOSOCKS",
"Logging",
"Atomics",
"Algorithms"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.cert.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.private-key.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_cert.pem",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_key.pem",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncAwaitEndToEndTests.swift",
"AsyncTestHelpers.swift",
"ConnectionPoolSizeConfigValueIsRespectedTests.swift",
"EmbeddedChannel+HTTPConvenience.swift",
"HTTP1ClientChannelHandlerTests.swift",
"HTTP1ConnectionStateMachineTests.swift",
"HTTP1ConnectionTests.swift",
"HTTP1ProxyConnectHandlerTests.swift",
"HTTP2ClientRequestHandlerTests.swift",
"HTTP2ClientTests.swift",
"HTTP2ConnectionTests.swift",
"HTTP2IdleHandlerTests.swift",
"HTTPClient+SOCKSTests.swift",
"HTTPClient+StructuredConcurrencyTests.swift",
"HTTPClientBase.swift",
"HTTPClientCookieTests.swift",
"HTTPClientInformationalResponsesTests.swift",
"HTTPClientInternalTests.swift",
"HTTPClientNIOTSTests.swift",
"HTTPClientRequestTests.swift",
"HTTPClientResponseTests.swift",
"HTTPClientTestUtils.swift",
"HTTPClientTests.swift",
"HTTPClientUncleanSSLConnectionShutdownTests.swift",
"HTTPConnectionPool+FactoryTests.swift",
"HTTPConnectionPool+HTTP1ConnectionsTest.swift",
"HTTPConnectionPool+HTTP1StateTests.swift",
"HTTPConnectionPool+HTTP2ConnectionsTest.swift",
"HTTPConnectionPool+HTTP2StateMachineTests.swift",
"HTTPConnectionPool+ManagerTests.swift",
"HTTPConnectionPool+RequestQueueTests.swift",
"HTTPConnectionPool+StateTestUtils.swift",
"HTTPConnectionPoolTests.swift",
"HTTPRequestStateMachineTests.swift",
"IdleTimeoutNoReuseTests.swift",
"LRUCacheTests.swift",
"Mocks/MockConnectionPool.swift",
"Mocks/MockHTTPExecutableRequest.swift",
"Mocks/MockRequestExecutor.swift",
"Mocks/MockRequestQueuer.swift",
"NWWaitingHandlerTests.swift",
"NoBytesSentOverBodyLimitTests.swift",
"RacePoolIdleConnectionsAndGetTests.swift",
"RequestBagTests.swift",
"RequestValidationTests.swift",
"ResponseDelayGetTests.swift",
"SOCKSEventsHandlerTests.swift",
"SOCKSTestUtils.swift",
"SSLContextCacheTests.swift",
"StressGetHttpsTests.swift",
"TLSEventsHandlerTests.swift",
"Transaction+StateMachineTests.swift",
"TransactionTests.swift",
"XCTest+AsyncAwait.swift"
],
"target_dependencies" : [
"AsyncHTTPClient"
],
"type" : "test"
},
{
"c99name" : "AsyncHTTPClient",
"module_type" : "SwiftTarget",
"name" : "AsyncHTTPClient",
"path" : "Sources/AsyncHTTPClient",
"product_dependencies" : [
"NIO",
"NIOTLS",
"NIOCore",
"NIOPosix",
"NIOHTTP1",
"NIOConcurrencyHelpers",
"NIOHTTP2",
"NIOSSL",
"NIOHTTPCompression",
"NIOSOCKS",
"NIOTransportServices",
"Logging",
"Atomics",
"Algorithms"
],
"product_memberships" : [
"AsyncHTTPClient"
],
"sources" : [
"AsyncAwait/AnyAsyncSequence.swift",
"AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
"AsyncAwait/AsyncLazySequence.swift",
"AsyncAwait/HTTPClient+execute.swift",
"AsyncAwait/HTTPClient+shutdown.swift",
"AsyncAwait/HTTPClientRequest+Prepared.swift",
"AsyncAwait/HTTPClientRequest+auth.swift",
"AsyncAwait/HTTPClientRequest.swift",
"AsyncAwait/HTTPClientResponse.swift",
"AsyncAwait/SingleIteratorPrecondition.swift",
"AsyncAwait/Transaction+StateMachine.swift",
"AsyncAwait/Transaction.swift",
"Base64.swift",
"BasicAuth.swift",
"BestEffortHashableTLSConfiguration.swift",
"Configuration+BrowserLike.swift",
"ConnectionPool.swift",
"ConnectionPool/ChannelHandler/HTTP1ProxyConnectHandler.swift",
"ConnectionPool/ChannelHandler/SOCKSEventsHandler.swift",
"ConnectionPool/ChannelHandler/TLSEventsHandler.swift",
"ConnectionPool/HTTP1/HTTP1ClientChannelHandler.swift",
"ConnectionPool/HTTP1/HTTP1Connection.swift",
"ConnectionPool/HTTP1/HTTP1ConnectionStateMachine.swift",
"ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift",
"ConnectionPool/HTTP2/HTTP2Connection.swift",
"ConnectionPool/HTTP2/HTTP2IdleHandler.swift",
"ConnectionPool/HTTPConnectionEvent.swift",
"ConnectionPool/HTTPConnectionPool+Factory.swift",
"ConnectionPool/HTTPConnectionPool+Manager.swift",
"ConnectionPool/HTTPConnectionPool.swift",
"ConnectionPool/HTTPExecutableRequest.swift",
"ConnectionPool/HTTPRequestStateMachine+Demand.swift",
"ConnectionPool/HTTPRequestStateMachine.swift",
"ConnectionPool/RequestBodyLength.swift",
"ConnectionPool/RequestFramingMetadata.swift",
"ConnectionPool/RequestOptions.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+Backoff.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP1StateMachine.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+HTTP2StateMachine.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+RequestQueue.swift",
"ConnectionPool/State Machine/HTTPConnectionPool+StateMachine.swift",
"ConnectionTarget.swift",
"DeconstructedURL.swift",
"FileDownloadDelegate.swift",
"FoundationExtensions.swift",
"HTTPClient+HTTPCookie.swift",
"HTTPClient+Proxy.swift",
"HTTPClient+StructuredConcurrency.swift",
"HTTPClient.swift",
"HTTPHandler.swift",
"LRUCache.swift",
"NIOLoopBound+Execute.swift",
"NIOTransportServices/NWErrorHandler.swift",
"NIOTransportServices/NWWaitingHandler.swift",
"NIOTransportServices/TLSConfiguration.swift",
"RedirectState.swift",
"RequestBag+StateMachine.swift",
"RequestBag.swift",
"RequestValidation.swift",
"SSLContextCache.swift",
"Scheme.swift",
"Singleton.swift",
"StringConvertibleInstances.swift",
"StructuredConcurrencyHelpers.swift",
"Utils.swift"
],
"target_dependencies" : [
"CAsyncHTTPClient"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1814] Fetching swift-atomics
[600/7799] Fetching swift-atomics, swift-algorithms
[889/10503] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services
[5624/14406] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services, swift-log
[8612/20533] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-algorithms.git from cache (1.02s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.13s)
Fetched https://github.com/apple/swift-log.git from cache (1.13s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.13s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.17s)
[1/15075] Fetching swift-nio-ssl
[303/26736] Fetching swift-nio-ssl, swift-nio-http2
[4795/104798] Fetching swift-nio-ssl, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.40s)
[54887/93137] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.02s)
[53083/78062] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.50s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (13.25s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.41s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.53s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[4790/22382] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.80s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1176] Fetching swift-http-structured-headers
[1177/2093] Fetching swift-http-structured-headers, swift-http-types
[2094/4563] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[2095/6192] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
[1983/5016] Fetching swift-http-types, swift-service-lifecycle, swift-asn1
[2401/10293] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[2426/16824] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
[13955/15195] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.77s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.77s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.82s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.82s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.55s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.73s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.68s)
Fetching https://github.com/apple/swift-crypto.git
[1/16806] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.89s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (3.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.76s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.95s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/440] Write sources
[22/440] Compiling _NumericsShims _NumericsShims.c
[23/440] Compiling _AtomicsShims.c
[24/440] Compiling CNIOWindows WSAStartup.c
[25/440] Compiling CNIOPosix event_loop_id.c
[26/440] Compiling CNIOLinux shim.c
[27/440] Compiling CNIOWindows shim.c
[28/440] Compiling CNIOWASI CNIOWASI.c
[29/440] Compiling CNIOLinux liburing_shims.c
[30/440] Compiling CNIOExtrasZlib empty.c
[31/440] Compiling CNIOLLHTTP c_nio_http.c
[31/440] Compiling CNIODarwin shim.c
[33/440] Compiling fiat_p256_adx_sqr.S
[34/440] Compiling fiat_curve25519_adx_square.S
[35/440] Compiling fiat_p256_adx_mul.S
[36/440] Compiling CNIOLLHTTP c_nio_api.c
[37/440] Compiling fiat_curve25519_adx_mul.S
/host/spi-builder-workspace/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: error: call to undeclared function 'strptime_l'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
37 | const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
| ^
/host/spi-builder-workspace/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: note: did you mean 'strftime_l'?
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/time.h:93:8: note: 'strftime_l' declared here
93 | size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
| ^
/host/spi-builder-workspace/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:18: error: incompatible integer to pointer conversion initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
37 | const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[38/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[38/440] Write swift-version-24593BA9C3E375BF.txt
[38/440] Compiling tls13_enc.cc
[38/440] Compiling tls_record.cc
[38/440] Compiling tls13_server.cc
[38/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/440] Compiling CNIOBoringSSLShims shims.c
[38/440] 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/402] Write swift-version-24593BA9C3E375BF.txt
[1/402] Compiling CNIOBoringSSLShims shims.c
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.
[2/406] Compiling tls13_client.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>
| ^~~~~~~~~~~
1 error generated.
[2/406] Compiling tls_method.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.
[2/406] 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>
| ^~~~~~~~~~~
[2/406] 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>
| ^~~~~~~~~~~
[2/406] 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>
| ^~~~~~~~~~~
[2/406] Compiling tls13_both.cc
[2/406] Compiling CNIOLLHTTP c_nio_llhttp.c
BUILD FAILURE 6.1 wasm