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 MLVideoPlayer, reference v1.0.1 (5cc68d), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 11:52:49 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/MLVideoPlayer.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/MLVideoPlayer
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at 5cc68da Swift 5
Cloned https://github.com/micheltlutz/MLVideoPlayer.git
Revision (git rev-parse @):
5cc68da6be52cbace11e2a7d9fc2742cf9e2767d
SUCCESS checkout https://github.com/micheltlutz/MLVideoPlayer.git at v1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/micheltlutz/MLVideoPlayer.git
[1/144] Fetching mlvideoplayer
Fetched https://github.com/micheltlutz/MLVideoPlayer.git from cache (1.04s)
Creating working copy for https://github.com/micheltlutz/MLVideoPlayer.git
Working copy of https://github.com/micheltlutz/MLVideoPlayer.git resolved at v1.0.1 (5cc68da)
error: 'mlvideoplayer': product 'UIKit' required by package 'mlvideoplayer' target 'MLVideoPlayer' not found.
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/micheltlutz/MLVideoPlayer.git
https://github.com/micheltlutz/MLVideoPlayer.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MLVideoPlayer",
  "name" : "MLVideoPlayer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MLVideoPlayer",
      "targets" : [
        "MLVideoPlayer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MLVideoPlayerTests",
      "module_type" : "SwiftTarget",
      "name" : "MLVideoPlayerTests",
      "path" : "Tests",
      "sources" : [
        "MLVideoPlayerSpec.swift"
      ],
      "target_dependencies" : [
        "MLVideoPlayer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MLVideoPlayer",
      "module_type" : "SwiftTarget",
      "name" : "MLVideoPlayer",
      "path" : "Sources",
      "product_dependencies" : [
        "UIKit",
        "AVKit",
        "AVFoundation"
      ],
      "product_memberships" : [
        "MLVideoPlayer"
      ],
      "sources" : [
        "Core/MLVideoPlayer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
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 'MLVideoPlayer' 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 'MLVideoPlayer' not found.
BUILD FAILURE 6.1 macosSpm