The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftPublicSuffixList, reference main (f3e076), with Swift 6.2 for Linux on 29 Apr 2026 05:26:57 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekscrypto/SwiftPublicSuffixList.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/ekscrypto/SwiftPublicSuffixList
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f3e076b Update public suffix list - v3.1.3
Cloned https://github.com/ekscrypto/SwiftPublicSuffixList.git
Revision (git rev-parse @):
f3e076b1e491d8a77d72d089f23c9deefb468276
SUCCESS checkout https://github.com/ekscrypto/SwiftPublicSuffixList.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ekscrypto/SwiftPublicSuffixList.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
Building for debugging...
[0/8] Write sources
[0/8] Copying registry.trie
[3/8] Write swift-version-24593BA9C3E375BF.txt
[5/16] Compiling SwiftPublicSuffixList TrieFormat.swift
[6/16] Compiling SwiftPublicSuffixList PublicSuffixOnlineRegistryFetcher.swift
[7/16] Compiling SwiftPublicSuffixList resource_bundle_accessor.swift
[8/16] Compiling SwiftPublicSuffixList Punycode.swift
[9/16] Compiling SwiftPublicSuffixList TrieBuilder.swift
[10/16] Emitting module SwiftPublicSuffixList
/host/spi-builder-workspace/Sources/SwiftPublicSuffixList/PublicSuffixList.swift:116:70: warning: passing non-Sendable parameter 'completion' to function expecting a '@Sendable' closure
113 |     /// passing a custom handler to ``init(source:urlRequestHandler:)`` when
114 |     /// you need to integrate with a specific networking stack.
115 |     public static let defaultUrlRequestHandler: URLRequestHandler = { request, completion in
    |                                                                                `- note: parameter 'completion' is implicitly non-Sendable
116 |         URLSession.shared.dataTask(with: request, completionHandler: completion).resume()
    |                                                                      `- warning: passing non-Sendable parameter 'completion' to function expecting a '@Sendable' closure
117 |     }
118 |
[11/16] Compiling SwiftPublicSuffixList PublicSuffixList.swift
/host/spi-builder-workspace/Sources/SwiftPublicSuffixList/PublicSuffixList.swift:116:70: warning: passing non-Sendable parameter 'completion' to function expecting a '@Sendable' closure
113 |     /// passing a custom handler to ``init(source:urlRequestHandler:)`` when
114 |     /// you need to integrate with a specific networking stack.
115 |     public static let defaultUrlRequestHandler: URLRequestHandler = { request, completion in
    |                                                                                `- note: parameter 'completion' is implicitly non-Sendable
116 |         URLSession.shared.dataTask(with: request, completionHandler: completion).resume()
    |                                                                      `- warning: passing non-Sendable parameter 'completion' to function expecting a '@Sendable' closure
117 |     }
118 |
[12/16] Compiling SwiftPublicSuffixList TrieMatcher.swift
[13/17] Wrapping AST for SwiftPublicSuffixList for debugging
[15/25] Compiling SuffixLoadBench BenchCorpus.swift
[16/25] Compiling SuffixLoadBench Generators.swift
[17/25] Compiling SuffixLoadBench GeneratedRules.swift
[18/26] Compiling SuffixLoadBench Loaders.swift
[19/26] Compiling SuffixLoadBench TrieFormat.swift
[20/26] Compiling SuffixLoadBench TrieMatcher.swift
[21/26] Emitting module SuffixLoadBench
[22/26] Compiling SuffixLoadBench Bench.swift
[23/26] Compiling SuffixLoadBench main.swift
[24/27] Wrapping AST for SuffixLoadBench for debugging
[25/27] Write Objects.LinkFileList
[26/27] Linking SuffixLoadBench
Build complete! (96.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftPublicSuffixList",
  "name" : "SwiftPublicSuffixList",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftPublicSuffixList",
      "targets" : [
        "SwiftPublicSuffixList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SuffixLoadBench",
      "targets" : [
        "SuffixLoadBench"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftPublicSuffixListTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPublicSuffixListTests",
      "path" : "Tests/SwiftPublicSuffixListTests",
      "sources" : [
        "LoadSaveUpdateTests.swift",
        "SwiftPublicSuffixListTests.swift",
        "TrieTests.swift"
      ],
      "target_dependencies" : [
        "SwiftPublicSuffixList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPublicSuffixList",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPublicSuffixList",
      "path" : "Sources/SwiftPublicSuffixList",
      "product_memberships" : [
        "SwiftPublicSuffixList",
        "SuffixLoadBench"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftPublicSuffixList/registry.trie",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PublicSuffixList.swift",
        "PublicSuffixOnlineRegistryFetcher.swift",
        "Punycode.swift",
        "TrieBuilder.swift",
        "TrieFormat.swift",
        "TrieMatcher.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SuffixLoadBench",
      "module_type" : "SwiftTarget",
      "name" : "SuffixLoadBench",
      "path" : "Sources/SuffixLoadBench",
      "product_memberships" : [
        "SuffixLoadBench"
      ],
      "sources" : [
        "Bench.swift",
        "BenchCorpus.swift",
        "GeneratedRules.swift",
        "Generators.swift",
        "Loaders.swift",
        "TrieFormat.swift",
        "TrieMatcher.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftPublicSuffixList"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
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.