Build Information
Failed to build BrowserProfileLight, reference 0.1.0 (ce37d4), with Swift 6.1 for Linux on 25 Mar 2026 09:08:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-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: 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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/m13v/ai-browser-profile-swift-light.git
https://github.com/m13v/ai-browser-profile-swift-light.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "BrowserProfileLight",
"name" : "BrowserProfileLight",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BrowserProfileLight",
"targets" : [
"AutofillExtractor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "browser-profile-cli",
"targets" : [
"AutofillCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AutofillExtractorTests",
"module_type" : "SwiftTarget",
"name" : "AutofillExtractorTests",
"path" : "Tests/AutofillExtractorTests",
"sources" : [
"AutofillExtractorTests.swift"
],
"target_dependencies" : [
"AutofillExtractor"
],
"type" : "test"
},
{
"c99name" : "AutofillExtractor",
"module_type" : "SwiftTarget",
"name" : "AutofillExtractor",
"path" : "Sources/AutofillExtractor",
"product_memberships" : [
"BrowserProfileLight",
"browser-profile-cli"
],
"sources" : [
"AutofillExtractor.swift",
"BookmarksExtractor.swift",
"Constants.swift",
"Helpers.swift",
"HistoryExtractor.swift",
"LoginsExtractor.swift",
"Models.swift",
"ProfileDatabase.swift",
"SQLite.swift"
],
"type" : "library"
},
{
"c99name" : "AutofillCLI",
"module_type" : "SwiftTarget",
"name" : "AutofillCLI",
"path" : "Sources/AutofillCLI",
"product_memberships" : [
"browser-profile-cli"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AutofillExtractor"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/16] 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.
[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 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.
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 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.
[9/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.
[10/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.
[11/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.
[12/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.
[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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/14] 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.
[3/15] 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.
[4/15] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/15] 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.
[6/15] 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.
[7/15] 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.
[8/15] 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.
[9/15] 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.
[10/15] 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.
[11/15] 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.
BUILD FAILURE 6.1 linux