Build Information
Successful build of Roadmap, reference main (faacea), with Swift 6.2 for macOS (SPM) on 27 Oct 2025 19:43:30 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AvdLee/Roadmap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AvdLee/Roadmap
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at faacea1 Merge pull request #96 from AvdLee/Roadmap-design-improvements
Cloned https://github.com/AvdLee/Roadmap.git
Revision (git rev-parse @):
faacea19bfa486f6ceef5ed191bd5662a77a6643
SUCCESS checkout https://github.com/AvdLee/Roadmap.git at main
========================================
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": "roadmap",
"name": "Roadmap",
"url": "https://github.com/AvdLee/Roadmap.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Roadmap",
"dependencies": [
]
}
]
}
Fetching https://github.com/AvdLee/Roadmap.git
[1/1142] Fetching roadmap
Fetched https://github.com/AvdLee/Roadmap.git from cache (0.88s)
Creating working copy for https://github.com/AvdLee/Roadmap.git
Working copy of https://github.com/AvdLee/Roadmap.git resolved at main (faacea1)
warning: '.resolve-product-dependencies': dependency 'roadmap' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AvdLee/Roadmap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/21] Compiling Roadmap RoadmapFeature.swift
[4/21] Compiling Roadmap RoadmapFeatureVotingCount.swift
[5/21] Compiling Roadmap ViewExtensions.swift
[6/21] Compiling Roadmap Language.swift
[7/21] Compiling Roadmap FeatureVoter.swift
[8/21] Compiling Roadmap FeatureVoterSidetrack.swift
[9/21] Compiling Roadmap FeaturesFetcher.swift
[10/21] Compiling Roadmap JSONDataFetcher.swift
[11/21] Compiling Roadmap ArrayExtensions.swift
[12/21] Compiling Roadmap ColorExtensions.swift
[13/21] Compiling Roadmap RoadmapViewModel.swift
[14/21] Compiling Roadmap RoadmapVoteButton.swift
[15/21] Emitting module Roadmap
[16/21] Compiling Roadmap RoadmapFeatureViewModel.swift
[17/21] Compiling Roadmap RoadmapView.swift
[18/21] Compiling Roadmap Logger.swift
[19/21] Compiling Roadmap MaterialExtensions.swift
[20/21] Compiling Roadmap RoadmapConfiguration.swift
[21/21] Compiling Roadmap RoadmapFeatureView.swift
[22/23] Compiling Roadmap RoadmapStyle.swift
[23/23] Compiling Roadmap RoadmapTemplates.swift
Build complete! (9.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Roadmap",
"name" : "Roadmap",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Roadmap",
"targets" : [
"Roadmap"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RoadmapTests",
"module_type" : "SwiftTarget",
"name" : "RoadmapTests",
"path" : "Tests/RoadmapTests",
"sources" : [
"RoadmapTests.swift"
],
"target_dependencies" : [
"Roadmap"
],
"type" : "test"
},
{
"c99name" : "Roadmap",
"module_type" : "SwiftTarget",
"name" : "Roadmap",
"path" : "Sources/Roadmap",
"product_memberships" : [
"Roadmap"
],
"sources" : [
"DataProviders/FeatureVoter.swift",
"DataProviders/FeatureVoterSidetrack.swift",
"DataProviders/FeaturesFetcher.swift",
"DataProviders/JSONDataFetcher.swift",
"Extensions/ArrayExtensions.swift",
"Extensions/ColorExtensions.swift",
"Extensions/Logger.swift",
"Extensions/MaterialExtensions.swift",
"Extensions/ViewExtensions.swift",
"Language.swift",
"Models/RoadmapFeature.swift",
"Models/RoadmapFeatureVotingCount.swift",
"RoadmapConfiguration.swift",
"RoadmapFeatureView.swift",
"RoadmapFeatureViewModel.swift",
"RoadmapView.swift",
"RoadmapViewModel.swift",
"RoadmapVoteButton.swift",
"Styling/RoadmapStyle.swift",
"Styling/RoadmapTemplates.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.