The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build RxGRDB, reference v4.0.0 (600096), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 09:03:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxGRDB.git
Reference: v4.0.0
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/RxSwiftCommunity/RxGRDB
 * tag               v4.0.0     -> FETCH_HEAD
HEAD is now at 600096b v4.0.0
Cloned https://github.com/RxSwiftCommunity/RxGRDB.git
Revision (git rev-parse @):
600096b61fab5a9823887c9af63f30a51d02ea6f
SUCCESS checkout https://github.com/RxSwiftCommunity/RxGRDB.git at v4.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RxSwiftCommunity/RxGRDB.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "RxGRDB",
 7 |     platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/groue/GRDB.swift.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/111431] Fetching grdb.swift
[4459/164141] Fetching grdb.swift, rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (9.77s)
[46802/111431] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift.git from cache (26.17s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.5.0 (31.00s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.78s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 7.5.0
Building for debugging...
[0/7] Write sources
[3/7] Copying PrivacyInfo.xcprivacy
[3/7] Copying Info.plist
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/297] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[9/297] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[10/297] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[11/297] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[12/297] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[13/297] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[14/297] Compiling RxSwift Do.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[15/297] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[16/297] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[17/297] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[18/297] Compiling RxSwift Error.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[19/297] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[20/297] Compiling RxSwift Event.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[21/297] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[22/297] Compiling RxSwift First.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[23/297] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[24/297] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[25/297] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[26/297] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[27/297] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[28/297] Compiling RxSwift ImmediateSchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[29/297] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[30/297] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[31/297] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[32/297] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[33/297] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[34/297] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[35/297] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[36/297] Compiling RxSwift Reduce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[37/297] Compiling RxSwift RefCountDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[38/297] Compiling RxSwift Repeat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[39/297] Compiling RxSwift ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[40/297] Compiling RxSwift RetryWhen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[41/297] Compiling RxSwift Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[42/297] Compiling RxSwift RxMutableBox.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[43/297] Compiling RxSwift Sample.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[44/297] Compiling RxSwift Scan.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[45/297] Compiling RxSwift ScheduledDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[46/297] Compiling RxSwift ScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[47/297] Compiling RxSwift ScheduledItemType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[48/297] Compiling RxSwift SchedulerServices+Emulation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[49/297] Compiling RxSwift SchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[50/297] Compiling RxSwift Sequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[51/297] Compiling RxSwift SerialDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[52/297] Compiling RxSwift SerialDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[53/297] Compiling RxSwift ShareReplayScope.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[54/297] Compiling RxSwift Single.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[55/297] Compiling RxSwift SingleAssignmentDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[56/297] Compiling RxSwift SingleAsync.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[57/297] Compiling RxSwift Sink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[58/297] Compiling RxSwift Skip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[59/297] Compiling RxSwift SkipUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[60/297] Compiling RxSwift SkipWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[61/297] Compiling RxSwift StartWith.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[62/297] Compiling RxSwift SubjectType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[63/297] Compiling RxSwift SubscribeOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[64/297] Compiling RxSwift SubscriptionDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[65/297] Compiling RxSwift SwiftSupport.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[66/297] Compiling RxSwift Switch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[67/297] Compiling RxSwift SwitchIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[68/297] Compiling RxSwift SynchronizedDisposeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[69/297] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[70/297] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[71/297] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[72/297] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[73/297] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[74/297] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[75/297] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[76/297] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[77/297] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[78/297] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[79/297] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[80/297] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[81/297] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[82/297] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[83/297] Compiling RxSwift Decode.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[84/297] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[85/297] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[86/297] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[87/297] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[88/297] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[89/297] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
error: emit-module command failed with exit code 1 (use -v to see invocation)
[90/317] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[91/317] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[92/317] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[93/317] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[94/317] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[95/317] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[96/317] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[97/317] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[98/317] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[99/317] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[100/317] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[101/317] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[102/317] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[103/317] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[104/317] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[105/317] Compiling RxSwift Binder.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[106/317] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[107/317] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[108/317] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[109/317] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[110/317] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[111/317] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[112/317] Compiling RxSwift Infallible+CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[113/317] Compiling RxSwift Infallible+CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[114/317] Compiling RxSwift Infallible+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[115/317] Compiling RxSwift Infallible+Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[116/317] Compiling RxSwift Infallible+Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[117/317] Compiling RxSwift Infallible+Operators.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[118/317] Compiling RxSwift Infallible+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[119/317] Compiling RxSwift Infallible.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[120/317] Compiling RxSwift InfiniteSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[121/317] Compiling RxSwift InvocableScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[122/317] Compiling RxSwift InvocableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[123/317] Compiling RxSwift Just.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[124/317] Compiling RxSwift Lock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[125/317] Compiling RxSwift LockOwnerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[126/317] Compiling RxSwift MainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[127/317] Compiling RxSwift Map.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[128/317] Compiling RxSwift Materialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[129/317] Compiling RxSwift Maybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[130/317] Compiling RxSwift Merge.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[131/317] Compiling RxSwift Multicast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[132/317] Compiling RxSwift Never.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[133/317] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[134/317] Compiling RxSwift Observable+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[135/317] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[136/317] Compiling RxSwift ObservableConvertibleType+Infallible.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[137/317] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[138/317] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[139/317] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[140/317] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[141/317] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[142/317] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[143/317] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[144/317] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[145/317] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[146/317] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[147/317] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[148/317] Compiling RxSwift PrimitiveSequence+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[149/317] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[150/317] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[151/317] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
[274/337] Compiling RxSwift SynchronizedOnType.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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
[275/337] Compiling RxSwift SynchronizedUnsubscribeType.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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[278/337] Compiling GRDB Mutex.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[279/337] Compiling GRDB OnDemandFuture.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[280/337] Compiling GRDB OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[281/337] Compiling GRDB Pool.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[282/337] Compiling GRDB ReadWriteLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[283/337] Compiling GRDB ReceiveValuesOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[284/337] Compiling GRDB Refinable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[285/337] Compiling GRDB Utils.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[286/337] Compiling GRDB DatabaseCancellable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[287/337] Compiling GRDB ValueConcurrentObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[288/337] Compiling GRDB ValueWriteOnlyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[289/337] Compiling GRDB Fetch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[290/337] Compiling GRDB Map.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[291/337] Compiling GRDB RemoveDuplicates.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[292/337] Compiling GRDB Trace.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[293/337] Compiling GRDB ValueReducer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[294/337] Compiling GRDB SharedValueObservation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[295/337] Compiling GRDB ValueObservation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
[314/337] 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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
[315/337] 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:3:8: error: could not build C module 'GRDBSQLite'
  1 | // Import C SQLite functions
  2 | #if SWIFT_PACKAGE
  3 | import GRDBSQLite
    |        `- error: could not build C module 'GRDBSQLite'
  4 | #elseif GRDBCIPHER
  5 | import SQLCipher
<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 wasm