The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of reflective-equality, reference 1.0.1 (06dfc8), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 04:10:33 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drseg/reflective-equality.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/drseg/reflective-equality
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 06dfc83 Formatting update
Cloned https://github.com/drseg/reflective-equality.git
Revision (git rev-parse @):
06dfc83a341d05777144602116f047c2f0191763
SUCCESS checkout https://github.com/drseg/reflective-equality.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/drseg/reflective-equality.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
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling ExceptionCatcher Exceptions.m
[4/8] Compiling ReflectiveEquality SwiftReflection.swift
[5/8] Compiling ReflectiveEquality UnifyingProtocols.swift
[6/8] Emitting module ReflectiveEquality
[7/8] Compiling ReflectiveEquality ObjCReflection.swift
[8/8] Compiling ReflectiveEquality ObjCExceptions.swift
Build complete! (3.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "reflective-equality",
  "name" : "reflective-equality",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "ReflectiveEquality",
      "targets" : [
        "ReflectiveEquality"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReflectiveEqualityTests",
      "module_type" : "SwiftTarget",
      "name" : "ReflectiveEqualityTests",
      "path" : "Tests/ReflectiveEqualityTests",
      "sources" : [
        "Fixtures/TestHTML.swift",
        "Reflection/CharacterisationTests.swift",
        "Reflection/ObjCReflectionTests.swift",
        "Reflection/ReflectiveAssertions.swift",
        "Reflection/SwiftReflectionTests.swift"
      ],
      "target_dependencies" : [
        "ReflectiveEquality"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReflectiveEquality",
      "module_type" : "SwiftTarget",
      "name" : "ReflectiveEquality",
      "path" : "Sources/ReflectiveEquality",
      "product_memberships" : [
        "ReflectiveEquality"
      ],
      "sources" : [
        "Reflection/ObjCExceptions.swift",
        "Reflection/ObjCReflection.swift",
        "Reflection/SwiftReflection.swift",
        "Reflection/UnifyingProtocols.swift"
      ],
      "target_dependencies" : [
        "ExceptionCatcher"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExceptionCatcher",
      "module_type" : "ClangTarget",
      "name" : "ExceptionCatcher",
      "path" : "Sources/ExceptionCatcher",
      "product_memberships" : [
        "ReflectiveEquality"
      ],
      "sources" : [
        "Exceptions.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.