The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KindaSortaEqual, reference main (e09ab0), with Swift 6.2 for macOS (SPM) on 22 Aug 2025 20:53:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/KindaSortaEqual.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/KindaSortaEqual
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e09ab08 Add experimental selectivity APIs
Cloned https://github.com/DandyLyons/KindaSortaEqual.git
Revision (git rev-parse @):
e09ab08a64ca0ae33205abda46bf4dbfe6e18a92
SUCCESS checkout https://github.com/DandyLyons/KindaSortaEqual.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DandyLyons/KindaSortaEqual.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Emitting module SelectiveEquatable
[5/7] Compiling SelectiveEquatable Collection+Equivalent.swift
[6/7] Compiling SelectiveEquatable SelectiveEquatable.swift
[7/7] Compiling SelectiveEquatable SelectiveEquatable+Collection+Equivalent.swift
[8/19] Compiling KindaSortaEqual SelectiveEncodable.swift
[9/19] Compiling KindaSortaEqual Selectable.swift
[10/19] Compiling KindaSortaEqual SelectiveEquatable.swift
[11/19] Compiling KindaSortaEqual SelectiveAlmostEquatable.swift
[12/20] Compiling KindaSortaEqual Unordered Equality.swift
[13/20] Compiling KindaSortaEqual Floating Points+AlmostEquatable.swift
[14/20] Compiling KindaSortaEqual OrderedCollections+AlmostEquatable.swift
[15/20] Compiling KindaSortaEqual CoreGraphics+AlmostEquatable.swift
[16/20] Compiling KindaSortaEqual Date+AlmostEquatable.swift
[17/20] Compiling KindaSortaEqual colors+AlmostEquatable.swift
[18/20] Compiling KindaSortaEqual AlmostEquatable.swift
[19/20] Compiling KindaSortaEqual Array+AlmostEquatable.swift
[20/20] Emitting module KindaSortaEqual
Build complete! (10.17s)
Fetching https://github.com/DandyLyons/SelectiveEquatable.git
[1/63] Fetching selectiveequatable
Fetched https://github.com/DandyLyons/SelectiveEquatable.git from cache (0.60s)
Computing version for https://github.com/DandyLyons/SelectiveEquatable.git
Computed https://github.com/DandyLyons/SelectiveEquatable.git at 1.4.0 (1.03s)
Creating working copy for https://github.com/DandyLyons/SelectiveEquatable.git
Working copy of https://github.com/DandyLyons/SelectiveEquatable.git resolved at 1.4.0
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" : "/Users/admin/builder/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",
        "Selection/Selectable.swift",
        "Selection/SelectiveAlmostEquatable.swift",
        "Selection/SelectiveEncodable.swift",
        "SelectiveEquatable.swift",
        "Unordered Equality/Unordered Equality.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.