Build Information
Failed to build IslandAlertsForSwiftUI, reference main (88fac2
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 22:28:19 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/IslandAlertsForSwiftUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 88fac2b Updated README
Cloned https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git
Revision (git rev-parse @):
88fac2b9e12b0d046994dd1dfce85d95cf77dbae
SUCCESS checkout https://github.com/alessiorubicini/IslandAlertsForSwiftUI.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": "islandalertsforswiftui",
"name": "IslandAlertsForSwiftUI",
"url": "https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IslandAlertsForSwiftUI",
"dependencies": [
]
}
]
}
Fetching https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git
[1/141] Fetching islandalertsforswiftui
Fetched https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git from cache (1.34s)
Creating working copy for https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git
Working copy of https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git resolved at main (88fac2b)
warning: '.resolve-product-dependencies': dependency 'islandalertsforswiftui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git
https://github.com/alessiorubicini/IslandAlertsForSwiftUI.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "IslandAlertsForSwiftUI",
"name" : "IslandAlertsForSwiftUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "IslandAlertsForSwiftUI",
"targets" : [
"IslandAlertsForSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IslandAlertsForSwiftUITests",
"module_type" : "SwiftTarget",
"name" : "IslandAlertsForSwiftUITests",
"path" : "Tests/IslandAlertsForSwiftUITests",
"sources" : [
"IslandAlertsForSwiftUITests.swift"
],
"target_dependencies" : [
"IslandAlertsForSwiftUI"
],
"type" : "test"
},
{
"c99name" : "IslandAlertsForSwiftUI",
"module_type" : "SwiftTarget",
"name" : "IslandAlertsForSwiftUI",
"path" : "Sources/IslandAlertsForSwiftUI",
"product_memberships" : [
"IslandAlertsForSwiftUI"
],
"sources" : [
"IslandAlertsForSwiftUI.swift",
"IslandLargeAlert/IslandLargeAlert.swift",
"IslandLargeAlert/IslandLargeAlertExample.swift",
"IslandMediumAlert/IslandMediumAlert.swift",
"IslandMediumAlert/IslandMediumAlertExample.swift",
"IslandSquareAlert/IslandSquareAlert.swift",
"IslandSquareAlert/IslandSquareAlertExample.swift",
"NotchLargeAlert/NotchLargeAlert.swift",
"NotchLargeAlert/NotchLargeAlertExample.swift",
"NotchMediumAlert/NotchMediumAlert.swift",
"NotchMediumAlert/NotchMediumAlertExample.swift",
"Utils/DynamicIsland.swift",
"Utils/IslandAnimation.swift",
"Utils/ModelName.swift",
"Utils/Notch.swift",
"Utils/RoundedCorners.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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/18] Compiling IslandAlertsForSwiftUI ModelName.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[4/19] Compiling IslandAlertsForSwiftUI RoundedCorners.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[5/19] Compiling IslandAlertsForSwiftUI Notch.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[6/19] Compiling IslandAlertsForSwiftUI NotchLargeAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[7/19] Compiling IslandAlertsForSwiftUI NotchMediumAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[8/19] Compiling IslandAlertsForSwiftUI NotchMediumAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[9/19] Compiling IslandAlertsForSwiftUI DynamicIsland.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/19] Emitting module IslandAlertsForSwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[11/19] Compiling IslandAlertsForSwiftUI IslandAlertsForSwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[12/19] Compiling IslandAlertsForSwiftUI IslandLargeAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[13/19] Compiling IslandAlertsForSwiftUI IslandMediumAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[14/19] Compiling IslandAlertsForSwiftUI IslandSquareAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[15/19] Compiling IslandAlertsForSwiftUI IslandSquareAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[16/19] Compiling IslandAlertsForSwiftUI NotchLargeAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[17/19] Compiling IslandAlertsForSwiftUI IslandAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[18/19] Compiling IslandAlertsForSwiftUI IslandLargeAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[19/19] Compiling IslandAlertsForSwiftUI IslandMediumAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
warning: 'spi-builder-workspace': found 10 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/NotchMediumAlert/NotchMediumAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandMediumAlert/IslandMediumAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/NotchLargeAlert/README.md
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandLargeAlert/README.md
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandLargeAlert/IslandLargeAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandMediumAlert/README.md
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandSquareAlert/README.md
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandSquareAlert/IslandSquareAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/NotchLargeAlert/NotchLargeAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/NotchMediumAlert/README.md
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/17] Compiling IslandAlertsForSwiftUI Notch.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[3/18] Compiling IslandAlertsForSwiftUI IslandAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[4/18] Compiling IslandAlertsForSwiftUI ModelName.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[5/18] Compiling IslandAlertsForSwiftUI NotchMediumAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[6/18] Compiling IslandAlertsForSwiftUI DynamicIsland.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[7/18] Compiling IslandAlertsForSwiftUI RoundedCorners.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/18] Emitting module IslandAlertsForSwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[9/18] Compiling IslandAlertsForSwiftUI IslandSquareAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[10/18] Compiling IslandAlertsForSwiftUI NotchLargeAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[11/18] Compiling IslandAlertsForSwiftUI IslandLargeAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[12/18] Compiling IslandAlertsForSwiftUI IslandMediumAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[13/18] Compiling IslandAlertsForSwiftUI NotchLargeAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[14/18] Compiling IslandAlertsForSwiftUI NotchMediumAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[15/18] Compiling IslandAlertsForSwiftUI IslandMediumAlertExample.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[16/18] Compiling IslandAlertsForSwiftUI IslandSquareAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[17/18] Compiling IslandAlertsForSwiftUI IslandAlertsForSwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
[18/18] Compiling IslandAlertsForSwiftUI IslandLargeAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/Utils/ModelName.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import SystemConfiguration
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | public extension UIDevice {
warning: 'spi-builder-workspace': found 10 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandSquareAlert/IslandSquareAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/NotchLargeAlert/NotchLargeAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandSquareAlert/README.md
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/NotchMediumAlert/NotchMediumAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandLargeAlert/IslandLargeAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/NotchLargeAlert/README.md
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandLargeAlert/README.md
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandMediumAlert/IslandMediumAlert.gif
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/IslandMediumAlert/README.md
/Users/admin/builder/spi-builder-workspace/Sources/IslandAlertsForSwiftUI/NotchMediumAlert/README.md
BUILD FAILURE 6.1 macosSpm