Build Information
Failed to build AEViewModel with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.43.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/
warning: templates not found in /usr/share/git-core/templates
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.0
Building package at path: $workDir
https://github.com/tadija/AEViewModel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6A63A117629E05AE.txt
[3/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 {
[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 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 {
[6/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 {
[7/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)
[8/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 {
[9/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 {
[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.0 macosSpm