The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PowerSync, reference 1.13.1 (c4f812), with Swift 6.2 for Android on 26 Mar 2026 22:20:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/powersync-ja/powersync-swift.git
Reference: 1.13.1
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/powersync-ja/powersync-swift
 * tag               1.13.1     -> FETCH_HEAD
HEAD is now at c4f8126 fix: Potential CancellationError swallowing (#123)
Cloned https://github.com/powersync-ja/powersync-swift.git
Revision (git rev-parse @):
c4f81265040610c22361cc34695ffd3bc2ec6474
SUCCESS checkout https://github.com/powersync-ja/powersync-swift.git at 1.13.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/powersync-ja/powersync-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/groue/GRDB.swift.git
Fetching https://github.com/powersync-ja/CSQLite.git
Fetching https://github.com/powersync-ja/powersync-sqlite-core-swift.git
[1/108] Fetching powersync-sqlite-core-swift
[80/193] Fetching powersync-sqlite-core-swift, csqlite
Fetched https://github.com/powersync-ja/powersync-sqlite-core-swift.git from cache (0.68s)
[59/85] Fetching csqlite
[86/113718] Fetching csqlite, grdb.swift
Fetched https://github.com/powersync-ja/CSQLite.git from cache (1.13s)
[5682/113633] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift.git from cache (15.02s)
Computing version for https://github.com/powersync-ja/CSQLite.git
Computed https://github.com/powersync-ja/CSQLite.git at 3.51.2 (16.58s)
Computing version for https://github.com/powersync-ja/powersync-sqlite-core-swift.git
Computed https://github.com/powersync-ja/powersync-sqlite-core-swift.git at 0.4.12 (2.43s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (2.75s)
Creating working copy for https://github.com/powersync-ja/CSQLite.git
Working copy of https://github.com/powersync-ja/CSQLite.git resolved at 3.51.2
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 7.10.0
Creating working copy for https://github.com/powersync-ja/powersync-sqlite-core-swift.git
Working copy of https://github.com/powersync-ja/powersync-sqlite-core-swift.git resolved at 0.4.12
Downloading binary artifact https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip
Downloading binary artifact https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip
[1397/30867911] Downloading https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip
[17781/96367018] Downloading https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip, https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip
Downloaded https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip (4.85s)
Downloaded https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip (9.75s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/PowerSync/attachments/README.md
Building for debugging...
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[0/10] Copying Info.plist
[1/10] Write sources
[5/10] Compiling CSQLite sqlite3_entry.c
[6/10] Write swift-version--11D90AFD9DD3AB2.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/220] Emitting module PowerSync
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/228] Emitting module GRDB
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[10/249] Compiling GRDB DatabaseFunction.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[11/249] Compiling GRDB DatabasePool.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[12/249] Compiling GRDB DatabasePublishers.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[13/249] Compiling GRDB DatabaseQueue.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[14/249] Compiling GRDB DatabaseReader.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[15/249] Compiling GRDB DatabaseRegion.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[16/249] Compiling GRDB DatabaseRegionObservation.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[17/249] Compiling GRDB DatabaseSchemaCache.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[18/249] Compiling PowerSync AttachmentTable.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[19/249] Compiling PowerSync FileManagerLocalStorage.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[20/249] Compiling PowerSync LocalStorage.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[21/249] Compiling PowerSync RemoteStorage.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[22/249] Compiling PowerSync SyncErrorHandler.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[23/249] Compiling PowerSync SyncingService.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[24/249] Compiling PowerSync WatchedAttachmentItem.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[25/249] Compiling PowerSync resolvePowerSyncLoadableExtensionPath.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[26/249] Compiling GRDB NSData.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[27/249] Compiling GRDB NSNull.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[28/249] Compiling GRDB NSNumber.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[29/249] Compiling GRDB NSString.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[30/249] Compiling GRDB SQLiteDateParser.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[31/249] Compiling GRDB URL.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[32/249] Compiling GRDB UUID.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[33/249] Compiling GRDB DatabaseValueConvertible+Decodable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[34/249] Compiling GRDB DatabaseValueConvertible+Encodable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[35/249] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[36/249] Compiling GRDB JSONRequiredEncoder.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[37/249] Compiling GRDB Optional.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[38/249] Compiling GRDB StandardLibrary.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[39/249] Compiling GRDB TransactionClock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[40/249] Compiling GRDB TransactionObserver.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[41/249] Compiling GRDB WALSnapshot.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[42/249] Compiling GRDB WALSnapshotTransaction.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[43/249] Compiling GRDB Database+Dump.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[44/249] Compiling GRDB DatabaseReader+dump.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[45/249] Compiling GRDB DumpFormat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[46/249] Compiling GRDB DebugDumpFormat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[47/249] Compiling GRDB JSONDumpFormat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[48/249] Compiling GRDB LineDumpFormat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[49/249] Compiling GRDB ListDumpFormat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[50/249] Compiling GRDB QuoteDumpFormat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[51/249] Compiling GRDB FTS3.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[52/249] Compiling GRDB FTS3Pattern.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[53/249] Compiling GRDB FTS3TokenizerDescriptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[54/249] Compiling GRDB FTS4.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[55/249] Compiling GRDB FTS5.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[56/249] Compiling GRDB FTS5CustomTokenizer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[57/249] Compiling GRDB FTS5Pattern.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[58/249] Compiling GRDB FTS5Tokenizer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[59/249] Compiling GRDB FTS5TokenizerDescriptor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[60/249] Compiling GRDB FTS5WrapperTokenizer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[61/249] Compiling GRDB Fixits.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[62/249] Compiling GRDB JSONColumn.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[63/249] Compiling GRDB SQLJSONExpressible.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[64/249] Compiling GRDB SQLJSONFunctions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[65/249] Compiling GRDB DatabaseMigrator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[68/249] Compiling GRDB Inflections.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[69/249] Compiling GRDB Mutex.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[70/249] Compiling GRDB OnDemandFuture.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[71/249] Compiling GRDB OrderedDictionary.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[72/249] Compiling GRDB Pool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[73/249] Compiling GRDB ReadWriteLock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[74/249] Compiling GRDB ReceiveValuesOn.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[75/249] Compiling GRDB Refinable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[76/249] Compiling GRDB Utils.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[77/249] Compiling GRDB DatabaseCancellable.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[78/249] Compiling GRDB ValueConcurrentObserver.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[79/249] Compiling GRDB ValueWriteOnlyObserver.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[80/249] Compiling GRDB Fetch.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[81/249] Compiling GRDB Map.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[82/249] Compiling GRDB RemoveDuplicates.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[83/249] Compiling GRDB Trace.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[84/249] Compiling GRDB ValueReducer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[85/249] Compiling GRDB SharedValueObservation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[86/249] Compiling GRDB ValueObservation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[87/249] Compiling GRDB ValueObservationScheduler.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[88/249] Compiling GRDB resource_bundle_accessor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[89/249] Compiling GRDB Configuration.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[90/249] Compiling GRDB Cursor.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[91/249] Compiling GRDB Database+SQLCipher.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[92/249] Compiling GRDB Database+Schema.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[93/249] Compiling GRDB Database+Statements.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[94/249] Compiling GRDB Database.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[95/249] Compiling GRDB DatabaseBackupProgress.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[96/249] Compiling GRDB DatabaseCollation.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[97/249] Compiling GRDB DatabaseError.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[98/249] Compiling GRDB DatabaseSchemaSource.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[99/249] Compiling GRDB DatabaseSnapshot.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[100/249] Compiling GRDB DatabaseSnapshotPool.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[101/249] Compiling GRDB DatabaseValue.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[148/249] Compiling GRDB RowDecodingError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[149/249] Compiling GRDB SQL.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[150/249] Compiling GRDB SQLInterpolation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[151/249] Compiling GRDB SQLRequest.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[152/249] Compiling GRDB SchedulingWatchdog.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[153/249] Compiling GRDB SerializedDatabase.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[154/249] Compiling GRDB Statement.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[155/249] Compiling GRDB StatementAuthorizer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[156/249] Compiling GRDB StatementColumnConvertible.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[157/249] Compiling GRDB CGFloat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[158/249] Compiling GRDB Data.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[159/249] Compiling GRDB DatabaseDateComponents.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[160/249] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[161/249] Compiling GRDB Date.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[162/249] Compiling GRDB Decimal.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[163/249] Compiling GRDB FTS5+QueryInterface.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[164/249] Compiling GRDB ForeignKey.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[165/249] Compiling GRDB Association.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[166/249] Compiling GRDB AssociationAggregate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[167/249] Compiling GRDB BelongsToAssociation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[168/249] Compiling GRDB HasManyAssociation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[169/249] Compiling GRDB HasManyThroughAssociation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[170/249] Compiling GRDB HasOneAssociation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[171/249] Compiling GRDB HasOneThroughAssociation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[172/249] Compiling GRDB JoinAssociation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[173/249] Compiling GRDB CommonTableExpression.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[174/249] Compiling GRDB QueryInterfaceRequest.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[175/249] Compiling GRDB RequestProtocols.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[176/249] Compiling GRDB Column.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[177/249] Compiling GRDB DatabasePromise.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[178/249] Compiling GRDB SQLAssociation.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[179/249] Compiling GRDB SQLCollection.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[180/249] Compiling GRDB SQLExpression.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[181/249] Compiling GRDB SQLForeignKeyRequest.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[182/249] Compiling GRDB SQLFunctions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
[183/249] Compiling GRDB SQLOperators.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
  8 | import SQLCipher
  9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
 10 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
 11 | #endif
 12 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
BUILD FAILURE 6.2 android