The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/astar.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/astar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0c35a0a Update CI
Cloned https://github.com/bradhowes/astar.git
Revision (git rev-parse @):
0c35a0abd068cfb4bc50ad6230b56803e958f5b4
SUCCESS checkout https://github.com/bradhowes/astar.git at main
Fetching https://github.com/bradhowes/PriorityQueue from cache
Fetched https://github.com/bradhowes/PriorityQueue (0.24s)
Computing version for https://github.com/bradhowes/PriorityQueue
Computed https://github.com/bradhowes/PriorityQueue at 1.0.2 (0.31s)
Creating working copy for https://github.com/bradhowes/PriorityQueue
Working copy of https://github.com/bradhowes/PriorityQueue resolved at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "astar",
      "name": "AStar",
      "url": "https://github.com/bradhowes/astar.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/astar",
      "dependencies": [
        {
          "identity": "priorityqueue",
          "name": "PriorityQueue",
          "url": "https://github.com/bradhowes/PriorityQueue",
          "version": "1.0.2",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PriorityQueue",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bradhowes/astar.git from cache
Fetched https://github.com/bradhowes/astar.git (0.24s)
Fetching https://github.com/bradhowes/PriorityQueue from cache
Fetched https://github.com/bradhowes/PriorityQueue (0.16s)
Computing version for https://github.com/bradhowes/PriorityQueue
Computed https://github.com/bradhowes/PriorityQueue at 1.0.2 (0.02s)
Creating working copy for https://github.com/bradhowes/astar.git
Working copy of https://github.com/bradhowes/astar.git resolved at main
Creating working copy for https://github.com/bradhowes/PriorityQueue
Working copy of https://github.com/bradhowes/PriorityQueue resolved at 1.0.2
warning: '.resolve-product-dependencies': dependency 'astar' is not used by any target
Found 1 product dependencies
  - PriorityQueue
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module PriorityQueue
[2/2] Compiling PriorityQueue PriorityQueue.swift
[3/8] Compiling AStar MapOracle.swift
[4/8] Compiling AStar CostNumeric.swift
[5/8] Compiling AStar Node.swift
[6/8] Compiling AStar Coord2D.swift
[7/8] Emitting module AStar
[8/8] Compiling AStar AStar.swift
Build complete! (1.47s)
Build complete.
Done.