Build Information
Failed to build smoke-aws-support, reference main (72331a), with Swift 6.1 for Wasm on 12 Aug 2025 02:32:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amzn/smoke-aws-support.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/amzn/smoke-aws-support
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 72331ac Merge pull request #21 from knovichikhin/main
Cloned https://github.com/amzn/smoke-aws-support.git
Revision (git rev-parse @):
72331ac5e47d51b7c2d2b84115fe96d3170c2e49
SUCCESS checkout https://github.com/amzn/smoke-aws-support.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/amzn/smoke-aws-support.git
https://github.com/amzn/smoke-aws-support.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.33.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "xmlcoding",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/XMLCoding.git"
},
{
"identity" : "smoke-http",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/amzn/smoke-http.git"
}
],
"manifest_display_name" : "smoke-aws-support",
"name" : "smoke-aws-support",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AWSCore",
"targets" : [
"AWSCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSHttp",
"targets" : [
"AWSHttp"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLogging",
"targets" : [
"AWSLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "AWSLogging",
"module_type" : "SwiftTarget",
"name" : "AWSLogging",
"path" : "Sources/AWSLogging",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"AWSLogging"
],
"sources" : [
"CloudwatchJsonStandardErrorLogger.swift",
"CloudwatchJsonStandardErrorLoggerV2.swift",
"CloudwatchStandardErrorLogger.swift",
"StdioOutputStream.swift"
],
"type" : "library"
},
{
"c99name" : "AWSHttp",
"module_type" : "SwiftTarget",
"name" : "AWSHttp",
"path" : "Sources/AWSHttp",
"product_dependencies" : [
"Logging",
"NIO",
"NIOHTTP1",
"SmokeHTTPClient",
"QueryCoding",
"HTTPPathCoding",
"HTTPHeadersCoding",
"Crypto"
],
"product_memberships" : [
"AWSHttp"
],
"sources" : [
"AWSClientInvocationDelegate.swift",
"AWSClientInvocationTraceContext.swift",
"AWSClientProtocol+asyncSupport.swift",
"AWSClientProtocol.swift",
"AWSHttpHeaders.swift",
"AWSQueryClientProtocol+asyncSupport.swift",
"AWSQueryClientProtocol.swift",
"ConvertableError.swift",
"Data+debugString.swift",
"DataAWSHttpClientDelegate.swift",
"FormEncodedXMLAWSHttpClientDelegate.swift",
"HTTPClientDelegate+getErrorFromResponseAndBody.swift",
"HTTPClientDelegate+requiresTLS.swift",
"HTTPOperationsClient+executeOperations.swift",
"JSONAWSHttpClientDelegate.swift",
"MockClientProtocol+asyncSupport.swift",
"MockClientProtocol.swift",
"MockThrowingClientProtocol+asyncSupport.swift",
"MockThrowingClientProtocol.swift",
"QueryInput.swift",
"SmokeAWSHTTPClientInvocationReporting.swift",
"String+hmac.swift",
"V4Signer.swift",
"XMLAWSHttpClientDelegate.swift",
"sha256Extensions.swift"
],
"target_dependencies" : [
"AWSCore"
],
"type" : "library"
},
{
"c99name" : "AWSCore",
"module_type" : "SwiftTarget",
"name" : "AWSCore",
"path" : "Sources/AWSCore",
"product_dependencies" : [
"Logging",
"Metrics",
"XMLCoding",
"SmokeHTTPClient"
],
"product_memberships" : [
"AWSCore",
"AWSHttp"
],
"sources" : [
"AWSRegion.swift",
"Credentials.swift",
"CredentialsProvider.swift",
"JSONDecoder+awsCompatibleDecoder.swift",
"JSONDecoder+awsCompatibleEncoder.swift",
"SmokeAWSError.swift",
"SmokeAWSOperationReporting.swift",
"StaticCredentials.swift",
"XMLDecoder+awsCompatibleDecoder.swift",
"XMLEncoder+awsCompatibleEncoder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/amzn/smoke-http.git
Fetching https://github.com/LiveUI/XMLCoding.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
[1/536] Fetching xmlcoding
[60/2755] Fetching xmlcoding, swift-metrics
[1447/5438] Fetching xmlcoding, swift-metrics, smoke-http
[5439/21656] Fetching xmlcoding, swift-metrics, smoke-http, swift-crypto
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.68s)
[3706/19437] Fetching xmlcoding, smoke-http, swift-crypto
Fetched https://github.com/LiveUI/XMLCoding.git from cache (0.79s)
[3332/18901] Fetching smoke-http, swift-crypto
[3658/22787] Fetching smoke-http, swift-crypto, swift-log
[8192/100111] Fetching smoke-http, swift-crypto, swift-log, swift-nio
Fetched https://github.com/apple/swift-log from cache (0.94s)
[5852/96225] Fetching smoke-http, swift-crypto, swift-nio
Fetched https://github.com/amzn/smoke-http.git from cache (4.05s)
[68799/93542] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (4.14s)
[53354/77324] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.34s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (15.06s)
Computing version for https://github.com/amzn/smoke-http.git
Computed https://github.com/amzn/smoke-http.git at 3.0.2 (1.34s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5116] Fetching swift-distributed-tracing
[2099/19203] Fetching swift-distributed-tracing, async-http-client
[4198/34201] Fetching swift-distributed-tracing, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.08s)
[24736/29085] Fetching async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (3.79s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.86s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (4.89s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.42s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.18s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.10s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.26s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.43s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[598/6655] Fetching swift-atomics, swift-system
[889/23608] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
[9255/21800] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.27s)
Fetched https://github.com/apple/swift-collections.git from cache (2.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.37s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.96s)
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-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2701] Fetching swift-nio-transport-services
[1082/8669] Fetching swift-nio-transport-services, swift-algorithms
[4059/14796] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-extras
[6908/26457] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.71s)
[10042/23756] Fetching swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.14s)
[8767/17629] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (2.36s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.38s)
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 (3.39s)
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.96s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.03s)
Fetching https://github.com/apple/swift-numerics.git
[1/5906] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.87s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.21s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/917] Fetching swift-http-types
[139/2546] Fetching swift-http-types, swift-asn1
[2157/9006] Fetching swift-http-types, swift-asn1, swift-certificates
[9007/10182] Fetching swift-http-types, swift-asn1, swift-certificates, swift-http-structured-headers
[10183/15192] Fetching swift-http-types, swift-asn1, swift-certificates, swift-http-structured-headers, swift-async-algorithms
[10184/17625] Fetching swift-http-types, swift-asn1, swift-certificates, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (2.75s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.93s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.96s)
Fetched https://github.com/apple/swift-http-types.git from cache (3.86s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.87s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.87s)
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 (4.96s)
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.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.14s)
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.08s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.00s)
Computed https://github.com/amzn/smoke-http.git at 3.0.2 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.00s)
Computed https://github.com/apple/swift-log at 1.6.4 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.26s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
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 (1.09s)
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.26.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.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.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.4.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/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/amzn/smoke-http.git
Working copy of https://github.com/amzn/smoke-http.git resolved at 3.0.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.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.86.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.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.2.1
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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Building for debugging...
[0/860] Write sources
[23/860] Compiling _NumericsShims _NumericsShims.c
[24/860] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c:19:
In file included from /host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/fipsmodule/bn/internal.h:135:
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/crypto/fipsmodule/bn/../../internal.h:134:10: fatal error: 'pthread.h' file not found
134 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[26/860] Compiling montgomery_inv.c
[26/860] Compiling jacobi.c
[26/860] Compiling CNIOLLHTTP c_nio_llhttp.c
[26/860] Compiling _AtomicsShims.c
[26/860] Compiling CNIOLLHTTP c_nio_http.c
[26/860] Compiling montgomery.c
[26/860] Compiling CNIOLLHTTP c_nio_api.c
[26/860] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/834] Write sources
[12/834] Compiling _AtomicsShims.c
[13/834] Compiling CNIOWindows WSAStartup.c
[14/834] Compiling CNIOWASI CNIOWASI.c
[15/834] Compiling CNIOPosix event_loop_id.c
[16/834] Compiling CNIOLinux liburing_shims.c
[17/834] Compiling CNIOLinux shim.c
[18/834] Compiling CNIOExtrasZlib empty.c
[19/834] Compiling CNIODarwin shim.c
[20/834] Compiling CNIOLLHTTP c_nio_http.c
[21/834] Compiling fiat_p256_adx_mul.S
[22/834] Compiling fiat_p256_adx_sqr.S
[23/834] Compiling fiat_curve25519_adx_square.S
[24/834] Compiling CNIOLLHTTP c_nio_api.c
[25/834] Compiling fiat_curve25519_adx_mul.S
[26/834] Compiling CNIOWindows shim.c
[27/834] Write swift-version-24593BA9C3E375BF.txt
[28/834] Compiling CNIOBoringSSLShims shims.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.
[29/838] Compiling tls_record.cc
[29/838] Compiling CNIOLLHTTP c_nio_llhttp.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>
| ^~~~~~~~~~~
[29/838] Compiling tls13_client.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/838] Compiling tls13_both.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/838] Compiling tls13_server.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>
| ^~~~~~~~~~~
[29/838] Compiling tls_method.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>
| ^~~~~~~~~~~
[29/838] Compiling tls13_enc.cc
BUILD FAILURE 6.1 wasm