Build Information
Failed to build grpc-swift-nio-transport, reference 2.0.0 (e30694
), with Swift 6.1 for Wasm on 3 Jun 2025 12:35:55 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>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-nio-transport.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/grpc/grpc-swift-nio-transport
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at e306943 Move to grpc-swift-2 (#112)
Cloned https://github.com/grpc/grpc-swift-nio-transport.git
Revision (git rev-parse @):
e3069431c4e640c39e16342b318b39d2ac458c67
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-nio-transport.git at 2.0.0
========================================
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.35.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.31.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/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/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-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 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-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/1590] Fetching swift-asn1
[399/7745] Fetching swift-asn1, swift-certificates
[527/10412] Fetching swift-asn1, swift-certificates, swift-nio-transport-services
[528/16335] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-extras
[2881/27862] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[12038/42705] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.34s)
[18134/40038] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[30688/116185] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.56s)
Fetching https://github.com/grpc/grpc-swift-2.git
[44671/104658] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-ssl, swift-nio
[57448/134215] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-ssl, swift-nio, grpc-swift-2
Fetched https://github.com/apple/swift-asn1.git from cache (5.38s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.37s)
Fetched https://github.com/apple/swift-certificates.git from cache (5.38s)
[80381/120547] Fetching swift-nio-ssl, swift-nio, grpc-swift-2
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.43s)
[66425/105704] Fetching swift-nio, grpc-swift-2
Fetched https://github.com/grpc/grpc-swift-2.git from cache (3.69s)
[60157/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.87s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (17.34s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.0.0 (1.12s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (3.05s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.96s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1141] Fetching swift-http-structured-headers
[834/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[895/8552] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[1772/12388] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-log
[3366/18347] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-log, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.87s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.13s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.15s)
Fetched https://github.com/apple/swift-log.git from cache (1.16s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.16s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.39s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.08s)
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.92s)
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.32s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.02s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.76s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.33s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.89s)
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.02s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.01s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.13s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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.31.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.3
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.2.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.3.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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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
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.0.0
Building for debugging...
[0/810] Write sources
[22/810] Compiling CNIODarwin shim.c
[23/810] Write sources
[25/810] Compiling CGRPCNIOTransportZlib empty.c
[25/810] Compiling CNIOLinux liburing_shims.c
[25/810] Write sources
[37/810] Compiling CNIOLinux shim.c
[38/810] Compiling CNIOWindows shim.c
[39/810] Compiling CNIOWASI CNIOWASI.c
[40/810] Compiling CNIOWindows WSAStartup.c
[41/810] Compiling _AtomicsShims.c
[42/810] Compiling fiat_p256_adx_mul.S
[43/810] Compiling CNIOLLHTTP c_nio_http.c
[44/810] Compiling fiat_p256_adx_sqr.S
[45/810] Compiling fiat_curve25519_adx_square.S
[46/810] Compiling fiat_curve25519_adx_mul.S
[47/810] Compiling CNIOLLHTTP c_nio_api.c
[48/810] Write swift-version-24593BA9C3E375BF.txt
[49/810] 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.
[50/814] 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.
[50/814] 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.
[50/814] Compiling tls13_server.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>
| ^~~~~~~~~~~
1 error generated.
[50/814] Compiling tls13_client.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.
[50/814] Compiling tls_method.cc
[50/814] Compiling CNIOLLHTTP c_nio_llhttp.c
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>
| ^~~~~~~~~~~
[50/814] Compiling tls13_both.cc
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/760] Write sources
[1/761] Compiling fiat_p256_adx_mul.S
[2/761] Compiling fiat_p256_adx_sqr.S
[3/761] Write swift-version-24593BA9C3E375BF.txt
[4/761] Compiling CCryptoBoringSSLShims shims.c
[6/765] Emitting module _NIODataStructures
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.
[6/765] 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>
| ^~~~~~~~~~~
[6/765] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[6/765] Compiling tls13_client.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>
| ^~~~~~~~~~~
[6/765] Compiling tls13_enc.cc
[6/765] Compiling tls13_both.cc
[6/765] Compiling CNIOLLHTTP c_nio_llhttp.c
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/765] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm