The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SelectiveEquatable, reference main (854108), with Swift 6.2 for macOS (SPM) on 25 Aug 2025 23:50:25 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/SelectiveEquatable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/SelectiveEquatable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8541087 Fix: Duplicate IDs Issue
Cloned https://github.com/DandyLyons/SelectiveEquatable.git
Revision (git rev-parse @):
85410870a6d120dc9ef15b85269affeada8ab811
SUCCESS checkout https://github.com/DandyLyons/SelectiveEquatable.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DandyLyons/SelectiveEquatable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling SelectiveEquatable SelectiveEquatable+Collection+Equivalent.swift
[4/6] Compiling SelectiveEquatable SelectiveEquatable.swift
[5/6] Emitting module SelectiveEquatable
[6/6] Compiling SelectiveEquatable Collection+Equivalent.swift
Build complete! (4.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SelectiveEquatable",
  "name" : "SelectiveEquatable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SelectiveEquatable",
      "targets" : [
        "SelectiveEquatable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SelectiveEquatableTests",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveEquatableTests",
      "path" : "Tests/SelectiveEquatableTests",
      "sources" : [
        "Collection+EquivalentTests.swift",
        "SelectiveEquatable+Collection+EquivalentTests.swift",
        "SelectiveEquatableTests.swift"
      ],
      "target_dependencies" : [
        "SelectiveEquatable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SelectiveEquatable",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveEquatable",
      "path" : "Sources/SelectiveEquatable",
      "product_memberships" : [
        "SelectiveEquatable"
      ],
      "sources" : [
        "Collection+Equivalent.swift",
        "SelectiveEquatable+Collection+Equivalent.swift",
        "SelectiveEquatable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.