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 GradientProgressBar, reference 3.0.0 (0d0722), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 20:01:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fxm90/GradientProgressBar.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fxm90/GradientProgressBar
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 0d07228 🔖 :: Bump version
Cloned https://github.com/fxm90/GradientProgressBar.git
Revision (git rev-parse @):
0d07228b9d7be44dce231819962f8e23146330ca
SUCCESS checkout https://github.com/fxm90/GradientProgressBar.git at 3.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": "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/3578] Fetching gradientprogressbar
Fetched https://github.com/fxm90/GradientProgressBar.git from cache (7.15s)
Creating working copy for https://github.com/fxm90/GradientProgressBar.git
Working copy of https://github.com/fxm90/GradientProgressBar.git resolved at 3.0.0 (0d07228)
warning: '.resolve-product-dependencies': dependency 'gradientprogressbar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fxm90/GradientProgressBar.git
https://github.com/fxm90/GradientProgressBar.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GradientProgressBar",
  "name" : "GradientProgressBar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GradientProgressBar",
      "targets" : [
        "GradientProgressBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GradientProgressBarTests",
      "module_type" : "SwiftTarget",
      "name" : "GradientProgressBarTests",
      "path" : "GradientProgressBar/Tests",
      "sources" : [
        "SnapshotTests/GradientProgressBarSnapshotTestCase.swift",
        "SnapshotTests/GradientProgressBarViewStyleSnapshotTestCase.swift",
        "UnitTests/ViewModel/GradientLayerViewModelTestCase.swift",
        "UnitTests/ViewModel/MaskLayerViewModelTestCase.swift"
      ],
      "target_dependencies" : [
        "GradientProgressBar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GradientProgressBar",
      "module_type" : "SwiftTarget",
      "name" : "GradientProgressBar",
      "path" : "GradientProgressBar/Sources",
      "product_memberships" : [
        "GradientProgressBar"
      ],
      "sources" : [
        "GradientProgressBar.swift",
        "GradientProgressBarViewStyle.swift",
        "Helper/Constants.swift",
        "ViewModel/GradientLayerViewModel.swift",
        "ViewModel/MaskLayerViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling GradientProgressBar GradientLayerViewModel.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
[4/8] Compiling GradientProgressBar MaskLayerViewModel.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
[5/8] Compiling GradientProgressBar Constants.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module GradientProgressBar
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
[7/8] Compiling GradientProgressBar GradientProgressBar.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
[8/8] Compiling GradientProgressBar GradientProgressBarViewStyle.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/7] Compiling GradientProgressBar GradientLayerViewModel.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
[3/7] Compiling GradientProgressBar MaskLayerViewModel.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module GradientProgressBar
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
[5/7] Compiling GradientProgressBar GradientProgressBar.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
[6/7] Compiling GradientProgressBar Constants.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
[7/7] Compiling GradientProgressBar GradientProgressBarViewStyle.swift
/Users/admin/builder/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Combine
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | /// Protocol for managing a progress bar, as defined by `UIProgressView` from Apple.
warning: 'spi-builder-workspace': found 23 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgressZero_andLightTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/README.md
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress100Percent_andCustomColors.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgressZero_andLightTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress50Percent_andLightTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress50Percent_andDarkTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress100Percent_andLightTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50Percent_andCustomColors.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgressZero_andDarkTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50Percent_andCustomBackgroundColor.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50_andCustomCornerRadius.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress50Percent_andCustomColors.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress100Percent_andCustomColors.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress100Percent_andDarkTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgressZero_andCustomBackgroundColor.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgressZero_andCustomColors.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress100Percent_andLightTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgressZero_andCustomColors.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgressZero_andDarkTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress100Percent_andCustomBackgroundColor.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50Percent_andDarkTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress100Percent_andDarkTraitCollection.1.png
    /Users/admin/builder/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50Percent_andLightTraitCollection.1.png
BUILD FAILURE 6.1 macosSpm