The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftPM, reference 0.6.0 (f5ea39), with Swift 6.3 for Android on 14 Apr 2026 17:37:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-package-manager.git
Reference: 0.6.0
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/swiftlang/swift-package-manager
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at f5ea397 [Package.swift] Require swift-llbuild and swift-tools-support-core using semver dependencies
Cloned https://github.com/swiftlang/swift-package-manager.git
Revision (git rev-parse @):
f5ea3972d7d6c574e8bb16a19b2a7bca98ea131b
SUCCESS checkout https://github.com/swiftlang/swift-package-manager.git at 0.6.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/swiftlang/swift-package-manager.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-llbuild.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/7187] Fetching swift-tools-support-core
[6614/36683] Fetching swift-tools-support-core, swift-llbuild
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.80s)
[5900/29496] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.99s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.1.0 (4.06s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.3.0 (0.52s)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.1.0
warning: 'swift-llbuild': ignoring broken symlink /host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm
Building for debugging...
[0/142] Write sources
[5/142] Write swift-version--4F562202D5529B1.txt
[6/142] Compiling llvmSupport Valgrind.cpp
[7/142] Compiling llvmSupport UnicodeCaseFold.cpp
[8/144] Compiling llvmSupport circular_raw_ostream.cpp
[9/144] Compiling llvmSupport Twine.cpp
[10/144] Compiling llvmSupport Unicode.cpp
[11/144] Compiling llvmSupport Threading.cpp
[12/144] Compiling llvmSupport Triple.cpp
[13/144] Compiling llvmSupport raw_ostream.cpp
[14/144] Compiling llvmSupport StringSaver.cpp
[15/144] Compiling llvmSupport StringRef.cpp
[16/144] Compiling llvmSupport YAMLParser.cpp
[17/144] Compiling llvmSupport StringMap.cpp
[18/144] Compiling llvmSupport StringExtras.cpp
[19/144] Compiling llvmSupport TargetParser.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/144] Emitting module swiftpm_xctest_helper
/host/spi-builder-workspace/Sources/swiftpm-xctest-helper/main.swift:137:13: error: no such module 'Glibc'
135 | #else
136 |
137 | import func Glibc.exit
    |             `- error: no such module 'Glibc'
138 | print("Only macOS supported.")
139 | exit(1)
[22/144] Compiling swiftpm_xctest_helper main.swift
/host/spi-builder-workspace/Sources/swiftpm-xctest-helper/main.swift:137:13: error: no such module 'Glibc'
135 | #else
136 |
137 | import func Glibc.exit
    |             `- error: no such module 'Glibc'
138 | print("Only macOS supported.")
139 | exit(1)
[22/144] Compiling llvmSupport Signals.cpp
[22/144] Compiling llvmSupport Path.cpp
[22/144] Compiling llvmSupport Process.cpp
[22/144] Compiling llvmSupport Program.cpp
[22/144] Compiling llvmSupport SmallVector.cpp
[22/144] Compiling llvmSupport SmallPtrSet.cpp
[22/144] Compiling llvmSupport SourceMgr.cpp
BUILD FAILURE 6.3 android