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 ProgressHUD, reference 14.1.4 (4aa638), with Swift 6.1 for macOS (SPM) on 5 Jul 2025 00:48:35 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/relatedcode/ProgressHUD.git
Reference: 14.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/relatedcode/ProgressHUD
 * tag               14.1.4     -> FETCH_HEAD
HEAD is now at 4aa638a 14.1.4
Cloned https://github.com/relatedcode/ProgressHUD.git
Revision (git rev-parse @):
4aa638a88450d6d48a6620070722e875e7a179ef
SUCCESS checkout https://github.com/relatedcode/ProgressHUD.git at 14.1.4
========================================
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": "progresshud",
      "name": "ProgressHUD",
      "url": "https://github.com/relatedcode/ProgressHUD.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProgressHUD",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/relatedcode/ProgressHUD.git
[1/1481] Fetching progresshud
Fetched https://github.com/relatedcode/ProgressHUD.git from cache (1.27s)
Creating working copy for https://github.com/relatedcode/ProgressHUD.git
Working copy of https://github.com/relatedcode/ProgressHUD.git resolved at 14.1.4 (4aa638a)
warning: '.resolve-product-dependencies': dependency 'progresshud' 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/relatedcode/ProgressHUD.git
https://github.com/relatedcode/ProgressHUD.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ProgressHUD",
  "name" : "ProgressHUD",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ProgressHUD",
      "targets" : [
        "ProgressHUD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProgressHUD",
      "module_type" : "SwiftTarget",
      "name" : "ProgressHUD",
      "path" : "ProgressHUD/Sources",
      "product_memberships" : [
        "ProgressHUD"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Animations/ProgressHUD+ActivityIndicator.swift",
        "Animations/ProgressHUD+BallVerticalBounce.swift",
        "Animations/ProgressHUD+BarSweepToggle.swift",
        "Animations/ProgressHUD+CircleArcDotSpin.swift",
        "Animations/ProgressHUD+CircleBarSpinFade.swift",
        "Animations/ProgressHUD+CircleDotSpinFade.swift",
        "Animations/ProgressHUD+CirclePulseMultiple.swift",
        "Animations/ProgressHUD+CirclePulseSingle.swift",
        "Animations/ProgressHUD+CircleRippleMultiple.swift",
        "Animations/ProgressHUD+CircleRippleSingle.swift",
        "Animations/ProgressHUD+CircleRotateChase.swift",
        "Animations/ProgressHUD+CircleStrokeSpin.swift",
        "Animations/ProgressHUD+DualDotSidestep.swift",
        "Animations/ProgressHUD+HorizontalBarScaling.swift",
        "Animations/ProgressHUD+HorizontalDotScaling.swift",
        "Animations/ProgressHUD+PacmanProgress.swift",
        "Animations/ProgressHUD+QuintupleDotDance.swift",
        "Animations/ProgressHUD+SFSymbolBounce.swift",
        "Animations/ProgressHUD+SemiRingRotation.swift",
        "Animations/ProgressHUD+SquareCircuitSnake.swift",
        "Animations/ProgressHUD+TriangleDotShift.swift",
        "ProgressHUD+Banner.swift",
        "ProgressHUD+Enums.swift",
        "ProgressHUD+LiveIcon.swift",
        "ProgressHUD+Public.swift",
        "ProgressHUD.swift",
        "ProgressView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[1/4] Copying Info.plist
[3/4] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/31] Emitting module ProgressHUD
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[6/33] Compiling ProgressHUD ProgressHUD+DualDotSidestep.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[7/33] Compiling ProgressHUD ProgressHUD+HorizontalBarScaling.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[8/33] Compiling ProgressHUD ProgressHUD+HorizontalDotScaling.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[9/33] Compiling ProgressHUD ProgressHUD+CircleRippleSingle.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[10/33] Compiling ProgressHUD ProgressHUD+CircleRotateChase.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[11/33] Compiling ProgressHUD ProgressHUD+CircleStrokeSpin.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[12/33] Compiling ProgressHUD ProgressHUD+SemiRingRotation.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[13/33] Compiling ProgressHUD ProgressHUD+SquareCircuitSnake.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[14/33] Compiling ProgressHUD ProgressHUD+TriangleDotShift.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[15/33] Compiling ProgressHUD ProgressHUD+ActivityIndicator.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[16/33] Compiling ProgressHUD ProgressHUD+BallVerticalBounce.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[17/33] Compiling ProgressHUD ProgressHUD+BarSweepToggle.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[18/33] Compiling ProgressHUD ProgressHUD+CircleArcDotSpin.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[19/33] Compiling ProgressHUD ProgressHUD+CircleBarSpinFade.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[20/33] Compiling ProgressHUD ProgressHUD+CircleDotSpinFade.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[21/33] Compiling ProgressHUD ProgressView.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[22/33] Compiling ProgressHUD resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[23/33] Compiling ProgressHUD ProgressHUD+Banner.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[24/33] Compiling ProgressHUD ProgressHUD+Enums.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[25/33] Compiling ProgressHUD ProgressHUD+LiveIcon.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[26/33] Compiling ProgressHUD ProgressHUD+CirclePulseMultiple.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[27/33] Compiling ProgressHUD ProgressHUD+CirclePulseSingle.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[28/33] Compiling ProgressHUD ProgressHUD+CircleRippleMultiple.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[29/33] Compiling ProgressHUD ProgressHUD+Public.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[30/33] Compiling ProgressHUD ProgressHUD.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[31/33] Compiling ProgressHUD ProgressHUD+PacmanProgress.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[32/33] Compiling ProgressHUD ProgressHUD+QuintupleDotDance.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[33/33] Compiling ProgressHUD ProgressHUD+SFSymbolBounce.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/28] Emitting module ProgressHUD
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[3/30] Compiling ProgressHUD ProgressHUD+CirclePulseMultiple.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[4/30] Compiling ProgressHUD ProgressHUD+CirclePulseSingle.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[5/30] Compiling ProgressHUD ProgressHUD+CircleRippleMultiple.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[6/30] Compiling ProgressHUD ProgressHUD+ActivityIndicator.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[7/30] Compiling ProgressHUD ProgressHUD+BallVerticalBounce.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[8/30] Compiling ProgressHUD ProgressHUD+BarSweepToggle.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[9/30] Compiling ProgressHUD ProgressHUD+Banner.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[10/30] Compiling ProgressHUD ProgressHUD+Enums.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[11/30] Compiling ProgressHUD ProgressHUD+LiveIcon.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[12/30] Compiling ProgressHUD ProgressHUD+DualDotSidestep.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[13/30] Compiling ProgressHUD ProgressHUD+HorizontalBarScaling.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[14/30] Compiling ProgressHUD ProgressHUD+HorizontalDotScaling.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[15/30] Compiling ProgressHUD ProgressView.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[16/30] Compiling ProgressHUD resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[17/30] Compiling ProgressHUD ProgressHUD+SemiRingRotation.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[18/30] Compiling ProgressHUD ProgressHUD+SquareCircuitSnake.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[19/30] Compiling ProgressHUD ProgressHUD+TriangleDotShift.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[20/30] Compiling ProgressHUD ProgressHUD+CircleArcDotSpin.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[21/30] Compiling ProgressHUD ProgressHUD+CircleBarSpinFade.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[22/30] Compiling ProgressHUD ProgressHUD+CircleDotSpinFade.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[23/30] Compiling ProgressHUD ProgressHUD+Public.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[24/30] Compiling ProgressHUD ProgressHUD.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[25/30] Compiling ProgressHUD ProgressHUD+CircleRippleSingle.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[26/30] Compiling ProgressHUD ProgressHUD+CircleRotateChase.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[27/30] Compiling ProgressHUD ProgressHUD+CircleStrokeSpin.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[28/30] Compiling ProgressHUD ProgressHUD+PacmanProgress.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[29/30] Compiling ProgressHUD ProgressHUD+QuintupleDotDance.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
[30/30] Compiling ProgressHUD ProgressHUD+SFSymbolBounce.swift
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:12:8: error: no such module 'UIKit'
10 | // THE SOFTWARE.
11 |
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 |
14 | // MARK: - Activity Indicator
BUILD FAILURE 6.1 macosSpm