Build Information
Failed to build MLVideoPlayer, reference develop (5041c9
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 11:53:06 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: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/MLVideoPlayer
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 5041c9a Delete Gemfile.lock
Cloned https://github.com/micheltlutz/MLVideoPlayer.git
Revision (git rev-parse @):
5041c9afda90fbf3dd5b796fc3138ac228f79506
SUCCESS checkout https://github.com/micheltlutz/MLVideoPlayer.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/micheltlutz/MLVideoPlayer.git
[1/144] Fetching mlvideoplayer
Fetched https://github.com/micheltlutz/MLVideoPlayer.git from cache (0.97s)
Creating working copy for https://github.com/micheltlutz/MLVideoPlayer.git
Working copy of https://github.com/micheltlutz/MLVideoPlayer.git resolved at develop (5041c9a)
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