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 AEConsole, reference master (53bbb0), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:11:16 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/AEConsole.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AEConsole
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 53bbb0f Merge branch 'release/0.7.2'
Submodule path 'AELog': checked out '42e29ec9b026640f4ee4c4a29db3a58712dcc9dc'
Submodule 'AELog' (https://github.com/tadija/AELog.git) registered for path 'AELog'
Cloning into '/Users/admin/builder/spi-builder-workspace/AELog'...
Cloned https://github.com/tadija/AEConsole.git
Revision (git rev-parse @):
53bbb0fd371e25ce70d8401012e4e98eb55f5ef8
SUCCESS checkout https://github.com/tadija/AEConsole.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tadija/AEConsole.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling AELog Log.swift
[5/7] Compiling AELog Settings.swift
[6/7] Compiling AELog Line.swift
[7/7] Emitting module AELog
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/13] Emitting module AEConsole
/Users/admin/builder/spi-builder-workspace/Sources/AEConsole/Brain.swift:7:8: error: no such module 'UIKit'
  5 |  */
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 | import AELog
  9 |
[9/13] Compiling AEConsole Brain.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEConsole/Brain.swift:7:8: error: no such module 'UIKit'
  5 |  */
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 | import AELog
  9 |
[10/13] Compiling AEConsole Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEConsole/Brain.swift:7:8: error: no such module 'UIKit'
  5 |  */
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 | import AELog
  9 |
[11/13] Compiling AEConsole Console.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEConsole/Brain.swift:7:8: error: no such module 'UIKit'
  5 |  */
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 | import AELog
  9 |
[12/13] Compiling AEConsole Cell.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEConsole/Brain.swift:7:8: error: no such module 'UIKit'
  5 |  */
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 | import AELog
  9 |
[13/13] Compiling AEConsole View.swift
/Users/admin/builder/spi-builder-workspace/Sources/AEConsole/Brain.swift:7:8: error: no such module 'UIKit'
  5 |  */
  6 |
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 | import AELog
  9 |
Fetching https://github.com/tadija/AELog.git
[1/1098] Fetching aelog
Fetched https://github.com/tadija/AELog.git from cache (0.86s)
Computing version for https://github.com/tadija/AELog.git
Computed https://github.com/tadija/AELog.git at 0.6.3 (1.38s)
Creating working copy for https://github.com/tadija/AELog.git
Working copy of https://github.com/tadija/AELog.git resolved at 0.6.3
BUILD FAILURE 6.2 macosSpm