The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MLAudioPlayer, reference v1.2.1 (32c97e), with Swift 6.2 for iOS using Xcode 26.3 on 18 Jun 2025 21:21:04 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/micheltlutz/MLAudioPlayer.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MLAudioPlayer",
    "schemes" : [
      "MLAudioPlayer-iOS",
      "MLAudioPlayerDemo"
    ],
    "targets" : [
      "MLAudioPlayer-iOS",
      "MLAudioPlayerTests-iOS",
      "MLAudioPlayerDemo",
      "MLAudioPlayerDemoTests",
      "MLAudioPlayerDemoUITests"
    ]
  }
}
2025-06-18 14:21:03.206 xcodebuild[571:3367] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_14-21-0003.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'UIKit' required by package 'spi-builder-workspace' target 'MLAudioPlayer' not found.
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
product 'UIKit' required by package 'spi-builder-workspace' target 'MLAudioPlayer' not found.
Resolved source packages:
  spi-builder-workspace: (null)
2025-06-18 14:21:04.068 xcodebuild[581:3472] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_14-21-0004.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'UIKit' required by package 'spi-builder-workspace' target 'MLAudioPlayer' not found.
BUILD FAILURE 6.2 iOS