Build Information
Failed to build Toastify, reference 1.0.3 (15ff6f), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 06:51:54 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vasantp20/Toastify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.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 {
[4/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 {
[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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 {
[7/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 {
[8/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 {
BUILD FAILURE 6.2 macosSpm