Build Information
Failed to build grpc-swift-nio-transport, reference main (15f9bf
), with Swift 6.1 for Wasm on 5 Jun 2025 09:11:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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 15f9bfe fix dns resolver for android build grpc-swift 2 (#114)
Cloned https://github.com/grpc/grpc-swift-nio-transport.git
Revision (git rev-parse @):
15f9bfee04d19c1d720f34c6c6b3e8214bf557db
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.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-4609320-0":/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-http2.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[2668/8590] Fetching swift-nio-transport-services, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio.git
[1/11527] Fetching swift-nio-http2
[2537/17682] Fetching swift-nio-http2, swift-certificates
[5800/32525] Fetching swift-nio-http2, swift-certificates, swift-nio-ssl
[22730/108695] Fetching swift-nio-http2, swift-certificates, swift-nio-ssl, swift-nio
[51569/110285] Fetching swift-nio-http2, swift-certificates, swift-nio-ssl, swift-nio, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.22s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.22s)
[55315/102540] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/grpc/grpc-swift-2.git
[70550/132097] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, grpc-swift-2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.64s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.65s)
[78542/120570] Fetching swift-nio-ssl, swift-nio, grpc-swift-2
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.67s)
[64586/105727] Fetching swift-nio, grpc-swift-2
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.18s)
[72362/76170] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.99s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (6.16s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.0.0 (0.45s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.01s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.44s)
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.92s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/904] Fetching swift-http-types
[905/3330] Fetching swift-http-types, swift-service-lifecycle
[930/8315] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms
[955/9456] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers
[2334/13292] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-log
[7118/19251] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.44s)
Fetched https://github.com/apple/swift-algorithms.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 (0.94s)
Fetching https://github.com/apple/swift-crypto.git
[1/14671] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.11s)
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 (0.42s)
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.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.90s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.58s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.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 (0.41s)
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 (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.40s)
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 (0.43s)
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/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.0.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-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-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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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-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-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-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/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-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-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.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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/810] Write sources
[22/810] Compiling CNIOWindows shim.c
[23/810] Write sources
[25/810] Compiling CNIOWindows WSAStartup.c
[26/810] Write sources
[36/810] Compiling CNIOWASI CNIOWASI.c
[37/810] Compiling CNIOLinux shim.c
[38/810] Compiling CNIODarwin shim.c
[39/810] Compiling CNIOLinux liburing_shims.c
[40/810] Compiling _AtomicsShims.c
[41/810] Compiling CNIOLLHTTP c_nio_http.c
[42/810] Compiling fiat_p256_adx_sqr.S
[43/810] Compiling fiat_p256_adx_mul.S
[44/810] Compiling fiat_curve25519_adx_square.S
[45/810] Compiling fiat_curve25519_adx_mul.S
[45/810] Compiling CNIOLLHTTP c_nio_api.c
[47/810] Compiling CGRPCNIOTransportZlib empty.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_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>
| ^~~~~~~~~~~
[50/814] 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>
| ^~~~~~~~~~~
1 error generated.
[50/814] Compiling tls13_enc.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/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.
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
[50/814] Compiling tls_method.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>
| ^~~~~~~~~~~
[50/814] Compiling tls13_server.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/761] Compiling fiat_p256_adx_sqr.S
[1/761] Compiling fiat_p256_adx_mul.S
[2/761] Compiling md5-x86_64-apple.S
[3/761] Compiling md5-x86_64-linux.S
[4/761] Compiling fiat_curve25519_adx_square.S
[5/761] Compiling fiat_curve25519_adx_mul.S
[6/761] Compiling md5-586-linux.S
[7/761] Compiling CCryptoBoringSSLShims shims.c
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.
[8/761] Compiling tls13_enc.cc
[8/761] Compiling tls13_server.cc
[8/761] Compiling tls13_both.cc
[8/761] Compiling tls13_client.cc
[8/761] 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>
| ^~~~~~~~~~~
[8/761] Compiling tls_method.cc
[8/761] Write swift-version-24593BA9C3E375BF.txt
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>
| ^~~~~~~~~~~
[8/761] Compiling tls_record.cc
BUILD FAILURE 6.1 wasm