Build Information
Failed to build Occurrence, reference main (763798
), with Swift 6.1 for Android on 14 Jun 2025 03:53:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/richardpiazza/Occurrence.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/richardpiazza/Occurrence
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 763798a Sendable Conformances (#25)
Cloned https://github.com/richardpiazza/Occurrence.git
Revision (git rev-parse @):
763798a66ef9bd4940929a870fc724ca60c3ecdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Occurrence.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/Occurrence.git
https://github.com/richardpiazza/Occurrence.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "statement",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/Statement.git"
},
{
"identity" : "sqlite.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/SQLite.swift.git"
}
],
"manifest_display_name" : "Occurrence",
"name" : "Occurrence",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Occurrence",
"targets" : [
"Occurrence"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OccurrenceTests",
"module_type" : "SwiftTarget",
"name" : "OccurrenceTests",
"path" : "Tests/OccurrenceTests",
"product_dependencies" : [
"Logging"
],
"sources" : [
"CoreDataLogProviderTests.swift",
"LogProviderTestCase.swift",
"LogStreamerTests.swift",
"LoggableErrorTests.swift",
"LoggerMetadataTests.swift",
"OccurrenceTests.swift",
"RedactionTests.swift",
"SQLiteLogProviderTests.swift"
],
"target_dependencies" : [
"Occurrence"
],
"type" : "test"
},
{
"c99name" : "Occurrence",
"module_type" : "SwiftTarget",
"name" : "Occurrence",
"path" : "Sources/Occurrence",
"product_dependencies" : [
"Logging",
"Statement",
"StatementSQLite",
"SQLite"
],
"product_memberships" : [
"Occurrence"
],
"sources" : [
"CoreData/CoreDataLogProvider.swift",
"CoreData/LogModel.swift",
"CoreData/Logger.Filter+Predicate.swift",
"CoreData/ManagedEntry.swift",
"Extensions/Array+Occurrence.swift",
"Extensions/CocoaError+Occurrence.swift",
"Extensions/DecodingError+Occurrence.swift",
"Extensions/Dictionary+Occurrence.swift",
"Extensions/EncodingError+Occurrence.swift",
"Extensions/FileManager+Occurrence.swift",
"Extensions/Logger+Entry.swift",
"Extensions/Logger+Filter.swift",
"Extensions/Logger+Occurrence.swift",
"Extensions/Logger+Subsystem.swift",
"Extensions/Logger.Level+Occurrence.swift",
"Extensions/Logger.Message+Occurrence.swift",
"Extensions/Logger.Metadata+Occurrence.swift",
"Extensions/Logger.MetadataKey.swift",
"Extensions/Logger.MetadataValue+Occurrence.swift",
"Extensions/URLError+Occurrence.swift",
"LazyLogger.swift",
"LogProvider.swift",
"LogStreamer.swift",
"LoggableError.swift",
"Occurrence.swift",
"SQLite/Logger.Filter+Where.swift",
"SQLite/SQLiteEntry+Mapping.swift",
"SQLite/SQLiteEntry.swift",
"SQLite/SQLiteLogProvider.swift",
"Streamer/OccurrenceLogStreamer.swift",
"SwiftUI/LogView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:53019eca44ba8cce4deef66552e72c09c078a8a7314109c78012ab10170a991e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/richardpiazza/Statement.git
[1/745] Fetching statement
[746/10594] Fetching statement, sqlite.swift
[1928/14430] Fetching statement, sqlite.swift, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
Fetched https://github.com/richardpiazza/Statement.git from cache (1.03s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.05s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (1.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.55s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.05s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (3.31s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.4
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
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
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/69] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[8/73] Compiling Logging MetadataProvider.swift
[9/73] Compiling Logging LogHandler.swift
[10/73] Compiling Logging Locks.swift
[11/73] Compiling Logging Logging.swift
[12/73] Emitting module Logging
[14/74] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[15/74] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[16/74] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[17/74] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[18/74] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[19/74] Compiling SQLite Result.swift
[20/74] Compiling SQLite SQLiteFeature.swift
[21/74] Compiling SQLite SQLiteVersion.swift
[22/74] Compiling SQLite URIQueryParameter.swift
[23/74] Compiling SQLite Value.swift
[24/74] Compiling SQLite Cipher.swift
[25/74] Compiling SQLite FTS4.swift
[26/74] Compiling SQLite Connection.swift
[27/74] Compiling SQLite Errors.swift
[28/77] Compiling SQLite Connection+Pragmas.swift
[32/77] Emitting module Statement
[33/77] Compiling SQLite Backup.swift
[34/77] Compiling SQLite Blob.swift
[35/77] Compiling SQLite Connection+Aggregation.swift
[36/77] Compiling SQLite Connection+Attach.swift
[39/77] Compiling SQLite Statement.swift
[40/77] Compiling SQLite SchemaChanger.swift
[41/77] Compiling SQLite SchemaDefinitions.swift
[42/77] Compiling SQLite SchemaReader.swift
[43/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[63/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[64/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[65/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[66/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[67/77] Compiling Statement Keyword.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[68/77] Compiling Statement LogicalPredicate.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[69/77] Compiling Statement Segment.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[70/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[71/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[72/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[73/77] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[74/77] 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 SwiftToolchainCSQLite
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-3":/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:53019eca44ba8cce4deef66552e72c09c078a8a7314109c78012ab10170a991e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/64] Compiling Logging LogHandler.swift
[3/64] Compiling Logging MetadataProvider.swift
[4/64] Compiling Statement AttributeConvertible.swift
[5/64] Compiling Statement DataType.swift
[6/64] Compiling Statement DataTypeConvertible.swift
[7/67] Compiling Logging Locks.swift
[8/67] Emitting module Statement
[9/67] Compiling Statement ComparisonPredicate.swift
[10/67] Compiling Statement ConjunctivePredicate.swift
[11/67] Compiling Statement Group.swift
[12/67] Compiling Statement StatementSyntax.swift
[13/67] Compiling Statement StructuredStatement.swift
[14/67] Compiling Statement Clause.swift
[15/67] Compiling Statement Entity.swift
[16/67] Compiling Statement Field.swift
[17/67] Compiling Statement ForeignKey.swift
[18/67] Emitting module Logging
[19/67] Compiling Statement LogicalRenderer.swift
[20/67] Compiling Statement Renderer.swift
[21/67] Compiling Statement AnyAttribute.swift
[22/67] Compiling Statement Attribute.swift
[23/67] Compiling Statement ComparisonOperator.swift
[24/67] Compiling Statement ConjunctiveOperator.swift
[25/67] Compiling Statement LogicalOperator.swift
[26/67] Compiling Statement AnyRenderable.swift
[27/67] Compiling Statement ClauseRenderer.swift
[28/67] Compiling Statement ComparisonRenderer.swift
[29/67] Compiling Statement ConjunctiveRenderer.swift
[30/67] Compiling Statement GroupRenderer.swift
[31/67] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[32/67] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[33/67] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[34/67] 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 SwiftToolchainCSQLite
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)
[35/71] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[36/71] Compiling Statement Keyword.swift
[37/71] Compiling Statement LogicalPredicate.swift
[38/71] Compiling Statement Segment.swift
[40/72] Compiling Logging Logging.swift
[42/91] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[43/91] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[44/91] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[45/91] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[46/91] Emitting module StatementSQLite
[47/93] Compiling StatementSQLite SetContext.swift
[48/93] Compiling StatementSQLite UpdateContext.swift
[49/93] Compiling StatementSQLite Segment+SQLite.swift
[50/93] Compiling StatementSQLite SelectContext.swift
[51/93] Compiling StatementSQLite JoinContext.swift
[52/93] Compiling StatementSQLite LimitContext.swift
[53/93] Compiling StatementSQLite OrderContext.swift
[54/93] Compiling StatementSQLite SQLiteStatement.swift
[55/93] Compiling StatementSQLite FromContext.swift
[56/93] Compiling StatementSQLite HavingContext.swift
[57/93] Compiling StatementSQLite InsertContext.swift
[58/93] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[59/93] Compiling StatementSQLite DeleteContext.swift
[60/93] Compiling StatementSQLite Field+SQLite.swift
[61/93] Compiling StatementSQLite AlterTableContext.swift
[62/93] Compiling StatementSQLite CreateContext.swift
[63/93] Compiling StatementSQLite DataType+SQLite.swift
[64/93] Compiling StatementSQLite ValuesContext.swift
[65/93] Compiling StatementSQLite WhereContext.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[79/94] 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 SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import SwiftToolchainCSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
BUILD FAILURE 6.1 android