The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-binary-parse-support-bin, reference main (bd020c), with Swift 6.1 for Android on 30 Mar 2026 07:55:05 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 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/p-x9/swift-binary-parse-support-bin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Downloading binary artifact https://github.com/p-x9/swift-binary-parse-support/releases/download/0.2.1/BinaryParseSupport.xcframework.zip
[855/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.45s)
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-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 android