Build Information
Failed to build Toast, reference 5.1.1 (ddccd2), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 10:31:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "toast-swift",
"name": "Toast",
"url": "https://github.com/scalessec/Toast-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Toast-Swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/scalessec/Toast-Swift.git
[1/1451] Fetching toast-swift
Fetched https://github.com/scalessec/Toast-Swift.git from cache (0.90s)
Creating working copy for https://github.com/scalessec/Toast-Swift.git
Working copy of https://github.com/scalessec/Toast-Swift.git resolved at 5.1.1 (ddccd20)
warning: '.resolve-product-dependencies': dependency 'toast-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/scalessec/Toast-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--6988338F2F200930.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 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 |
[6/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 |
BUILD FAILURE 6.3 macosSpm