Build Information
Failed to build MLStarRating, reference develop (c5d701
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 02:52:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/micheltlutz/MLStarRating.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/MLStarRating
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at c5d701d Delete Gemfile.lock
Cloned https://github.com/micheltlutz/MLStarRating.git
Revision (git rev-parse @):
c5d701d9cf735adb1082844b9d28df25515b831d
SUCCESS checkout https://github.com/micheltlutz/MLStarRating.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/micheltlutz/MLStarRating.git
[1/251] Fetching mlstarrating
Fetched https://github.com/micheltlutz/MLStarRating.git from cache (0.83s)
Creating working copy for https://github.com/micheltlutz/MLStarRating.git
Working copy of https://github.com/micheltlutz/MLStarRating.git resolved at develop (c5d701d)
error: 'mlstarrating': product 'UIKit' required by package 'mlstarrating' target 'MLStarRating' not found.
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/micheltlutz/MLStarRating.git
https://github.com/micheltlutz/MLStarRating.git
{
"dependencies" : [
],
"manifest_display_name" : "MLStarRating",
"name" : "MLStarRating",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MLStarRating",
"targets" : [
"MLStarRating"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MLStarRatingTests",
"module_type" : "SwiftTarget",
"name" : "MLStarRatingTests",
"path" : "Tests",
"sources" : [
"MLStarRatingSpec.swift"
],
"target_dependencies" : [
"MLStarRating"
],
"type" : "test"
},
{
"c99name" : "MLStarRating",
"module_type" : "SwiftTarget",
"name" : "MLStarRating",
"path" : "Sources",
"product_dependencies" : [
"UIKit"
],
"product_memberships" : [
"MLStarRating"
],
"sources" : [
"Core/ClosureAttach.swift",
"Core/MLStarButton.swift",
"Core/MLStarRating.swift",
"Core/MLViewConfiguration.swift",
"Core/UIControl+addAction.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: 'spi-builder-workspace': product 'UIKit' required by package 'spi-builder-workspace' target 'MLStarRating' not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: 'spi-builder-workspace': product 'UIKit' required by package 'spi-builder-workspace' target 'MLStarRating' not found.
BUILD FAILURE 6.1 macosSpm