The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftSQLite, reference master (7a6057), with Swift 6.1 for Android on 30 May 2025 01:01:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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.1
Building package at path:  $PWD
https://github.com/moshegottlieb/SwiftSQLite.git
https://github.com/moshegottlieb/SwiftSQLite.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSQLite",
  "name" : "SwiftSQLite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSQLite",
      "targets" : [
        "SwiftSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSQLCipher",
      "targets" : [
        "SwiftSQLCipher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSQLCipherTest",
      "targets" : [
        "SwiftSQLCipherTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSQLiteTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLiteTests",
      "path" : "Tests/SwiftSQLiteTests",
      "sources" : [
        "SwiftSQLiteTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSQLite",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLite",
      "path" : "Sources/SwiftSQLite",
      "product_memberships" : [
        "SwiftSQLite"
      ],
      "sources" : [
        "Database+Cipher.swift",
        "Database+Function.swift",
        "Database+Keychain.swift",
        "Database.swift",
        "DatabaseError.swift",
        "Date+SQL.swift",
        "Log.swift",
        "SQLResult.swift",
        "SQLValue.swift",
        "Statement.swift"
      ],
      "target_dependencies" : [
        "SQLite3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSQLCipherTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLCipherTests",
      "path" : "Tests/SwiftSQLCipherTests",
      "sources" : [
        "SwiftSQLiteTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSQLCipher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSQLCipherTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLCipherTest",
      "path" : "Sources/SwiftSQLCipherTest",
      "product_memberships" : [
        "SwiftSQLCipherTest"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSQLCipher"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSQLCipher",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSQLCipher",
      "path" : "Sources/SwiftSQLCipher",
      "product_memberships" : [
        "SwiftSQLCipher",
        "SwiftSQLCipherTest"
      ],
      "sources" : [
        "Database+Cipher.swift",
        "Database+Function.swift",
        "Database+Keychain.swift",
        "Database.swift",
        "DatabaseError.swift",
        "Date+SQL.swift",
        "Log.swift",
        "SQLResult.swift",
        "SQLValue.swift",
        "Statement.swift"
      ],
      "target_dependencies" : [
        "CSQLCipherLinux"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SQLite3",
      "module_type" : "SystemLibraryTarget",
      "name" : "SQLite3",
      "path" : "Sources/SQLite3",
      "product_memberships" : [
        "SwiftSQLite"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CSQLCipherLinux",
      "module_type" : "SystemLibraryTarget",
      "name" : "CSQLCipherLinux",
      "path" : "Sources/CSQLCipherLinux",
      "product_memberships" : [
        "SwiftSQLCipher",
        "SwiftSQLCipherTest"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/28] 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
[6/29] 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 |
[7/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 |
[8/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 |
[9/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 |
[10/30] 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
[11/30] 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
[12/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 |
[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 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
[15/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
[16/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/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 |
/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 |
[20/30] Compiling SwiftSQLite Database+Cipher.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 |
[21/30] Compiling SwiftSQLite Database+Function.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 |
[22/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
[23/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
/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/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
[26/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/25] 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
[3/26] 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 |
[4/27] 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
[5/27] 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
[6/27] 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
[7/27] 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
[8/27] 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 |
[9/27] 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 |
[10/27] 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 |
[11/27] Compiling SwiftSQLCipher 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/27] Compiling SwiftSQLCipher 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/27] 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 |
[14/27] Compiling SwiftSQLCipher Database+Cipher.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 |
[15/27] Compiling SwiftSQLCipher Database+Function.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 |
[18/27] 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 |
[19/27] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/27] 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
BUILD FAILURE 6.1 android