The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BitcodeFormat, reference 1.4.1 (1166c8), with Swift 6.3 for Linux on 11 Apr 2026 06:38:17 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omochi/bitcodeformat.git
Reference: 1.4.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/omochi/bitcodeformat
 * tag               1.4.1      -> FETCH_HEAD
HEAD is now at 1166c80 a
Cloned https://github.com/omochi/bitcodeformat.git
Revision (git rev-parse @):
1166c80ce5df5800a7f3c0ad73910cf157103abc
SUCCESS checkout https://github.com/omochi/bitcodeformat.git at 1.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/omochi/bitcodeformat.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/attaswift/BigInt.git
[1/4878] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (2.14s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 4.0.0 (4.95s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 4.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Compiling BigInt Addition.swift
[5/24] Compiling BigInt BigInt.swift
[6/24] Compiling BigInt BigUInt.swift
[7/24] Emitting module BigInt
[8/26] Compiling BigInt Subtraction.swift
[9/26] Compiling BigInt Words and Bits.swift
[10/26] Compiling BigInt Bitwise Ops.swift
[11/26] Compiling BigInt Codable.swift
[12/26] Compiling BigInt Comparable.swift
[13/26] Compiling BigInt Strideable.swift
[14/26] Compiling BigInt String Conversion.swift
[15/26] Compiling BigInt Random.swift
[16/26] Compiling BigInt Shifts.swift
[17/26] Compiling BigInt Square Root.swift
[18/26] Compiling BigInt Floating Point Conversion.swift
[19/26] Compiling BigInt GCD.swift
[20/26] Compiling BigInt Hashable.swift
[21/26] Compiling BigInt Integer Conversion.swift
[22/26] Compiling BigInt Multiplication.swift
[23/26] Compiling BigInt Prime Test.swift
[24/26] Compiling BigInt Data Conversion.swift
[25/26] Compiling BigInt Division.swift
[26/26] Compiling BigInt Exponentiation.swift
[28/41] Compiling BitcodeFormat Resources.swift
[29/42] Compiling BitcodeFormat Block.swift
[30/42] Compiling BitcodeFormat CopyInitializable.swift
[31/42] Compiling BitcodeFormat DefineAbbrev.swift
[32/42] Compiling BitcodeFormat Document.swift
[33/42] Compiling BitcodeFormat Abbreviation.swift
[34/42] Compiling BitcodeFormat BitBuffer.swift
[35/42] Emitting module BitcodeFormat
[36/42] Compiling BitcodeFormat ErrorBase.swift
[37/42] Compiling BitcodeFormat FileSystems.swift
[38/42] Compiling BitcodeFormat RuntimeEnvironment.swift
[39/42] Compiling BitcodeFormat Reader.swift
[40/42] Compiling BitcodeFormat Record.swift
[41/42] Compiling BitcodeFormat Modifiable.swift
/host/spi-builder-workspace/Sources/BitcodeFormat/PosixError.swift:13:33: error: cannot find 'Darwin' in scope
11 |     }
12 |     public static var current: PosixError {
13 |         return PosixError(code: Darwin.errno)
   |                                 `- error: cannot find 'Darwin' in scope
14 |     }
15 |     public static func string(fromCode code: Int32) -> String {
[42/42] Compiling BitcodeFormat PosixError.swift
/host/spi-builder-workspace/Sources/BitcodeFormat/PosixError.swift:13:33: error: cannot find 'Darwin' in scope
11 |     }
12 |     public static var current: PosixError {
13 |         return PosixError(code: Darwin.errno)
   |                                 `- error: cannot find 'Darwin' in scope
14 |     }
15 |     public static func string(fromCode code: Int32) -> String {
BUILD FAILURE 6.3 linux