Build Information
Successful build of RatingControl, reference main (2793a9), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 09:24:03 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/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
========================================
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": "ratingcontrol",
"name": "RatingControl",
"url": "https://github.com/edonv/RatingControl.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RatingControl",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/edonv/RatingControl.git
[1/418] Fetching ratingcontrol
Fetched https://github.com/edonv/RatingControl.git from cache (0.68s)
Creating working copy for https://github.com/edonv/RatingControl.git
Working copy of https://github.com/edonv/RatingControl.git resolved at main (2793a96)
warning: '.resolve-product-dependencies': dependency 'ratingcontrol' 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/edonv/RatingControl.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/14] Compiling RatingControl Number+RoundToNearest.swift
[4/15] Compiling RatingControl Shape+ScaleCGSizeModifier.swift
[5/15] Compiling RatingControl Float+IsWholeNumber.swift
[6/15] Compiling RatingControl IconSizePreferenceKey.swift
[7/15] Compiling RatingControl Clamping.swift
[8/15] Compiling RatingControl BackportViewModifiers.swift
[9/15] Compiling RatingControl InternalEnvironmentValues.swift
[10/15] Compiling RatingControl RatingControlIconFrameSizingMode.swift
[11/15] Emitting module RatingControl
[12/15] Compiling RatingControl RatingControl+Inits.swift
[13/15] Compiling RatingControl RatingControl.swift
[14/15] Compiling RatingControl BackportSymbolVariants.swift
[15/15] Compiling RatingControl BackportShapeStyle.swift
Build complete! (10.73s)
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.