Build Information
Failed to build Toastify, reference main (6ed703), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 04:10:18 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/vasantp20/Toastify.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vasantp20/Toastify
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6ed7033 Merge pull request #3 from vasantp20/feature/update-readme
Cloned https://github.com/vasantp20/Toastify.git
Revision (git rev-parse @):
6ed7033dc3545e1328de8e186aeee55150c1d55b
SUCCESS checkout https://github.com/vasantp20/Toastify.git at main
========================================
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": "toastify",
"name": "Toastify",
"url": "https://github.com/vasantp20/Toastify.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Toastify",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/vasantp20/Toastify.git
[1/85] Fetching toastify
Fetched https://github.com/vasantp20/Toastify.git from cache (0.59s)
Creating working copy for https://github.com/vasantp20/Toastify.git
Working copy of https://github.com/vasantp20/Toastify.git resolved at main (6ed7033)
warning: '.resolve-product-dependencies': dependency 'toastify' 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/vasantp20/Toastify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/8] Emitting module Toastify
/Users/admin/builder/spi-builder-workspace/Sources/Toastify/ToastManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 | public enum Position {
[4/8] Compiling Toastify ToastManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toastify/ToastManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 | public enum Position {
[5/8] Compiling Toastify Toast.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toastify/ToastManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 | public enum Position {
[6/8] Compiling Toastify UIViewController+Toast.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toastify/ToastManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 | public enum Position {
[7/8] Compiling Toastify CustomToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toastify/ToastManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 | public enum Position {
[8/8] Compiling Toastify ToastViewProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toastify/ToastManager.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 | public enum Position {
BUILD FAILURE 6.3 macosSpm