Build Information
Successful build of swift-topsort, reference master (0ee1a8), with Swift 6.2 for macOS (SPM) on 29 Apr 2026 22:23:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rarestype/swift-topsort.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rarestype/swift-topsort
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0ee1a85 [autosync]
Cloned https://github.com/rarestype/swift-topsort.git
Revision (git rev-parse @):
0ee1a8554d8798e094fb76dd39e9214b5f2a80a4
SUCCESS checkout https://github.com/rarestype/swift-topsort.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rarestype/swift-topsort.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin DollupPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/6] Compiling TopologicalSorting Dictionary (ext).swift
[5/6] Emitting module TopologicalSorting
[6/6] Compiling TopologicalSorting Sequence (ext).swift
Build complete! (9.26s)
Fetching https://github.com/ordo-one/dollup
[1/32] Fetching dollup
Fetched https://github.com/ordo-one/dollup from cache (0.76s)
Computing version for https://github.com/ordo-one/dollup
Computed https://github.com/ordo-one/dollup at 1.0.5 (1.33s)
Creating working copy for https://github.com/ordo-one/dollup
Working copy of https://github.com/ordo-one/dollup resolved at 1.0.5
Downloading binary artifact https://get.rarestype.com/dollup/1.0.5/macOS-arm64/dollup.artifactbundle.zip
[12303/3948740] Downloading https://get.rarestype.com/dollup/1.0.5/macOS-arm64/dollup.artifactbundle.zip
Downloaded https://get.rarestype.com/dollup/1.0.5/macOS-arm64/dollup.artifactbundle.zip (0.66s)
Build complete.
{
"dependencies" : [
{
"identity" : "dollup",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/dollup"
}
],
"manifest_display_name" : "swift-topsort",
"name" : "swift-topsort",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "TopologicalSorting",
"targets" : [
"TopologicalSorting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TopologicalSortingTests",
"module_type" : "SwiftTarget",
"name" : "TopologicalSortingTests",
"path" : "Sources/TopologicalSortingTests",
"sources" : [
"Sorting.TestNode.swift",
"Sorting.swift"
],
"target_dependencies" : [
"TopologicalSorting"
],
"type" : "test"
},
{
"c99name" : "TopologicalSorting",
"module_type" : "SwiftTarget",
"name" : "TopologicalSorting",
"path" : "Sources/TopologicalSorting",
"product_memberships" : [
"TopologicalSorting"
],
"sources" : [
"Dictionary (ext).swift",
"Sequence (ext).swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.