Build Information
Failed to build Colorful, reference v1.0.0 (93615b), with Swift 6.2 for macOS (SPM) on 8 Nov 2025 19:52:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/Colorful.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/Colorful
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 93615bb doc: Update README.md
Cloned https://github.com/jaywcjlove/Colorful.git
Revision (git rev-parse @):
93615bb24df2371ddde95c7c9f7a5fa63dc59ea6
SUCCESS checkout https://github.com/jaywcjlove/Colorful.git at v1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "colorful",
"name": "Colorful",
"url": "https://github.com/jaywcjlove/Colorful.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Colorful",
"dependencies": [
]
}
]
}
Fetching https://github.com/jaywcjlove/Colorful.git
[1/69] Fetching colorful
Fetched https://github.com/jaywcjlove/Colorful.git from cache (0.64s)
Creating working copy for https://github.com/jaywcjlove/Colorful.git
Working copy of https://github.com/jaywcjlove/Colorful.git resolved at v1.0.0 (93615bb)
warning: '.resolve-product-dependencies': dependency 'colorful' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jaywcjlove/Colorful.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling Colorful Saturation.swift
[4/9] Compiling Colorful HueSlider.swift
[5/9] Compiling Colorful Colors.swift
/Users/admin/builder/spi-builder-workspace/Sources/Colorful/Colors.swift:9:8: error: module 'SwiftUICore' is an implementation detail of 'SwiftUI'; import 'SwiftUI' instead
7 |
8 | import AppKit
9 | import SwiftUICore
| `- error: module 'SwiftUICore' is an implementation detail of 'SwiftUI'; import 'SwiftUI' instead
10 |
11 | extension Color {
[6/9] Compiling Colorful Colorful.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] Compiling Colorful AlphaSlider.swift
[8/9] Compiling Colorful ColorfulPicker.swift
[9/9] Emitting module Colorful
/Users/admin/builder/spi-builder-workspace/Sources/Colorful/Colors.swift:9:8: error: module 'SwiftUICore' is an implementation detail of 'SwiftUI'; import 'SwiftUI' instead
7 |
8 | import AppKit
9 | import SwiftUICore
| `- error: module 'SwiftUICore' is an implementation detail of 'SwiftUI'; import 'SwiftUI' instead
10 |
11 | extension Color {
BUILD FAILURE 6.2 macosSpm