The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-binary-parse-support-bin, reference 0.2.1 (bd020c), with Swift 6.2 for Linux on 30 Mar 2026 07:45:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/p-x9/swift-binary-parse-support-bin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
ad1a9d392ffd: Already exists
fd536e17b553: Already exists
e7b6e04682b5: Already exists
9b8a317920b0: Already exists
7a000b4c0a22: Pulling fs layer
361f22ab1945: Pulling fs layer
acdcd91f6190: Pulling fs layer
76241ad1bffe: Pulling fs layer
76241ad1bffe: Waiting
361f22ab1945: Verifying Checksum
361f22ab1945: Download complete
acdcd91f6190: Verifying Checksum
acdcd91f6190: Download complete
7a000b4c0a22: Verifying Checksum
7a000b4c0a22: Download complete
76241ad1bffe: Verifying Checksum
76241ad1bffe: Download complete
7a000b4c0a22: Pull complete
361f22ab1945: Pull complete
acdcd91f6190: Pull complete
76241ad1bffe: Pull complete
Digest: sha256:b1b7512e70c869f4e6dfc045c9cfbcecd5568d004e044b9c2b5f35ddaecd218b
Status: Downloaded newer image for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-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.82s)
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 |
BUILD FAILURE 6.2 linux