Build Information
Failed to build Toast, reference 2.1.3 (b8f0de
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 19:23:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BastiaanJansen/toast-swift.git
Reference: 2.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BastiaanJansen/toast-swift
* tag 2.1.3 -> FETCH_HEAD
HEAD is now at b8f0de8 changed version to 2.1.3
Cloned https://github.com/BastiaanJansen/toast-swift.git
Revision (git rev-parse @):
b8f0de845abca47eee747b6e671f1141ec4dcf3e
SUCCESS checkout https://github.com/BastiaanJansen/toast-swift.git at 2.1.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/BastiaanJansen/toast-swift.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/16] Compiling Toast ToastHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[4/17] Compiling Toast AppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[5/17] Compiling Toast ToastViewConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[6/17] Compiling Toast TextAppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[7/17] Compiling Toast IconAppleToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[8/17] Compiling Toast ToastConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[9/17] Compiling Toast ToastDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[10/17] Compiling Toast MulticastDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[11/17] Compiling Toast ToastQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[12/17] Compiling Toast ToastQueueDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[13/17] Compiling Toast Toast.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/17] Emitting module Toast
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[15/17] Compiling Toast AnimationType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[16/17] Compiling Toast Direction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
[17/17] Compiling Toast ToastView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Toast/AnimationType.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension Toast {
BUILD FAILURE 6.2 macosSpm