Build Information
Failed to build Toast, reference main (9201d7
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 06:06:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BastiaanJansen/toast-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BastiaanJansen/toast-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9201d7e Merge pull request #66 from wyattharrell/main
Cloned https://github.com/BastiaanJansen/toast-swift.git
Revision (git rev-parse @):
9201d7e7c84659fa5ab7555dcb4971ec00893580
SUCCESS checkout https://github.com/BastiaanJansen/toast-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/BastiaanJansen/toast-swift.git
https://github.com/BastiaanJansen/toast-swift.git
{
"dependencies" : [
],
"manifest_display_name" : "Toast",
"name" : "Toast",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Toast",
"targets" : [
"Toast"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ToastTests",
"module_type" : "SwiftTarget",
"name" : "ToastTests",
"path" : "Tests/ToastTests",
"sources" : [
"Queue/ToastQueueTest.swift"
],
"target_dependencies" : [
"Toast"
],
"type" : "test"
},
{
"c99name" : "Toast",
"module_type" : "SwiftTarget",
"name" : "Toast",
"path" : "Sources/Toast",
"product_memberships" : [
"Toast"
],
"sources" : [
"AnimationType.swift",
"Direction.swift",
"MulticastDelegate.swift",
"Queue/ToastQueue.swift",
"Queue/ToastQueueDelegate.swift",
"Toast.swift",
"ToastConfiguration.swift",
"ToastDelegate.swift",
"ToastHelper.swift",
"ToastViewConfiguration.swift",
"ToastViews/AppleToastView/AppleToastView.swift",
"ToastViews/AppleToastView/IconAppleToastView.swift",
"ToastViews/AppleToastView/TextAppleToastView.swift",
"ToastViews/ToastView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] 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 {
[4/16] 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 {
[5/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 {
[6/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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 {
[8/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 {
[9/17] 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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[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 {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/15] 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 {
[3/15] 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 {
[4/15] 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 {
[5/16] 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 {
[6/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 {
[7/16] 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 {
[8/16] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/16] 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 {
[10/16] 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 {
[11/16] 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 {
[12/16] 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/16] 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 {
[14/16] 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 {
[15/16] 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 {
[16/16] 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.1 macosSpm