The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SQLite.swift, reference 0.16.0 (964c30), with Swift 6.3 for Linux on 19 Apr 2026 01:10:09 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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stephencelis/SQLite.swift.git
Reference: 0.16.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/stephencelis/SQLite.swift
 * tag               0.16.0     -> FETCH_HEAD
HEAD is now at 964c300 Merge pull request #1353 from stephencelis/prepare-0.16.0
Cloned https://github.com/stephencelis/SQLite.swift.git
Revision (git rev-parse @):
964c300fb0736699ce945c9edb56ecd62eba27a3
SUCCESS checkout https://github.com/stephencelis/SQLite.swift.git at 0.16.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/stephencelis/SQLite.swift.git
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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/stephencelis/CSQLite
[1/200] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite from cache (1.32s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 3.50.4 (2.00s)
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 3.50.4
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling SQLiteSwiftCSQLite sqlite3.c
[5/41] Emitting module SQLite
[6/45] Compiling SQLite Connection.swift
[7/45] Compiling SQLite Errors.swift
[8/45] Compiling SQLite Result.swift
[9/45] Compiling SQLite SQLiteFeature.swift
[10/45] Compiling SQLite SQLiteVersion.swift
[11/45] Compiling SQLite Schema.swift
[12/45] Compiling SQLite Setter.swift
[13/45] Compiling SQLite WindowFunctions.swift
[14/45] Compiling SQLite resource_bundle_accessor.swift
[15/45] Compiling SQLite Collation.swift
[16/45] Compiling SQLite CoreFunctions.swift
[17/45] Compiling SQLite CustomFunctions.swift
[18/45] Compiling SQLite DateAndTimeFunctions.swift
[19/45] Compiling SQLite FTS5.swift
[20/45] Compiling SQLite RTree.swift
[21/45] Compiling SQLite Foundation.swift
[22/45] Compiling SQLite Helpers.swift
[23/45] Compiling SQLite Connection+Schema.swift
[24/45] Compiling SQLite Expression.swift
[25/45] Compiling SQLite Operators.swift
[26/45] Compiling SQLite Query+with.swift
[27/45] Compiling SQLite Query.swift
[28/45] Compiling SQLite Statement.swift
[29/45] Compiling SQLite URIQueryParameter.swift
[30/45] Compiling SQLite Value.swift
[31/45] Compiling SQLite Cipher.swift
[32/45] Compiling SQLite FTS4.swift
[33/45] Compiling SQLite Backup.swift
[34/45] Compiling SQLite Blob.swift
[35/45] Compiling SQLite Connection+Aggregation.swift
[36/45] Compiling SQLite Connection+Attach.swift
[37/45] Compiling SQLite Connection+Pragmas.swift
[38/45] Compiling SQLite SchemaChanger.swift
[39/45] Compiling SQLite SchemaDefinitions.swift
[40/45] Compiling SQLite SchemaReader.swift
[41/45] Compiling SQLite AggregateFunctions.swift
[42/45] Compiling SQLite Coding.swift
[43/46] Wrapping AST for SQLite for debugging
[44/46] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/SQLiteSwiftCSQLite.build/sqlite3.c.o: requires dynamic R_X86_64_PC32 reloc against 'sqlite3_free' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[45/46] Linking libSQLite-Dynamic.so
BUILD FAILURE 6.3 linux