The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AEViewModel, reference master (80c4ef), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 12:54:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AEViewModel.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AEViewModel
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "aeviewmodel",
      "name": "AEViewModel",
      "url": "https://github.com/tadija/AEViewModel.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AEViewModel",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tadija/AEViewModel.git
[1/3210] Fetching aeviewmodel
Fetched https://github.com/tadija/AEViewModel.git from cache (0.92s)
Creating working copy for https://github.com/tadija/AEViewModel.git
Working copy of https://github.com/tadija/AEViewModel.git resolved at master (80c4ef9)
warning: '.resolve-product-dependencies': dependency 'aeviewmodel' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tadija/AEViewModel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
BUILD FAILURE 6.3 macosSpm