Build Information
Failed to build Toast, reference master (d780ff), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 09:12:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scalessec/Toast-Swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/scalessec/Toast-Swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d780ff8 Update README.md
Cloned https://github.com/scalessec/Toast-Swift.git
Revision (git rev-parse @):
d780ff8fe55659b4fddf1fbfaf930d967f35d9ea
SUCCESS checkout https://github.com/scalessec/Toast-Swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/scalessec/Toast-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module Toast
/Users/admin/builder/spi-builder-workspace/Toast/Toast.swift:26:8: error: no such module 'UIKit'
24 | // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 |
26 | import UIKit
| `- error: no such module 'UIKit'
27 | import ObjectiveC
28 |
[5/6] Compiling Toast Toast.swift
/Users/admin/builder/spi-builder-workspace/Toast/Toast.swift:26:8: error: no such module 'UIKit'
24 | // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 |
26 | import UIKit
| `- error: no such module 'UIKit'
27 | import ObjectiveC
28 |
[6/6] Compiling Toast resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Toast/Toast.swift:26:8: error: no such module 'UIKit'
24 | // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 |
26 | import UIKit
| `- error: no such module 'UIKit'
27 | import ObjectiveC
28 |
BUILD FAILURE 6.2 macosSpm