The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ExtendedSwift, reference main (813915), with Swift 6.3 for Android on 18 Apr 2026 04:38:46 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.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/davedelong/extendedswift.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/davedelong/extendedswift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8139152 binding triggers
Cloned https://github.com/davedelong/extendedswift.git
Revision (git rev-parse @):
8139152ba20945644aff4d07362657f0ec25f08b
SUCCESS checkout https://github.com/davedelong/extendedswift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/davedelong/extendedswift.git
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.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-algorithms
Fetching https://github.com/apple/swift-log
[1/6058] Fetching swift-algorithms
[1153/12693] Fetching swift-algorithms, swift-log
Fetched https://github.com/apple/swift-log from cache (0.83s)
Fetched https://github.com/apple/swift-algorithms from cache (0.83s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (4.43s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.07s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.74s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.66s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
warning: 'spi-builder-workspace': ignoring target 'PrivateAPITests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'ExtendedObjCTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/ExtendedObjC/src/Runtime.m:9:
/host/spi-builder-workspace/Sources/ExtendedObjC/include/Runtime.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/28] Compiling Runtime.m
In file included from /host/spi-builder-workspace/Sources/PrivateAPI/src/GregorianDate+Formatters.m:8:
/host/spi-builder-workspace/Sources/PrivateAPI/include/GregorianDate+Formatters.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
    8 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/28] Compiling GregorianDate+Formatters.m
[0/28] Compiling JSON+Serialize.m
In file included from /host/spi-builder-workspace/Sources/PrivateAPI/src/GregorianDate+Format.m:8:
/host/spi-builder-workspace/Sources/PrivateAPI/include/GregorianDate+Format.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
    8 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1[0/28] Compiling GregorianDate+Format.m
[0/28] Compiling GregorianDate.m
In file included from /host/spi-builder-workspace/Sources/PrivateAPI/src/AppSession.m:8:
/host/spi-builder-workspace/Sources/PrivateAPI/include/AppSession.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
    8 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/28] Compiling AppSession.m
[0/28] Compiling JSON.m
[0/28] Write swift-version--4F562202D5529B1.txt
BUILD FAILURE 6.3 android