Build Information
Failed to build Connect, reference 1.0.4 (534a58
), with Swift 6.1 for Wasm on 13 Jun 2025 05:52:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/connectrpc/connect-swift.git
Reference: 1.0.4
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/connectrpc/connect-swift
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 534a58d Update CocoaPods for 1.0.4 (#351)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
534a58d6194afffb1c5f8fbe9bbf5b5d0699b12f
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.0.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/connectrpc/connect-swift.git
https://github.com/connectrpc/connect-swift.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-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.35.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.29.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "Connect",
"name" : "Connect",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Connect",
"targets" : [
"Connect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ConnectMocks",
"targets" : [
"ConnectMocks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ConnectNIO",
"targets" : [
"ConnectNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "protoc-gen-connect-swift",
"targets" : [
"ConnectSwiftPlugin"
],
"type" : {
"executable" : null
}
},
{
"name" : "protoc-gen-connect-swift-mocks",
"targets" : [
"ConnectMocksPlugin"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConnectConformanceClient",
"targets" : [
"ConnectConformanceClient"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "ConnectSwiftPlugin",
"module_type" : "SwiftTarget",
"name" : "ConnectSwiftPlugin",
"path" : "Plugins/ConnectSwiftPlugin",
"product_dependencies" : [
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift"
],
"sources" : [
"ConnectClientGenerator.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "executable"
},
{
"c99name" : "ConnectPluginUtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "ConnectPluginUtilitiesTests",
"path" : "Tests/UnitTests/ConnectPluginUtilitiesTests",
"sources" : [
"FilePathComponentsTests.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "test"
},
{
"c99name" : "ConnectPluginUtilities",
"module_type" : "SwiftTarget",
"name" : "ConnectPluginUtilities",
"path" : "Plugins/ConnectPluginUtilities",
"product_dependencies" : [
"SwiftProtobuf",
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift",
"protoc-gen-connect-swift-mocks"
],
"sources" : [
"FilePathComponents.swift",
"Generator.swift",
"GeneratorOptions.swift",
"MethodDescriptor+Extensions.swift",
"ServiceDescriptor+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "ConnectNIO",
"module_type" : "SwiftTarget",
"name" : "ConnectNIO",
"path" : "Libraries/ConnectNIO",
"product_dependencies" : [
"NIOConcurrencyHelpers",
"NIOCore",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOHTTP2",
"NIOPosix",
"NIOSSL"
],
"product_memberships" : [
"ConnectNIO",
"ConnectConformanceClient"
],
"sources" : [
"Internal/ConnectStreamChannelHandler.swift",
"Internal/ConnectUnaryChannelHandler.swift",
"Internal/Extensions/ConnectError+Extensions.swift",
"Internal/Extensions/HTTPRequestHead+Extensions.swift",
"Internal/Extensions/Headers+Extensions.swift",
"Internal/GRPCInterceptor.swift",
"Public/NIOHTTPClient.swift",
"Public/NetworkProtocol+Extensions.swift"
],
"target_dependencies" : [
"Connect"
],
"type" : "library"
},
{
"c99name" : "ConnectMocksPlugin",
"module_type" : "SwiftTarget",
"name" : "ConnectMocksPlugin",
"path" : "Plugins/ConnectMocksPlugin",
"product_dependencies" : [
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift-mocks"
],
"sources" : [
"ConnectMockGenerator.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "executable"
},
{
"c99name" : "ConnectMocks",
"module_type" : "SwiftTarget",
"name" : "ConnectMocks",
"path" : "Libraries/ConnectMocks",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"ConnectMocks"
],
"sources" : [
"MockBidirectionalAsyncStream.swift",
"MockBidirectionalStream.swift",
"MockClientOnlyAsyncStream.swift",
"MockClientOnlyStream.swift",
"MockServerOnlyAsyncStream.swift",
"MockServerOnlyStream.swift"
],
"target_dependencies" : [
"Connect"
],
"type" : "library"
},
{
"c99name" : "ConnectLibraryTests",
"module_type" : "SwiftTarget",
"name" : "ConnectLibraryTests",
"path" : "Tests/UnitTests/ConnectLibraryTests",
"product_dependencies" : [
"SwiftProtobuf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/UnitTests/ConnectLibraryTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ConnectMocksTests/ConnectMocksTests.swift",
"ConnectTests/ConnectEndStreamResponseTests.swift",
"ConnectTests/ConnectErrorTests.swift",
"ConnectTests/EnvelopeTests.swift",
"ConnectTests/GzipCompressionPoolTests.swift",
"ConnectTests/InterceptorChainIterationTests.swift",
"ConnectTests/InterceptorFactoryTests.swift",
"ConnectTests/InterceptorIntegrationTests.swift",
"ConnectTests/JSONCodecTests.swift",
"ConnectTests/ProtoCodecTests.swift",
"ConnectTests/ProtocolClientConfigTests.swift",
"ConnectTests/ServiceMetadataTests.swift",
"GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
"GeneratedSources/connectrpc/conformance/v1/service.mock.swift",
"GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/suite.pb.swift"
],
"target_dependencies" : [
"Connect",
"ConnectMocks"
],
"type" : "test"
},
{
"c99name" : "ConnectConformanceClient",
"module_type" : "SwiftTarget",
"name" : "ConnectConformanceClient",
"path" : "Tests/ConformanceClient",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"ConnectConformanceClient"
],
"sources" : [
"GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
"GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/suite.pb.swift",
"Sources/CommandLineArgument.swift",
"Sources/ConformanceInvoker.swift",
"Sources/main.swift"
],
"target_dependencies" : [
"Connect",
"ConnectNIO"
],
"type" : "executable"
},
{
"c99name" : "Connect",
"module_type" : "SwiftTarget",
"name" : "Connect",
"path" : "Libraries/Connect",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"Connect",
"ConnectMocks",
"ConnectNIO",
"ConnectConformanceClient"
],
"sources" : [
"Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift",
"Internal/Interceptors/ConnectInterceptor.swift",
"Internal/Interceptors/GRPCWebInterceptor.swift",
"Internal/Interceptors/InterceptorChain.swift",
"Internal/Streaming/BidirectionalAsyncStream.swift",
"Internal/Streaming/BidirectionalStream.swift",
"Internal/Streaming/ClientOnlyAsyncStream.swift",
"Internal/Streaming/ClientOnlyStream.swift",
"Internal/Streaming/ClientOnlyStreamValidation.swift",
"Internal/Streaming/ConnectEndStreamResponse.swift",
"Internal/Streaming/ServerOnlyAsyncStream.swift",
"Internal/Streaming/ServerOnlyStream.swift",
"Internal/Streaming/URLSessionStream.swift",
"Internal/Unary/UnaryAsyncWrapper.swift",
"Internal/Utilities/Lock.swift",
"Internal/Utilities/Locked.swift",
"Internal/Utilities/TimeoutTimer.swift",
"PackageInternal/ConnectError+GRPC.swift",
"PackageInternal/Envelope.swift",
"PackageInternal/Headers+GRPC.swift",
"PackageInternal/Trailers+gRPC.swift",
"Public/Implementation/Clients/ProtocolClient.swift",
"Public/Implementation/Clients/URLSessionHTTPClient.swift",
"Public/Implementation/Codecs/JSONCodec.swift",
"Public/Implementation/Codecs/ProtoCodec.swift",
"Public/Implementation/Compression/GzipCompressionPool.swift",
"Public/Interfaces/Cancelable.swift",
"Public/Interfaces/Code.swift",
"Public/Interfaces/Codec.swift",
"Public/Interfaces/CompressionPool.swift",
"Public/Interfaces/ConnectError.swift",
"Public/Interfaces/HTTPClientInterface.swift",
"Public/Interfaces/HTTPMethod.swift",
"Public/Interfaces/HTTPMetrics.swift",
"Public/Interfaces/HTTPRequest.swift",
"Public/Interfaces/HTTPResponse.swift",
"Public/Interfaces/HeaderConstants.swift",
"Public/Interfaces/Headers.swift",
"Public/Interfaces/IdempotencyLevel.swift",
"Public/Interfaces/Interceptors/Interceptor.swift",
"Public/Interfaces/Interceptors/InterceptorFactory.swift",
"Public/Interfaces/Interceptors/StreamInterceptor.swift",
"Public/Interfaces/Interceptors/UnaryInterceptor.swift",
"Public/Interfaces/MethodSpec.swift",
"Public/Interfaces/NetworkProtocol.swift",
"Public/Interfaces/ProtobufMessage.swift",
"Public/Interfaces/ProtocolClientConfig.swift",
"Public/Interfaces/ProtocolClientInterface.swift",
"Public/Interfaces/ResponseMessage.swift",
"Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift",
"Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift",
"Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift",
"Public/Interfaces/Streaming/StreamResult.swift",
"Public/Interfaces/Trailers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 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-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/11527] Fetching swift-nio-http2
[2307/26376] Fetching swift-nio-http2, swift-nio-ssl
[4171/102651] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[55019/142087] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.64s)
[67662/130560] Fetching swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.57s)
Fetched https://github.com/apple/swift-protobuf.git from cache (9.63s)
Fetched https://github.com/apple/swift-nio.git from cache (9.68s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (10.39s)
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (1.24s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.78s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.46s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
[3987/21028] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
[2822/16600] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.24s)
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/471] Write sources
[11/471] Compiling _AtomicsShims.c
[12/471] Copying PrivacyInfo.xcprivacy
[14/471] Write sources
[28/471] Compiling CNIOWindows shim.c
[29/471] Compiling CNIOWindows WSAStartup.c
[30/471] Compiling CNIOWASI CNIOWASI.c
[31/471] Compiling CNIOLinux shim.c
[32/471] Compiling CNIOLinux liburing_shims.c
[33/471] Compiling p_x25519.cc
[34/471] Compiling CNIOLLHTTP c_nio_http.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.cc:22:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[35/471] Compiling p_x25519_asn1.cc
[35/471] Compiling CNIOLLHTTP c_nio_api.c
[35/471] Compiling p_hkdf.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.cc:23:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[35/471] Compiling p_rsa.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.cc:19:
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../fipsmodule/rsa/internal.h:18:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../fipsmodule/rsa/../../internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[35/471] Compiling p_rsa_asn1.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.cc:22:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[35/471] Compiling p_ed25519_asn1.cc
[35/471] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/471] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/437] Compiling CNIODarwin shim.c
[2/437] Compiling fiat_p256_adx_mul.S
[3/437] Compiling fiat_curve25519_adx_square.S
[4/437] Compiling fiat_p256_adx_sqr.S
[5/437] Compiling fiat_curve25519_adx_mul.S
[6/437] Compiling CNIOLLHTTP c_nio_api.c
[7/437] Write swift-version-24593BA9C3E375BF.txt
[8/437] Compiling CNIOBoringSSLShims shims.c
[10/441] Emitting module _NIODataStructures
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.
[10/441] Compiling tls_method.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.
[10/441] Compiling tls_record.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>
| ^~~~~~~~~~~
[10/441] Compiling tls13_both.cc
[10/441] 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>
| ^~~~~~~~~~~
[10/441] Compiling tls13_client.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>
| ^~~~~~~~~~~
[10/441] Compiling tls13_server.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>
| ^~~~~~~~~~~
[10/441] Compiling tls13_enc.cc
BUILD FAILURE 6.1 wasm