The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build MLStarRating with Swift 6.0 for tvOS using Xcode 16.0.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/micheltlutz/MLStarRating.git
Reference: v1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/MLStarRating
 * tag               v1.0.4     -> FETCH_HEAD
HEAD is now at e014882 Swift 5
Cloned https://github.com/micheltlutz/MLStarRating.git
Revision (git rev-parse @):
e014882b1be78ba116b864e62ba4fe62297d52c6
SUCCESS checkout https://github.com/micheltlutz/MLStarRating.git at v1.0.4
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/micheltlutz/MLStarRating.git
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
  "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"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MLStarRating",
    "schemes" : [
      "MLStarRating-iOS",
      "MLStarRating-macOS",
      "MLStarRating-tvOS",
      "MLStarRating-watchOS"
    ],
    "targets" : [
      "MLStarRating-iOS",
      "MLStarRatingTests-iOS",
      "MLStarRating-tvOS",
      "MLStarRatingTests-tvOS"
    ]
  }
}
2024-10-31 09:22:48.655 xcodebuild[713:3931] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-31-10_09-22-0048.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'UIKit' required by package 'spi-builder-workspace' target 'MLStarRating' not found.
GENERIC FAILURE 6.0 tvOS