Build Information
Failed to build AlertPresenter, reference v1.0.0 (495628
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 14:16:15 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/ChrisMash/AlertPresenter.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChrisMash/AlertPresenter
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 4956287 Update README.md
Cloned https://github.com/ChrisMash/AlertPresenter.git
Revision (git rev-parse @):
4956287fbb422f8147237966fe269d1bb985ea6e
SUCCESS checkout https://github.com/ChrisMash/AlertPresenter.git at v1.0.0
========================================
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": "alertpresenter",
"name": "AlertPresenter",
"url": "https://github.com/ChrisMash/AlertPresenter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlertPresenter",
"dependencies": [
]
}
]
}
Fetching https://github.com/ChrisMash/AlertPresenter.git
[1/200] Fetching alertpresenter
Fetched https://github.com/ChrisMash/AlertPresenter.git from cache (0.67s)
Creating working copy for https://github.com/ChrisMash/AlertPresenter.git
Working copy of https://github.com/ChrisMash/AlertPresenter.git resolved at v1.0.0 (4956287)
warning: '.resolve-product-dependencies': dependency 'alertpresenter' 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/ChrisMash/AlertPresenter.git
https://github.com/ChrisMash/AlertPresenter.git
{
"dependencies" : [
],
"manifest_display_name" : "AlertPresenter",
"name" : "AlertPresenter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "AlertPresenter",
"targets" : [
"AlertPresenter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AlertPresenterTests",
"module_type" : "SwiftTarget",
"name" : "AlertPresenterTests",
"path" : "Tests/AlertPresenterTests",
"sources" : [
"AlertModelTests.swift",
"AlertPresenterTests.swift",
"AlertWindowTests.swift",
"ContainerViewControllerTests.swift",
"PopoverPresentationTests.swift",
"QueueTests.swift",
"TestUtils.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"AlertPresenter"
],
"type" : "test"
},
{
"c99name" : "AlertPresenter",
"module_type" : "SwiftTarget",
"name" : "AlertPresenter",
"path" : "Sources/AlertPresenter",
"product_memberships" : [
"AlertPresenter"
],
"sources" : [
"AlertModel.swift",
"AlertPresenter.swift",
"AlertWindow.swift",
"ContainterViewController.swift",
"PopoverPresentation.swift",
"Queue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/9] Emitting module AlertPresenter
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[4/9] Compiling AlertPresenter PopoverPresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[5/9] Compiling AlertPresenter AlertModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[6/9] Compiling AlertPresenter AlertWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[7/9] Compiling AlertPresenter Queue.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[8/9] Compiling AlertPresenter ContainterViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[9/9] Compiling AlertPresenter AlertPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
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/8] Compiling AlertPresenter PopoverPresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[3/8] Compiling AlertPresenter ContainterViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[4/8] Compiling AlertPresenter Queue.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[5/8] Compiling AlertPresenter AlertWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module AlertPresenter
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[7/8] Compiling AlertPresenter AlertModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
[8/8] Compiling AlertPresenter AlertPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/AlertPresenter/AlertModel.swift:6:8: error: no such module 'UIKit'
4 | //
5 |
6 | import UIKit
| `- error: no such module 'UIKit'
7 |
8 | internal class AlertModel {
BUILD FAILURE 6.1 macosSpm