Build Information
Failed to build Cachy, reference 1.0.14 (4fb6d8
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:31:18 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/Sadmansamee/CachyKit.git
Reference: 1.0.14
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Sadmansamee/CachyKit
* tag 1.0.14 -> FETCH_HEAD
HEAD is now at 4fb6d8e Merge pull request #10 from Sadmansamee/persistant_Cache
Cloned https://github.com/Sadmansamee/CachyKit.git
Revision (git rev-parse @):
4fb6d8e49f15175c2877e12c9bed13509236d511
SUCCESS checkout https://github.com/Sadmansamee/CachyKit.git at 1.0.14
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Sadmansamee/CachyKit.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] Emitting module Cachy
/Users/admin/builder/spi-builder-workspace/Sources/Cachy/Cachy.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public enum Operations: Swift.Error {
[4/7] Compiling Cachy CachyObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cachy/Cachy.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public enum Operations: Swift.Error {
[5/7] Compiling Cachy Cachy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cachy/Cachy.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public enum Operations: Swift.Error {
[6/7] Compiling Cachy CachyLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cachy/Cachy.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public enum Operations: Swift.Error {
[7/7] Compiling Cachy CachyUIImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cachy/Cachy.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public enum Operations: Swift.Error {
BUILD FAILURE 6.2 macosSpm