The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftSQLite, reference master (7a6057), with Swift 6.3 for Android on 15 Apr 2026 10:24:13 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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/moshegottlieb/SwiftSQLite.git
Reference: master
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/moshegottlieb/SwiftSQLite
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7a60571 This test is for macOS only
Cloned https://github.com/moshegottlieb/SwiftSQLite.git
Revision (git rev-parse @):
7a60571977de2afdaa82b10ba977c562fe9e9944
SUCCESS checkout https://github.com/moshegottlieb/SwiftSQLite.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/moshegottlieb/SwiftSQLite.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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version--4F562202D5529B1.txt
[5/28] Compiling SwiftSQLite Date+SQL.swift
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
[6/28] Compiling SwiftSQLite Log.swift
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
[7/29] Compiling SwiftSQLCipher DatabaseError.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[8/29] Compiling SwiftSQLCipher Date+SQL.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[9/29] Compiling SwiftSQLCipher Log.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[10/30] Compiling SwiftSQLite Database+Keychain.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[11/30] Compiling SwiftSQLite Database.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[12/30] Compiling SwiftSQLite Database+Cipher.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[13/30] Compiling SwiftSQLite Database+Function.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/30] Emitting module SwiftSQLCipher
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[15/30] Compiling SwiftSQLite SQLResult.swift
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
[16/30] Compiling SwiftSQLite SQLValue.swift
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
[17/30] Compiling SwiftSQLite DatabaseError.swift
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/30] Emitting module SwiftSQLite
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
[23/30] Compiling SwiftSQLCipher SQLResult.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[24/30] Compiling SwiftSQLCipher SQLValue.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
[25/30] Compiling SwiftSQLite Statement.swift
/host/spi-builder-workspace/Sources/SQLite3/module.modulemap:3:12: error: header '/usr/include/sqlite3.h' not found
1 |
2 | module SQLite3 [system] {
3 |     header "/usr/include/sqlite3.h"
  |            `- error: header '/usr/include/sqlite3.h' not found
4 |     link "sqlite3"
5 |     export *
/host/spi-builder-workspace/Sources/SwiftSQLite/Database+Cipher.swift:17:8: error: could not build C module 'SQLite3'
 15 |     #endif
 16 | #else
 17 | import SQLite3
    |        `- error: could not build C module 'SQLite3'
 18 | #endif
 19 |
[26/30] Compiling SwiftSQLCipher Statement.swift
/host/spi-builder-workspace/Sources/SwiftSQLCipher/Database+Cipher.swift:14:8: error: no such module 'CSQLCipher'
 12 | import CSQLCipherLinux
 13 |     #else
 14 | import CSQLCipher
    |        `- error: no such module 'CSQLCipher'
 15 |     #endif
 16 | #else
BUILD FAILURE 6.3 android