The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GradientProgressBar, reference main (cca0ea), with Swift 6.2 for macOS (SPM) on 25 Feb 2026 09:44:13 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/fxm90/GradientProgressBar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fxm90/GradientProgressBar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cca0ea7 📝 :: Fix typos
Cloned https://github.com/fxm90/GradientProgressBar.git
Revision (git rev-parse @):
cca0ea7fcd15fc30833332ca2e8ec735677ca479
SUCCESS checkout https://github.com/fxm90/GradientProgressBar.git at main
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5284] Fetching swift-custom-dump
[266/11002] Fetching swift-custom-dump, xctest-dynamic-overlay
[6376/26754] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing
[8217/101234] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.11s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
[83424/85482] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.64s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.64s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.64s)
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (4.70s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.65s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.4 (0.57s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.56s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.18s)
========================================
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": "gradientprogressbar",
      "name": "GradientProgressBar",
      "url": "https://github.com/fxm90/GradientProgressBar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GradientProgressBar",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/fxm90/GradientProgressBar.git
[1/3686] Fetching gradientprogressbar
Fetched https://github.com/fxm90/GradientProgressBar.git from cache (7.76s)
Creating working copy for https://github.com/fxm90/GradientProgressBar.git
Working copy of https://github.com/fxm90/GradientProgressBar.git resolved at main (cca0ea7)
warning: '.resolve-product-dependencies': dependency 'gradientprogressbar' 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/fxm90/GradientProgressBar.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/11] Compiling GradientProgressBar GradientProgressBar+ViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
[4/11] Compiling GradientProgressBar LayerAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
[5/11] Compiling GradientProgressBar TimingFunction.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
[6/11] Compiling GradientProgressBar GradientProgressBarViewStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
[7/11] Compiling GradientProgressBar GradientProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/11] Emitting module GradientProgressBar
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
[9/11] Compiling GradientProgressBar UIColor+GradientProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
[10/11] Compiling GradientProgressBar TimeInterval+GradientProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
[11/11] Compiling GradientProgressBar CGFloat+GradientProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientProgressBar/Config/UIColor+GradientProgressBar.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import SwiftUI
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | public extension UIColor {
BUILD FAILURE 6.2 macosSpm