Build Information
Failed to build Sockit, reference 1.0.1 (6e860f), with Swift 6.1 for Wasm on 27 Mar 2026 04:44:12 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sufiyanyusuf/sockit.git
Reference: 1.0.1
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/sufiyanyusuf/sockit
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 6e860f9 fix: address code review findings — 7 bugs across client and server
Cloned https://github.com/sufiyanyusuf/sockit.git
Revision (git rev-parse @):
6e860f9665953657477aac7bae7347a5fcb193af
SUCCESS checkout https://github.com/sufiyanyusuf/sockit.git at 1.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sufiyanyusuf/sockit.git
https://github.com/sufiyanyusuf/sockit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.99.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.16.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit.git"
}
],
"manifest_display_name" : "Sockit",
"name" : "Sockit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SockitCore",
"targets" : [
"SockitCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SockitClient",
"targets" : [
"SockitClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SockitServer",
"targets" : [
"SockitServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SockitServerTests",
"module_type" : "SwiftTarget",
"name" : "SockitServerTests",
"path" : "Tests/SockitServerTests",
"sources" : [
"ChannelRegistryTests.swift",
"CodeReviewFindingsServerTests.swift",
"ConnectionManagerTests.swift",
"ConnectionReducerTests.swift",
"TypedRouterTests.swift"
],
"target_dependencies" : [
"SockitServer",
"SockitClient"
],
"type" : "test"
},
{
"c99name" : "SockitServer",
"module_type" : "SwiftTarget",
"name" : "SockitServer",
"path" : "Sources/SockitServer",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"SockitServer"
],
"sources" : [
"Internal/Action/ServerAction.swift",
"Internal/Effect/ServerEffect.swift",
"Internal/Reducer/ConnectionReducer.swift",
"Internal/State/ConnectionState.swift",
"Public/ChannelRegistry.swift",
"Public/Connection.swift",
"Public/ConnectionManager.swift",
"Public/SockitHandler.swift",
"Public/TypedRouter.swift",
"SockitServer.swift",
"Vapor/VaporIntegration.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "library"
},
{
"c99name" : "SockitNIOTransportTests",
"module_type" : "SwiftTarget",
"name" : "SockitNIOTransportTests",
"path" : "Tests/SockitNIOTransportTests",
"sources" : [
"NIOWebSocketTransportTests.swift"
],
"target_dependencies" : [
"SockitNIOTransport",
"SockitCore"
],
"type" : "test"
},
{
"c99name" : "SockitNIOTransport",
"module_type" : "SwiftTarget",
"name" : "SockitNIOTransport",
"path" : "Sources/SockitNIOTransport",
"product_dependencies" : [
"WebSocketKit"
],
"product_memberships" : [
"SockitClient"
],
"sources" : [
"NIOWebSocketTransport.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "library"
},
{
"c99name" : "SockitIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "SockitIntegrationTests",
"path" : "Tests/SockitIntegrationTests",
"sources" : [
"IntegrationTests.swift"
],
"target_dependencies" : [
"SockitClient",
"SockitNIOTransport"
],
"type" : "test"
},
{
"c99name" : "SockitCoreTests",
"module_type" : "SwiftTarget",
"name" : "SockitCoreTests",
"path" : "Tests/SockitCoreTests",
"sources" : [
"MessageEncodingTests.swift",
"PerformanceTests.swift",
"RequestResponseTests.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "test"
},
{
"c99name" : "SockitCore",
"module_type" : "SwiftTarget",
"name" : "SockitCore",
"path" : "Sources/SockitCore",
"product_memberships" : [
"SockitCore",
"SockitClient",
"SockitServer"
],
"sources" : [
"Protocol/SockitMessage.swift",
"SockitCore.swift",
"Transport/TransportProtocol.swift",
"Types/PushEvent.swift",
"Types/RawPayload.swift",
"Types/RawPushEvent.swift",
"Types/RawRequest.swift",
"Types/RawResponse.swift",
"Types/Request.swift",
"Types/Response.swift"
],
"type" : "library"
},
{
"c99name" : "SockitClientTests",
"module_type" : "SwiftTarget",
"name" : "SockitClientTests",
"path" : "Tests/SockitClientTests",
"sources" : [
"ClientReducerTests.swift",
"CodeReviewFindingsTests.swift"
],
"target_dependencies" : [
"SockitClient"
],
"type" : "test"
},
{
"c99name" : "SockitClient",
"module_type" : "SwiftTarget",
"name" : "SockitClient",
"path" : "Sources/SockitClient",
"product_memberships" : [
"SockitClient"
],
"sources" : [
"Internal/Action/ClientAction.swift",
"Internal/Effect/ClientEffect.swift",
"Internal/Reducer/ClientReducer.swift",
"Internal/State/ClientState.swift",
"Internal/Transport/WebSocketTransport.swift",
"Public/Client.swift",
"Public/ClientConfig.swift",
"Public/PushEventRegistry.swift",
"Public/SockitCommand.swift",
"Public/SockitPushEvent.swift",
"SockitClient.swift"
],
"target_dependencies" : [
"SockitCore",
"SockitNIOTransport"
],
"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/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2652] Fetching websocket-kit
[2600/79793] Fetching websocket-kit, vapor
Fetched https://github.com/vapor/websocket-kit.git from cache (0.57s)
[2315/77141] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (4.00s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (5.15s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.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/2821] Fetching swift-nio-transport-services
[368/4641] Fetching swift-nio-transport-services, swift-atomics
[2140/11132] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[7218/26492] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.86s)
[9847/23671] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl
[9848/106618] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.16s)
[6460/100127] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.14s)
[63470/98307] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.20s)
[48939/82947] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (13.05s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.10s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (1.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.93s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
[114/28571] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
[2068/22970] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.26s)
Fetching https://github.com/apple/swift-log.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
[1/1769] Fetching swift-asn1
[833/8029] Fetching swift-asn1, swift-log
[1137/10705] Fetching swift-asn1, swift-log, swift-service-lifecycle
[5404/16933] Fetching swift-asn1, swift-log, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.78s)
[11266/14257] Fetching swift-asn1, swift-log, swift-async-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (1.21s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.23s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.23s)
Fetching https://github.com/apple/swift-http-types.git
[1/1219] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.78s)
[1/6058] Fetching swift-algorithms
[1213/13183] Fetching swift-algorithms, swift-certificates
[1214/14134] Fetching swift-algorithms, swift-certificates, swift-http-types
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
[6244/13183] Fetching swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.30s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.30s)
[1/12070] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.21s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.89s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (2.01s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.29s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.95s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (4.08s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.99s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.33s)
Fetching https://github.com/apple/swift-crypto.git
[1/17276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.56s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (4.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.05s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (3.41s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (1.23s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (1.21s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/console-kit.git
[1/1210] Fetching swift-service-context
[1211/7777] Fetching swift-service-context, console-kit
[2131/13468] Fetching swift-service-context, console-kit, swift-distributed-tracing
[2385/34870] Fetching swift-service-context, console-kit, swift-distributed-tracing, routing-kit
[2500/38486] Fetching swift-service-context, console-kit, swift-distributed-tracing, routing-kit, multipart-kit
[11920/41460] Fetching swift-service-context, console-kit, swift-distributed-tracing, routing-kit, multipart-kit, swift-metrics
Fetched https://github.com/vapor/console-kit.git from cache (1.35s)
[23061/34893] Fetching swift-service-context, swift-distributed-tracing, routing-kit, multipart-kit, swift-metrics
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-metrics.git from cache (1.80s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.81s)
Fetching https://github.com/swift-server/async-http-client.git
[18973/28724] Fetching swift-service-context, routing-kit, multipart-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.76s)
[19339/26228] Fetching swift-service-context, routing-kit, multipart-kit
[24262/41895] Fetching swift-service-context, routing-kit, multipart-kit, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.58s)
[24276/26228] Fetching swift-service-context, routing-kit, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (4.94s)
Fetched https://github.com/vapor/routing-kit.git from cache (4.96s)
Fetched https://github.com/vapor/multipart-kit.git from cache (5.04s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (6.04s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.02s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.10s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.05s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (1.02s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.08s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (2.47s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (1.40s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.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.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.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.1.1
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.10.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.33.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.6.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.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.18.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.42.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.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.36.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.6.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Building for debugging...
[0/861] Write sources
[54/861] Compiling _NumericsShims _NumericsShims.c
[55/861] Compiling CXKCPShims shims.c
[56/861] Compiling _AtomicsShims.c
[56/861] Compiling CVaporBcrypt bcrypt.c
[58/861] Compiling _CWASI _CWASI.c
[59/861] Compiling SimpleFIPS202.c
[60/861] Compiling KeccakSponge.c
[61/861] Compiling CSystem shims.c
[62/861] Compiling CNIOWindows shim.c
[63/861] Compiling KeccakHash.c
[64/861] Compiling CNIOWASI CNIOWASI.c
[65/861] Compiling CNIOWindows WSAStartup.c
[66/861] Compiling CNIOPosix event_loop_id.c
[67/861] Compiling CNIOOpenBSD shim.c
[68/861] Compiling CNIOLinux shim.c
[69/861] Compiling CNIOLinux liburing_shims.c
[70/861] Compiling CVaporBcrypt blf.c
[71/861] Compiling CNIOSHA1 c_nio_sha1.c
[72/861] Compiling CNIOLLHTTP c_nio_http.c
[73/861] Compiling CNIOExtrasZlib zutil.c
[74/861] Compiling CNIOExtrasZlib inftrees.c
[75/861] Compiling CNIOLLHTTP c_nio_api.c
[76/861] Compiling CNIOExtrasZlib inffast.c
[77/861] Write swift-version-24593BA9C3E375BF.txt
[78/861] Compiling CNIOExtrasZlib trees.c
[79/861] Compiling CNIODarwin shim.c
[80/861] Compiling CNIOExtrasZlib adler32.c
[81/861] Compiling CNIOExtrasZlib crc32.c
[82/861] Compiling CNIOExtrasZlib inflate.c
[83/861] Compiling CNIOExtrasZlib deflate.c
[85/927] Emitting module _NIOBase64
[86/927] Emitting module SystemPackage
[86/931] Compiling CNIOLLHTTP c_nio_llhttp.c
[88/934] Emitting module ServiceContextModule
[89/934] Compiling _NIOBase64 Base64.swift
[90/935] Compiling ServiceContextModule ServiceContext.swift
[91/935] Compiling ServiceContextModule ServiceContextKey.swift
[92/936] Compiling SystemPackage FilePathParsing.swift
[93/936] Compiling SystemPackage FilePathString.swift
[94/938] Compiling _NIODataStructures _TinyArray.swift
[95/938] Compiling SockitCore PushEvent.swift
[96/938] Compiling SystemPackage Errno.swift
[97/938] Compiling SystemPackage ErrnoWindows.swift
[98/938] Compiling SystemPackage FileDescriptor.swift
[99/938] Compiling SystemPackage FileHelpers.swift
[100/938] Compiling SystemPackage FileOperations.swift
[101/938] Compiling SystemPackage FilePath.swift
[102/938] Compiling _NIODataStructures PriorityQueue.swift
[103/938] Compiling SockitCore SockitMessage.swift
[104/938] Compiling SockitCore SockitCore.swift
[105/938] Compiling SockitCore TransportProtocol.swift
[106/938] Emitting module _CertificateInternals
[107/938] Compiling _CertificateInternals _TinyArray.swift
[108/939] Compiling SystemPackage SystemString.swift
[109/939] Compiling SystemPackage Util+StringArray.swift
[110/939] Compiling SystemPackage Util.swift
[111/939] Compiling SystemPackage UtilConsumers.swift
[114/939] Compiling SystemPackage FilePathComponentView.swift
[115/939] Compiling SystemPackage FilePathComponents.swift
[118/939] Compiling SystemPackage FilePathSyntax.swift
[119/939] Compiling SystemPackage FilePathTemp.swift
[120/939] Compiling SwiftASN1 DER.swift
[121/939] Compiling SwiftASN1 Errors.swift
[128/973] Compiling RealModule RealFunctions.swift
[129/974] Compiling Logging MetadataProvider.swift
[130/974] Compiling RealModule Float80+Real.swift
[131/974] Compiling RealModule Real.swift
[132/974] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[133/974] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[134/974] Compiling Logging Locks.swift
[135/976] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[136/976] Compiling InternalCollectionsUtilities UInt+reversed.swift
[137/976] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[138/976] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[139/976] Compiling InternalCollectionsUtilities Span+Extras.swift
[140/976] Compiling SystemPackage Syscalls.swift
[141/976] Compiling SystemPackage WindowsSyscallAdapters.swift
[142/976] Compiling SystemPackage MachPort.swift
[143/976] Compiling SystemPackage PlatformString.swift
[144/976] Compiling RealModule RelaxedArithmetic.swift
[145/976] Emitting module _NIODataStructures
[146/976] Compiling _NIODataStructures Heap.swift
[147/976] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[148/976] Compiling SystemPackage RawIORequest.swift
[149/976] Compiling SystemPackage Backcompat.swift
[150/976] Compiling SystemPackage CInterop.swift
[151/976] Compiling SystemPackage Constants.swift
[152/976] Compiling SystemPackage Exports.swift
[153/976] Compiling SystemPackage Mocking.swift
[154/976] Compiling SystemPackage RawBuffer.swift
[155/978] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[156/978] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[157/978] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[159/978] Compiling RealModule Float16+Real.swift
[160/978] Compiling InternalCollectionsUtilities Debugging.swift
[161/978] Compiling InternalCollectionsUtilities Descriptions.swift
[162/978] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[163/978] Compiling InternalCollectionsUtilities _SortedCollection.swift
[166/978] Emitting module Logging
[167/978] Compiling InternalCollectionsUtilities Integer rank.swift
[170/978] Emitting module SwiftASN1
[175/978] Emitting module RealModule
[183/988] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[185/988] Compiling Instrumentation Instrument.swift
[188/988] Compiling Instrumentation NoOpInstrument.swift
[189/989] Compiling SockitCore RawResponse.swift
[190/989] Emitting module SockitCore
[193/989] Emitting module Instrumentation
[194/989] Compiling SockitCore Request.swift
[195/989] Compiling SockitCore RawRequest.swift
[196/989] Compiling SockitCore RawPushEvent.swift
[197/989] Compiling SockitCore RawPayload.swift
[198/989] Compiling Instrumentation MultiplexInstrument.swift
[199/989] Compiling Instrumentation Locks.swift
[200/989] Compiling Instrumentation InstrumentationSystem.swift
[201/990] Compiling CoreMetrics Locks.swift
[204/991] Compiling fiat_p256_adx_sqr.S
[206/991] Compiling fiat_p256_adx_mul.S
[208/991] Emitting module InternalCollectionsUtilities
[208/991] Compiling fiat_curve25519_adx_square.S
[209/999] Compiling CNIOBoringSSLShims shims.c
[210/999] Compiling fiat_curve25519_adx_mul.S
[212/999] Emitting module CoreMetrics
[213/999] Compiling InternalCollectionsUtilities String+Padding.swift
[216/999] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[217/1000] Compiling SockitCore Response.swift
[219/1001] Compiling Tracing InstrumentationSystem+Tracing.swift
[220/1001] Compiling Tracing NoOpTracer.swift
[222/1001] Compiling Tracing TracingTime.swift
[223/1001] Compiling Logging LogHandler.swift
[224/1001] Compiling Logging Logging.swift
[225/1002] Emitting module Tracing
[227/1002] Compiling Tracing TracerProtocol.swift
[228/1002] Compiling Tracing Tracer.swift
[229/1002] Compiling Tracing TracerProtocol+Legacy.swift
[230/1083] Compiling CoreMetrics Metrics.swift
[231/1084] Compiling SockitClient SockitPushEvent.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[232/1085] Compiling SockitClient SockitCommand.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[234/1085] Compiling SockitClient ClientReducer.swift
[235/1085] Compiling SockitClient ClientState.swift
[236/1085] Compiling SockitClient ClientAction.swift
[237/1085] Compiling SockitClient ClientEffect.swift
[238/1085] Compiling SockitClient WebSocketTransport.swift
[239/1085] Compiling SockitClient Client.swift
[240/1085] Compiling _RopeModule BigString+Chunk+Splitting.swift
[241/1085] Compiling _RopeModule BigString+Chunk+UTF16.swift
[242/1085] Compiling _RopeModule BigString+Chunk+UTF8.swift
[243/1085] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[244/1085] Compiling _RopeModule BigString+Sequence.swift
[245/1085] Compiling _RopeModule BigString+TextOutputStream.swift
[246/1085] Compiling _RopeModule BigString+Append.swift
[247/1085] Compiling _RopeModule BigString+Initializers.swift
[248/1085] Compiling _RopeModule BigString+Insert.swift
[249/1085] Compiling _RopeModule BigString+Managing Breaks.swift
[250/1085] Compiling _RopeModule BigString+RemoveSubrange.swift
[251/1085] Compiling _RopeModule BigString+ReplaceSubrange.swift
[252/1085] Compiling _RopeModule BigString+Split.swift
[253/1085] Compiling _RopeModule Range+BigString.swift
[254/1085] Compiling _RopeModule BigString+Builder.swift
[255/1085] Compiling _RopeModule BigString+Contents.swift
[256/1085] Compiling _RopeModule BigString+Debugging.swift
[257/1085] Compiling _RopeModule BigString+Index.swift
[258/1085] Compiling _RopeModule BigString+Ingester.swift
[259/1085] Compiling _RopeModule BigString+Invariants.swift
[260/1085] Compiling _RopeModule BigString+Metrics.swift
[261/1085] Compiling _RopeModule BigString+Summary.swift
[262/1085] Compiling _RopeModule BigString.swift
[263/1085] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[264/1094] Emitting module SockitClient
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[265/1094] Compiling SockitClient ClientConfig.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[266/1094] Compiling SockitClient PushEventRegistry.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[267/1094] Compiling SockitClient SockitClient.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[268/1094] Compiling Tracing SpanProtocol.swift
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
/host/spi-builder-workspace/Sources/SockitClient/Public/Client.swift:5:8: error: no such module 'SockitNIOTransport'
3 | // NIO transport is the default on all non-Apple platforms (Linux, etc.)
4 | #if !canImport(Darwin)
5 | import SockitNIOTransport
| `- error: no such module 'SockitNIOTransport'
6 | #endif
7 |
[275/1156] Compiling KeccakP-1600-opt64.c
[275/1156] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[275/1156] 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>
| ^~~~~~~~~~~
[275/1156] Compiling tls_method.cc
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/771] Write sources
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.
[3/772] Compiling tls13_server.cc
[3/772] Compiling KeccakP-1600-opt64.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.
[3/772] 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.
[3/772] Compiling tls_method.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.
[3/772] 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>
| ^~~~~~~~~~~
1 error generated.
[3/772] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[3/772] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[3/772] Compiling tls13_both.cc
BUILD FAILURE 6.1 wasm