Build Information
Successful build of swift-topsort, reference master (0ee1a8), with Swift 6.3 for macOS (SPM) on 29 Apr 2026 22:20:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.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
Fetching https://github.com/ordo-one/dollup
[1/32] Fetching dollup
Fetched https://github.com/ordo-one/dollup from cache (0.61s)
Computing version for https://github.com/ordo-one/dollup
Computed https://github.com/ordo-one/dollup at 1.0.5 (1.21s)
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
[10934/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.64s)
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-topsort",
"name": "swift-topsort",
"url": "https://github.com/rarestype/swift-topsort.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-topsort",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/rarestype/swift-topsort.git
[1/145] Fetching swift-topsort
Fetched https://github.com/rarestype/swift-topsort.git from cache (0.67s)
Creating working copy for https://github.com/rarestype/swift-topsort.git
Working copy of https://github.com/rarestype/swift-topsort.git resolved at master (0ee1a85)
warning: '.resolve-product-dependencies': dependency 'swift-topsort' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/rarestype/swift-topsort.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin DollupPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/6] Emitting module TopologicalSorting
[5/6] Compiling TopologicalSorting Dictionary (ext).swift
[6/6] Compiling TopologicalSorting Sequence (ext).swift
Build complete! (6.22s)
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.