Build Information
Failed to build AlertPresenter, reference v1.0.0 (495628
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:58:51 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/ChrisMash/AlertPresenter.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChrisMash/AlertPresenter
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 4956287 Update README.md
Cloned https://github.com/ChrisMash/AlertPresenter.git
Revision (git rev-parse @):
4956287fbb422f8147237966fe269d1bb985ea6e
SUCCESS checkout https://github.com/ChrisMash/AlertPresenter.git at v1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChrisMash/AlertPresenter.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
[3/9] Compiling AlertPresenter PopoverPresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[4/9] Compiling AlertPresenter ContainterViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module AlertPresenter
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[6/9] Compiling AlertPresenter AlertPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[7/9] Compiling AlertPresenter AlertModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[8/9] Compiling AlertPresenter AlertWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[9/9] Compiling AlertPresenter Queue.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
BUILD FAILURE 6.2 macosSpm