The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ExtendedSwift, reference main (a2b500), with Swift 5.9 for Linux on 26 Jan 2025 19:20:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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 a2b5003 create data from hex string
Cloned https://github.com/davedelong/extendedswift.git
Revision (git rev-parse @):
a2b5003bf986e229ebe8d26fa3fa8f948c2db4ed
SUCCESS checkout https://github.com/davedelong/extendedswift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/davedelong/extendedswift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-algorithms
[1/3743] Fetching swift-log
[151/9366] Fetching swift-log, swift-algorithms
Fetched https://github.com/apple/swift-log (0.36s)
Fetched https://github.com/apple/swift-algorithms (0.36s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.93s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.35s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.2 (0.57s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.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.0.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.2
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/PrivateAPI/src/GregorianDate.m:8:
/host/spi-builder-workspace/Sources/PrivateAPI/include/GregorianDate.h:8:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/18] Compiling GregorianDate.m
[0/18] Compiling NSUUID+Time.m
[0/18] Compiling JSON.m
[0/18] Compiling _NumericsShims _NumericsShims.c
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.
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
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/18] Compiling GregorianDate+Formatters.m
[0/18] Compiling SignalSafe.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.
[0/18] Compiling JSON+Serialize.m
BUILD FAILURE 5.9 linux