The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PHDiff, reference 1.2.1 (b3456c), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 04:42:52 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/andre-alves/PHDiff.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andre-alves/PHDiff
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at b3456ce Update SwiftPM
Cloned https://github.com/andre-alves/PHDiff.git
Revision (git rev-parse @):
b3456cea1f5ab61b947589f2954c0c1209cd4bda
SUCCESS checkout https://github.com/andre-alves/PHDiff.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/andre-alves/PHDiff.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/8] Compiling PHDiff Diffable.swift
[4/8] Compiling PHDiff PHDiff.swift
[5/8] Compiling PHDiff DiffStep.swift
[6/8] Compiling PHDiff ArrayExtensions.swift
[7/8] Compiling PHDiff DiffContext.swift
[8/8] Emitting module PHDiff
Build complete! (3.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PHDiff",
  "name" : "PHDiff",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "PHDiff",
      "targets" : [
        "PHDiff"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PHDiffTests",
      "module_type" : "SwiftTarget",
      "name" : "PHDiffTests",
      "path" : "Tests",
      "sources" : [
        "PHDiffTests.swift",
        "Test Helpers/Random.swift",
        "Test Helpers/TestUser.swift"
      ],
      "target_dependencies" : [
        "PHDiff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PHDiff",
      "module_type" : "SwiftTarget",
      "name" : "PHDiff",
      "path" : "Sources",
      "product_memberships" : [
        "PHDiff"
      ],
      "sources" : [
        "ArrayExtensions.swift",
        "DiffContext.swift",
        "DiffStep.swift",
        "Diffable.swift",
        "PHDiff.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.