Build Information
Failed to build Toast, reference 5.1.1 (ddccd2), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 09:13:14 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: 5.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/scalessec/Toast-Swift
* tag 5.1.1 -> FETCH_HEAD
HEAD is now at ddccd20 Merge pull request #215 from iblacksun/master
Cloned https://github.com/scalessec/Toast-Swift.git
Revision (git rev-parse @):
ddccd20d6fb718448d9b179c454c561653fda7d5
SUCCESS checkout https://github.com/scalessec/Toast-Swift.git at 5.1.1
========================================
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
[1/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