Build Information
Failed to build swift-nio-extras, reference main (145db1
), with Swift 6.1 for Wasm on 31 May 2025 18:13:22 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/apple/swift-nio-extras.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/apple/swift-nio-extras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 145db19 TimedCertificateReloader prevents non-self-signed certificates from b… (#274)
Cloned https://github.com/apple/swift-nio-extras.git
Revision (git rev-parse @):
145db1962f4f33a4ea07a32e751d5217602eea29
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-extras.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-nio-extras.git
https://github.com/apple/swift-nio-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.27.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "swift-http-structured-headers",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-structured-headers.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.29.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-nio-extras",
"name" : "swift-nio-extras",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOExtras",
"targets" : [
"NIOExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOSOCKS",
"targets" : [
"NIOSOCKS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOHTTPCompression",
"targets" : [
"NIOHTTPCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOHTTPTypes",
"targets" : [
"NIOHTTPTypes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOHTTPTypesHTTP1",
"targets" : [
"NIOHTTPTypesHTTP1"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOHTTPTypesHTTP2",
"targets" : [
"NIOHTTPTypesHTTP2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOResumableUpload",
"targets" : [
"NIOResumableUpload"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOHTTPResponsiveness",
"targets" : [
"NIOHTTPResponsiveness"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOCertificateReloading",
"targets" : [
"NIOCertificateReloading"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOWritePartialPCAPDemo",
"targets" : [
"NIOWritePartialPCAPDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOWritePCAPDemo",
"targets" : [
"NIOWritePCAPDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSOCKSClient",
"targets" : [
"NIOSOCKSClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOResumableUploadDemo",
"targets" : [
"NIOResumableUploadDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOExtrasPerformanceTester",
"targets" : [
"NIOExtrasPerformanceTester"
],
"type" : {
"executable" : null
}
},
{
"name" : "HTTPServerWithQuiescingDemo",
"targets" : [
"HTTPServerWithQuiescingDemo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOWritePartialPCAPDemo",
"module_type" : "SwiftTarget",
"name" : "NIOWritePartialPCAPDemo",
"path" : "Sources/NIOWritePartialPCAPDemo",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1"
],
"product_memberships" : [
"NIOWritePartialPCAPDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOExtras"
],
"type" : "executable"
},
{
"c99name" : "NIOWritePCAPDemo",
"module_type" : "SwiftTarget",
"name" : "NIOWritePCAPDemo",
"path" : "Sources/NIOWritePCAPDemo",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1"
],
"product_memberships" : [
"NIOWritePCAPDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOExtras"
],
"type" : "executable"
},
{
"c99name" : "NIOSOCKSTests",
"module_type" : "SwiftTarget",
"name" : "NIOSOCKSTests",
"path" : "Tests/NIOSOCKSTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded"
],
"sources" : [
"ClientGreeting+Tests.swift",
"ClientRequest+Tests.swift",
"ClientStateMachine+Tests.swift",
"Helpers+Tests.swift",
"MethodSelection+Tests.swift",
"SOCKSServerHandshakeHandler+Tests.swift",
"ServerResponse+Tests.swift",
"ServerStateMachine+Tests.swift",
"SocksClientHandler+Tests.swift"
],
"target_dependencies" : [
"NIOSOCKS"
],
"type" : "test"
},
{
"c99name" : "NIOSOCKSClient",
"module_type" : "SwiftTarget",
"name" : "NIOSOCKSClient",
"path" : "Sources/NIOSOCKSClient",
"product_dependencies" : [
"NIOCore",
"NIOPosix"
],
"product_memberships" : [
"NIOSOCKSClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOSOCKS"
],
"type" : "executable"
},
{
"c99name" : "NIOSOCKS",
"module_type" : "SwiftTarget",
"name" : "NIOSOCKS",
"path" : "Sources/NIOSOCKS",
"product_dependencies" : [
"NIO",
"NIOCore"
],
"product_memberships" : [
"NIOSOCKS",
"NIOSOCKSClient"
],
"sources" : [
"Channel Handlers/SOCKSClientHandler.swift",
"Channel Handlers/SOCKSServerHandshakeHandler.swift",
"Messages/AuthenticationMethod.swift",
"Messages/ClientGreeting.swift",
"Messages/Errors.swift",
"Messages/Helpers.swift",
"Messages/Messages.swift",
"Messages/SOCKSRequest.swift",
"Messages/SOCKSResponse.swift",
"Messages/SelectedAuthenticationMethod.swift",
"State/ClientStateMachine.swift",
"State/ServerStateMachine.swift"
],
"type" : "library"
},
{
"c99name" : "NIOResumableUploadTests",
"module_type" : "SwiftTarget",
"name" : "NIOResumableUploadTests",
"path" : "Tests/NIOResumableUploadTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"NIOResumableUploadTests.swift"
],
"target_dependencies" : [
"NIOResumableUpload"
],
"type" : "test"
},
{
"c99name" : "NIOResumableUploadDemo",
"module_type" : "SwiftTarget",
"name" : "NIOResumableUploadDemo",
"path" : "Sources/NIOResumableUploadDemo",
"product_dependencies" : [
"HTTPTypes",
"NIOCore",
"NIOPosix"
],
"product_memberships" : [
"NIOResumableUploadDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOResumableUpload",
"NIOHTTPTypesHTTP1"
],
"type" : "executable"
},
{
"c99name" : "NIOResumableUpload",
"module_type" : "SwiftTarget",
"name" : "NIOResumableUpload",
"path" : "Sources/NIOResumableUpload",
"product_dependencies" : [
"HTTPTypes",
"NIOCore",
"StructuredFieldValues",
"Atomics"
],
"product_memberships" : [
"NIOResumableUpload",
"NIOResumableUploadDemo"
],
"sources" : [
"HTTPResumableUpload.swift",
"HTTPResumableUploadChannel.swift",
"HTTPResumableUploadContext.swift",
"HTTPResumableUploadHandler.swift",
"HTTPResumableUploadProtocol.swift"
],
"target_dependencies" : [
"NIOHTTPTypes"
],
"type" : "library"
},
{
"c99name" : "NIONFS3Tests",
"module_type" : "SwiftTarget",
"name" : "NIONFS3Tests",
"path" : "Tests/NIONFS3Tests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOTestUtils"
],
"sources" : [
"NFS3FileSystemTests.swift",
"NFS3ReplyEncoderTest.swift",
"NFS3RoundtripTests.swift"
],
"target_dependencies" : [
"NIONFS3"
],
"type" : "test"
},
{
"c99name" : "NIONFS3",
"module_type" : "SwiftTarget",
"name" : "NIONFS3",
"path" : "Sources/NIONFS3",
"product_dependencies" : [
"NIOCore"
],
"sources" : [
"MountTypes+Mount.swift",
"MountTypes+Null.swift",
"MountTypes+Unmount.swift",
"NFSCallDecoder.swift",
"NFSCallEncoder.swift",
"NFSFileSystem+FuturesAPI.swift",
"NFSFileSystem.swift",
"NFSFileSystemHandler.swift",
"NFSFileSystemInvoker.swift",
"NFSFileSystemServerHandler.swift",
"NFSReplyDecoder.swift",
"NFSReplyEncoder.swift",
"NFSTypes+Access.swift",
"NFSTypes+Common.swift",
"NFSTypes+Containers.swift",
"NFSTypes+FSInfo.swift",
"NFSTypes+FSStat.swift",
"NFSTypes+Getattr.swift",
"NFSTypes+Lookup.swift",
"NFSTypes+Null.swift",
"NFSTypes+PathConf.swift",
"NFSTypes+Read.swift",
"NFSTypes+ReadDir.swift",
"NFSTypes+ReadDirPlus.swift",
"NFSTypes+Readlink.swift",
"NFSTypes+SetAttr.swift",
"RPCTypes.swift"
],
"type" : "library"
},
{
"c99name" : "NIOHTTPTypesHTTP2Tests",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPTypesHTTP2Tests",
"path" : "Tests/NIOHTTPTypesHTTP2Tests",
"sources" : [
"NIOHTTPTypesHTTP2Tests.swift"
],
"target_dependencies" : [
"NIOHTTPTypesHTTP2"
],
"type" : "test"
},
{
"c99name" : "NIOHTTPTypesHTTP2",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPTypesHTTP2",
"path" : "Sources/NIOHTTPTypesHTTP2",
"product_dependencies" : [
"NIOHTTP2"
],
"product_memberships" : [
"NIOHTTPTypesHTTP2"
],
"sources" : [
"HTTP2HeadersStateMachine.swift",
"HTTP2ToHTTPCodec.swift",
"HTTPTypeConversion.swift"
],
"target_dependencies" : [
"NIOHTTPTypes"
],
"type" : "library"
},
{
"c99name" : "NIOHTTPTypesHTTP1Tests",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPTypesHTTP1Tests",
"path" : "Tests/NIOHTTPTypesHTTP1Tests",
"sources" : [
"NIOHTTPTypesHTTP1Tests.swift"
],
"target_dependencies" : [
"NIOHTTPTypesHTTP1"
],
"type" : "test"
},
{
"c99name" : "NIOHTTPTypesHTTP1",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPTypesHTTP1",
"path" : "Sources/NIOHTTPTypesHTTP1",
"product_dependencies" : [
"NIOHTTP1"
],
"product_memberships" : [
"NIOHTTPTypesHTTP1",
"NIOResumableUploadDemo"
],
"sources" : [
"HTTP1ToHTTPCodec.swift",
"HTTPToHTTP1Codec.swift",
"HTTPTypeConversion.swift"
],
"target_dependencies" : [
"NIOHTTPTypes"
],
"type" : "library"
},
{
"c99name" : "NIOHTTPTypes",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPTypes",
"path" : "Sources/NIOHTTPTypes",
"product_dependencies" : [
"HTTPTypes",
"NIOCore"
],
"product_memberships" : [
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1",
"NIOHTTPTypesHTTP2",
"NIOResumableUpload",
"NIOHTTPResponsiveness",
"NIOResumableUploadDemo"
],
"sources" : [
"NIOHTTPTypes.swift"
],
"type" : "library"
},
{
"c99name" : "NIOHTTPResponsivenessTests",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPResponsivenessTests",
"path" : "Tests/NIOHTTPResponsivenessTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"HTTPTypes"
],
"sources" : [
"HTTPDrippingDownloadHandlerTests.swift",
"HTTPResponsivenessTests.swift"
],
"target_dependencies" : [
"NIOHTTPResponsiveness",
"NIOHTTPTypes"
],
"type" : "test"
},
{
"c99name" : "NIOHTTPResponsiveness",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPResponsiveness",
"path" : "Sources/NIOHTTPResponsiveness",
"product_dependencies" : [
"NIOCore",
"HTTPTypes",
"Algorithms"
],
"product_memberships" : [
"NIOHTTPResponsiveness"
],
"sources" : [
"HTTPDrippingDownloadHandler.swift",
"HTTPReceiveDiscardHandler.swift",
"ResponsivenessConfig.swift",
"SimpleResponsivenessRequestMux.swift"
],
"target_dependencies" : [
"NIOHTTPTypes"
],
"type" : "library"
},
{
"c99name" : "NIOHTTPCompressionTests",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPCompressionTests",
"path" : "Tests/NIOHTTPCompressionTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOHTTP1",
"NIOConcurrencyHelpers"
],
"sources" : [
"HTTPRequestCompressorTest.swift",
"HTTPRequestDecompressorTest.swift",
"HTTPResponseCompressorTest.swift",
"HTTPResponseDecompressorTest.swift"
],
"target_dependencies" : [
"CNIOExtrasZlib",
"NIOHTTPCompression"
],
"type" : "test"
},
{
"c99name" : "NIOHTTPCompression",
"module_type" : "SwiftTarget",
"name" : "NIOHTTPCompression",
"path" : "Sources/NIOHTTPCompression",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"NIOHTTPCompression"
],
"sources" : [
"HTTPCompression.swift",
"HTTPDecompression.swift",
"HTTPRequestCompressor.swift",
"HTTPRequestDecompressor.swift",
"HTTPResponseCompressor.swift",
"HTTPResponseDecompressor.swift"
],
"target_dependencies" : [
"CNIOExtrasZlib"
],
"type" : "library"
},
{
"c99name" : "NIOExtrasTests",
"module_type" : "SwiftTarget",
"name" : "NIOExtrasTests",
"path" : "Tests/NIOExtrasTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOPosix",
"NIOTestUtils",
"NIOConcurrencyHelpers"
],
"sources" : [
"DebugInboundEventsHandlerTest.swift",
"DebugOutboundEventsHandlerTest.swift",
"FixedLengthFrameDecoderTest.swift",
"HTTP1ProxyConnectHandlerTests.swift",
"JSONRPCFramingContentLengthHeaderDecoderTests.swift",
"JSONRPCFramingContentLengthHeaderEncoderTests.swift",
"LengthFieldBasedFrameDecoderTest.swift",
"LengthFieldPrependerTest.swift",
"LineBasedFrameDecoderTest.swift",
"PCAPRingBufferTest.swift",
"QuiescingHelperTest.swift",
"RequestResponseHandlerTest.swift",
"RequestResponseWithIDHandlerTest.swift",
"SynchronizedFileSinkTests.swift",
"WritePCAPHandlerTest.swift"
],
"target_dependencies" : [
"NIOExtras"
],
"type" : "test"
},
{
"c99name" : "NIOExtrasPerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOExtrasPerformanceTester",
"path" : "Sources/NIOExtrasPerformanceTester",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOEmbedded",
"NIOHTTP1"
],
"product_memberships" : [
"NIOExtrasPerformanceTester"
],
"sources" : [
"Benchmark.swift",
"HTTP1PCAPPerformanceTests.swift",
"HTTP1PerformanceTestFramework.swift",
"HTTP1RawPerformanceTests.swift",
"HTTP1RollingPCAPPerformanceTests.swift",
"Measurement.swift",
"PCAPPerformanceTest.swift",
"RollingPCAPPerformanceTest.swift",
"main.swift"
],
"target_dependencies" : [
"NIOExtras"
],
"type" : "executable"
},
{
"c99name" : "NIOExtras",
"module_type" : "SwiftTarget",
"name" : "NIOExtras",
"path" : "Sources/NIOExtras",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"NIOExtras",
"NIOWritePartialPCAPDemo",
"NIOWritePCAPDemo",
"NIOExtrasPerformanceTester",
"HTTPServerWithQuiescingDemo"
],
"sources" : [
"DebugInboundEventsHandler.swift",
"DebugOutboundEventsHandler.swift",
"FixedLengthFrameDecoder.swift",
"HTTP1ProxyConnectHandler.swift",
"JSONRPCFraming+ContentLengthHeader.swift",
"JSONRPCFraming.swift",
"LengthFieldBasedFrameDecoder.swift",
"LengthFieldPrepender.swift",
"LineBasedFrameDecoder.swift",
"MarkedCircularBuffer+PopFirstCheckMarked.swift",
"NIOExtrasError.swift",
"NIOLengthFieldBitLength.swift",
"NIORequestIdentifiable.swift",
"PCAPRingBuffer.swift",
"QuiescingHelper.swift",
"RequestResponseHandler.swift",
"RequestResponseWithIDHandler.swift",
"UnsafeTransfer.swift",
"WritePCAPHandler.swift"
],
"type" : "library"
},
{
"c99name" : "NIOCertificateReloadingTests",
"module_type" : "SwiftTarget",
"name" : "NIOCertificateReloadingTests",
"path" : "Tests/NIOCertificateReloadingTests",
"product_dependencies" : [
"NIOCore",
"NIOSSL",
"X509",
"SwiftASN1"
],
"sources" : [
"TimedCertificateReloaderTests.swift"
],
"target_dependencies" : [
"NIOCertificateReloading"
],
"type" : "test"
},
{
"c99name" : "NIOCertificateReloading",
"module_type" : "SwiftTarget",
"name" : "NIOCertificateReloading",
"path" : "Sources/NIOCertificateReloading",
"product_dependencies" : [
"NIOCore",
"NIOSSL",
"X509",
"SwiftASN1",
"ServiceLifecycle",
"AsyncAlgorithms",
"Logging"
],
"product_memberships" : [
"NIOCertificateReloading"
],
"sources" : [
"CertificateReloader.swift",
"TimedCertificateReloader.swift"
],
"type" : "library"
},
{
"c99name" : "HTTPServerWithQuiescingDemo",
"module_type" : "SwiftTarget",
"name" : "HTTPServerWithQuiescingDemo",
"path" : "Sources/HTTPServerWithQuiescingDemo",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1"
],
"product_memberships" : [
"HTTPServerWithQuiescingDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOExtras"
],
"type" : "executable"
},
{
"c99name" : "CNIOExtrasZlib",
"module_type" : "ClangTarget",
"name" : "CNIOExtrasZlib",
"path" : "Sources/CNIOExtrasZlib",
"product_memberships" : [
"NIOHTTPCompression"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
[1/1590] Fetching swift-asn1
[1226/6575] Fetching swift-asn1, swift-async-algorithms
[4034/10411] Fetching swift-asn1, swift-async-algorithms, swift-log
[4453/12837] Fetching swift-asn1, swift-async-algorithms, swift-log, swift-service-lifecycle
[5746/18992] Fetching swift-asn1, swift-async-algorithms, swift-log, swift-service-lifecycle, swift-certificates
[6965/33835] Fetching swift-asn1, swift-async-algorithms, swift-log, swift-service-lifecycle, swift-certificates, swift-nio-ssl
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.83s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.83s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[14496/27260] Fetching swift-log, swift-service-lifecycle, swift-certificates, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.04s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.04s)
[2672/14843] Fetching swift-nio-ssl
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[3861/20802] Fetching swift-nio-ssl, swift-algorithms
[4516/22519] Fetching swift-nio-ssl, swift-algorithms, swift-atomics
[8421/34046] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-nio-http2
[9400/35187] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-nio-http2, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.60s)
[17355/34046] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.95s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.00s)
[13075/26370] Fetching swift-nio-ssl, swift-nio-http2
[20538/102517] Fetching swift-nio-ssl, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.84s)
[41986/87674] Fetching swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.86s)
[32744/76147] Fetching swift-nio
[44167/77051] Fetching swift-nio, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.43s)
[47212/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (9.32s)
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 (3.31s)
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.06s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (5.38s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.15s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.69s)
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.94s)
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.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.44s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.23s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.94s)
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-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-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-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-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-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-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-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-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-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-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
Building for debugging...
[0/860] Write sources
[2/860] Compiling CNIODarwin shim.c
[3/860] Compiling _AtomicsShims.c
[3/860] Write sources
[47/860] Compiling CNIOLinux shim.c
[48/860] Compiling _NumericsShims _NumericsShims.c
[49/860] Compiling CNIOWindows shim.c
[50/860] Compiling CNIOWindows WSAStartup.c
[51/860] Compiling CNIOLLHTTP c_nio_api.c
[52/860] Compiling CNIOLinux liburing_shims.c
[53/860] Compiling CNIOWASI CNIOWASI.c
[54/860] Compiling CNIOLLHTTP c_nio_http.c
[55/860] Write swift-version-24593BA9C3E375BF.txt
[56/860] Compiling CNIOExtrasZlib empty.c
[57/860] Compiling fiat_p256_adx_sqr.S
[58/860] Compiling fiat_p256_adx_mul.S
[59/860] Compiling fiat_curve25519_adx_square.S
[60/864] Compiling CNIOBoringSSLShims shims.c
[62/895] Emitting module _NIODataStructures
[63/895] Emitting module RealModule
[63/896] Compiling CNIOLLHTTP c_nio_llhttp.c
[64/904] Compiling c-nioatomics.c
[65/909] Compiling c-atomics.c
[67/923] Compiling SwiftASN1 TimeUtilities.swift
[68/923] Compiling SwiftASN1 UTCTime.swift
[69/925] Compiling Logging LogHandler.swift
[70/925] Compiling RealModule Float+Real.swift
[71/925] Compiling _NIODataStructures _TinyArray.swift
[72/925] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/925] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/925] Compiling InternalCollectionsUtilities Integer rank.swift
[75/926] Compiling RealModule Real.swift
[76/926] Emitting module Logging
[77/926] Compiling Logging Locks.swift
[78/926] Emitting module _CertificateInternals
[79/926] Compiling _CertificateInternals _TinyArray.swift
[80/927] Compiling RealModule Float16+Real.swift
[81/927] Compiling RawStructuredFieldValues Errors.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/927] Emitting module RawStructuredFieldValues
/host/spi-builder-workspace/.build/checkouts/swift-http-structured-headers/Sources/RawStructuredFieldValues/PseudoDecimal.swift:23:8: error: Unsupported OS
21 | import Android
22 | #else
23 | #error("Unsupported OS")
| `- error: Unsupported OS
24 | #endif
25 |
[83/927] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[84/927] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[85/927] Compiling InternalCollectionsUtilities _SortedCollection.swift
[86/927] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/927] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[88/927] Compiling RealModule Float80+Real.swift
[89/927] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[91/927] Compiling RealModule ElementaryFunctions.swift
[92/927] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/927] Compiling InternalCollectionsUtilities Debugging.swift
[94/927] Compiling InternalCollectionsUtilities Descriptions.swift
[95/927] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[96/927] Compiling RawStructuredFieldValues ASCII.swift
[97/927] Compiling RawStructuredFieldValues ComponentTypes.swift
[100/927] Compiling RealModule RealFunctions.swift
[101/927] Compiling RawStructuredFieldValues OrderedMap.swift
[102/927] Compiling RawStructuredFieldValues PseudoDecimal.swift
/host/spi-builder-workspace/.build/checkouts/swift-http-structured-headers/Sources/RawStructuredFieldValues/PseudoDecimal.swift:23:8: error: Unsupported OS
21 | import Android
22 | #else
23 | #error("Unsupported OS")
| `- error: Unsupported OS
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-http-structured-headers/Sources/RawStructuredFieldValues/PseudoDecimal.swift:227:49: error: cannot find 'pow' in scope
225 | extension Double {
226 | public init(_ pseudoDecimal: PseudoDecimal) {
227 | self = Double(pseudoDecimal.mantissa) * pow(10, Double(pseudoDecimal.exponent))
| `- error: cannot find 'pow' in scope
228 | }
229 | }
[103/927] Emitting module _NIOBase64
[104/927] Compiling _NIOBase64 Base64.swift
[105/928] Compiling RawStructuredFieldValues FieldParser.swift
[106/928] Compiling RawStructuredFieldValues FieldSerializer.swift
[107/929] Compiling _NIODataStructures PriorityQueue.swift
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/797] Compiling md5-586-linux.S
[1/797] Compiling fiat_curve25519_adx_mul.S
[2/797] Compiling fiat_p256_adx_mul.S
[3/797] Compiling fiat_curve25519_adx_square.S
[3/797] Compiling md5-x86_64-apple.S
[5/797] Compiling fiat_p256_adx_sqr.S
[6/797] Compiling md5-x86_64-linux.S
[7/797] Compiling fiat_curve25519_adx_mul.S
[8/797] Write swift-version-24593BA9C3E375BF.txt
[9/797] Compiling CCryptoBoringSSLShims 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.
[10/801] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[10/801] Compiling tls13_both.cc
[10/801] Compiling tls13_server.cc
[10/801] 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>
| ^~~~~~~~~~~
[10/801] 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>
| ^~~~~~~~~~~
[10/801] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[10/801] Compiling t1_enc.cc
BUILD FAILURE 6.1 wasm