The Swift Package Index logo.Swift Package Index

Build Information

Failed to build sqlite-vec-data, reference main (76267a), with Swift 6.1 for Wasm on 2 Apr 2026 02:47:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mhayes853/sqlite-vec-data.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/mhayes853/sqlite-vec-data
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4606859-3":/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/swift-tagged
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/xctest-dynamic-overlay
[1/2171] Fetching swift-docc-plugin
[2/3389] Fetching swift-docc-plugin, swift-tagged
[1227/10555] Fetching swift-docc-plugin, swift-tagged, swift-structured-queries
[1872/16278] Fetching swift-docc-plugin, swift-tagged, swift-structured-queries, xctest-dynamic-overlay
[2597/34016] Fetching swift-docc-plugin, swift-tagged, swift-structured-queries, xctest-dynamic-overlay, sqlite-data
Fetched https://github.com/pointfreeco/swift-tagged from cache (1.46s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.47s)
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (1.48s)
Fetched https://github.com/pointfreeco/sqlite-data from cache (1.49s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.49s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (5.26s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.31.1 (5.39s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4613] Fetching swift-case-paths
[647/10052] Fetching swift-case-paths, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-case-paths from cache (1.77s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.77s)
[1/74937] Fetching swift-syntax
[7495/90967] Fetching swift-syntax, swift-snapshot-testing
Fetched https://github.com/swiftlang/swift-syntax from cache (7.40s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (7.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (8.06s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (1.06s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.62s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.72s)
Computing version for https://github.com/pointfreeco/sqlite-data
Computed https://github.com/pointfreeco/sqlite-data at 1.6.1 (0.78s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/groue/GRDB.swift
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-perception
[1/1966] Fetching swift-perception
[1456/2860] Fetching swift-perception, swift-concurrency-extras
[2803/26206] Fetching swift-perception, swift-concurrency-extras, swift-collections
[2804/32959] Fetching swift-perception, swift-concurrency-extras, swift-collections, swift-dependencies
[3173/36570] Fetching swift-perception, swift-concurrency-extras, swift-collections, swift-dependencies, swift-sharing
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.50s)
Fetched https://github.com/pointfreeco/swift-perception from cache (0.49s)
[9515/30993] Fetching swift-concurrency-extras, swift-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.60s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.60s)
[2102/23346] Fetching swift-collections
[5838/136979] Fetching swift-collections, grdb.swift
Fetched https://github.com/apple/swift-collections from cache (1.82s)
[28409/113633] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift from cache (19.57s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (20.44s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.10.0 (1.21s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (0.64s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/1317] Fetching swift-clocks
[67/3867] Fetching swift-clocks, combine-schedulers
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.39s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.39s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.97s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.64s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.61s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.41s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.67s)
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.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.16s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.10 (0.60s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.8.0 (0.72s)
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.48s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.23s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (2.15s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (1.02s)
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/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/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-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/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/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/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-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-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.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/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-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/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-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/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-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.8.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
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
[5/86] Copying PrivacyInfo.xcprivacy
[7/86] Copying Info.plist
[7/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-4606859-3":/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