Build Information
Failed to build IndexStoreDB, reference main (4ee7a4), with Swift 6.2 for Linux on 20 Apr 2026 07:16:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/indexstore-db.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/swiftlang/indexstore-db
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4ee7a49 Merge pull request #286 from ahoppen/non-deterministic-working-directory
Cloned https://github.com/swiftlang/indexstore-db.git
Revision (git rev-parse @):
4ee7a49edc48e94361c3477623deeffb25dbed0d
SUCCESS checkout https://github.com/swiftlang/indexstore-db.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/swiftlang/indexstore-db.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-lmdb.git
[1/10375] Fetching swift-lmdb
Fetched https://github.com/swiftlang/swift-lmdb.git from cache (3.97s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.81s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (2.32s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/swiftlang/swift-lmdb.git
Working copy of https://github.com/swiftlang/swift-lmdb.git resolved at main (a4bc878)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/106] Compiling IndexStoreCAPI dummy.c
[3/106] Write sources
[4/106] Write swift-version-24593BA9C3E375BF.txt
[4/106] Write sources
[6/106] Compiling IndexStoreDB_Support PatternMatching.cpp
[7/106] Compiling IndexStoreDB_Database DatabaseError.cpp
In file included from /host/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
/host/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:18:10: fatal error: 'dispatch/dispatch.h' file not found
18 | #include <dispatch/dispatch.h>
| ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
[8/106] Compiling IndexStoreDB_Database Database.cpp
[8/106] Compiling IndexStoreDB_Index IndexSystem.cpp
[8/106] Compiling IndexStoreDB_Index IndexStoreLibraryProvider.cpp
[8/106] Compiling IndexStoreDB_Core Symbol.cpp
[8/106] Compiling IndexStoreDB_Support Path.cpp
[8/106] Compiling IndexStoreDB_Database ImportTransaction.cpp
[8/106] Compiling IndexStoreDB_Support Logging.cpp
[8/106] Compiling IndexStoreDB_CIndexStoreDB CIndexStoreDB.cpp
BUILD FAILURE 6.2 linux