The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SQLite, reference main (24d5f3), with Swift 6.3 for Wasm on 17 Apr 2026 02:06:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shareup/sqlite.git
Reference: main
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/shareup/sqlite
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 24d5f3f Do not listen to lifecycle events on Mac Catalyst (#60)
Cloned https://github.com/shareup/sqlite.git
Revision (git rev-parse @):
24d5f3f6523775a0583e15fa61f68de1e182794a
SUCCESS checkout https://github.com/shareup/sqlite.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/shareup/sqlite.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/shareup/synchronized.git
Fetching https://github.com/shareup/combine-extensions.git
Fetching https://github.com/groue/GRDB.swift.git
Fetching https://github.com/shareup/precise-iso-8601-date-formatter.git
[1/226] Fetching synchronized
[87/690] Fetching synchronized, combine-extensions
[387/742] Fetching synchronized, combine-extensions, precise-iso-8601-date-formatter
Fetched https://github.com/shareup/precise-iso-8601-date-formatter.git from cache (0.30s)
Fetched https://github.com/shareup/synchronized.git from cache (0.30s)
[1/113633] Fetching grdb.swift
Fetched https://github.com/shareup/combine-extensions.git from cache (22.52s)
Fetched https://github.com/groue/GRDB.swift.git from cache (23.03s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (28.11s)
Computing version for https://github.com/shareup/precise-iso-8601-date-formatter.git
Computed https://github.com/shareup/precise-iso-8601-date-formatter.git at 1.0.3 (0.47s)
Computing version for https://github.com/shareup/combine-extensions.git
Computed https://github.com/shareup/combine-extensions.git at 6.0.2 (1.12s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (2.44s)
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/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.1
Creating working copy for https://github.com/shareup/combine-extensions.git
Working copy of https://github.com/shareup/combine-extensions.git resolved at 6.0.2
Creating working copy for https://github.com/shareup/precise-iso-8601-date-formatter.git
Working copy of https://github.com/shareup/precise-iso-8601-date-formatter.git resolved at 1.0.3
Building for debugging...
[0/11] Copying PrivacyInfo.xcprivacy
[1/11] Copying Info.plist
[2/11] Write sources
[7/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/165] 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/165] Compiling GRDB SQLOrdering.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 |
[11/165] Compiling GRDB SQLRelation.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 |
[12/165] Compiling GRDB SQLSelection.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 |
[13/165] Compiling GRDB SQLSubquery.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 |
[14/165] Compiling GRDB Table.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 |
[15/165] Compiling GRDB SQLColumnGenerator.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 |
[16/165] Compiling GRDB SQLGenerationContext.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 |
[17/165] Compiling GRDB SQLIndexGenerator.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 |
[18/165] Compiling GRDB SQLQueryGenerator.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 |
[19/165] Compiling GRDB SQLTableAlterationGenerator.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 |
[20/165] Compiling GRDB SQLTableGenerator.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 |
[21/165] Compiling GRDB TableAlias.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 |
[22/165] Compiling GRDB SQLInterpolation+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 |
[23/165] Compiling GRDB ColumnDefinition.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 |
[24/165] Compiling GRDB Database+SchemaDefinition.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 |
[25/165] Compiling GRDB ForeignKeyDefinition.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 |
[26/165] Compiling GRDB IndexDefinition.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/165] Compiling GRDB TableAlteration.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/165] Compiling GRDB TableDefinition.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/165] Compiling GRDB VirtualTableModule.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/165] Compiling GRDB TableRecord+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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/186] Emitting module Synchronized
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:4:47: error: cannot find type 'os_unfair_lock' in scope
 2 |
 3 | public final class Lock {
 4 |     private var backing: UnsafeMutablePointer<os_unfair_lock>
   |                                               `- error: cannot find type 'os_unfair_lock' in scope
 5 |
 6 |     public init() {
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:4:54: error: cannot find type 'os_unfair_lock' in scope
 2 |
 3 | public struct Locked<Element> {
 4 |     private final class Lock: ManagedBuffer<Element, os_unfair_lock> {
   |                                                      `- error: cannot find type 'os_unfair_lock' in scope
 5 |         deinit {
 6 |             withUnsafeMutablePointerToElements { lock in
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:12:48: error: cannot find type 'os_unfair_lock' in scope
10 |     }
11 |
12 |     private let buffer: ManagedBuffer<Element, os_unfair_lock>
   |                                                `- error: cannot find type 'os_unfair_lock' in scope
13 |
14 |     public init(_ element: Element) {
[32/186] Compiling Synchronized Lock.swift
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:4:47: error: cannot find type 'os_unfair_lock' in scope
 2 |
 3 | public final class Lock {
 4 |     private var backing: UnsafeMutablePointer<os_unfair_lock>
   |                                               `- error: cannot find type 'os_unfair_lock' in scope
 5 |
 6 |     public init() {
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:7:40: error: cannot find type 'os_unfair_lock' in scope
 5 |
 6 |     public init() {
 7 |         backing = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
   |                                        `- error: cannot find type 'os_unfair_lock' in scope
 8 |         backing.initialize(to: os_unfair_lock())
 9 |     }
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:8:32: error: cannot find 'os_unfair_lock' in scope
 6 |     public init() {
 7 |         backing = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
 8 |         backing.initialize(to: os_unfair_lock())
   |                                `- error: cannot find 'os_unfair_lock' in scope
 9 |     }
10 |
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:18:9: error: cannot find 'os_unfair_lock_lock' in scope
16 |     public func locked<T>(_ block: () throws -> T) rethrows -> T {
17 |         // https://developer.apple.com/documentation/os/1646466-os_unfair_lock_lock
18 |         os_unfair_lock_lock(backing)
   |         `- error: cannot find 'os_unfair_lock_lock' in scope
19 |         defer { os_unfair_lock_unlock(backing) }
20 |         return try block()
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:19:17: error: cannot find 'os_unfair_lock_unlock' in scope
17 |         // https://developer.apple.com/documentation/os/1646466-os_unfair_lock_lock
18 |         os_unfair_lock_lock(backing)
19 |         defer { os_unfair_lock_unlock(backing) }
   |                 `- error: cannot find 'os_unfair_lock_unlock' in scope
20 |         return try block()
21 |     }
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:25:12: error: cannot find 'os_unfair_lock_trylock' in scope
23 |     public func tryLocked(_ block: () throws -> Void) rethrows -> Bool {
24 |         // https://developer.apple.com/documentation/os/1646469-os_unfair_lock_trylock
25 |         if os_unfair_lock_trylock(backing) {
   |            `- error: cannot find 'os_unfair_lock_trylock' in scope
26 |             defer { os_unfair_lock_unlock(backing) }
27 |             try block()
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:26:21: error: cannot find 'os_unfair_lock_unlock' in scope
24 |         // https://developer.apple.com/documentation/os/1646469-os_unfair_lock_trylock
25 |         if os_unfair_lock_trylock(backing) {
26 |             defer { os_unfair_lock_unlock(backing) }
   |                     `- error: cannot find 'os_unfair_lock_unlock' in scope
27 |             try block()
28 |             return true
[33/186] 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 |
[34/186] 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 |
[35/186] 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 |
[36/186] 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 |
[37/186] 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 |
[38/186] 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 |
[39/186] 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 |
[40/186] 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 |
[41/186] 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 |
[42/186] 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 |
[43/186] 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 |
[44/186] 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 |
[45/186] 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 |
[46/186] 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 |
[47/186] 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 |
[48/186] 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 |
[49/186] 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 |
[50/186] 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 |
[51/186] 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 |
[52/186] 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 |
[53/186] 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 |
[54/186] Compiling Synchronized RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:11:15: error: cannot find 'pthread_mutexattr_init' in scope
 9 |
10 |         var attributes = pthread_mutexattr_t()
11 |         guard pthread_mutexattr_init(&attributes) == 0
   |               `- error: cannot find 'pthread_mutexattr_init' in scope
12 |         else { preconditionFailure() }
13 |
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:14:15: error: cannot find 'pthread_mutexattr_settype' in scope
12 |         else { preconditionFailure() }
13 |
14 |         guard pthread_mutexattr_settype(&attributes, PTHREAD_MUTEX_RECURSIVE) == 0
   |               `- error: cannot find 'pthread_mutexattr_settype' in scope
15 |         else { preconditionFailure() }
16 |
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:14:54: error: cannot find 'PTHREAD_MUTEX_RECURSIVE' in scope
12 |         else { preconditionFailure() }
13 |
14 |         guard pthread_mutexattr_settype(&attributes, PTHREAD_MUTEX_RECURSIVE) == 0
   |                                                      `- error: cannot find 'PTHREAD_MUTEX_RECURSIVE' in scope
15 |         else { preconditionFailure() }
16 |
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:17:15: error: cannot find 'pthread_mutex_init' in scope
15 |         else { preconditionFailure() }
16 |
17 |         guard pthread_mutex_init(backing, &attributes) == 0
   |               `- error: cannot find 'pthread_mutex_init' in scope
18 |         else { preconditionFailure() }
19 |
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:20:9: error: cannot find 'pthread_mutexattr_destroy' in scope
18 |         else { preconditionFailure() }
19 |
20 |         pthread_mutexattr_destroy(&attributes)
   |         `- error: cannot find 'pthread_mutexattr_destroy' in scope
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:24:9: error: cannot find 'pthread_mutex_destroy' in scope
22 |
23 |     deinit {
24 |         pthread_mutex_destroy(backing)
   |         `- error: cannot find 'pthread_mutex_destroy' in scope
25 |         backing.deinitialize(count: 1)
26 |         backing.deallocate()
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:30:19: error: cannot find 'pthread_mutex_lock' in scope
28 |
29 |     public func locked<T>(_ block: () throws -> T) rethrows -> T {
30 |         let ret = pthread_mutex_lock(backing)
   |                   `- error: cannot find 'pthread_mutex_lock' in scope
31 |         // https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/pthread_mutex_lock.3.html
32 |         precondition(ret == 0, "Could not acquire lock: '\(ret)'")
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:33:17: error: cannot find 'pthread_mutex_unlock' in scope
31 |         // https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/pthread_mutex_lock.3.html
32 |         precondition(ret == 0, "Could not acquire lock: '\(ret)'")
33 |         defer { pthread_mutex_unlock(backing) }
   |                 `- error: cannot find 'pthread_mutex_unlock' in scope
34 |         return try block()
35 |     }
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:39:12: error: cannot find 'pthread_mutex_trylock' in scope
37 |     public func tryLocked(_ block: () throws -> Void) rethrows -> Bool {
38 |         // https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/pthread_mutex_trylock.3.html#//apple_ref/doc/man/3/pthread_mutex_trylock
39 |         if pthread_mutex_trylock(backing) == 0 {
   |            `- error: cannot find 'pthread_mutex_trylock' in scope
40 |             defer { pthread_mutex_unlock(backing) }
41 |             try block()
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:40:21: error: cannot find 'pthread_mutex_unlock' in scope
38 |         // https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/pthread_mutex_trylock.3.html#//apple_ref/doc/man/3/pthread_mutex_trylock
39 |         if pthread_mutex_trylock(backing) == 0 {
40 |             defer { pthread_mutex_unlock(backing) }
   |                     `- error: cannot find 'pthread_mutex_unlock' in scope
41 |             try block()
42 |             return true
[55/186] Compiling Synchronized Locked.swift
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:4:54: error: cannot find type 'os_unfair_lock' in scope
 2 |
 3 | public struct Locked<Element> {
 4 |     private final class Lock: ManagedBuffer<Element, os_unfair_lock> {
   |                                                      `- error: cannot find type 'os_unfair_lock' in scope
 5 |         deinit {
 6 |             withUnsafeMutablePointerToElements { lock in
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:12:48: error: cannot find type 'os_unfair_lock' in scope
10 |     }
11 |
12 |     private let buffer: ManagedBuffer<Element, os_unfair_lock>
   |                                                `- error: cannot find type 'os_unfair_lock' in scope
13 |
14 |     public init(_ element: Element) {
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:6:13: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
 4 |     private final class Lock: ManagedBuffer<Element, os_unfair_lock> {
 5 |         deinit {
 6 |             withUnsafeMutablePointerToElements { lock in
   |             `- error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
 7 |                 _ = lock.deinitialize(count: 1)
 8 |             }
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:17:35: error: cannot find 'os_unfair_lock' in scope
15 |         buffer = Lock.create(minimumCapacity: 1) { buffer in
16 |             buffer.withUnsafeMutablePointerToElements {
17 |                 $0.initialize(to: os_unfair_lock())
   |                                   `- error: cannot find 'os_unfair_lock' in scope
18 |             }
19 |             return element
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:15:16: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
13 |
14 |     public init(_ element: Element) {
15 |         buffer = Lock.create(minimumCapacity: 1) { buffer in
   |                `- error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
16 |             buffer.withUnsafeMutablePointerToElements {
17 |                 $0.initialize(to: os_unfair_lock())
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:25:13: error: cannot find 'os_unfair_lock_lock' in scope
23 |     public func access<Return>(_ block: (inout Element) throws -> Return) rethrows -> Return {
24 |         try buffer.withUnsafeMutablePointers { element, lock in
25 |             os_unfair_lock_lock(lock)
   |             `- error: cannot find 'os_unfair_lock_lock' in scope
26 |             defer { os_unfair_lock_unlock(lock) }
27 |             return try block(&element.pointee)
[56/186] 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 |
[57/186] 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 |
[58/186] 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 |
[59/186] 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 |
[60/186] 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 |
[61/186] 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 |
[62/186] 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 |
[63/186] 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 |
[64/186] 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 |
[65/186] 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 |
[66/186] 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 |
[67/186] 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 |
[68/186] 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 |
[69/186] 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 |
[70/186] 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 |
[71/186] 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 |
[72/186] 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 |
[73/186] 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 |
[74/186] 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 |
[75/186] 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 |
[76/186] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/186] Emitting module CombineTestExtensions
/host/spi-builder-workspace/.build/checkouts/combine-extensions/Sources/CombineTestExtensions/Publisher+Test.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import XCTest
[78/186] Compiling CombineTestExtensions Publisher+Test.swift
/host/spi-builder-workspace/.build/checkouts/combine-extensions/Sources/CombineTestExtensions/Publisher+Test.swift:1:8: error: no such module 'Combine'
  1 | import Combine
    |        `- error: no such module 'Combine'
  2 | import Foundation
  3 | import XCTest
[79/186] 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 |
[80/186] 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 |
[81/186] 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 |
[82/186] 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 |
[83/186] 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 |
[84/186] 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 |
[85/186] 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 |
[86/186] 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 |
[87/186] 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 |
[88/186] 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 |
[89/186] 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 |
[90/186] 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 |
[91/186] 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 |
[92/186] 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 |
[93/186] 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 |
[94/186] 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 |
[95/186] 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 |
[96/186] 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 |
[97/186] 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 |
[98/186] Compiling GRDB Migration.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 |
[99/186] Compiling GRDB FTS3+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 |
<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.3 wasm