The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TypedComparator, reference 1.0.0 (337ce0), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 14:42:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "typedcomparator",
      "name": "TypedComparator",
      "url": "https://github.com/VergeGroup/TypedComparator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TypedComparator",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/VergeGroup/TypedComparator.git
[1/14] Fetching typedcomparator
Fetched https://github.com/VergeGroup/TypedComparator.git from cache (0.51s)
Creating working copy for https://github.com/VergeGroup/TypedComparator.git
Working copy of https://github.com/VergeGroup/TypedComparator.git resolved at 1.0.0 (337ce0e)
warning: '.resolve-product-dependencies': dependency 'typedcomparator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/VergeGroup/TypedComparator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling TypedComparator PackedCompare.swift
[4/5] Emitting module TypedComparator
[5/5] Compiling TypedComparator TypedComparator.swift
/Users/admin/builder/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 |       }
/Users/admin/builder/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>
Build complete! (0.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedComparator",
  "name" : "TypedComparator",
  "path" : "/Users/admin/builder/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"
}
Done.