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 RatingControl, reference main (2793a9), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 07:24:15 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/RatingControl.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/RatingControl
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2793a96 Added empty privacy manifest
Cloned https://github.com/edonv/RatingControl.git
Revision (git rev-parse @):
2793a961e29bc18493354b0cf26e63e3685977b7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/RatingControl.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/edonv/RatingControl.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/14] Compiling RatingControl Number+RoundToNearest.swift
[4/14] Compiling RatingControl Clamping.swift
[5/14] Compiling RatingControl IconSizePreferenceKey.swift
[6/14] Compiling RatingControl Float+IsWholeNumber.swift
[7/15] Compiling RatingControl BackportViewModifiers.swift
[8/15] Compiling RatingControl BackportShapeStyle.swift
[9/15] Compiling RatingControl InternalEnvironmentValues.swift
[10/15] Compiling RatingControl RatingControlIconFrameSizingMode.swift
[11/15] Compiling RatingControl RatingControl+Inits.swift
[12/15] Compiling RatingControl RatingControl.swift
[13/15] Emitting module RatingControl
[14/15] Compiling RatingControl BackportSymbolVariants.swift
[15/15] Compiling RatingControl Shape+ScaleCGSizeModifier.swift
Build complete! (9.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RatingControl",
  "name" : "RatingControl",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "RatingControl",
      "targets" : [
        "RatingControl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RatingControlTests",
      "module_type" : "SwiftTarget",
      "name" : "RatingControlTests",
      "path" : "Tests/RatingControlTests",
      "sources" : [
        "RatingControlTests.swift"
      ],
      "target_dependencies" : [
        "RatingControl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RatingControl",
      "module_type" : "SwiftTarget",
      "name" : "RatingControl",
      "path" : "Sources/RatingControl",
      "product_memberships" : [
        "RatingControl"
      ],
      "sources" : [
        "Helper Types/InternalEnvironmentValues.swift",
        "Helper Types/RatingControlIconFrameSizingMode.swift",
        "RatingControl+Inits.swift",
        "RatingControl.swift",
        "Supporting/BackportShapeStyle.swift",
        "Supporting/BackportSymbolVariants.swift",
        "Supporting/BackportViewModifiers.swift",
        "Supporting/Clamping.swift",
        "Supporting/Float+IsWholeNumber.swift",
        "Supporting/IconSizePreferenceKey.swift",
        "Supporting/Number+RoundToNearest.swift",
        "Supporting/Shape+ScaleCGSizeModifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.