Build Information
Failed to build SPM-Acknowledgments, reference main (d32707), with Swift 6.2 for macOS (SPM) on 30 Sep 2025 11:17:32 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/timroesner/SPM-Acknowledgments.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/timroesner/SPM-Acknowledgments
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d327070 Filter private packages
Cloned https://github.com/timroesner/SPM-Acknowledgments.git
Revision (git rev-parse @):
d3270700873c063d8a6bc244cfe7bab0d18533f6
SUCCESS checkout https://github.com/timroesner/SPM-Acknowledgments.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": "spm-acknowledgments",
"name": "SPM-Acknowledgments",
"url": "https://github.com/timroesner/SPM-Acknowledgments.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SPM-Acknowledgments",
"dependencies": [
]
}
]
}
Fetching https://github.com/timroesner/SPM-Acknowledgments.git
[1/146] Fetching spm-acknowledgments
Fetched https://github.com/timroesner/SPM-Acknowledgments.git from cache (0.70s)
Creating working copy for https://github.com/timroesner/SPM-Acknowledgments.git
Working copy of https://github.com/timroesner/SPM-Acknowledgments.git resolved at main (d327070)
warning: '.resolve-product-dependencies': dependency 'spm-acknowledgments' 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/timroesner/SPM-Acknowledgments.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module SPM_Acknowledgments
/Users/admin/builder/spi-builder-workspace/Sources/SPM-Acknowledgments/AcknowledgmentsTableViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// The TableViewController that displays all SPM packages in a list. Tapping on the name of a package will
[4/6] Compiling SPM_Acknowledgments ParsePackages.swift
/Users/admin/builder/spi-builder-workspace/Sources/SPM-Acknowledgments/AcknowledgmentsTableViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// The TableViewController that displays all SPM packages in a list. Tapping on the name of a package will
[5/6] Compiling SPM_Acknowledgments AcknowledgmentsTableViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SPM-Acknowledgments/AcknowledgmentsTableViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// The TableViewController that displays all SPM packages in a list. Tapping on the name of a package will
[6/6] Compiling SPM_Acknowledgments AcknowledgmentsTextViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SPM-Acknowledgments/AcknowledgmentsTableViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// The TableViewController that displays all SPM packages in a list. Tapping on the name of a package will
BUILD FAILURE 6.2 macosSpm