Build Information
Failed to build async-http-client, reference main (20216d
), with Swift 6.1 for Wasm on 31 May 2025 05:51:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.63.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 20216df Drop support for Swift 5.9 (#845)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
20216dfe9dc386aebf0af5608dc89a05d294600e
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-4609320-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/2667] Fetching swift-nio-transport-services
[2668/6503] Fetching swift-nio-transport-services, swift-log
[2899/12426] Fetching swift-nio-transport-services, swift-log, swift-nio-extras
[3056/18385] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms
[3095/29912] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2
[3899/31629] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (1.01s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.11s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (1.18s)
[11242/20117] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[20118/34960] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[21603/111083] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.83s)
[46948/108416] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.85s)
[43754/102493] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.85s)
[34195/90966] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.65s)
[58615/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.46s)
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 (10.48s)
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.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (3.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.06s)
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-asn1.git
[1/1590] Fetching swift-asn1
[781/7745] Fetching swift-asn1, swift-certificates
[1048/12730] Fetching swift-asn1, swift-certificates, swift-async-algorithms
[2172/13634] Fetching swift-asn1, swift-certificates, swift-async-algorithms, swift-http-types
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
[10998/12044] Fetching swift-certificates, swift-async-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.71s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.85s)
[1/1141] Fetching swift-http-structured-headers
[869/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (5.32s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.04s)
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.83s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.04s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.59s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.58s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.86s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.65s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
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.67s)
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.78s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.06s)
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-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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.3.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-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-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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.10.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
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-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Building for debugging...
[0/439] Write sources
[18/439] Compiling CNIOWindows WSAStartup.c
[19/439] Compiling CNIODarwin shim.c
[20/439] Write sources
[21/439] Compiling CNIOWindows shim.c
[22/439] Write sources
[26/439] Compiling CNIOLinux shim.c
[26/439] Compiling CNIOLinux liburing_shims.c
[28/439] Compiling CNIOWASI CNIOWASI.c
[29/439] Compiling _AtomicsShims.c
[30/439] Compiling _NumericsShims _NumericsShims.c
[31/439] Compiling CNIOLLHTTP c_nio_http.c
[32/439] Compiling CNIOExtrasZlib empty.c
[33/439] Compiling CNIOLLHTTP c_nio_api.c
[34/439] Compiling fiat_p256_adx_mul.S
[35/439] Compiling fiat_p256_adx_sqr.S
[36/439] Compiling fiat_curve25519_adx_square.S
[37/439] 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/439] Write swift-version-24593BA9C3E375BF.txt
[39/439] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[39/439] Compiling tls13_client.cc
[39/439] Compiling tls13_enc.cc
[39/439] Compiling CNIOBoringSSLShims shims.c
[39/439] Compiling tls_method.cc
[39/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/439] Compiling tls13_server.cc
[39/439] Compiling tls_record.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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] Compiling CNIOBoringSSLShims shims.c
[1/401] Write swift-version-24593BA9C3E375BF.txt
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.
[2/401] Compiling tls_record.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>
| ^~~~~~~~~~~
[2/401] Compiling tls13_client.cc
[2/401] Compiling CNIOLLHTTP c_nio_llhttp.c
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>
| ^~~~~~~~~~~
[2/401] Compiling tls13_server.cc
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>
| ^~~~~~~~~~~
[2/401] Compiling t1_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/401] Compiling tls13_both.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/401] Compiling tls13_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>
| ^~~~~~~~~~~
[2/401] Compiling tls_method.cc
BUILD FAILURE 6.1 wasm