Build Information
Successful build of swift-hashed, reference 0.0.5 (19c547), with Swift 6.2 for Linux on 7 Mar 2026 17:21:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-hashed.git
Reference: 0.0.5
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
* tag 0.0.5 -> FETCH_HEAD
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 0.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/capturecontext/swift-hashed.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-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.22s)
Computing version for https://github.com/capturecontext/swift-equated.git
Computed https://github.com/capturecontext/swift-equated.git at 0.0.5 (0.63s)
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+Error.swift
[6/16] Compiling Equated Equated+Optional.swift
[7/16] Compiling Equated Equated+Comparator.swift
[8/16] Compiling Equated Equated+Equatable.swift
[9/16] Compiling Equated Comparator+Sendable.swift
[10/16] Compiling Equated Comparator+Type.swift
[11/16] Compiling Equated Comparator+Error.swift
[12/16] Compiling Equated Comparator+Property.swift
[13/16] Emitting module Equated
[14/16] Compiling Equated Comparator+AnyObject.swift
[15/16] Compiling Equated Comparator+Equatable.swift
[16/16] Compiling Equated Equated.swift
[18/31] Emitting module Hashed
[19/32] Compiling Hashed Hasher+AnyObject.swift
[20/32] Compiling Hashed Hasher+Error.swift
[21/32] Compiling Hashed Hasher+Type.swift
[22/32] Compiling Hashed Hasher+Sendable.swift
[23/32] Compiling Hashed Hasher+Hashable.swift
[24/32] Compiling Hashed Hasher+Property.swift
[25/32] Compiling Hashed Hashed+Error.swift
[26/32] Compiling Hashed Hashed+Hashable.swift
[27/32] Compiling Hashed Hashed+Type.swift
[28/32] Compiling Hashed Exports.swift
[29/32] Compiling Hashed Hashed+Optional.swift
[30/32] Compiling Hashed Hashed+Sendable.swift
[31/32] Compiling Hashed Hashed.swift
[32/32] Compiling Hashed Hashed+Hasher.swift
Build complete! (15.04s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.