Build Information
Failed to build ScreenCorners, reference main (f2a5aa), with Swift 6.2 for macOS (SPM) on 10 Sep 2025 21:06:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylebshr/ScreenCorners.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylebshr/ScreenCorners
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f2a5aa7 Add iPhones 17 and Air
Cloned https://github.com/kylebshr/ScreenCorners.git
Revision (git rev-parse @):
f2a5aa7c25b7da1a445214e6334f448f8c17c4d9
SUCCESS checkout https://github.com/kylebshr/ScreenCorners.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kylebshr/ScreenCorners.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/4] Emitting module ScreenCorners
/Users/admin/builder/spi-builder-workspace/Sources/ScreenCorners/UIScreen+ScreenCorners.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | extension UIScreen {
[4/4] Compiling ScreenCorners UIScreen+ScreenCorners.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenCorners/UIScreen+ScreenCorners.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | extension UIScreen {
BUILD FAILURE 6.2 macosSpm