The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUIBackgroundVideo, reference 1.3.0 (c969d4), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 22:54:24 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivan-magda/swiftui-background-video.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivan-magda/swiftui-background-video
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at c969d44 Refactors test suite organization and improves coverage
Cloned https://github.com/ivan-magda/swiftui-background-video.git
Revision (git rev-parse @):
c969d44cece60f22e4aa8602b63776dc5d1f7d57
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ivan-magda/swiftui-background-video.git at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftui-background-video",
      "name": "SwiftUIBackgroundVideo",
      "url": "https://github.com/ivan-magda/swiftui-background-video.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-background-video",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ivan-magda/swiftui-background-video.git
[1/310] Fetching swiftui-background-video
Fetched https://github.com/ivan-magda/swiftui-background-video.git from cache (0.98s)
Creating working copy for https://github.com/ivan-magda/swiftui-background-video.git
Working copy of https://github.com/ivan-magda/swiftui-background-video.git resolved at 1.3.0 (c969d44)
warning: '.resolve-product-dependencies': dependency 'swiftui-background-video' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ivan-magda/swiftui-background-video.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling SwiftUIBackgroundVideo VideoPlayerState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIBackgroundVideo/BackgroundVideoUIView.swift:2:8: error: no such module 'UIKit'
  1 | @preconcurrency import AVFoundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 |
  4 | /// A UIKit view that displays a seamlessly looping background video.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Emitting module SwiftUIBackgroundVideo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIBackgroundVideo/BackgroundVideoUIView.swift:2:8: error: no such module 'UIKit'
  1 | @preconcurrency import AVFoundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 |
  4 | /// A UIKit view that displays a seamlessly looping background video.
[5/8] Compiling SwiftUIBackgroundVideo VideoAssetCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIBackgroundVideo/BackgroundVideoUIView.swift:2:8: error: no such module 'UIKit'
  1 | @preconcurrency import AVFoundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 |
  4 | /// A UIKit view that displays a seamlessly looping background video.
[6/8] Compiling SwiftUIBackgroundVideo VideoPlayerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIBackgroundVideo/BackgroundVideoUIView.swift:2:8: error: no such module 'UIKit'
  1 | @preconcurrency import AVFoundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 |
  4 | /// A UIKit view that displays a seamlessly looping background video.
[7/8] Compiling SwiftUIBackgroundVideo BackgroundVideoView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIBackgroundVideo/BackgroundVideoUIView.swift:2:8: error: no such module 'UIKit'
  1 | @preconcurrency import AVFoundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 |
  4 | /// A UIKit view that displays a seamlessly looping background video.
[8/8] Compiling SwiftUIBackgroundVideo BackgroundVideoUIView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIBackgroundVideo/BackgroundVideoUIView.swift:2:8: error: no such module 'UIKit'
  1 | @preconcurrency import AVFoundation
  2 | import UIKit
    |        `- error: no such module 'UIKit'
  3 |
  4 | /// A UIKit view that displays a seamlessly looping background video.
BUILD FAILURE 6.3 macosSpm