The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Colorful, reference main (949828), with Swift 6.2 for macOS (SPM) on 4 Dec 2025 19:08:22 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/Colorful.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/Colorful
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9498280 doc: Update README.md
Cloned https://github.com/jaywcjlove/Colorful.git
Revision (git rev-parse @):
9498280e59d98bc70b0643c21e9918231c73ae79
SUCCESS checkout https://github.com/jaywcjlove/Colorful.git at main
========================================
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/72] Fetching colorful
Fetched https://github.com/jaywcjlove/Colorful.git from cache (0.99s)
Creating working copy for https://github.com/jaywcjlove/Colorful.git
Working copy of https://github.com/jaywcjlove/Colorful.git resolved at main (9498280)
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 HueSlider.swift
[4/9] Compiling Colorful Saturation.swift
[5/9] Compiling Colorful Colorful.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Compiling Colorful AlphaSlider.swift
[7/9] Compiling Colorful ColorfulPicker.swift
[8/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 {
[9/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 {
BUILD FAILURE 6.2 macosSpm