Build Information
Failed to build sqlite-vec-data, reference 0.2.1 (76267a), with Swift 6.1 for Android on 2 Apr 2026 02:35:38 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mhayes853/sqlite-vec-data.git
Reference: 0.2.1
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/mhayes853/sqlite-vec-data
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 76267a2 Merge pull request #4 from mhayes853/support-v0.1.9
Cloned https://github.com/mhayes853/sqlite-vec-data.git
Revision (git rev-parse @):
76267a2ee47b95fed42a8bc67dd85685e8dae349
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mhayes853/sqlite-vec-data.git at 0.2.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mhayes853/sqlite-vec-data.git
https://github.com/mhayes853/sqlite-vec-data.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-tagged",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-tagged"
},
{
"identity" : "sqlite-data",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/sqlite-data"
},
{
"identity" : "swift-structured-queries",
"requirement" : {
"range" : [
{
"lower_bound" : "0.25.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-structured-queries"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "sqlite-vec-data",
"name" : "sqlite-vec-data",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SQLiteVecData",
"targets" : [
"SQLiteVecData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StructuredQueriesSQLiteVecCore",
"module_type" : "SwiftTarget",
"name" : "StructuredQueriesSQLiteVecCore",
"path" : "Sources/StructuredQueriesSQLiteVecCore",
"product_dependencies" : [
"StructuredQueriesSQLiteCore"
],
"product_memberships" : [
"SQLiteVecData"
],
"sources" : [
"EmbeddingVector.swift",
"FloatArray+VectorBytesRepresentation.swift",
"Vec0.swift",
"VecFunctions.swift",
"VectorBytesRepresentable.swift"
],
"type" : "library"
},
{
"c99name" : "SQLiteVecDataTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteVecDataTests",
"path" : "Tests/SQLiteVecDataTests",
"product_dependencies" : [
"StructuredQueriesTestSupport",
"IssueReportingTestSupport"
],
"sources" : [
"Database+LoadSQLiteVecTests.swift",
"EmbeddingVector+Tests.swift",
"FloatArray+VectorBytesRepresentationTests.swift",
"Internal/ExpectElementsAreEqual.swift",
"Vec0QueryTests.swift"
],
"target_dependencies" : [
"SQLiteVecData"
],
"type" : "test"
},
{
"c99name" : "SQLiteVecData",
"module_type" : "SwiftTarget",
"name" : "SQLiteVecData",
"path" : "Sources/SQLiteVecData",
"product_dependencies" : [
"SQLiteData"
],
"product_memberships" : [
"SQLiteVecData"
],
"sources" : [
"Database+LoadSQLiteVec.swift",
"Exports.swift"
],
"target_dependencies" : [
"CSQLiteVec",
"StructuredQueriesSQLiteVecCore"
],
"type" : "library"
},
{
"c99name" : "CSQLiteVec",
"module_type" : "ClangTarget",
"name" : "CSQLiteVec",
"path" : "Sources/CSQLiteVec",
"product_memberships" : [
"SQLiteVecData"
],
"sources" : [
"sqlite-vec.c"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/pointfreeco/sqlite-data
Fetching https://github.com/pointfreeco/swift-structured-queries
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/7166] Fetching swift-structured-queries
[3083/8384] Fetching swift-structured-queries, swift-tagged
[3336/26122] Fetching swift-structured-queries, swift-tagged, sqlite-data
[3751/31845] Fetching swift-structured-queries, swift-tagged, sqlite-data, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (1.12s)
[18345/24679] Fetching swift-tagged, sqlite-data, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.74s)
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-tagged from cache (2.04s)
Fetched https://github.com/pointfreeco/sqlite-data from cache (2.07s)
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.71s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (6.65s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.31.1 (3.68s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5439] Fetching swift-custom-dump
[763/10052] Fetching swift-custom-dump, swift-case-paths
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.76s)
[1/16030] Fetching swift-snapshot-testing
[643/90967] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-case-paths from cache (4.73s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.97s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.25s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (10.27s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (1.32s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.92s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.99s)
Computing version for https://github.com/pointfreeco/sqlite-data
Computed https://github.com/pointfreeco/sqlite-data at 1.6.1 (1.08s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/groue/GRDB.swift
Fetching https://github.com/pointfreeco/swift-sharing
[1/1966] Fetching swift-perception
[21/5577] Fetching swift-perception, swift-sharing
[3304/12330] Fetching swift-perception, swift-sharing, swift-dependencies
[4711/35676] Fetching swift-perception, swift-sharing, swift-dependencies, swift-collections
[5911/36570] Fetching swift-perception, swift-sharing, swift-dependencies, swift-collections, swift-concurrency-extras
[14860/150203] Fetching swift-perception, swift-sharing, swift-dependencies, swift-collections, swift-concurrency-extras, grdb.swift
Fetched https://github.com/apple/swift-collections from cache (4.57s)
[47314/126857] Fetching swift-perception, swift-sharing, swift-dependencies, swift-concurrency-extras, grdb.swift
Fetched https://github.com/pointfreeco/swift-perception from cache (22.09s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (22.09s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (22.09s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (22.11s)
Fetched https://github.com/groue/GRDB.swift from cache (22.69s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (23.80s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.10.0 (1.70s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (1.02s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/2550] Fetching combine-schedulers
[2551/3867] Fetching combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.55s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.55s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.57s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (1.01s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.95s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.07s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.08s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.72s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.10 (0.94s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.8.0 (1.02s)
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1542] Fetching swift-identified-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.59s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.55s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (1.35s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (1.12s)
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.3
Creating working copy for https://github.com/pointfreeco/sqlite-data
Working copy of https://github.com/pointfreeco/sqlite-data resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.10
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.8.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/groue/GRDB.swift
Working copy of https://github.com/groue/GRDB.swift resolved at 7.10.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.12.0
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Creating working copy for https://github.com/pointfreeco/swift-structured-queries
Working copy of https://github.com/pointfreeco/swift-structured-queries resolved at 0.31.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
warning: 'spi-builder-workspace': dependency 'swift-tagged' is not used by any target
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/86] Write sources
[21/86] Copying PrivacyInfo.xcprivacy
[21/86] Write sources
[21/86] Copying PrivacyInfo.xcprivacy
[21/86] Copying Info.plist
[21/86] Write sources
[52/86] Compiling _SwiftSyntaxCShims PlatformMutex.c
In file included from /host/spi-builder-workspace/Sources/CSQLiteVec/sqlite-vec.c:1:
/host/spi-builder-workspace/Sources/CSQLiteVec/sqlite-vec.h:5:10: fatal error: 'sqlite3ext.h' file not found
5 | #include "sqlite3ext.h"
| ^~~~~~~~~~~~~~
1 error generated.
[53/86] Compiling CSQLiteVec sqlite-vec.c
[53/86] Write swift-version-24593BA9C3E375BF.txt
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': dependency 'swift-tagged' is not used by any target
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/CSQLiteVec/sqlite-vec.c:1:
/host/spi-builder-workspace/Sources/CSQLiteVec/sqlite-vec.h:5:10: fatal error: 'sqlite3ext.h' file not found
5 | #include "sqlite3ext.h"
| ^~~~~~~~~~~~~~
1 error generated.
[2/35] Compiling CSQLiteVec sqlite-vec.c
[2/35] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android