Build Information
Failed to build grpc-swift-nio-transport, reference main (af4cc8
), with Swift 6.1 for Wasm on 5 Sep 2025 12:48:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-nio-transport.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/grpc/grpc-swift-nio-transport
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at af4cc82 Support custom verification callback configuration (#125)
Cloned https://github.com/grpc/grpc-swift-nio-transport.git
Revision (git rev-parse @):
af4cc826b3e1ed752b6e5f6dfe1550173de8af3c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-nio-transport.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/grpc/grpc-swift-nio-transport.git
https://github.com/grpc/grpc-swift-nio-transport.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "grpc-swift-2",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-2.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.78.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.38.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.34.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.27.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
}
],
"manifest_display_name" : "grpc-swift-nio-transport",
"name" : "grpc-swift-nio-transport",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GRPCNIOTransportHTTP2",
"targets" : [
"GRPCNIOTransportHTTP2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCNIOTransportHTTP2Posix",
"targets" : [
"GRPCNIOTransportHTTP2Posix"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRPCNIOTransportHTTP2TransportServices",
"targets" : [
"GRPCNIOTransportHTTP2TransportServices"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GRPCNIOTransportHTTP2TransportServices",
"module_type" : "SwiftTarget",
"name" : "GRPCNIOTransportHTTP2TransportServices",
"path" : "Sources/GRPCNIOTransportHTTP2TransportServices",
"product_dependencies" : [
"GRPCCore",
"NIOTransportServices"
],
"product_memberships" : [
"GRPCNIOTransportHTTP2",
"GRPCNIOTransportHTTP2TransportServices"
],
"sources" : [
"Config+TLS.swift",
"Exports.swift",
"HTTP2ClientTransport+TransportServices.swift",
"HTTP2ServerTransport+TransportServices.swift"
],
"target_dependencies" : [
"GRPCNIOTransportCore"
],
"type" : "library"
},
{
"c99name" : "GRPCNIOTransportHTTP2Tests",
"module_type" : "SwiftTarget",
"name" : "GRPCNIOTransportHTTP2Tests",
"path" : "Tests/GRPCNIOTransportHTTP2Tests",
"product_dependencies" : [
"GRPCCore",
"X509",
"NIOSSL"
],
"sources" : [
"ControlClient.swift",
"ControlMessages.swift",
"ControlService.swift",
"HTTP2ServerTransport+DebugTests.swift",
"HTTP2TransportNIOPosixTests.swift",
"HTTP2TransportNIOTransportServicesTests.swift",
"HTTP2TransportTLSEnabledTests.swift",
"HTTP2TransportTests.swift",
"TLSConfigurationTests.swift",
"Test Utilities/CertificateChain.swift",
"Test Utilities/HTTP2StatusCodeServer.swift",
"Test Utilities/JSONCoding.swift",
"Test Utilities/JSONSerializing.swift",
"Test Utilities/SelfSignedCertificateKeyPairs.swift",
"Test Utilities/StatsService.swift",
"Test Utilities/TransportKind.swift",
"Test Utilities/XCTest+Utilities.swift",
"XCTestCase+Vsock.swift"
],
"target_dependencies" : [
"GRPCNIOTransportHTTP2"
],
"type" : "test"
},
{
"c99name" : "GRPCNIOTransportHTTP2Posix",
"module_type" : "SwiftTarget",
"name" : "GRPCNIOTransportHTTP2Posix",
"path" : "Sources/GRPCNIOTransportHTTP2Posix",
"product_dependencies" : [
"GRPCCore",
"NIOPosix",
"NIOSSL",
"X509",
"SwiftASN1",
"NIOCertificateReloading"
],
"product_memberships" : [
"GRPCNIOTransportHTTP2",
"GRPCNIOTransportHTTP2Posix"
],
"sources" : [
"Config+TLS.swift",
"Exports.swift",
"HTTP2ClientTransport+Posix.swift",
"HTTP2ServerTransport+Posix.swift",
"NIOClientBootstrap+SocketAddress.swift",
"NIOSSL+GRPC.swift"
],
"target_dependencies" : [
"GRPCNIOTransportCore"
],
"type" : "library"
},
{
"c99name" : "GRPCNIOTransportHTTP2",
"module_type" : "SwiftTarget",
"name" : "GRPCNIOTransportHTTP2",
"path" : "Sources/GRPCNIOTransportHTTP2",
"product_memberships" : [
"GRPCNIOTransportHTTP2"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"GRPCNIOTransportHTTP2Posix",
"GRPCNIOTransportHTTP2TransportServices"
],
"type" : "library"
},
{
"c99name" : "GRPCNIOTransportCoreTests",
"module_type" : "SwiftTarget",
"name" : "GRPCNIOTransportCoreTests",
"path" : "Tests/GRPCNIOTransportCoreTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOTestUtils"
],
"sources" : [
"Client/Connection/ClientConnectionHandlerStateMachineTests.swift",
"Client/Connection/ClientConnectionHandlerTests.swift",
"Client/Connection/Connection+Equatable.swift",
"Client/Connection/ConnectionBackoffTests.swift",
"Client/Connection/ConnectionTests.swift",
"Client/Connection/GRPCChannelTests.swift",
"Client/Connection/LoadBalancers/LoadBalancerTest.swift",
"Client/Connection/LoadBalancers/PickFirstLoadBalancerTests.swift",
"Client/Connection/LoadBalancers/RoundRobinLoadBalancerTests.swift",
"Client/Connection/LoadBalancers/SubchannelTests.swift",
"Client/Connection/RequestQueueTests.swift",
"Client/Connection/Utilities/ConnectionTest.swift",
"Client/Connection/Utilities/HTTP2Connectors.swift",
"Client/Connection/Utilities/NameResolvers.swift",
"Client/Connection/Utilities/TestServer.swift",
"Client/GRPCClientStreamHandlerTests.swift",
"Client/HTTP2ClientTransportConfigTests.swift",
"Client/Resolver/DNSResolverTests.swift",
"Client/Resolver/NameResolverRegistryTests.swift",
"Client/Resolver/SocketAddressTests.swift",
"GRPCMessageDecoderTests.swift",
"GRPCMessageDeframerTests.swift",
"GRPCMessageFramerTests.swift",
"GRPCStreamStateMachineTests.swift",
"HTTP2Frame+Helpers.swift",
"Internal/GRPCStatusMessageMarshallerTests.swift",
"Internal/PercentEncodingTests.swift",
"Internal/ProcessUniqueIDTests.swift",
"Internal/TimerTests.swift",
"OneOrManyQueueTests.swift",
"Server/Compression/ZlibTests.swift",
"Server/Connection/ServerConnectionManagementHandler+StateMachineTests.swift",
"Server/Connection/ServerConnectionManagementHandlerTests.swift",
"Server/GRPCServerStreamHandlerTests.swift",
"Server/HTTP2ServerTransportConfigTests.swift",
"Test Utilities/AtomicCounter.swift",
"Test Utilities/MethodDescriptor+Common.swift",
"Test Utilities/Task+Poll.swift",
"Test Utilities/XCTest+Utilities.swift"
],
"target_dependencies" : [
"GRPCNIOTransportCore"
],
"type" : "test"
},
{
"c99name" : "GRPCNIOTransportCore",
"module_type" : "SwiftTarget",
"name" : "GRPCNIOTransportCore",
"path" : "Sources/GRPCNIOTransportCore",
"product_dependencies" : [
"GRPCCore",
"NIOCore",
"NIOHTTP2",
"NIOExtras"
],
"product_memberships" : [
"GRPCNIOTransportHTTP2",
"GRPCNIOTransportHTTP2Posix",
"GRPCNIOTransportHTTP2TransportServices"
],
"sources" : [
"Client/Connection/ClientConnectionHandler.swift",
"Client/Connection/Connection.swift",
"Client/Connection/ConnectionBackoff.swift",
"Client/Connection/ConnectionFactory.swift",
"Client/Connection/ConnectivityState.swift",
"Client/Connection/GRPCChannel.swift",
"Client/Connection/LoadBalancers/LoadBalancer.swift",
"Client/Connection/LoadBalancers/LoadBalancerEvent.swift",
"Client/Connection/LoadBalancers/PickFirstLoadBalancer.swift",
"Client/Connection/LoadBalancers/RoundRobinLoadBalancer.swift",
"Client/Connection/LoadBalancers/Subchannel.swift",
"Client/Connection/RequestQueue.swift",
"Client/GRPCClientStreamHandler.swift",
"Client/HTTP2ClientTransport.swift",
"Client/Resolver/DNSResolver.swift",
"Client/Resolver/NameResolver+DNS.swift",
"Client/Resolver/NameResolver+IPv4.swift",
"Client/Resolver/NameResolver+IPv6.swift",
"Client/Resolver/NameResolver+UDS.swift",
"Client/Resolver/NameResolver+VSOCK.swift",
"Client/Resolver/NameResolver.swift",
"Client/Resolver/NameResolverRegistry.swift",
"Client/Resolver/SocketAddress.swift",
"Client/WrappedChannel/WrappedChannel+Config.swift",
"Client/WrappedChannel/WrappedChannel+State.swift",
"Client/WrappedChannel/WrappedChannel.swift",
"Compression/CompressionAlgorithm.swift",
"Compression/Zlib.swift",
"GRPCMessageDecoder.swift",
"GRPCMessageFramer.swift",
"GRPCNIOTransportBytes.swift",
"GRPCStreamStateMachine.swift",
"Internal/Base64.swift",
"Internal/CallOptions+MethodConfig.swift",
"Internal/Channel+AddressInfo.swift",
"Internal/ConstantAsyncSequence.swift",
"Internal/ContentType.swift",
"Internal/DebugOnly.swift",
"Internal/DiscardingTaskGroup+CancellableHandle.swift",
"Internal/EventLoopFuture+ChannelInitializer.swift",
"Internal/GRPCStatusMessageMarshaller.swift",
"Internal/MethodConfigs.swift",
"Internal/NIOChannelPipeline+GRPC.swift",
"Internal/NIOSocketAddress+GRPCSocketAddress.swift",
"Internal/PercentEncoding.swift",
"Internal/ProcessUniqueID.swift",
"Internal/Result+Catching.swift",
"Internal/Timer.swift",
"ListeningServerTransport.swift",
"OneOrManyQueue.swift",
"Server/CommonHTTP2ServerTransport.swift",
"Server/Connection/GRPCServerFlushNotificationHandler.swift",
"Server/Connection/ServerConnection.swift",
"Server/Connection/ServerConnectionManagementHandler+StateMachine.swift",
"Server/Connection/ServerConnectionManagementHandler.swift",
"Server/GRPCServerStreamHandler.swift",
"Server/HTTP2ListenerFactory.swift",
"Server/HTTP2ServerTransport.swift",
"TLSConfig+Internal.swift",
"TLSConfig.swift"
],
"target_dependencies" : [
"CGRPCNIOTransportZlib"
],
"type" : "library"
},
{
"c99name" : "CGRPCNIOTransportZlib",
"module_type" : "ClangTarget",
"name" : "CGRPCNIOTransportZlib",
"path" : "Sources/CGRPCNIOTransportZlib",
"product_memberships" : [
"GRPCNIOTransportHTTP2",
"GRPCNIOTransportHTTP2Posix",
"GRPCNIOTransportHTTP2TransportServices"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1629] Fetching swift-asn1
[490/4327] Fetching swift-asn1, swift-nio-transport-services
[3454/10454] Fetching swift-asn1, swift-nio-transport-services, swift-nio-extras
[4819/16915] Fetching swift-asn1, swift-nio-transport-services, swift-nio-extras, swift-certificates
[8643/28576] Fetching swift-asn1, swift-nio-transport-services, swift-nio-extras, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.45s)
[15154/24249] Fetching swift-nio-extras, swift-certificates, swift-nio-http2
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-nio.git
[15155/39324] Fetching swift-nio-extras, swift-certificates, swift-nio-http2, swift-nio-ssl
[22047/69108] Fetching swift-nio-extras, swift-certificates, swift-nio-http2, swift-nio-ssl, grpc-swift-2
[44882/147140] Fetching swift-nio-extras, swift-certificates, swift-nio-http2, swift-nio-ssl, grpc-swift-2, swift-nio
Fetched https://github.com/apple/swift-certificates.git from cache (1.44s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.45s)
[47859/134552] Fetching swift-nio-http2, swift-nio-ssl, grpc-swift-2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.47s)
[37276/122891] Fetching swift-nio-ssl, grpc-swift-2, swift-nio
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.28s)
[64236/93107] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.92s)
[50721/78032] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.88s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (8.72s)
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.62s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.1.0 (0.99s)
Fetching https://github.com/apple/swift-collections.git
[1/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
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.89s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
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
[1/917] Fetching swift-http-types
[918/2093] Fetching swift-http-types, swift-http-structured-headers
[1071/5996] Fetching swift-http-types, swift-http-structured-headers, swift-log
[3109/11981] Fetching swift-http-types, swift-http-structured-headers, swift-log, swift-algorithms
[3854/14451] Fetching swift-http-types, swift-http-structured-headers, swift-log, swift-algorithms, swift-service-lifecycle
[6507/19641] Fetching swift-http-types, swift-http-structured-headers, swift-log, swift-algorithms, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.52s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.53s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.53s)
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 (1.03s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.63s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.66s)
Fetching https://github.com/apple/swift-crypto.git
[1/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.84s)
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 (2.40s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.81s)
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.78s)
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 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.05s)
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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-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/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/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/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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.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.34.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.38.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-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-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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Building for debugging...
[0/819] Write sources
[24/819] Compiling CNIOWASI CNIOWASI.c
[24/819] Compiling CNIOWindows WSAStartup.c
[25/819] Write sources
[36/819] Compiling CNIOPosix event_loop_id.c
[37/819] Compiling CNIOWindows shim.c
[37/819] Compiling CNIOLinux shim.c
[39/819] Compiling CNIOLinux liburing_shims.c
[40/819] Compiling _AtomicsShims.c
[41/819] Compiling CNIOLLHTTP c_nio_http.c
[42/819] Compiling CNIODarwin shim.c
[43/819] Compiling CNIOLLHTTP c_nio_api.c
[44/819] Compiling CGRPCNIOTransportZlib empty.c
[45/819] Write swift-version-24593BA9C3E375BF.txt
[46/819] Compiling fiat_p256_adx_sqr.S
[47/819] Compiling fiat_curve25519_adx_square.S
[48/819] Compiling fiat_p256_adx_mul.S
[49/819] Compiling fiat_curve25519_adx_mul.S
[50/819] 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.
[51/849] Compiling tls_record.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>
| ^~~~~~~~~~~
1 error generated.
[51/849] Compiling tls_method.cc
[52/849] Emitting module _CertificateInternals
[53/849] Emitting module _NIOBase64
[53/849] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/849] Emitting module Logging
[55/849] Emitting module _NIODataStructures
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Building for debugging...
[0/769] Compiling fiat_p256_adx_mul.S
[1/769] Compiling fiat_p256_adx_sqr.S
[2/769] Compiling fiat_curve25519_adx_square.S
[3/769] Compiling CCryptoBoringSSLShims shims.c
[4/769] Write swift-version-24593BA9C3E375BF.txt
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.
[5/769] Compiling tls13_enc.cc
[5/769] Compiling tls13_server.cc
[5/769] Compiling t1_enc.cc
[5/769] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[5/769] Compiling tls13_client.cc
[5/769] Compiling tls_method.cc
[5/769] Compiling CNIOLLHTTP c_nio_llhttp.c
[5/769] Compiling tls13_both.cc
BUILD FAILURE 6.1 wasm