The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Roadmap, reference main (474ac9), with Swift 6.0 for macOS (SPM) on 9 Sep 2025 14:50:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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 474ac9f Merge pull request #94 from AvdLee/feature/swift-6
Cloned https://github.com/AvdLee/Roadmap.git
Revision (git rev-parse @):
474ac9fe7be291f9be72d6813d72e8102bf1554b
SUCCESS checkout https://github.com/AvdLee/Roadmap.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AvdLee/Roadmap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/22] Emitting module Roadmap
[4/24] Compiling Roadmap RoadmapViewModel.swift
[5/24] Compiling Roadmap RoadmapVoteButton.swift
[6/24] Compiling Roadmap Logger.swift
[7/24] Compiling Roadmap MaterialExtensions.swift
[8/24] Compiling Roadmap RoadmapStyle.swift
[9/24] Compiling Roadmap RoadmapTemplates.swift
[10/24] Compiling Roadmap RoadmapFeatureViewModel.swift
[11/24] Compiling Roadmap RoadmapView.swift
[12/24] Compiling Roadmap ArrayExtensions.swift
[13/24] Compiling Roadmap ColorExtensions.swift
[14/24] Compiling Roadmap FeaturesFetcher.swift
[15/24] Compiling Roadmap JSONDataFetcher.swift
[16/24] Compiling Roadmap FeatureVoter.swift
[17/24] Compiling Roadmap FeatureVoterCountAPI.swift
[18/24] Compiling Roadmap FeatureVoterSidetrack.swift
[19/24] Compiling Roadmap RoadmapConfiguration.swift
[20/24] Compiling Roadmap RoadmapFeatureView.swift
[21/24] Compiling Roadmap RoadmapFeature.swift
[22/24] Compiling Roadmap RoadmapFeatureVotingCount.swift
[23/24] Compiling Roadmap ViewExtensions.swift
[24/24] Compiling Roadmap Language.swift
Build complete! (9.87s)
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/FeatureVoterCountAPI.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.