The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ExtendedSwift, reference main (60ef51), with Swift 5.10 for Linux on 15 Dec 2025 01:08:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 60ef518 permissive paramenter
Cloned https://github.com/davedelong/extendedswift.git
Revision (git rev-parse @):
60ef5189c87feb2a0ae7df768001bfe726c06c67
SUCCESS checkout https://github.com/davedelong/extendedswift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/davedelong/extendedswift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:73539c841f3cdff52dfe27f764568c4ffdfc37abd2887016f87f36c2e56aa8ab
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-log
[1/6041] Fetching swift-algorithms
[1028/11790] Fetching swift-algorithms, swift-log
Fetched https://github.com/apple/swift-algorithms from cache (0.61s)
Fetched https://github.com/apple/swift-log from cache (0.61s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.40s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.60s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.75s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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...
[0/28] Write sources
In file included from /host/spi-builder-workspace/Sources/PrivateAPI/src/SignalSafe.m:8:
/host/spi-builder-workspace/Sources/PrivateAPI/include/SignalSafe.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/28] Compiling SignalSafe.m
In file included from /host/spi-builder-workspace/Sources/PrivateAPI/src/NSUUID+Time.m:8:
/host/spi-builder-workspace/Sources/PrivateAPI/include/NSUUID+Time.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/28] Compiling NSUUID+Time.m
[2/28] Compiling GregorianDate+Formatters.m
In file included from /host/spi-builder-workspace/Sources/PrivateAPI/src/JSON.m:8:
/host/spi-builder-workspace/Sources/PrivateAPI/include/JSON.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
[2/28] Compiling JSON.m
In file included from /host/spi-builder-workspace/Sources/PrivateAPI/src/JSON+Serialize.m:8:
In file included from /host/spi-builder-workspace/Sources/PrivateAPI/include/JSON+Serialize.h:8:
/host/spi-builder-workspace/Sources/PrivateAPI/include/JSON.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/28] Compiling JSON+Serialize.m
[2/28] Compiling _NumericsShims _NumericsShims.c
[2/28] Compiling GregorianDate.m
[2/28] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 5.10 linux