The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FastDiff 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/kandelvijaya/FastDiff.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kandelvijaya/FastDiff
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a153204 Merge pull request #10 from kandelvijaya/kandelvijaya-patch-1
Cloned https://github.com/kandelvijaya/FastDiff.git
Revision (git rev-parse @):
a153204258582dbb1a46116fce4cc553dfd3e4a6
SUCCESS checkout https://github.com/kandelvijaya/FastDiff.git at master
Fetching git@github.com:kandelvijaya/AlgorithmChecker.git
warning: 'algorithmchecker': skipping cache due to an error: Failed to clone repository git@github.com:kandelvijaya/AlgorithmChecker.git:
    Cloning into bare repository '/Users/builder/Library/Caches/org.swift.swiftpm/repositories/AlgorithmChecker-2ac87a7b'...
    git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
    Please make sure you have the correct access rights
    and the repository exists.
Fetching https://github.com/kandelvijaya/AlgorithmChecker.git from cache
Fetched https://github.com/kandelvijaya/AlgorithmChecker.git (0.15s)
Computing version for https://github.com/kandelvijaya/AlgorithmChecker.git
Computed https://github.com/kandelvijaya/AlgorithmChecker.git at 0.1.5 (0.52s)
Creating working copy for https://github.com/kandelvijaya/AlgorithmChecker.git
Working copy of https://github.com/kandelvijaya/AlgorithmChecker.git resolved at 0.1.5
========================================
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": "fastdiff",
      "name": "FastDiff",
      "url": "https://github.com/kandelvijaya/FastDiff.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FastDiff",
      "dependencies": [
        {
          "identity": "algorithmchecker",
          "name": "AlgoChecker",
          "url": "https://github.com/kandelvijaya/AlgorithmChecker.git",
          "version": "0.1.5",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlgorithmChecker",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kandelvijaya/FastDiff.git from cache
Fetched https://github.com/kandelvijaya/FastDiff.git (0.17s)
Fetching https://github.com/kandelvijaya/AlgorithmChecker.git from cache
Fetched https://github.com/kandelvijaya/AlgorithmChecker.git (0.19s)
Computing version for https://github.com/kandelvijaya/AlgorithmChecker.git
Computed https://github.com/kandelvijaya/AlgorithmChecker.git at 0.1.5 (0.02s)
Creating working copy for https://github.com/kandelvijaya/AlgorithmChecker.git
Working copy of https://github.com/kandelvijaya/AlgorithmChecker.git resolved at 0.1.5
Creating working copy for https://github.com/kandelvijaya/FastDiff.git
Working copy of https://github.com/kandelvijaya/FastDiff.git resolved at master
warning: '.resolve-product-dependencies': dependency 'fastdiff' is not used by any target
Found 1 product dependencies
  - AlgoChecker
========================================
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/4] Compiling FastDiff InternalDiff.swift
[2/4] Compiling FastDiff Diffable.swift
[3/4] Emitting module FastDiff
[4/4] Compiling FastDiff DiffingAlgorithm.swift
Build complete! (7.95s)
Build complete.
Done.