Build Information
Failed to build ESGISimpleCoreData, reference v1.0.0 (1eaccf), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 09:18:40 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/HCoignard/SimpleCoreData.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/HCoignard/SimpleCoreData
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 1eaccf2 Update README.md
Cloned https://github.com/HCoignard/SimpleCoreData.git
Revision (git rev-parse @):
1eaccf29a74c877d8900826e16661c53f348ae15
SUCCESS checkout https://github.com/HCoignard/SimpleCoreData.git at v1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/HCoignard/SimpleCoreData.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/6] Compiling ESGISimpleCoreData TemplateClass.swift
/Users/admin/builder/spi-builder-workspace/Sources/ESGISimpleCoreData/SimpleCoreData.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import CoreData
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // code usually generated in AppDelegate
[4/6] Compiling ESGISimpleCoreData SimpleCoreDataError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ESGISimpleCoreData/SimpleCoreData.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import CoreData
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // code usually generated in AppDelegate
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/6] Compiling ESGISimpleCoreData SimpleCoreData.swift
/Users/admin/builder/spi-builder-workspace/Sources/ESGISimpleCoreData/SimpleCoreData.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import CoreData
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // code usually generated in AppDelegate
[6/6] Emitting module ESGISimpleCoreData
/Users/admin/builder/spi-builder-workspace/Sources/ESGISimpleCoreData/SimpleCoreData.swift:11:8: error: no such module 'UIKit'
9 | import Foundation
10 | import CoreData
11 | import UIKit
| `- error: no such module 'UIKit'
12 |
13 | // code usually generated in AppDelegate
BUILD FAILURE 6.2 macosSpm