Build Information
Failed to build Acheron, reference master (7841cb
), with Swift 6.1 for Android on 18 Jun 2025 03:18:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aepryus/Acheron.git
Reference: master
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/aepryus/Acheron
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7841cb0 CSV import
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
7841cb04066288bf717fbeced564a53e69f04404
SUCCESS checkout https://github.com/aepryus/Acheron.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/aepryus/Acheron.git
https://github.com/aepryus/Acheron.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Acheron",
"name" : "Acheron",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Acheron",
"targets" : [
"Acheron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Acheron",
"module_type" : "SwiftTarget",
"name" : "Acheron",
"path" : "Sources/Acheron",
"product_memberships" : [
"Acheron"
],
"sources" : [
"Extensions/Array+Acheron.swift",
"Extensions/CALayer+Acheron.swift",
"Extensions/CGPoint+Acheron.swift",
"Extensions/CGRect+Acheron.swift",
"Extensions/CGSize+Acheron.swift",
"Extensions/CaseIterable+Acheron.swift",
"Extensions/Codable+Acheron.swift",
"Extensions/Comparable+Acheron.swift",
"Extensions/Date+Acheron.swift",
"Extensions/Dictionary+Acheron.swift",
"Extensions/NSMutableAttributedString+Acheron.swift",
"Extensions/String+Acheron.swift",
"Extensions/UIButton+Acheron.swift",
"Extensions/UIColor+Acheron.swift",
"Extensions/UIControl+Acheron.swift",
"Extensions/UIImage+Acheron.swift",
"Extensions/UIImageView+Acheron.swift",
"Extensions/UILabel+Acheron.swift",
"Extensions/UIView+Acheron.swift",
"Extensions/UIViewController+Acheron.swift",
"Interface/AEControl.swift",
"Interface/AETableView.swift",
"Interface/AEView.swift",
"Interface/AEViewController.swift",
"Interface/CellsView.swift",
"Interface/CellsViewCell.swift",
"Interface/ColorView.swift",
"Interface/ExpandableCell.swift",
"Interface/ExpandableTableView.swift",
"Interface/NodeView/Node.swift",
"Interface/NodeView/NodeCell.swift",
"Interface/NodeView/NodeColumn.swift",
"Interface/NodeView/NodeData.swift",
"Interface/NodeView/NodeHeader.swift",
"Interface/NodeView/NodeView.swift",
"Interface/Screen.swift",
"Interface/SplitterView.swift",
"Interface/TripWire.swift",
"Loom/Anchor.swift",
"Loom/Basket.swift",
"Loom/Domain.swift",
"Loom/Loom.swift",
"Loom/Persist.swift",
"Loom/Persists/SQLitePersist.swift",
"Network/Wrapper.swift",
"Pebbles/BackgroundPond.swift",
"Pebbles/Pebble.swift",
"Pebbles/Pond.swift",
"Utility/AESync.swift",
"Utility/AETimer.swift",
"Utility/AsyncMap.swift",
"Utility/CSV.swift",
"Utility/Log.swift",
"Utility/Pen.swift",
"Utility/Profiler.swift",
"Utility/RGB.swift",
"Utility/SafeMap.swift",
"Utility/SafeSet.swift",
"Utility/ScramMap.swift",
"Utility/WeakSet.swift",
"Utility/XMLtoAttributes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/57] Emitting module Acheron
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[4/64] Compiling Acheron Date+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[5/64] Compiling Acheron Dictionary+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[6/64] Compiling Acheron NSMutableAttributedString+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[7/64] Compiling Acheron String+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[8/64] Compiling Acheron UIButton+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[9/64] Compiling Acheron UIColor+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[10/64] Compiling Acheron UIControl+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[11/64] Compiling Acheron UIImage+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[12/64] Compiling Acheron UIImageView+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[13/64] Compiling Acheron UILabel+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[14/64] Compiling Acheron UIView+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[15/64] Compiling Acheron UIViewController+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[16/64] Compiling Acheron AEControl.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[17/64] Compiling Acheron AETableView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[18/64] Compiling Acheron AEView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[19/64] Compiling Acheron AEViewController.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[20/64] Compiling Acheron Profiler.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[21/64] Compiling Acheron RGB.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[22/64] Compiling Acheron SafeMap.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[23/64] Compiling Acheron SafeSet.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[24/64] Compiling Acheron ScramMap.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[25/64] Compiling Acheron WeakSet.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[26/64] Compiling Acheron XMLtoAttributes.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[27/64] Compiling Acheron Array+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[28/64] Compiling Acheron CALayer+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[29/64] Compiling Acheron CGPoint+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[30/64] Compiling Acheron CGRect+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[31/64] Compiling Acheron CGSize+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[32/64] Compiling Acheron CaseIterable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[33/64] Compiling Acheron Codable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[34/64] Compiling Acheron Comparable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[35/64] Compiling Acheron Domain.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[36/64] Compiling Acheron Loom.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[37/64] Compiling Acheron Persist.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[38/64] Compiling Acheron SQLitePersist.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[39/64] Compiling Acheron Wrapper.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[40/64] Compiling Acheron BackgroundPond.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[41/64] Compiling Acheron Pebble.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[42/64] Compiling Acheron NodeData.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[43/64] Compiling Acheron NodeHeader.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[44/64] Compiling Acheron NodeView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[45/64] Compiling Acheron Screen.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[46/64] Compiling Acheron SplitterView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[47/64] Compiling Acheron TripWire.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[48/64] Compiling Acheron Anchor.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[49/64] Compiling Acheron Basket.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[50/64] Compiling Acheron CellsView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[51/64] Compiling Acheron CellsViewCell.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[52/64] Compiling Acheron ColorView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[53/64] Compiling Acheron ExpandableCell.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[54/64] Compiling Acheron ExpandableTableView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[55/64] Compiling Acheron Node.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[56/64] Compiling Acheron NodeCell.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[57/64] Compiling Acheron NodeColumn.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[58/64] Compiling Acheron Pond.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[59/64] Compiling Acheron AESync.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[60/64] Compiling Acheron AETimer.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[61/64] Compiling Acheron AsyncMap.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[62/64] Compiling Acheron CSV.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[63/64] Compiling Acheron Log.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[64/64] Compiling Acheron Pen.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/56] Emitting module Acheron
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[3/63] Compiling Acheron Array+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[4/63] Compiling Acheron CALayer+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[5/63] Compiling Acheron CGPoint+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[6/63] Compiling Acheron CGRect+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[7/63] Compiling Acheron CGSize+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[8/63] Compiling Acheron CaseIterable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[9/63] Compiling Acheron Codable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[10/63] Compiling Acheron Comparable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[11/63] Compiling Acheron Date+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[12/63] Compiling Acheron Dictionary+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[13/63] Compiling Acheron NSMutableAttributedString+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[14/63] Compiling Acheron String+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[15/63] Compiling Acheron UIButton+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[16/63] Compiling Acheron UIColor+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[17/63] Compiling Acheron UIControl+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[18/63] Compiling Acheron UIImage+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[19/63] Compiling Acheron Pond.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[20/63] Compiling Acheron AESync.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[21/63] Compiling Acheron AETimer.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[22/63] Compiling Acheron AsyncMap.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[23/63] Compiling Acheron CSV.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[24/63] Compiling Acheron Log.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[25/63] Compiling Acheron Pen.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[26/63] Compiling Acheron Profiler.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[27/63] Compiling Acheron RGB.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[28/63] Compiling Acheron SafeMap.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[29/63] Compiling Acheron SafeSet.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[30/63] Compiling Acheron ScramMap.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[31/63] Compiling Acheron WeakSet.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[32/63] Compiling Acheron XMLtoAttributes.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[33/63] Compiling Acheron CellsView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[34/63] Compiling Acheron CellsViewCell.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[35/63] Compiling Acheron ColorView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[36/63] Compiling Acheron ExpandableCell.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[37/63] Compiling Acheron ExpandableTableView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[38/63] Compiling Acheron Node.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[39/63] Compiling Acheron NodeCell.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[40/63] Compiling Acheron NodeColumn.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[41/63] Compiling Acheron NodeData.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[42/63] Compiling Acheron NodeHeader.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[43/63] Compiling Acheron NodeView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[44/63] Compiling Acheron Screen.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[45/63] Compiling Acheron SplitterView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[46/63] Compiling Acheron TripWire.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[47/63] Compiling Acheron Anchor.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[48/63] Compiling Acheron Basket.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[49/63] Compiling Acheron UIImageView+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[50/63] Compiling Acheron UILabel+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[51/63] Compiling Acheron UIView+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[52/63] Compiling Acheron UIViewController+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[53/63] Compiling Acheron AEControl.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[54/63] Compiling Acheron AETableView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[55/63] Compiling Acheron AEView.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[56/63] Compiling Acheron AEViewController.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[57/63] Compiling Acheron Domain.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[58/63] Compiling Acheron Loom.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[59/63] Compiling Acheron Persist.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[60/63] Compiling Acheron SQLitePersist.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[61/63] Compiling Acheron Wrapper.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[62/63] Compiling Acheron BackgroundPond.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
[63/63] Compiling Acheron Pebble.swift
/host/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift:12:8: error: no such module 'SQLite3'
10 |
11 | import Foundation
12 | import SQLite3
| `- error: no such module 'SQLite3'
13 |
14 | public class SQLitePersist: Persist {
BUILD FAILURE 6.1 android