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 IndexStore, reference 3.2.0 (110615), with Swift 5.9 for Linux on 3 Apr 2025 18:30:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/CheekyGhost-Labs/IndexStore.git
Reference: 3.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/CheekyGhost-Labs/IndexStore
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at 110615e Merge branch 'develop' for 3.2.0 release
Cloned https://github.com/CheekyGhost-Labs/IndexStore.git
Revision (git rev-parse @):
110615e5e47ef723b52b9f27266886d4985857bc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CheekyGhost-Labs/IndexStore.git at 3.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/CheekyGhost-Labs/IndexStore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/swiftlang/indexstore-db.git
[1/5144] Fetching indexstore-db
Fetched https://github.com/swiftlang/indexstore-db.git (0.88s)
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/807] Fetching spimanifest
[808/7513] Fetching spimanifest, swift-tools-support-core
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git (0.45s)
Fetched https://github.com/swiftlang/swift-tools-support-core.git (0.46s)
Computing version for https://github.com/swiftlang/swift-tools-support-core.git
Computed https://github.com/swiftlang/swift-tools-support-core.git at 0.7.1 (0.56s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (0.48s)
Fetching https://github.com/jpsim/Yams.git
[1/10287] Fetching yams
Fetched https://github.com/jpsim/Yams.git (1.86s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.62s)
Creating working copy for https://github.com/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at 0.19.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/swiftlang/indexstore-db.git
Working copy of https://github.com/swiftlang/indexstore-db.git resolved at swift-6.0.2-RELEASE
Creating working copy for https://github.com/swiftlang/swift-tools-support-core.git
Working copy of https://github.com/swiftlang/swift-tools-support-core.git resolved at 0.7.1
[1/1] Compiling plugin ValidatorPlugin
Building for debugging...
[1/5] Copying PrivacyInfo.xcprivacy
[2/5] Compiling TSCclibc libc.c
[3/5] Compiling TSCclibc process.c
While building module 'CIndexStoreDB' imported from /host/spi-builder-workspace/.build/checkouts/indexstore-db/lib/CIndexStoreDB/CIndexStoreDB.cpp:13:
In file included from <module-includes>:1:
/host/spi-builder-workspace/.build/checkouts/indexstore-db/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:485:53: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
indexstoredb_symbol_occurrence_symbol_provider_kind(indexstoredb_symbol_occurrence_t occur);
                                                    ^
/host/spi-builder-workspace/.build/checkouts/indexstore-db/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:485:53: note: insert '_Nullable' if the pointer may be null
indexstoredb_symbol_occurrence_symbol_provider_kind(indexstoredb_symbol_occurrence_t occur);
                                                    ^
                                                                                     _Nullable
/host/spi-builder-workspace/.build/checkouts/indexstore-db/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:485:53: note: insert '_Nonnull' if the pointer should never be null
indexstoredb_symbol_occurrence_symbol_provider_kind(indexstoredb_symbol_occurrence_t occur);
                                                    ^
                                                                                     _Nonnull
/host/spi-builder-workspace/.build/checkouts/indexstore-db/lib/CIndexStoreDB/CIndexStoreDB.cpp:22:10: fatal error: 'Block.h' file not found
#include <Block.h>
         ^~~~~~~~~
1 warning and 1 error generated.
[4/7] Compiling IndexStoreDB_CIndexStoreDB CIndexStoreDB.cpp
[5/7] Emitting module TSCLibc
BUILD FAILURE 5.9 linux