Build Information
Failed to build MLAudioPlayer, reference v1.2.1 (32c97e
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 08:41:30 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/MLAudioPlayer.git
Reference: v1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/MLAudioPlayer
* tag v1.2.1 -> FETCH_HEAD
HEAD is now at 32c97ea Merge pull request #17 from micheltlutz/fix/MultiplePlayersLoadAndAnimate
Cloned https://github.com/micheltlutz/MLAudioPlayer.git
Revision (git rev-parse @):
32c97ea5eaf4bd1f0dd89fc161e5f8760c2e03a5
SUCCESS checkout https://github.com/micheltlutz/MLAudioPlayer.git at v1.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/micheltlutz/MLAudioPlayer.git
[1/687] Fetching mlaudioplayer
Fetched https://github.com/micheltlutz/MLAudioPlayer.git from cache (1.00s)
Creating working copy for https://github.com/micheltlutz/MLAudioPlayer.git
Working copy of https://github.com/micheltlutz/MLAudioPlayer.git resolved at v1.2.1 (32c97ea)
error: 'mlaudioplayer': product 'UIKit' required by package 'mlaudioplayer' target 'MLAudioPlayer' not found.
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/micheltlutz/MLAudioPlayer.git
https://github.com/micheltlutz/MLAudioPlayer.git
{
"dependencies" : [
],
"manifest_display_name" : "MLAudioPlayer",
"name" : "MLAudioPlayer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MLAudioPlayer",
"targets" : [
"MLAudioPlayer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MLAudioPlayerTests",
"module_type" : "SwiftTarget",
"name" : "MLAudioPlayerTests",
"path" : "Tests",
"sources" : [
"MLAudioPlayerSpec.swift"
],
"target_dependencies" : [
"MLAudioPlayer"
],
"type" : "test"
},
{
"c99name" : "MLAudioPlayer",
"module_type" : "SwiftTarget",
"name" : "MLAudioPlayer",
"path" : "Sources",
"product_dependencies" : [
"UIKit",
"AVFoundation"
],
"product_memberships" : [
"MLAudioPlayer"
],
"sources" : [
"Core/MLAudioPlayer.swift",
"Core/MLAudioPlayerManager.swift",
"Core/MLAudioPlayerProtocol.swift",
"Core/MLGlobalAnimations.swift",
"Core/MLLabel.swift",
"Core/MLPlayerButtonView.swift",
"Core/MLPlayerConfig.swift",
"Core/MLRetryButton.swift",
"Core/MLTrackPlayerView.swift",
"Core/UIColor+Hex.swift",
"Core/ViewConfiguration.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 'MLAudioPlayer' 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 'MLAudioPlayer' not found.
BUILD FAILURE 6.1 macosSpm