The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AEViewModel, reference 0.9.2 (80c4ef), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 13:15:22 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AEViewModel.git
Reference: 0.9.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AEViewModel
 * tag               0.9.2      -> FETCH_HEAD
HEAD is now at 80c4ef9 Merge branch 'release/0.9.2'
Cloned https://github.com/tadija/AEViewModel.git
Revision (git rev-parse @):
80c4ef9dfaa4a67bd9fb7179074e7ab35462def4
SUCCESS checkout https://github.com/tadija/AEViewModel.git at 0.9.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tadija/AEViewModel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling AEViewModel TableCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEViewModel/Cell.swift:7:8: error: no such module 'UIKit'
 5 |  */
 6 |
 7 | import UIKit
   |        `- error: no such module 'UIKit'
 8 |
 9 | public protocol CellDelegate: class {
[4/10] Compiling AEViewModel TableViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEViewModel/Cell.swift:7:8: error: no such module 'UIKit'
 5 |  */
 6 |
 7 | import UIKit
   |        `- error: no such module 'UIKit'
 8 |
 9 | public protocol CellDelegate: class {
[5/10] Compiling AEViewModel CollectionViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEViewModel/Cell.swift:7:8: error: no such module 'UIKit'
 5 |  */
 6 |
 7 | import UIKit
   |        `- error: no such module 'UIKit'
 8 |
 9 | public protocol CellDelegate: class {
[6/10] Compiling AEViewModel CollectionCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEViewModel/Cell.swift:7:8: error: no such module 'UIKit'
 5 |  */
 6 |
 7 | import UIKit
   |        `- error: no such module 'UIKit'
 8 |
 9 | public protocol CellDelegate: class {
[7/10] Compiling AEViewModel Cell.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEViewModel/Cell.swift:7:8: error: no such module 'UIKit'
 5 |  */
 6 |
 7 | import UIKit
   |        `- error: no such module 'UIKit'
 8 |
 9 | public protocol CellDelegate: class {
[8/10] Compiling AEViewModel DataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEViewModel/Cell.swift:7:8: error: no such module 'UIKit'
 5 |  */
 6 |
 7 | import UIKit
   |        `- error: no such module 'UIKit'
 8 |
 9 | public protocol CellDelegate: class {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/10] Emitting module AEViewModel
/Users/admin/builder/spi-builder-workspace/Sources/AEViewModel/Cell.swift:7:8: error: no such module 'UIKit'
 5 |  */
 6 |
 7 | import UIKit
   |        `- error: no such module 'UIKit'
 8 |
 9 | public protocol CellDelegate: class {
[10/10] Compiling AEViewModel BasicDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEViewModel/Cell.swift:7:8: error: no such module 'UIKit'
 5 |  */
 6 |
 7 | import UIKit
   |        `- error: no such module 'UIKit'
 8 |
 9 | public protocol CellDelegate: class {
BUILD FAILURE 6.2 macosSpm