Build Information
Failed to build AppsView, reference 1.0.0 (a3dd06), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 18:37:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielamitay/AppsView.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielamitay/AppsView
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at a3dd066 Remove SwiftyJSON dependency
Cloned https://github.com/danielamitay/AppsView.git
Revision (git rev-parse @):
a3dd06629276456996bb8eec0dde0d6a2188a3a6
SUCCESS checkout https://github.com/danielamitay/AppsView.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielamitay/AppsView.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/12] Compiling AppsView StoreModal.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
[4/12] Compiling AppsView LoadingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
[5/12] Compiling AppsView LoadedView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/12] Emitting module AppsView
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
[7/12] Compiling AppsView CachedAsyncImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
[8/12] Compiling AppsView iTunesAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
[9/12] Compiling AppsView AppRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
[10/12] Compiling AppsView ErrorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
[11/12] Compiling AppsView App.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
[12/12] Compiling AppsView AppsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppsView/Data/App.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | internal struct App {
BUILD FAILURE 6.2 macosSpm