The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GradientProgressBar, reference 4.0.0 (1cca31), with Swift 6.2 for macOS (SPM) on 31 Jan 2026 14:52:19 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: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fxm90/GradientProgressBar
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at 1cca31e Merge pull request #22 from fxm90/feature/version-4
Cloned https://github.com/fxm90/GradientProgressBar.git
Revision (git rev-parse @):
1cca31e42a097ca12a0b97d5fc04aad60866e202
SUCCESS checkout https://github.com/fxm90/GradientProgressBar.git at 4.0.0
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/4913] Fetching swift-custom-dump
[247/10520] Fetching swift-custom-dump, xctest-dynamic-overlay
[10521/26177] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing
[10991/100093] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.36s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.36s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (3.91s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.92s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.92s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.64s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.4 (0.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.52s)
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
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
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.22s)
========================================
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/3678] Fetching gradientprogressbar
Fetched https://github.com/fxm90/GradientProgressBar.git from cache (5.86s)
Creating working copy for https://github.com/fxm90/GradientProgressBar.git
Working copy of https://github.com/fxm90/GradientProgressBar.git resolved at 4.0.0 (1cca31e)
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 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 {
[4/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 {
[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 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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 {
[8/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 {
[9/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 {
[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