Build Information
Successful build of SweetCookieKit, reference main (2c74cf), with Swift 6.2 for Linux on 27 Apr 2026 15:06:19 UTC.
Swift 6 data race errors: 0
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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/steipete/SweetCookieKit.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/steipete/SweetCookieKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2c74cf9 chore: fix copyright header
Cloned https://github.com/steipete/SweetCookieKit.git
Revision (git rev-parse @):
2c74cf98b90630e698f8b72471535c6a67297183
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/steipete/SweetCookieKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/steipete/SweetCookieKit.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: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:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.76s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.6 (3.30s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3677] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.89s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling SweetCookieKit SafariCookieImporter.swift
[6/16] Compiling SweetCookieKit GeckoCookieImporter.swift
[7/16] Compiling SweetCookieKit BrowserCookieKeychainAccessGate.swift
[8/16] Compiling SweetCookieKit BrowserCookieModels.swift
[9/16] Emitting module SweetCookieKit
[10/16] Compiling SweetCookieKit BrowserCatalog.swift
[11/16] Compiling SweetCookieKit BrowserCookieImporter.swift
[12/16] Compiling SweetCookieKit ChromiumLocalStorageReader.swift
[13/16] Compiling SweetCookieKit SnappyDecoder.swift
[14/16] Compiling SweetCookieKit ChromiumLocalStorageReader+LevelDB.swift
[15/16] Compiling SweetCookieKit ChromeCookieImporter.swift
[16/16] Compiling SweetCookieKit ChromiumLevelDBReader.swift
Build complete! (31.55s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin.git"
}
],
"manifest_display_name" : "SweetCookieKit",
"name" : "SweetCookieKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SweetCookieKit",
"targets" : [
"SweetCookieKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SweetCookieKitTests",
"module_type" : "SwiftTarget",
"name" : "SweetCookieKitTests",
"path" : "Tests/SweetCookieKitTests",
"sources" : [
"BrowserCatalogTests.swift",
"BrowserCookieClientTests.swift",
"BrowserCookieDomainMatcherTests.swift",
"ChromeCookieImporterTests.swift",
"ChromiumLevelDBTableTests.swift",
"ChromiumLocalStorageReaderTests.swift",
"ChromiumProfileLocatorTests.swift",
"SnappyDecoderTests.swift"
],
"target_dependencies" : [
"SweetCookieKit"
],
"type" : "test"
},
{
"c99name" : "SweetCookieKit",
"module_type" : "SwiftTarget",
"name" : "SweetCookieKit",
"path" : "Sources/SweetCookieKit",
"product_memberships" : [
"SweetCookieKit"
],
"sources" : [
"BrowserCatalog.swift",
"BrowserCookieImporter.swift",
"BrowserCookieKeychainAccessGate.swift",
"BrowserCookieModels.swift",
"ChromeCookieImporter.swift",
"ChromiumLevelDBReader.swift",
"ChromiumLocalStorageReader+LevelDB.swift",
"ChromiumLocalStorageReader.swift",
"GeckoCookieImporter.swift",
"SafariCookieImporter.swift",
"SnappyDecoder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.