Build Information
Successful build of TypedComparator, reference 1.0.0 (337ce0), with Swift 6.3 for Linux on 15 Apr 2026 14:43:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/TypedComparator.git
Reference: 1.0.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/VergeGroup/TypedComparator
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 337ce0e Init
Cloned https://github.com/VergeGroup/TypedComparator.git
Revision (git rev-parse @):
337ce0e573e7637ddd29392cb88c3b852f042c8e
SUCCESS checkout https://github.com/VergeGroup/TypedComparator.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/VergeGroup/TypedComparator.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/5] Emitting module TypedComparator
[4/5] Compiling TypedComparator TypedComparator.swift
/host/spi-builder-workspace/Sources/TypedComparator/TypedComparator.swift:43:28: warning: capture of non-Sendable type '(each T).Type' in an isolated closure [#SendableMetatypes]
41 | return .init { a, b in
42 |
43 | for (left, right) in repeat (each a, each b) {
| `- warning: capture of non-Sendable type '(each T).Type' in an isolated closure [#SendableMetatypes]
44 | guard left == right else { return false }
45 | }
/host/spi-builder-workspace/Sources/TypedComparator/TypedComparator.swift:57:20: warning: capture of non-Sendable type 'U.Type' in an isolated closure [#SendableMetatypes]
55 | public static func any<T, U: Equatable>(selector: @escaping @Sendable (T) -> U) -> Self where Self == AnyEqualityComparator<T> {
56 | .init {
57 | selector($0) == selector($1)
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure [#SendableMetatypes]
58 | }
59 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[5/5] Compiling TypedComparator PackedCompare.swift
Build complete! (5.41s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TypedComparator",
"name" : "TypedComparator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TypedComparator",
"targets" : [
"TypedComparator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypedComparatorTests",
"module_type" : "SwiftTarget",
"name" : "TypedComparatorTests",
"path" : "Tests/TypedComparatorTests",
"sources" : [
"ComparatorTests.swift"
],
"target_dependencies" : [
"TypedComparator"
],
"type" : "test"
},
{
"c99name" : "TypedComparator",
"module_type" : "SwiftTarget",
"name" : "TypedComparator",
"path" : "Sources/TypedComparator",
"product_memberships" : [
"TypedComparator"
],
"sources" : [
"PackedCompare.swift",
"TypedComparator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.