Build Information
Failed to build UtiliKit with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BottleRocketStudios/iOS-UtiliKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-UtiliKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e12e905 Merge pull request #118 from BottleRocketStudios/feature/issue_86
Cloned https://github.com/BottleRocketStudios/iOS-UtiliKit.git
Revision (git rev-parse @):
e12e90505d0609b4fd6785101cde0867b5c37da1
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-UtiliKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/BottleRocketStudios/iOS-UtiliKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-6F35C1178C84523A.txt
[10/43] Compiling ContainerViewController DefaultContainerTransitionAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/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)
[11/43] Emitting module ActiveLabel
/Users/admin/builder/spi-builder-workspace/Sources/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.
[12/43] Compiling ActiveLabel ActiveLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/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.0 macosSpm