The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SPM-Acknowledgments, reference main (d32707), with Swift 6.0 for macOS (SPM) on 30 Sep 2025 11:18:51 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build 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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/timroesner/SPM-Acknowledgments.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.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.0 macosSpm