Build Information
Failed to build ToastWindow, reference main (759588), with Swift 6.2 for macOS (SPM) on 10 Oct 2025 02:44:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michael94ellis/ToastWindow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michael94ellis/ToastWindow
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 759588d Update README.md
Cloned https://github.com/michael94ellis/ToastWindow.git
Revision (git rev-parse @):
759588d5449d620c0b67775fe742d3fed9ec39bf
SUCCESS checkout https://github.com/michael94ellis/ToastWindow.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",
"dependencies": [
{
"identity": "toastwindow",
"name": "ToastWindow",
"url": "https://github.com/michael94ellis/ToastWindow.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ToastWindow",
"dependencies": [
]
}
]
}
Fetching https://github.com/michael94ellis/ToastWindow.git
[1/332] Fetching toastwindow
Fetched https://github.com/michael94ellis/ToastWindow.git from cache (1.26s)
Creating working copy for https://github.com/michael94ellis/ToastWindow.git
Working copy of https://github.com/michael94ellis/ToastWindow.git resolved at main (759588d)
warning: '.resolve-product-dependencies': dependency 'toastwindow' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/michael94ellis/ToastWindow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling ToastWindow WindowManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ToastWindow/ToastManager.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias ToastID = UUID
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/9] Emitting module ToastWindow
/Users/admin/builder/spi-builder-workspace/Sources/ToastWindow/ToastManager.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias ToastID = UUID
[5/9] Compiling ToastWindow ToastManagerKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/ToastWindow/ToastManager.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias ToastID = UUID
[6/9] Compiling ToastWindow PassThroughWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/ToastWindow/ToastManager.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias ToastID = UUID
[7/9] Compiling ToastWindow ToastWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/ToastWindow/ToastManager.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias ToastID = UUID
[8/9] Compiling ToastWindow ToastManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ToastWindow/ToastManager.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias ToastID = UUID
[9/9] Compiling ToastWindow DismissToastKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/ToastWindow/ToastManager.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public typealias ToastID = UUID
BUILD FAILURE 6.2 macosSpm