Build Information
Successful build of AStar, reference 3.0.0-beta-1 (036256
), with Swift 6.0 for macOS (SPM) on 8 Sep 2024 21:00:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.6.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.52.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.0
Building package at path: $PWD
https://github.com/dev1an/a-star.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.6.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--14728B76ED507284.txt
[3/5] Emitting module AStar
[4/5] Compiling AStar SortedArray.swift
[5/5] Compiling AStar Node.swift
Build complete! (6.04s)
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.