Build Information
Failed to build DynamicIslandUtilities, reference 0.1.0 (eeea1f
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:23:45 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/theblixguy/DynamicIslandUtilities.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theblixguy/DynamicIslandUtilities
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at eeea1f9 Re-do APIs so the progress indicator is available directly from the DynamicIsland namespace
Cloned https://github.com/theblixguy/DynamicIslandUtilities.git
Revision (git rev-parse @):
eeea1f93464fc4fda5713b65fbeb5e6989d8bd0b
SUCCESS checkout https://github.com/theblixguy/DynamicIslandUtilities.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/theblixguy/DynamicIslandUtilities.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Compiling DynamicIslandUtilities DynamicIsland.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicIslandUtilities/DynamicIsland+ProgressIndicator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | extension DynamicIsland {
[4/6] Emitting module DynamicIslandUtilities
/Users/admin/builder/spi-builder-workspace/Sources/DynamicIslandUtilities/DynamicIsland+ProgressIndicator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | extension DynamicIsland {
[5/6] Compiling DynamicIslandUtilities DynamicIsland+ProgressIndicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicIslandUtilities/DynamicIsland+ProgressIndicator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | extension DynamicIsland {
[6/6] Compiling DynamicIslandUtilities DynamicIslandProgressIndicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicIslandUtilities/DynamicIsland+ProgressIndicator.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | extension DynamicIsland {
BUILD FAILURE 6.2 macosSpm