The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build UtiliKit, reference 1.8.0 (e375dd), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 20:46:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BottleRocketStudios/iOS-UtiliKit.git
Reference: 1.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-UtiliKit
 * tag               1.8.0      -> FETCH_HEAD
HEAD is now at e375ddc Merge pull request #114 from BottleRocketStudios/release/1.8.0
Cloned https://github.com/BottleRocketStudios/iOS-UtiliKit.git
Revision (git rev-parse @):
e375ddc03225795bdfe508dc151201da8234a8f0
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-UtiliKit.git at 1.8.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BottleRocketStudios/iOS-UtiliKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/42] Compiling ContainerViewController ContainerViewControllerInteractiveTransitioning.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/Container/ContainerViewController+ManagedChildren.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ContainerViewController {
[10/42] Compiling ContainerViewController ContainerTransitionContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/Container/ContainerViewController+ManagedChildren.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ContainerViewController {
[11/42] Compiling ContainerViewController ContainerPercentDrivenInteractiveTransitioner.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/Container/ContainerViewController+ManagedChildren.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ContainerViewController {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/42] Emitting module ContainerViewController
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/Container/ContainerViewController+ManagedChildren.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ContainerViewController {
[13/42] Compiling ContainerViewController DefaultContainerTransitionAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/Container/ContainerViewController+ManagedChildren.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ContainerViewController {
[14/42] Compiling ContainerViewController ContainerViewControllerTransitionCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/Container/ContainerViewController+ManagedChildren.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ContainerViewController {
[15/42] Compiling ContainerViewController ManagedChild.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/Container/ContainerViewController+ManagedChildren.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ContainerViewController {
[16/42] Compiling ContainerViewController ContainerViewControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/Container/ContainerViewController+ManagedChildren.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ContainerViewController {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/42] Emitting module ActiveLabel
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/ActiveLabel/ActiveLabel.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// Used to show loading progress in a UILabel through an animated gradient.
[18/42] Compiling ActiveLabel ActiveLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtiliKit/ActiveLabel/ActiveLabel.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | /// Used to show loading progress in a UILabel through an animated gradient.
BUILD FAILURE 6.2 macosSpm