The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SweetCookieKit, reference main (2c74cf), with Swift 6.2 for Wasm on 27 Apr 2026 15:06:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1

Build 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:         wasm
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-4609320-1":/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:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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.63s)
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.33s)
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.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.96s)
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/15] Compiling SweetCookieKit GeckoCookieImporter.swift
[7/16] Compiling SweetCookieKit ChromiumLocalStorageReader.swift
[8/16] Compiling SweetCookieKit SnappyDecoder.swift
[9/16] Compiling SweetCookieKit ChromiumLocalStorageReader+LevelDB.swift
[10/16] Compiling SweetCookieKit BrowserCookieKeychainAccessGate.swift
[11/16] Compiling SweetCookieKit BrowserCookieModels.swift
[12/16] Compiling SweetCookieKit BrowserCatalog.swift
[13/16] Compiling SweetCookieKit BrowserCookieImporter.swift
[14/16] Emitting module SweetCookieKit
[15/16] Compiling SweetCookieKit ChromeCookieImporter.swift
[16/16] Compiling SweetCookieKit ChromiumLevelDBReader.swift
Build complete! (30.13s)
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"
}
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Done.