Build Information
Failed to build UIKobeKit, reference main (ac588b), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 01:49:20 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/devKobe24/UIKobeKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devKobe24/UIKobeKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ac588b7 :pencil2: Chore: fix typo of enum case.
Cloned https://github.com/devKobe24/UIKobeKit.git
Revision (git rev-parse @):
ac588b715f7a7306c13980721d7b2755ea6e0e40
SUCCESS checkout https://github.com/devKobe24/UIKobeKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/devKobe24/UIKobeKit.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/4] Emitting module UIKobeKit
/Users/admin/builder/spi-builder-workspace/UIKobeKit/Classes/UIKobeKit.swift:8:8: error: no such module 'UIKit'
6 | // Copyright (c) 2023 Kobe All rights reserved.
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | extension UIColor {
[4/4] Compiling UIKobeKit UIKobeKit.swift
/Users/admin/builder/spi-builder-workspace/UIKobeKit/Classes/UIKobeKit.swift:8:8: error: no such module 'UIKit'
6 | // Copyright (c) 2023 Kobe All rights reserved.
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | extension UIColor {
BUILD FAILURE 6.2 macosSpm