The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AStar, reference 2.1.0 (d058ec), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 15:49:11 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/dev1an/a-star.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dev1an/a-star
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at d058ecc Add efficiency docs
Cloned https://github.com/dev1an/a-star.git
Revision (git rev-parse @):
d058ecc05f48551b1cc3d4e68f365f655f8febcc
SUCCESS checkout https://github.com/dev1an/a-star.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dev1an/a-star.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/7] Compiling AStar Graph.swift
[4/7] Compiling AStar SimpleNode.swift
[5/7] Compiling AStar Step+Comparable.swift
[6/7] Compiling AStar SortedArray.swift
[7/7] Emitting module AStar
Build complete! (3.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AStar",
  "name" : "AStar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AStar",
      "targets" : [
        "AStar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AStarTests",
      "module_type" : "SwiftTarget",
      "name" : "AStarTests",
      "path" : "Tests/AStarTests",
      "sources" : [
        "AStarTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AStar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AStar",
      "module_type" : "SwiftTarget",
      "name" : "AStar",
      "path" : "Sources/AStar",
      "product_memberships" : [
        "AStar"
      ],
      "sources" : [
        "Graph.swift",
        "SimpleNode.swift",
        "SortedArray.swift",
        "Step+Comparable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.