Build Information
Failed to build sqlite-vec-data, reference 0.2.1 (76267a), with Swift 6.1 for Wasm on 2 Apr 2026 02:46:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: wasm
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-4609320-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/sqlite-data
Fetching https://github.com/pointfreeco/swift-structured-queries
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2171] Fetching swift-docc-plugin
[219/9337] Fetching swift-docc-plugin, swift-structured-queries
[793/10555] Fetching swift-docc-plugin, swift-structured-queries, swift-tagged
[3967/28293] Fetching swift-docc-plugin, swift-structured-queries, swift-tagged, sqlite-data
[3968/34016] Fetching swift-docc-plugin, swift-structured-queries, swift-tagged, sqlite-data, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.95s)
[15601/31845] Fetching swift-structured-queries, swift-tagged, sqlite-data, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-tagged from cache (1.79s)
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (1.80s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.84s)
Fetched https://github.com/pointfreeco/sqlite-data from cache (2.09s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (6.21s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.31.1 (4.00s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4613] Fetching swift-case-paths
[2308/10052] Fetching swift-case-paths, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.78s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.78s)
[1/16030] Fetching swift-snapshot-testing
[322/90967] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (10.86s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (10.96s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (12.05s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (1.40s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.86s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (1.21s)
Computing version for https://github.com/pointfreeco/sqlite-data
Computed https://github.com/pointfreeco/sqlite-data at 1.6.1 (1.52s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/groue/GRDB.swift
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/6753] Fetching swift-dependencies
[474/7647] Fetching swift-dependencies, swift-concurrency-extras
[578/9613] Fetching swift-dependencies, swift-concurrency-extras, swift-perception
[4294/13224] Fetching swift-dependencies, swift-concurrency-extras, swift-perception, swift-sharing
[4469/36570] Fetching swift-dependencies, swift-concurrency-extras, swift-perception, swift-sharing, swift-collections
[14860/150203] Fetching swift-dependencies, swift-concurrency-extras, swift-perception, swift-sharing, swift-collections, grdb.swift
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.30s)
[15102/149309] Fetching swift-dependencies, swift-perception, swift-sharing, swift-collections, grdb.swift
Fetched https://github.com/pointfreeco/swift-sharing from cache (1.35s)
Fetched https://github.com/pointfreeco/swift-perception from cache (1.36s)
[10661/143732] Fetching swift-dependencies, swift-collections, grdb.swift
Fetched https://github.com/pointfreeco/swift-dependencies from cache (25.09s)
Fetched https://github.com/apple/swift-collections from cache (25.16s)
Fetched https://github.com/groue/GRDB.swift from cache (25.58s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (27.19s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.10.0 (2.24s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (1.06s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/2550] Fetching combine-schedulers
[1786/3867] Fetching combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.54s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.54s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.72s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (1.02s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.92s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.20s)
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.69s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.83s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.10 (1.00s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.8.0 (1.03s)
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.61s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.80s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (2.85s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (0.95s)
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-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
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/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/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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/sqlite-data
Working copy of https://github.com/pointfreeco/sqlite-data resolved at 1.6.1
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
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-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.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/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/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.10
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
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
[12/86] Copying PrivacyInfo.xcprivacy
[12/86] Write sources
[12/86] Copying Info.plist
[51/86] Copying PrivacyInfo.xcprivacy
[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-4609320-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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 wasm