Build Information
Successful build of KindaSortaEqual, reference 0.2.0 (fd62f5), with Swift 6.2 for Linux on 21 Aug 2025 06:14:49 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/KindaSortaEqual.git
Reference: 0.2.0
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/DandyLyons/KindaSortaEqual
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at fd62f5e Add Date+AlmostEquatable
Cloned https://github.com/DandyLyons/KindaSortaEqual.git
Revision (git rev-parse @):
fd62f5e81d3d1ad6c374b551ddffad86ff370986
SUCCESS checkout https://github.com/DandyLyons/KindaSortaEqual.git at 0.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/DandyLyons/KindaSortaEqual.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:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/DandyLyons/SelectiveEquatable.git
[1/63] Fetching selectiveequatable
Fetched https://github.com/DandyLyons/SelectiveEquatable.git from cache (0.37s)
Computing version for https://github.com/DandyLyons/SelectiveEquatable.git
Computed https://github.com/DandyLyons/SelectiveEquatable.git at 1.4.0 (1.06s)
Creating working copy for https://github.com/DandyLyons/SelectiveEquatable.git
Working copy of https://github.com/DandyLyons/SelectiveEquatable.git resolved at 1.4.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling SelectiveEquatable SelectiveEquatable.swift
[5/7] Compiling SelectiveEquatable Collection+Equivalent.swift
[6/7] Emitting module SelectiveEquatable
[7/7] Compiling SelectiveEquatable SelectiveEquatable+Collection+Equivalent.swift
[9/17] Compiling KindaSortaEqual Floating Points+AlmostEquatable.swift
[10/18] Compiling KindaSortaEqual CoreGraphics+AlmostEquatable.swift
[11/18] Compiling KindaSortaEqual AlmostEquatable.swift
[12/18] Compiling KindaSortaEqual Array+AlmostEquatable.swift
[13/18] Compiling KindaSortaEqual SelectiveEquatable.swift
[14/18] Compiling KindaSortaEqual colors+AlmostEquatable.swift
[15/18] Compiling KindaSortaEqual OrderedCollections+AlmostEquatable.swift
[16/18] Emitting module KindaSortaEqual
[17/18] Compiling KindaSortaEqual Date+AlmostEquatable.swift
[18/18] Compiling KindaSortaEqual Unordered Equality.swift
Build complete! (18.48s)
Build complete.
{
"dependencies" : [
{
"identity" : "selectiveequatable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/DandyLyons/SelectiveEquatable.git"
}
],
"manifest_display_name" : "KindaSortaEqual",
"name" : "KindaSortaEqual",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "KindaSortaEqual",
"targets" : [
"KindaSortaEqual"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KindaSortaEqualTests",
"module_type" : "SwiftTarget",
"name" : "KindaSortaEqualTests",
"path" : "Tests/KindaSortaEqualTests",
"sources" : [
"AlmostEquatable/Array+AlmostEquatableTests.swift",
"AlmostEquatable/CoreGraphics+AlmostEquatableTests.swift",
"AlmostEquatable/Custom Types+AlmostEquatableTests.swift",
"AlmostEquatable/Date+AlmostEquatableTests.swift",
"AlmostEquatable/Floating Points+AlmostEquatableTests.swift",
"AlmostEquatable/colors+AlmostEquatableTests.swift",
"UnorderedEqualityTests.swift"
],
"target_dependencies" : [
"KindaSortaEqual"
],
"type" : "test"
},
{
"c99name" : "KindaSortaEqual",
"module_type" : "SwiftTarget",
"name" : "KindaSortaEqual",
"path" : "Sources/KindaSortaEqual",
"product_dependencies" : [
"SelectiveEquatable"
],
"product_memberships" : [
"KindaSortaEqual"
],
"sources" : [
"AlmostEquatable/AlmostEquatable.swift",
"AlmostEquatable/Array+AlmostEquatable.swift",
"AlmostEquatable/CoreGraphics+AlmostEquatable.swift",
"AlmostEquatable/Date+AlmostEquatable.swift",
"AlmostEquatable/Floating Points+AlmostEquatable.swift",
"AlmostEquatable/OrderedCollections+AlmostEquatable.swift",
"AlmostEquatable/colors+AlmostEquatable.swift",
"SelectiveEquatable.swift",
"Unordered Equality/Unordered Equality.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.