The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AStar, reference 3.0.0-beta-1 (036256), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 15:48:50 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: 3.0.0-beta-1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dev1an/a-star
 * tag               3.0.0-beta-1 -> FETCH_HEAD
HEAD is now at 036256f Add script to auto generate linux tests
Cloned https://github.com/dev1an/a-star.git
Revision (git rev-parse @):
036256f9a8d1dda44085a2b92fa58199446a8339
SUCCESS checkout https://github.com/dev1an/a-star.git at 3.0.0-beta-1
========================================
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/5] Emitting module AStar
[4/5] Compiling AStar SortedArray.swift
[5/5] Compiling AStar Node.swift
Build complete! (2.98s)
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" : [
        "Node.swift",
        "SortedArray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.