The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BrowserProfileLight, reference 0.1.0 (ce37d4), with Swift 6.2 for Android on 25 Mar 2026 09:07:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m13v/ai-browser-profile-swift-light.git
Reference: 0.1.0
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/m13v/ai-browser-profile-swift-light
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at ce37d42 Add README with usage docs and SPM install instructions
Cloned https://github.com/m13v/ai-browser-profile-swift-light.git
Revision (git rev-parse @):
ce37d42d002db8e878bcf2a45839c2efc8a6400c
SUCCESS checkout https://github.com/m13v/ai-browser-profile-swift-light.git at 0.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/m13v/ai-browser-profile-swift-light.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--11D90AFD9DD3AB2.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/16] Emitting module AutofillExtractor
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[5/17] Compiling AutofillExtractor Helpers.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[6/17] Compiling AutofillExtractor LoginsExtractor.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[7/17] Compiling AutofillExtractor ProfileDatabase.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[8/17] Compiling AutofillExtractor HistoryExtractor.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[9/17] Compiling AutofillExtractor Models.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[10/17] Compiling AutofillExtractor Constants.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[11/17] Compiling AutofillExtractor AutofillExtractor.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[12/17] Compiling AutofillExtractor BookmarksExtractor.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
[13/17] Compiling AutofillExtractor SQLite.swift
/host/spi-builder-workspace/Sources/AutofillExtractor/ProfileDatabase.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | /// SQLite-backed profile database compatible with ai-browser-profile's MemoryDB.
BUILD FAILURE 6.2 android