Build Information
Failed to build GradientLoadingBar, reference 4.0.0 (bd7828), with Swift 6.2 for macOS (SPM) on 31 Jan 2026 12:46:32 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/fxm90/GradientLoadingBar.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fxm90/GradientLoadingBar
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at bd7828f Merge pull request #35 from fxm90/feature/version-4
Cloned https://github.com/fxm90/GradientLoadingBar.git
Revision (git rev-parse @):
bd7828f8ee92ca8626da0910d60aa3742524b40a
SUCCESS checkout https://github.com/fxm90/GradientLoadingBar.git at 4.0.0
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/4913] Fetching swift-custom-dump
[100/10520] Fetching swift-custom-dump, xctest-dynamic-overlay
[8447/26177] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing
[8761/100088] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.14s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.14s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.14s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.14s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (4.75s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.62s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.4 (0.55s)
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/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
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/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.4
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": "gradientloadingbar",
"name": "GradientLoadingBar",
"url": "https://github.com/fxm90/GradientLoadingBar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GradientLoadingBar",
"dependencies": [
]
}
]
}
Fetching https://github.com/fxm90/GradientLoadingBar.git
[1/5647] Fetching gradientloadingbar
Fetched https://github.com/fxm90/GradientLoadingBar.git from cache (29.38s)
Creating working copy for https://github.com/fxm90/GradientLoadingBar.git
Working copy of https://github.com/fxm90/GradientLoadingBar.git resolved at 4.0.0 (bd7828f)
warning: '.resolve-product-dependencies': dependency 'gradientloadingbar' 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/GradientLoadingBar.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/16] Compiling GradientLoadingBar NotchGradientLoadingBarController+ViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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/17] Compiling GradientLoadingBar NotchGradientLoadingBarController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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/17] Compiling GradientLoadingBar NotchLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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/17] Compiling GradientLoadingBar GradientLoadingBarView+ViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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/17] Compiling GradientLoadingBar GradientLoadingBarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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/17] Compiling GradientLoadingBar NotchDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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/17] Compiling GradientLoadingBar GradientLoadingBarController+ViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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/17] Compiling GradientLoadingBar GradientLoadingBarController.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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)
[11/17] Emitting module GradientLoadingBar
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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 {
[12/17] Compiling GradientLoadingBar GradientActivityIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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 {
[13/17] Compiling GradientLoadingBar GradientActivityIndicatorView+AnimateIsHidden.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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 {
[14/17] Compiling GradientLoadingBar UIColor+GradientLoadingBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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 {
[15/17] Compiling GradientLoadingBar GradientActivityIndicatorView+ViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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 {
[16/17] Compiling GradientLoadingBar CGFloat+GradientLoadingBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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 {
[17/17] Compiling GradientLoadingBar TimeInterval+GradientLoadingBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.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