Build Information
Failed to build swift-binary-parse-support-bin, reference 0.2.1 (bd020c), with Swift 6.1 for Wasm on 30 Mar 2026 07:51:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/p-x9/swift-binary-parse-support-bin.git
Reference: 0.2.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/p-x9/swift-binary-parse-support-bin
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at bd020cb version 0.2.1
Cloned https://github.com/p-x9/swift-binary-parse-support-bin.git
Revision (git rev-parse @):
bd020cb9b1eca5f5295de0b8345a9d20ca9ca8c3
SUCCESS checkout https://github.com/p-x9/swift-binary-parse-support-bin.git at 0.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/p-x9/swift-binary-parse-support-bin.git
https://github.com/p-x9/swift-binary-parse-support-bin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "swift-binary-parse-support-bin",
"name" : "swift-binary-parse-support-bin",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BinaryParseSupport",
"targets" : [
"BinaryParseSupportBin",
"_BinaryParseSupportBin"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_BinaryParseSupportBin",
"module_type" : "SwiftTarget",
"name" : "_BinaryParseSupportBin",
"path" : "Sources/_BinaryParseSupportBin",
"product_memberships" : [
"BinaryParseSupport"
],
"sources" : [
"BinaryParseSupportBin.swift"
],
"target_dependencies" : [
"BinaryParseSupportBin"
],
"type" : "library"
},
{
"c99name" : "BinaryParseSupportBinTests",
"module_type" : "SwiftTarget",
"name" : "BinaryParseSupportBinTests",
"path" : "Tests/BinaryParseSupportBinTests",
"sources" : [
"BinaryParseSupportBinTests.swift"
],
"target_dependencies" : [
"_BinaryParseSupportBin"
],
"type" : "test"
},
{
"c99name" : "BinaryParseSupportBin",
"module_type" : "BinaryTarget",
"name" : "BinaryParseSupportBin",
"path" : "remote/archive/BinaryParseSupport.xcframework.zip",
"product_memberships" : [
"BinaryParseSupport"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Downloading binary artifact https://github.com/p-x9/swift-binary-parse-support/releases/download/0.2.1/BinaryParseSupport.xcframework.zip
[1397/933080] Downloading https://github.com/p-x9/swift-binary-parse-support/releases/download/0.2.1/BinaryParseSupport.xcframework.zip
Downloaded https://github.com/p-x9/swift-binary-parse-support/releases/download/0.2.1/BinaryParseSupport.xcframework.zip (0.54s)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module _BinaryParseSupportBin
/host/spi-builder-workspace/Sources/_BinaryParseSupportBin/BinaryParseSupportBin.swift:1:19: error: no such module 'BinaryParseSupport'
1 | @_exported import BinaryParseSupport
| `- error: no such module 'BinaryParseSupport'
2 |
[4/4] Compiling _BinaryParseSupportBin BinaryParseSupportBin.swift
/host/spi-builder-workspace/Sources/_BinaryParseSupportBin/BinaryParseSupportBin.swift:1:19: error: no such module 'BinaryParseSupport'
1 | @_exported import BinaryParseSupport
| `- error: no such module 'BinaryParseSupport'
2 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module _BinaryParseSupportBin
/host/spi-builder-workspace/Sources/_BinaryParseSupportBin/BinaryParseSupportBin.swift:1:19: error: no such module 'BinaryParseSupport'
1 | @_exported import BinaryParseSupport
| `- error: no such module 'BinaryParseSupport'
2 |
[3/3] Compiling _BinaryParseSupportBin BinaryParseSupportBin.swift
/host/spi-builder-workspace/Sources/_BinaryParseSupportBin/BinaryParseSupportBin.swift:1:19: error: no such module 'BinaryParseSupport'
1 | @_exported import BinaryParseSupport
| `- error: no such module 'BinaryParseSupport'
2 |
BUILD FAILURE 6.1 wasm