Build Information
Successful build of AStar, reference main (38be4f), with Swift 6.2 for macOS (SPM) on 31 Mar 2026 17:51:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/astar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/astar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 38be4f7 Add swiftlint stage
Cloned https://github.com/bradhowes/astar.git
Revision (git rev-parse @):
38be4f728b64bdb4f7fbc077f870ac5a31f094d9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/astar.git at main
Fetching https://github.com/bradhowes/PriorityQueue
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/335] Fetching priorityqueue
[182/2506] Fetching priorityqueue, swift-docc-plugin
[554/6177] Fetching priorityqueue, swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.24s)
Fetched https://github.com/bradhowes/PriorityQueue from cache (1.24s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy for https://github.com/bradhowes/PriorityQueue
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/bradhowes/PriorityQueue resolved at 1.2.1
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "astar",
"name": "AStar",
"url": "https://github.com/bradhowes/astar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/astar",
"dependencies": [
{
"identity": "priorityqueue",
"name": "PriorityQueue",
"url": "https://github.com/bradhowes/PriorityQueue",
"version": "1.2.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PriorityQueue",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/bradhowes/astar.git
[1/382] Fetching astar
Fetched https://github.com/bradhowes/astar.git from cache (6.90s)
Fetching https://github.com/bradhowes/PriorityQueue from cache
Fetched https://github.com/bradhowes/PriorityQueue from cache (0.46s)
Computing version for https://github.com/bradhowes/PriorityQueue
Computed https://github.com/bradhowes/PriorityQueue at 1.2.3 (0.98s)
Creating working copy for https://github.com/bradhowes/astar.git
Working copy of https://github.com/bradhowes/astar.git resolved at main (38be4f7)
Creating working copy for https://github.com/bradhowes/PriorityQueue
Working copy of https://github.com/bradhowes/PriorityQueue resolved at 1.2.3
warning: '.resolve-product-dependencies': dependency 'astar' is not used by any target
Found 1 product dependencies
- PriorityQueue
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bradhowes/astar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/7] Compiling PriorityQueue PriorityQueue.swift
[7/7] Emitting module PriorityQueue
[8/16] Compiling AStar PathNode.swift
[9/16] Compiling AStar Position.swift
[10/16] Compiling AStar VisitCost.swift
[11/16] Compiling AStar NumericCost.swift
[12/16] Compiling AStar Offset2D.swift
[13/16] Compiling AStar GraphOracle.swift
[14/16] Emitting module AStar
[15/16] Compiling AStar AStar.swift
[16/16] Compiling AStar Coord2D.swift
Build complete! (14.93s)
Build complete.
{
"dependencies" : [
{
"identity" : "priorityqueue",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bradhowes/PriorityQueue"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AStar",
"name" : "AStar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AStar",
"targets" : [
"AStar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "AStarTests",
"module_type" : "SwiftTarget",
"name" : "AStarTests",
"path" : "Tests/AStarTests",
"sources" : [
"AStarTests.swift",
"Coord2DTests.swift"
],
"target_dependencies" : [
"AStar"
],
"type" : "test"
},
{
"c99name" : "AStar",
"module_type" : "SwiftTarget",
"name" : "AStar",
"path" : "Sources/AStar",
"product_dependencies" : [
"PriorityQueue"
],
"product_memberships" : [
"AStar"
],
"sources" : [
"AStar.swift",
"Coord2D.swift",
"GraphOracle.swift",
"NumericCost.swift",
"Offset2D.swift",
"PathNode.swift",
"Position.swift",
"VisitCost.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/bradhowes/astar/main
Repository: bradhowes/astar
Swift version used: 6.2
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target: AStar
Extracting symbol information for 'AStar'...
Finished extracting symbol information for 'AStar'. (1.75s)
Building documentation for 'AStar'...
Finished building documentation for 'AStar' (0.13s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/bradhowes/astar/main
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit DeclarationFragments.swift
[11/57] Compiling SymbolKit Fragment.swift
[12/57] Compiling SymbolKit FragmentKind.swift
[13/57] Compiling SymbolKit FunctionParameter.swift
[14/57] Compiling SymbolKit FunctionSignature.swift
[15/57] Compiling SymbolKit Symbol.swift
[16/57] Compiling SymbolKit SymbolKind.swift
[17/57] Compiling SymbolKit SymbolGraph.swift
[18/57] Compiling SymbolKit GraphCollector.swift
[19/57] Emitting module Snippets
[20/57] Compiling Snippets SnippetParser.swift
[21/57] Compiling Snippets Snippet.swift
[22/57] Compiling SymbolKit Names.swift
[23/57] Compiling SymbolKit SPI.swift
[24/57] Compiling SymbolKit Snippet.swift
[25/57] Compiling SymbolKit Extension.swift
[26/57] Compiling SymbolKit SemanticVersion.swift
[27/57] Compiling SymbolKit AccessControl.swift
[28/57] Compiling SymbolKit Availability.swift
[29/57] Compiling SymbolKit AvailabilityItem.swift
[30/57] Compiling SymbolKit Domain.swift
[31/57] Compiling SymbolKit Mixin+Equals.swift
[32/57] Compiling SymbolKit Mixin+Hash.swift
[33/57] Compiling SymbolKit Mixin.swift
[34/57] Compiling SymbolKit LineList.swift
[35/57] Compiling SymbolKit Position.swift
[36/57] Compiling SymbolKit Identifier.swift
[37/57] Compiling SymbolKit KindIdentifier.swift
[38/57] Compiling SymbolKit Location.swift
[39/57] Compiling SymbolKit Mutability.swift
[40/57] Compiling SymbolKit SourceRange.swift
[41/57] Compiling SymbolKit Metadata.swift
[42/57] Compiling SymbolKit Module.swift
[43/57] Compiling SymbolKit OperatingSystem.swift
[44/57] Compiling SymbolKit Platform.swift
[45/57] Compiling SymbolKit Relationship.swift
[46/57] Compiling SymbolKit RelationshipKind.swift
[47/57] Compiling SymbolKit SourceOrigin.swift
[48/57] Compiling SymbolKit GenericConstraints.swift
[49/57] Compiling SymbolKit Swift.swift
[50/57] Emitting module SymbolKit
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.42s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'AStar' complete! (0.20s)
152
2 /Users/admin/builder/spi-builder-workspace/.docs/bradhowes/astar/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/bradhowes/astar/main
File count: 152
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-bradhowes-astar-main-4b134182.zip to s3://spi-docs-inbox/prod-bradhowes-astar-main-4b134182.zip
Copying... [15%]
Copying... [30%]
Copying... [44%]
Copying... [59%]
Copying... [74%]
Copying... [89%]
Copying... [100%]
Done.