Build Information
Failed to build CoffeeCraft, reference 0.2.2 (5b6d2b), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 23:55:47 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/ygee07/CoffeeCraft.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ygee07/CoffeeCraft
* tag 0.2.2 -> FETCH_HEAD
HEAD is now at 5b6d2b7 feat: initialize date with integer
Cloned https://github.com/ygee07/CoffeeCraft.git
Revision (git rev-parse @):
5b6d2b7239b93a41da1c3952b7934c3b7552f92d
SUCCESS checkout https://github.com/ygee07/CoffeeCraft.git at 0.2.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ygee07/CoffeeCraft.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying Assets.xcassets
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/18] Compiling CoffeeBeans String+Validators.swift
[6/18] Compiling CoffeeBeans String+Converters.swift
[7/18] Compiling CoffeeBeans Date+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeBeans/Date+Helpers.swift:10:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension Date: ExpressibleByIntegerLiteral {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 |
12 | public init(integerLiteral value: Int) {
[8/18] Emitting module CoffeeBeans
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeBeans/Date+Helpers.swift:10:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension Date: ExpressibleByIntegerLiteral {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 |
12 | public init(integerLiteral value: Int) {
[9/18] Compiling CoffeeUI resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[10/18] Compiling CoffeeUI IconButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[11/18] Compiling CoffeeUI LinearProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/18] Compiling CoffeeUI BackgroundView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[13/18] Emitting module CoffeeUI
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[14/18] Compiling CoffeeUI Color+Defaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[15/18] Compiling CoffeeUI BoxItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[16/18] Compiling CoffeeUI CircularProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[17/18] Compiling CoffeeUI Icon.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[18/18] Compiling CoffeeUI BoxIconItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
BUILD FAILURE 6.2 macosSpm