Build Information
Failed to build Bodega, reference 2.1.3 (bfd887
), with Swift 6.1 for Android on 29 May 2025 11:42:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Bodega.git
Reference: 2.1.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mergesort/Bodega
* tag 2.1.3 -> FETCH_HEAD
HEAD is now at bfd8871 Merge pull request #33 from samalone/main
Cloned https://github.com/mergesort/Bodega.git
Revision (git rev-parse @):
bfd8871e9c2590d31b200e54c75428a71483afdf
SUCCESS checkout https://github.com/mergesort/Bodega.git at 2.1.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mergesort/Bodega.git
https://github.com/mergesort/Bodega.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sqlite.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/SQLite.swift.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Bodega",
"name" : "Bodega",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Bodega",
"targets" : [
"Bodega"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BodegaTests",
"module_type" : "SwiftTarget",
"name" : "BodegaTests",
"path" : "Tests/BodegaTests",
"sources" : [
"CacheKeyTests.swift",
"DiskStorageEngineTests.swift",
"ObjectStorageTests.swift",
"SQLiteStorageEngineTests.swift",
"String+FormattingTests.swift"
],
"target_dependencies" : [
"Bodega"
],
"type" : "test"
},
{
"c99name" : "Bodega",
"module_type" : "SwiftTarget",
"name" : "Bodega",
"path" : "Sources/Bodega",
"product_dependencies" : [
"SQLite"
],
"product_memberships" : [
"Bodega"
],
"sources" : [
"CacheKey.swift",
"DiskStorageEngine.swift",
"FileManager.Directory.swift",
"ObjectStorage.swift",
"SQLiteStorageEngine+Default.swift",
"SQLiteStorageEngine.swift",
"StorageEngine.swift",
"String+Formatting.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/11814] Fetching swift-docc-plugin, sqlite.swift
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
[8008/9765] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.56s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (2.39s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.25s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (2.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.30s)
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/38] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[7/38] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[8/38] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[9/38] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/42] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[11/42] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[12/42] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[13/42] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[14/42] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[15/42] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[16/42] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[17/42] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[18/42] Compiling SQLite Result.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[19/42] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[20/42] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[21/42] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[22/42] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[23/42] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[24/42] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[25/42] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[26/42] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[27/42] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[28/42] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[29/42] Compiling SQLite Backup.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[30/42] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[31/42] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[32/42] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[33/42] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[34/42] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[35/42] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[36/42] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[37/42] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[38/42] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[39/42] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[40/42] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[41/42] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[42/42] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/36] Compiling SQLite Backup.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[5/36] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[6/36] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[7/36] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[8/36] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[9/36] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[10/36] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[11/36] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[12/36] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[13/36] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/40] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[15/40] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[16/40] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[17/40] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[18/40] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[19/40] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[20/40] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[21/40] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[22/40] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[23/40] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[24/40] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[25/40] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[26/40] Compiling SQLite Result.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[27/40] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[28/40] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[29/40] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[30/40] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[31/40] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[32/40] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[33/40] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[34/40] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[35/40] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[36/40] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[37/40] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[38/40] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[39/40] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[40/40] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
BUILD FAILURE 6.1 android