Build Information
Failed to build Blackbird, reference main (08c637), with Swift 6.1 for Android on 23 Feb 2026 18:52:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marcoarment/Blackbird.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/marcoarment/Blackbird
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 08c637a Merge pull request #39 from phuzion/main
Cloned https://github.com/marcoarment/Blackbird.git
Revision (git rev-parse @):
08c637ab8f4134d591896c8a659628e01335d71c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/marcoarment/Blackbird.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/marcoarment/Blackbird.git
https://github.com/marcoarment/Blackbird.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Blackbird",
"name" : "Blackbird",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Blackbird",
"targets" : [
"Blackbird"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "BlackbirdTests",
"module_type" : "SwiftTarget",
"name" : "BlackbirdTests",
"path" : "Tests/BlackbirdTests",
"sources" : [
"BlackbirdTestData.swift",
"BlackbirdTestModels.swift",
"BlackbirdTests.swift"
],
"target_dependencies" : [
"Blackbird"
],
"type" : "test"
},
{
"c99name" : "Blackbird",
"module_type" : "SwiftTarget",
"name" : "Blackbird",
"path" : "Sources/Blackbird",
"product_memberships" : [
"Blackbird"
],
"sources" : [
"Blackbird.swift",
"BlackbirdCache.swift",
"BlackbirdChanges.swift",
"BlackbirdCodable.swift",
"BlackbirdCodingKey.swift",
"BlackbirdColumn.swift",
"BlackbirdColumnTypes.swift",
"BlackbirdDatabase.swift",
"BlackbirdModel.swift",
"BlackbirdModelSearch.swift",
"BlackbirdModelStructuredQuerying.swift",
"BlackbirdObservation.swift",
"BlackbirdPerformanceLogger.swift",
"BlackbirdRow.swift",
"BlackbirdSchema.swift",
"BlackbirdSwiftUI.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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
[3/17] Compiling Blackbird BlackbirdModelStructuredQuerying.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[4/17] Compiling Blackbird BlackbirdObservation.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[5/17] Compiling Blackbird BlackbirdPerformanceLogger.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[6/17] Compiling Blackbird BlackbirdRow.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[7/19] Compiling Blackbird BlackbirdModel.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[8/19] Compiling Blackbird BlackbirdModelSearch.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[9/19] Compiling Blackbird BlackbirdCodingKey.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[10/19] Compiling Blackbird BlackbirdColumn.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[11/19] Compiling Blackbird BlackbirdColumnTypes.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[12/19] Compiling Blackbird BlackbirdDatabase.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[13/19] Compiling Blackbird BlackbirdChanges.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[14/19] Compiling Blackbird BlackbirdCodable.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[15/19] Compiling Blackbird BlackbirdSchema.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[16/19] Compiling Blackbird BlackbirdSwiftUI.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/19] Emitting module Blackbird
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[18/19] Compiling Blackbird Blackbird.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[19/19] Compiling Blackbird BlackbirdCache.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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
[2/16] Compiling Blackbird BlackbirdCodingKey.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[3/16] Compiling Blackbird BlackbirdColumn.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[4/18] Compiling Blackbird BlackbirdPerformanceLogger.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[5/18] Compiling Blackbird BlackbirdRow.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[6/18] Compiling Blackbird BlackbirdChanges.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[7/18] Compiling Blackbird BlackbirdCodable.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[8/18] Compiling Blackbird BlackbirdModel.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[9/18] Compiling Blackbird BlackbirdModelSearch.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[10/18] Compiling Blackbird BlackbirdModelStructuredQuerying.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[11/18] Compiling Blackbird BlackbirdObservation.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[12/18] Compiling Blackbird BlackbirdSchema.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[13/18] Compiling Blackbird BlackbirdSwiftUI.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[14/18] Compiling Blackbird BlackbirdColumnTypes.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[15/18] Compiling Blackbird BlackbirdDatabase.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/18] Emitting module Blackbird
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[17/18] Compiling Blackbird Blackbird.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
[18/18] Compiling Blackbird BlackbirdCache.swift
/host/spi-builder-workspace/Sources/Blackbird/Blackbird.swift:35:8: error: no such module 'SQLite3'
33 |
34 | import Foundation
35 | import SQLite3
| `- error: no such module 'SQLite3'
36 |
37 | /// A small, fast, lightweight SQLite database wrapper and model layer.
BUILD FAILURE 6.1 android