Build Information
Failed to build google-cloud-tracing, reference 0.0.7 (3a609d), with Swift 6.1 for Wasm on 16 Aug 2025 21:14:08 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.67.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/google-cloud-tracing-swift.git
Reference: 0.0.7
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/rosecoder/google-cloud-tracing-swift
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at 3a609dd feat: Optimized gRPC client configuration for server side
Submodule path 'googleapis': checked out '48d30c4966ef9ea31b897e13f75d8f94070cc8e9'
Submodule 'googleapis' (https://github.com/googleapis/googleapis.git) registered for path 'googleapis'
Cloning into '/host/spi-builder-workspace/googleapis'...
Cloned https://github.com/rosecoder/google-cloud-tracing-swift.git
Revision (git rev-parse @):
3a609dd1074355073953420e01c928792a16a035
SUCCESS checkout https://github.com/rosecoder/google-cloud-tracing-swift.git at 0.0.7
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rosecoder/google-cloud-tracing-swift.git
https://github.com/rosecoder/google-cloud-tracing-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "grpc-swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-protobuf.git"
},
{
"identity" : "grpc-swift-nio-transport",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-nio-transport.git"
},
{
"identity" : "google-cloud-auth-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rosecoder/google-cloud-auth-swift.git"
},
{
"identity" : "retryable-task",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rosecoder/retryable-task.git"
},
{
"identity" : "google-cloud-service-context",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rosecoder/google-cloud-service-context.git"
}
],
"manifest_display_name" : "google-cloud-tracing",
"name" : "google-cloud-tracing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "GoogleCloudTracing",
"targets" : [
"GoogleCloudTracing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GoogleCloudTracingTests",
"module_type" : "SwiftTarget",
"name" : "GoogleCloudTracingTests",
"path" : "Tests/GoogleCloudTracingTests",
"sources" : [
"ExtractAndInjectTests.swift",
"IntegrationTests.swift"
],
"target_dependencies" : [
"GoogleCloudTracing"
],
"type" : "test"
},
{
"c99name" : "GoogleCloudTracing",
"module_type" : "SwiftTarget",
"name" : "GoogleCloudTracing",
"path" : "Sources/GoogleCloudTracing",
"product_dependencies" : [
"Logging",
"Tracing",
"ServiceLifecycle",
"GRPCProtobuf",
"GRPCNIOTransportHTTP2",
"RetryableTask",
"GoogleCloudAuth",
"GoogleCloudAuthGRPC",
"GoogleCloudServiceContext"
],
"product_memberships" : [
"GoogleCloudTracing"
],
"sources" : [
"Extensions/Google_Devtools_Cloudtrace_V2_TruncatableString+Init.swift",
"Extensions/Google_Protobuf_Timestamp+Nanoseconds.swift",
"Extensions/UInt64+HexRepresentation.swift",
"Span.swift",
"SpanIdentifier.swift",
"TraceIdentifier.swift",
"Tracer+Extract.swift",
"Tracer+Inject.swift",
"Tracer+Timer.swift",
"Tracer+Write.swift",
"Tracer.swift",
"gRPC_generated/google/devtools/cloudtrace/v2/trace.grpc.swift",
"gRPC_generated/google/devtools/cloudtrace/v2/trace.pb.swift",
"gRPC_generated/google/devtools/cloudtrace/v2/tracing.grpc.swift",
"gRPC_generated/google/devtools/cloudtrace/v2/tracing.pb.swift",
"gRPC_generated/google/rpc/status.grpc.swift",
"gRPC_generated/google/rpc/status.pb.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/rosecoder/google-cloud-auth-swift.git
Fetching https://github.com/rosecoder/retryable-task.git
Fetching https://github.com/grpc/grpc-swift-nio-transport.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/rosecoder/google-cloud-service-context.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
[1/2309] Fetching grpc-swift-protobuf
[1549/2467] Fetching grpc-swift-protobuf, retryable-task
[1965/2683] Fetching grpc-swift-protobuf, retryable-task, google-cloud-auth-swift
[2274/5116] Fetching grpc-swift-protobuf, retryable-task, google-cloud-auth-swift, swift-service-lifecycle
[3049/9718] Fetching grpc-swift-protobuf, retryable-task, google-cloud-auth-swift, swift-service-lifecycle, grpc-swift-nio-transport
[3867/9769] Fetching grpc-swift-protobuf, retryable-task, google-cloud-auth-swift, swift-service-lifecycle, grpc-swift-nio-transport, google-cloud-service-context
Fetched https://github.com/rosecoder/google-cloud-service-context.git from cache (0.78s)
[8292/9718] Fetching grpc-swift-protobuf, retryable-task, google-cloud-auth-swift, swift-service-lifecycle, grpc-swift-nio-transport
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.76s)
[6029/7409] Fetching retryable-task, google-cloud-auth-swift, swift-service-lifecycle, grpc-swift-nio-transport
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/rosecoder/google-cloud-auth-swift.git from cache (1.01s)
Fetched https://github.com/rosecoder/retryable-task.git from cache (1.26s)
Fetched https://github.com/grpc/grpc-swift-nio-transport.git from cache (1.27s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.27s)
[1/5116] Fetching swift-distributed-tracing
[360/9002] Fetching swift-distributed-tracing, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.97s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.01s)
Computing version for https://github.com/rosecoder/google-cloud-service-context.git
Computed https://github.com/rosecoder/google-cloud-service-context.git at 0.0.2 (2.98s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/swift-server/async-http-client.git
[1/1088] Fetching swift-service-context
[1089/15195] Fetching swift-service-context, async-http-client
Fetched https://github.com/apple/swift-service-context.git from cache (1.51s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.52s)
Computing version for https://github.com/rosecoder/retryable-task.git
Computed https://github.com/rosecoder/retryable-task.git at 1.1.2 (2.65s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.0.0 (1.22s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-2.git
[1/29751] Fetching grpc-swift-2
[25885/69870] Fetching grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.82s)
[8827/40119] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (12.77s)
Computing version for https://github.com/grpc/grpc-swift-nio-transport.git
Computed https://github.com/grpc/grpc-swift-nio-transport.git at 2.1.0 (13.86s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1629] Fetching swift-asn1
[767/8089] Fetching swift-asn1, swift-certificates
[1028/10790] Fetching swift-asn1, swift-certificates, swift-nio-transport-services
[3649/16917] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-extras
[7621/31960] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-asn1.git from cache (0.80s)
[12002/30331] Fetching swift-certificates, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.81s)
[10269/27630] Fetching swift-certificates, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.37s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.40s)
[2558/15043] Fetching swift-nio-ssl
[2709/26704] Fetching swift-nio-ssl, swift-nio-http2
[6629/104201] Fetching swift-nio-ssl, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.31s)
[59992/92540] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.30s)
[51149/77497] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (16.56s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.06s)
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.1.0 (1.78s)
Fetching https://github.com/apple/swift-collections.git
[1/16977] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/rosecoder/google-cloud-auth-swift.git
Computed https://github.com/rosecoder/google-cloud-auth-swift.git at 1.2.3 (3.15s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9137] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.59s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (2.66s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (1.03s)
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.85s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5968] Fetching swift-algorithms
[2/7144] Fetching swift-algorithms, swift-http-structured-headers
[843/12236] Fetching swift-algorithms, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.80s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.81s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.88s)
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
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 (2.19s)
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.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.09s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/6335] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.88s)
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.01s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (1.82s)
Fetching https://github.com/apple/swift-crypto.git
[1/16263] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (4.19s)
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.76s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (1.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.52s)
Fetching https://github.com/apple/swift-system.git
[1/4878] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.31s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.2.0 (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.17s)
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 (1.00s)
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 (1.04s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (3.21s)
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/rosecoder/google-cloud-service-context.git
Working copy of https://github.com/rosecoder/google-cloud-service-context.git resolved at 0.0.2
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/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.2.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.29.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.25.1
Creating working copy for https://github.com/rosecoder/retryable-task.git
Working copy of https://github.com/rosecoder/retryable-task.git resolved at 1.1.2
Creating working copy for https://github.com/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 2.0.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.4.0
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/rosecoder/google-cloud-auth-swift.git
Working copy of https://github.com/rosecoder/google-cloud-auth-swift.git resolved at 1.2.3
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-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.14.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.12.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.33.0
Creating working copy for https://github.com/grpc/grpc-swift-nio-transport.git
Working copy of https://github.com/grpc/grpc-swift-nio-transport.git resolved at 2.1.0
Creating working copy for https://github.com/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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
[1/1] Compiling plugin generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/842] Write sources
[3/842] Copying PrivacyInfo.xcprivacy
[3/842] Write sources
[47/842] Compiling CNIOWindows shim.c
[48/842] Compiling CNIOWindows WSAStartup.c
[49/842] Write sources
[51/842] Compiling CNIOLinux shim.c
[51/842] Write sources
[56/842] Compiling CNIODarwin shim.c
[57/842] Compiling _NumericsShims _NumericsShims.c
[57/842] Compiling CNIOLinux liburing_shims.c
[59/842] Compiling _AtomicsShims.c
[60/842] Compiling CNIOPosix event_loop_id.c
[61/842] Compiling CNIOWASI CNIOWASI.c
[62/842] Compiling aesni-x86_64-linux.S
[63/842] Compiling CNIOExtrasZlib empty.c
[64/842] Compiling CNIOLLHTTP c_nio_http.c
[65/842] Compiling fiat_p256_adx_mul.S
[66/842] Compiling fiat_p256_adx_sqr.S
[67/842] Compiling fiat_curve25519_adx_square.S
[68/842] Compiling CNIOLLHTTP c_nio_api.c
[69/842] Compiling fiat_curve25519_adx_mul.S
[70/842] Write swift-version-24593BA9C3E375BF.txt
[71/842] Compiling CNIOBoringSSLShims shims.c
[73/846] Emitting module _NIODataStructures
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[73/846] 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>
| ^~~~~~~~~~~
[73/846] Compiling tls13_both.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>
| ^~~~~~~~~~~
[73/846] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[73/846] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[73/846] Compiling tls13_server.cc
[73/846] Compiling CNIOLLHTTP c_nio_llhttp.c
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>
| ^~~~~~~~~~~
[73/846] Compiling tls_method.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/774] Compiling fiat_p256_adx_mul.S
[4/774] Compiling fiat_p256_adx_sqr.S
[5/774] Compiling CCryptoBoringSSLShims shims.c
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.
[6/774] Compiling tls_method.cc
[6/774] Compiling tls13_both.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>
| ^~~~~~~~~~~
[6/774] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[6/774] Compiling tls13_enc.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>
| ^~~~~~~~~~~
[6/774] Compiling tls13_client.cc
[6/774] Write swift-version-24593BA9C3E375BF.txt
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>
| ^~~~~~~~~~~
[6/774] Compiling tls13_server.cc
[6/774] Compiling CNIOLLHTTP c_nio_llhttp.c
BUILD FAILURE 6.1 wasm