The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Blackbird, reference main (08c637), with Swift 6.3 for Android on 18 Apr 2026 19:13:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/marcoarment/Blackbird.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/17] 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.
[4/17] 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.
[5/19] 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/19] 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 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.
[8/19] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
BUILD FAILURE 6.3 android