Build Information
Successful build of BrowserProfileLight, reference 0.1.0 (ce37d4), with Swift 6.1 for macOS (SPM) on 25 Mar 2026 09:08:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
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
{
"dependencies" : [
],
"manifest_display_name" : "BrowserProfileLight",
"name" : "BrowserProfileLight",
"path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/7] Write sources
[2/7] Write browser-profile-cli-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/17] Compiling AutofillExtractor Models.swift
[6/17] Compiling AutofillExtractor AutofillExtractor.swift
[7/17] Compiling AutofillExtractor Helpers.swift
[8/17] Compiling AutofillExtractor LoginsExtractor.swift
[9/17] Emitting module AutofillExtractor
[10/17] Compiling AutofillExtractor HistoryExtractor.swift
[11/17] Compiling AutofillExtractor Constants.swift
[12/17] Compiling AutofillExtractor SQLite.swift
[13/17] Compiling AutofillExtractor BookmarksExtractor.swift
[14/17] Compiling AutofillExtractor ProfileDatabase.swift
[15/19] Compiling AutofillCLI main.swift
[16/19] Emitting module AutofillCLI
[16/19] Write Objects.LinkFileList
[17/19] Linking browser-profile-cli
[18/19] Applying browser-profile-cli
Build complete! (6.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BrowserProfileLight",
"name" : "BrowserProfileLight",
"path" : "/Users/admin/builder/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"
}
Done.