Build Information
Failed to build Toastify, reference 1.0.3 (15ff6f), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 04:09:42 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: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vasantp20/Toastify
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at 15ff6fb Update README.md
Cloned https://github.com/vasantp20/Toastify.git
Revision (git rev-parse @):
15ff6fb17ebbd29575312894e0ab4a1c2dae2e7e
SUCCESS checkout https://github.com/vasantp20/Toastify.git at 1.0.3
========================================
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.61s)
Creating working copy for https://github.com/vasantp20/Toastify.git
Working copy of https://github.com/vasantp20/Toastify.git resolved at 1.0.3 (15ff6fb)
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
[3/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {
[5/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 {
[6/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 {
[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