The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-hashed, reference main (19c547), with Swift 6.1 for Linux on 7 Mar 2026 17:21:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-hashed.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/capturecontext/swift-hashed
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 19c5473 feat: Hashed types
Cloned https://github.com/capturecontext/swift-hashed.git
Revision (git rev-parse @):
19c54734dd7d2f7d9965bed061da2517afd5b6a9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-hashed.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swift-hashed.git
https://github.com/capturecontext/swift-hashed.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-equated",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.5",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-equated.git"
    }
  ],
  "manifest_display_name" : "swift-hashed",
  "name" : "swift-hashed",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Hashed",
      "targets" : [
        "Hashed"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HashedTests",
      "module_type" : "SwiftTarget",
      "name" : "HashedTests",
      "path" : "Tests/HashedTests",
      "sources" : [
        "HashedTests.swift",
        "HasherTests.swift"
      ],
      "target_dependencies" : [
        "Hashed"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hashed",
      "module_type" : "SwiftTarget",
      "name" : "Hashed",
      "path" : "Sources/Hashed",
      "product_dependencies" : [
        "Equated"
      ],
      "product_memberships" : [
        "Hashed"
      ],
      "sources" : [
        "Convenience/Hashed+Error.swift",
        "Convenience/Hashed+Hashable.swift",
        "Convenience/Hashed+Optional.swift",
        "Convenience/Hashed+Sendable.swift",
        "Convenience/Hashed+Type.swift",
        "Exports.swift",
        "Hashed.swift",
        "Hasher/Hashed+Hasher.swift",
        "Hasher/Hasher+AnyObject.swift",
        "Hasher/Hasher+Error.swift",
        "Hasher/Hasher+Hashable.swift",
        "Hasher/Hasher+Property.swift",
        "Hasher/Hasher+Sendable.swift",
        "Hasher/Hasher+Type.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/capturecontext/swift-equated.git
[1/111] Fetching swift-equated
Fetched https://github.com/capturecontext/swift-equated.git from cache (0.20s)
Computing version for https://github.com/capturecontext/swift-equated.git
Computed https://github.com/capturecontext/swift-equated.git at 0.0.5 (0.87s)
Creating working copy for https://github.com/capturecontext/swift-equated.git
Working copy of https://github.com/capturecontext/swift-equated.git resolved at 0.0.5
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling Equated Equated+Type.swift
[5/16] Compiling Equated Equated+Optional.swift
[6/16] Compiling Equated Equated+Error.swift
[7/16] Compiling Equated Equated.swift
[8/16] Emitting module Equated
[9/16] Compiling Equated Comparator+Error.swift
[10/16] Compiling Equated Comparator+Property.swift
[11/16] Compiling Equated Comparator+AnyObject.swift
[12/16] Compiling Equated Comparator+Equatable.swift
[13/16] Compiling Equated Comparator+Sendable.swift
[14/16] Compiling Equated Comparator+Type.swift
[15/16] Compiling Equated Equated+Comparator.swift
[16/16] Compiling Equated Equated+Equatable.swift
[18/31] Compiling Hashed Hasher+Sendable.swift
[19/31] Compiling Hashed Hasher+Hashable.swift
[20/31] Compiling Hashed Hasher+Property.swift
[21/31] Compiling Hashed Hasher+AnyObject.swift
[22/31] Compiling Hashed Hasher+Error.swift
[23/32] Compiling Hashed Hashed+Optional.swift
[24/32] Compiling Hashed Hashed+Sendable.swift
[25/32] Compiling Hashed Hashed+Type.swift
[26/32] Compiling Hashed Exports.swift
[27/32] Emitting module Hashed
[28/32] Compiling Hashed Hashed.swift
[29/32] Compiling Hashed Hashed+Hasher.swift
[30/32] Compiling Hashed Hashed+Error.swift
[31/32] Compiling Hashed Hashed+Hashable.swift
[32/32] Compiling Hashed Hasher+Type.swift
Build complete! (10.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-equated",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.5",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-equated.git"
    }
  ],
  "manifest_display_name" : "swift-hashed",
  "name" : "swift-hashed",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Hashed",
      "targets" : [
        "Hashed"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HashedTests",
      "module_type" : "SwiftTarget",
      "name" : "HashedTests",
      "path" : "Tests/HashedTests",
      "sources" : [
        "HashedTests.swift",
        "HasherTests.swift"
      ],
      "target_dependencies" : [
        "Hashed"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hashed",
      "module_type" : "SwiftTarget",
      "name" : "Hashed",
      "path" : "Sources/Hashed",
      "product_dependencies" : [
        "Equated"
      ],
      "product_memberships" : [
        "Hashed"
      ],
      "sources" : [
        "Convenience/Hashed+Error.swift",
        "Convenience/Hashed+Hashable.swift",
        "Convenience/Hashed+Optional.swift",
        "Convenience/Hashed+Sendable.swift",
        "Convenience/Hashed+Type.swift",
        "Exports.swift",
        "Hashed.swift",
        "Hasher/Hashed+Hasher.swift",
        "Hasher/Hasher+AnyObject.swift",
        "Hasher/Hasher+Error.swift",
        "Hasher/Hasher+Hashable.swift",
        "Hasher/Hasher+Property.swift",
        "Hasher/Hasher+Sendable.swift",
        "Hasher/Hasher+Type.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.