Build Information
Failed to build BrowserProfileLight, reference main (ce37d4), with Swift 6.2 for Linux on 25 Mar 2026 09:18:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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: 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/m13v/ai-browser-profile-swift-light
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
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-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:b1b7512e70c869f4e6dfc045c9cfbcecd5568d004e044b9c2b5f35ddaecd218b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/16] 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.
[5/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.
[6/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/17] 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.
[8/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.
[9/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.
[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 linux