The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Roadmap, reference 1.0.0 (474ac9), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 22:55:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AvdLee/Roadmap.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AvdLee/Roadmap
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
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": "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AvdLee/Roadmap.git
[1/1204] Fetching roadmap
Fetched https://github.com/AvdLee/Roadmap.git from cache (0.93s)
Creating working copy for https://github.com/AvdLee/Roadmap.git
Working copy of https://github.com/AvdLee/Roadmap.git resolved at 1.0.0 (474ac9f)
warning: '.resolve-product-dependencies': dependency 'roadmap' 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/AvdLee/Roadmap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/22] Compiling Roadmap FeatureVoter.swift
[4/22] Compiling Roadmap FeatureVoterCountAPI.swift
[5/22] Compiling Roadmap FeatureVoterSidetrack.swift
[6/22] Compiling Roadmap ArrayExtensions.swift
[7/22] Compiling Roadmap ColorExtensions.swift
[8/22] Compiling Roadmap RoadmapFeature.swift
[9/22] Compiling Roadmap RoadmapFeatureVotingCount.swift
[10/22] Compiling Roadmap RoadmapViewModel.swift
[11/22] Compiling Roadmap RoadmapVoteButton.swift
[12/22] Compiling Roadmap RoadmapFeatureViewModel.swift
[13/22] Compiling Roadmap RoadmapView.swift
[14/22] Compiling Roadmap ViewExtensions.swift
[15/22] Compiling Roadmap Language.swift
[16/22] Compiling Roadmap Logger.swift
[17/22] Compiling Roadmap MaterialExtensions.swift
[18/22] Emitting module Roadmap
[19/22] Compiling Roadmap FeaturesFetcher.swift
[20/22] Compiling Roadmap JSONDataFetcher.swift
[21/22] Compiling Roadmap RoadmapConfiguration.swift
[22/22] Compiling Roadmap RoadmapFeatureView.swift
[23/24] Compiling Roadmap RoadmapStyle.swift
[24/24] Compiling Roadmap RoadmapTemplates.swift
Build complete! (9.96s)
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.