Build Information
Failed to build PhonePeKit, reference 0.2.0 (654b98), with Swift 6.1 for Wasm on 25 Feb 2026 18:37:13 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/vamsii777/phonepe-kit.git
Reference: 0.2.0
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/vamsii777/phonepe-kit
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 654b982 docs: update README for v2 API and add GitHub Actions CI workflow
Cloned https://github.com/vamsii777/phonepe-kit.git
Revision (git rev-parse @):
654b9824adaeeefb06d8c3b822a60ea463b602d2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vamsii777/phonepe-kit.git at 0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vamsii777/phonepe-kit.git
https://github.com/vamsii777/phonepe-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "PhonePeKit",
"name" : "PhonePeKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PhonePeKit",
"targets" : [
"PhonePeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PhonePeKitTests",
"module_type" : "SwiftTarget",
"name" : "PhonePeKitTests",
"path" : "Tests/PhonePeKitTests",
"sources" : [
"PhonePeKitTests.swift",
"PhonePeV2KitTests.swift"
],
"target_dependencies" : [
"PhonePeKit"
],
"type" : "test"
},
{
"c99name" : "PhonePeKit",
"module_type" : "SwiftTarget",
"name" : "PhonePeKit",
"path" : "Sources/PhonePeKit",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"PhonePeKit"
],
"sources" : [
"Errors/PhonePeCode.swift",
"Errors/PhonePeError.swift",
"Errors/PhonePeSignatureError.swift",
"Errors/SignatureGenerationError.swift",
"Extensions/String+Hex.swift",
"Pay/Health Check/HealthCheckRoutes.swift",
"Pay/Health Check/HealthStatusResponse.swift",
"Pay/Others/OtherRoutes.swift",
"Pay/Others/PaymentOptionsResponse.swift",
"Pay/Others/VPAValidateRequest.swift",
"Pay/Others/VPAValidateResponse.swift",
"Pay/PayRequest.swift",
"Pay/PayResponse.swift",
"Pay/PayRoutes.swift",
"Pay/RefundRequest.swift",
"Pay/RefundResponse.swift",
"Pay/Status/CheckStatusResponse.swift",
"Pay/Status/CheckStatusRoutes.swift",
"Pay/V2/PayRoutesV2.swift",
"Pay/V2/StatusRoutesV2.swift",
"Pay/V2/V2PayRequest.swift",
"Pay/V2/V2PayResponse.swift",
"Pay/V2/ValidateOptionsStubsV2.swift",
"PhonePeAPIRoute.swift",
"PhonePeClient.swift",
"PhonePeCredential.swift",
"PhonePeRequest.swift",
"PhonePeV2Request.swift",
"Recurring Payments/AllSubscriptionsResponse.swift",
"Recurring Payments/AuthInitRequest.swift",
"Recurring Payments/AuthInitResponse.swift",
"Recurring Payments/AuthStatusResponse.swift",
"Recurring Payments/DebitExecuteRequest.swift",
"Recurring Payments/DebitExecuteResponse.swift",
"Recurring Payments/DebitInitRequest.swift",
"Recurring Payments/DebitInitResponse.swift",
"Recurring Payments/SubscriptionActionRequest.swift",
"Recurring Payments/SubscriptionActionResponse.swift",
"Recurring Payments/SubscriptionRequest.swift",
"Recurring Payments/SubscriptionResponse.swift",
"Recurring Payments/SubscriptionRoutes.swift",
"Recurring Payments/UserSubscriptionStatusRequest.swift",
"Recurring Payments/V2/SubscriptionRoutesV2.swift",
"Recurring Payments/V2/V2SubscriptionModels.swift",
"Utilities/PhonePeResponse.swift",
"Utilities/Request.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swift-server/async-http-client.git
[1/2171] Fetching swift-docc-plugin
[1282/17493] Fetching swift-docc-plugin, async-http-client
[3858/34714] Fetching swift-docc-plugin, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-docc-plugin from cache (2.00s)
[17561/32543] Fetching async-http-client, swift-crypto
Fetched https://github.com/swift-server/async-http-client.git from cache (2.02s)
[2411/17221] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.95s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (7.03s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3663] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (4.86s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (0.65s)
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-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git
[1/2815] Fetching swift-nio-transport-services
[480/8480] Fetching swift-nio-transport-services, swift-distributed-tracing
[1864/10300] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics
[2792/16358] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics, swift-algorithms
[5319/22843] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics, swift-algorithms, swift-nio-extras
[9083/28908] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics, swift-algorithms, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-algorithms.git from cache (0.73s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.92s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.97s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.98s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.99s)
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
Fetching https://github.com/apple/swift-nio.git
[1/11992] Fetching swift-nio-http2
[2520/27333] Fetching swift-nio-http2, swift-nio-ssl
[5560/109733] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.99s)
[48070/97741] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (23.44s)
Fetched https://github.com/apple/swift-nio.git from cache (23.63s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (26.30s)
Fetching https://github.com/apple/swift-service-context.git
[1/1180] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.84s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.82s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.17s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.64s)
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-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.82s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.70s)
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.06s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (3.93s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
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
[1/951] Fetching swift-http-types
[952/3600] Fetching swift-http-types, swift-service-lifecycle
[1244/4810] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers
[3566/11919] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-certificates
[3638/13679] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-certificates, swift-asn1
[4036/19821] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-certificates, swift-asn1, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.78s)
[14804/17172] Fetching swift-http-types, swift-http-structured-headers, swift-certificates, swift-asn1, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (1.79s)
[13422/15412] Fetching swift-http-types, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (1.79s)
[12613/14461] Fetching swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (6.92s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (6.92s)
Fetched https://github.com/apple/swift-certificates.git from cache (6.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (8.48s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/20039] Fetching swift-collections
[1805/25622] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[2205/20039] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.99s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (0.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.21s)
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.76s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.15s)
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 (1.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.93s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.79s)
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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.2
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.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.5.1
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.3.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.95.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.10.1
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.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.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.4
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/817] Write sources
[18/817] Compiling fips_shared_support.cc
[19/817] Compiling _NumericsShims _NumericsShims.c
[20/817] Write sources
[22/817] Compiling _CWASI _CWASI.c
/host/spi-builder-workspace/.build/checkouts/async-http-client/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/.build/checkouts/async-http-client/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/.build/checkouts/async-http-client/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.
[23/817] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[23/817] Compiling _AtomicsShims.c
[23/817] Compiling hpke.cc
[23/817] Compiling fuzzer_mode.cc
[23/817] Compiling bcm.cc
[23/817] Compiling rc4.cc
[23/817] Compiling ex_data.cc
[23/817] Write swift-version-24593BA9C3E375BF.txt
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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/796] Write sources
[11/796] Compiling _AtomicsShims.c
[12/796] Compiling fiat_p256_adx_sqr.S
[13/796] Compiling CNIOExtrasZlib empty.c
[14/796] Compiling fiat_curve25519_adx_mul.S
[15/796] Compiling CNIOWindows shim.c
[16/796] Compiling CNIOWindows WSAStartup.c
[17/796] Compiling fiat_curve25519_adx_square.S
[17/796] Compiling fiat_p256_adx_mul.S
[19/796] Compiling CNIOWASI CNIOWASI.c
[20/796] Compiling CNIOOpenBSD shim.c
[21/796] Compiling CNIOPosix event_loop_id.c
[22/796] Compiling CNIOLinux liburing_shims.c
[23/796] Compiling CNIOLinux shim.c
[24/796] Compiling CNIODarwin shim.c
[25/796] Compiling CNIOLLHTTP c_nio_http.c
[26/796] Compiling CNIOLLHTTP c_nio_api.c
[27/796] Write swift-version-24593BA9C3E375BF.txt
[28/796] Compiling CNIOBoringSSLShims shims.c
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>
| ^~~~~~~~~~~
1 error generated.
[29/800] 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>
| ^~~~~~~~~~~
[29/800] Compiling tls13_both.cc
[29/800] Compiling tls_method.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>
| ^~~~~~~~~~~
[29/800] Compiling tls13_client.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>
| ^~~~~~~~~~~
1 error generated.
[29/800] 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>
| ^~~~~~~~~~~
[29/800] Compiling tls13_server.cc
[29/800] Compiling CNIOLLHTTP c_nio_llhttp.c
BUILD FAILURE 6.1 wasm