The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PHDiff, reference master (b3456c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:14:55 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/andre-alves/PHDiff.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andre-alves/PHDiff
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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": "phdiff",
      "name": "PHDiff",
      "url": "https://github.com/andre-alves/PHDiff.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PHDiff",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/andre-alves/PHDiff.git
[1/383] Fetching phdiff
Fetched https://github.com/andre-alves/PHDiff.git from cache (1.85s)
Creating working copy for https://github.com/andre-alves/PHDiff.git
Working copy of https://github.com/andre-alves/PHDiff.git resolved at master (b3456ce)
warning: '.resolve-product-dependencies': dependency 'phdiff' 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/andre-alves/PHDiff.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/8] Compiling PHDiff PHDiff.swift
[4/8] Compiling PHDiff Diffable.swift
[5/8] Emitting module PHDiff
[6/8] Compiling PHDiff ArrayExtensions.swift
[7/8] Compiling PHDiff DiffStep.swift
[8/8] Compiling PHDiff DiffContext.swift
Build complete! (3.99s)
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.