The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SPM-Acknowledgments, reference 1.0.0 (292053), with Swift 6.2 for macOS (SPM) on 30 Sep 2025 11:16:59 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/timroesner/SPM-Acknowledgments
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 2920539 Add license
Cloned https://github.com/timroesner/SPM-Acknowledgments.git
Revision (git rev-parse @):
2920539ece40b29cf2afc0a0d535e9ba0ee82d15
SUCCESS checkout https://github.com/timroesner/SPM-Acknowledgments.git at 1.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": "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.67s)
Creating working copy for https://github.com/timroesner/SPM-Acknowledgments.git
Working copy of https://github.com/timroesner/SPM-Acknowledgments.git resolved at 1.0.0 (2920539)
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 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
[5/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
[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