The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PHDiff with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andre-alves/PHDiff.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "phdiff",
      "name": "PHDiff",
      "url": "https://github.com/andre-alves/PHDiff.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PHDiff",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/andre-alves/PHDiff.git
[1/383] Fetching phdiff
Fetched https://github.com/andre-alves/PHDiff.git (1.17s)
Creating working copy for https://github.com/andre-alves/PHDiff.git
Working copy of https://github.com/andre-alves/PHDiff.git resolved at master
warning: '.resolve-product-dependencies': dependency 'phdiff' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling PHDiff ArrayExtensions.swift
[2/6] Emitting module PHDiff
[3/6] Compiling PHDiff DiffContext.swift
[4/6] Compiling PHDiff DiffStep.swift
[5/6] Compiling PHDiff Diffable.swift
[6/6] Compiling PHDiff PHDiff.swift
Build complete! (7.40s)
Build complete.
Done.