The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftSQLite, reference v1.1.3 (7a6057), with Swift 6.2 (beta) for Android on 22 Jun 2025 15:25:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/moshegottlieb/SwiftSQLite.git
Reference: v1.1.3
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
 * tag               v1.1.3     -> FETCH_HEAD
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 v1.1.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/moshegottlieb/SwiftSQLite.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/28] 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
[6/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
[7/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
[8/29] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/29] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/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
[11/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
[12/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
[13/30] 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
[14/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
[15/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
[16/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 |
[17/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 |
[18/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 |
[19/30] 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 |
/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 |
[24/30] 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 |
[25/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
/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 *
BUILD FAILURE 6.2 android