The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Weekday, reference 0.2.0 (f5d4da), with Swift 6.3 for Linux on 10 Apr 2026 19:05:07 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: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/samnung/Weekday.swift.git
Reference: 0.2.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/samnung/Weekday.swift
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at f5d4dad Add CHANGELOG
Cloned https://github.com/samnung/Weekday.swift.git
Revision (git rev-parse @):
f5d4dad510ca0625431217c92d8ba0868a89552c
SUCCESS checkout https://github.com/samnung/Weekday.swift.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/samnung/Weekday.swift.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: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/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14896] Fetching quick
[7598/34713] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.40s)
Fetched https://github.com/Quick/Nimble.git from cache (1.42s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (1.88s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.53s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[0/4] Write sources
In file included from /host/spi-builder-workspace/Tests/OverrideLocale/NSLocale+OverrideLocale.m:1:
/host/spi-builder-workspace/Tests/OverrideLocale/include/NSLocale+OverrideLocale.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/4] Compiling OverrideLocale NSLocale+OverrideLocale.m
In file included from /host/spi-builder-workspace/Tests/OverrideLocale/NSObject+MethodSwizzling.m:1:
/host/spi-builder-workspace/Tests/OverrideLocale/include/NSObject+MethodSwizzling.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/4] Compiling OverrideLocale NSObject+MethodSwizzling.m
[1/4] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 linux