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 JGProgressHUD, reference master (6336c4), with Swift 6.0 for macOS (SPM) on 17 Mar 2025 09:10:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JonasGessner/JGProgressHUD.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JonasGessner/JGProgressHUD
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6336c42 Update FUNDING.yml
Cloned https://github.com/JonasGessner/JGProgressHUD.git
Revision (git rev-parse @):
6336c426fb147ee19c15252eaf363f29720c3eb5
SUCCESS checkout https://github.com/JonasGessner/JGProgressHUD.git at master
========================================
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": "jgprogresshud",
      "name": "JGProgressHUD",
      "url": "https://github.com/JonasGessner/JGProgressHUD.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JGProgressHUD",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/JonasGessner/JGProgressHUD.git
[1/1595] Fetching jgprogresshud
Fetched https://github.com/JonasGessner/JGProgressHUD.git from cache (1.57s)
Creating working copy for https://github.com/JonasGessner/JGProgressHUD.git
Working copy of https://github.com/JonasGessner/JGProgressHUD.git resolved at master (6336c42)
warning: '.resolve-product-dependencies': dependency 'jgprogresshud' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/JonasGessner/JGProgressHUD.git
https://github.com/JonasGessner/JGProgressHUD.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JGProgressHUD",
  "name" : "JGProgressHUD",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JGProgressHUD",
      "targets" : [
        "JGProgressHUD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JGProgressHUD",
      "module_type" : "ClangTarget",
      "name" : "JGProgressHUD",
      "path" : "JGProgressHUD/JGProgressHUD",
      "product_memberships" : [
        "JGProgressHUD"
      ],
      "sources" : [
        "JGProgressHUD.m",
        "JGProgressHUDAnimation.m",
        "JGProgressHUDErrorIndicatorView.m",
        "JGProgressHUDFadeAnimation.m",
        "JGProgressHUDFadeZoomAnimation.m",
        "JGProgressHUDImageIndicatorView.m",
        "JGProgressHUDIndeterminateIndicatorView.m",
        "JGProgressHUDIndicatorView.m",
        "JGProgressHUDPieIndicatorView.m",
        "JGProgressHUDRingIndicatorView.m",
        "JGProgressHUDShadow.m",
        "JGProgressHUDSuccessIndicatorView.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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...
In file included from /Users/admin/builder/spi-builder-workspace/JGProgressHUD/JGProgressHUD/JGProgressHUDPieIndicatorView.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/JGProgressHUD/JGProgressHUD/include/JGProgressHUDPieIndicatorView.h:11:
/Users/admin/builder/spi-builder-workspace/JGProgressHUD/JGProgressHUD/include/JGProgressHUDIndicatorView.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/12] Compiling JGProgressHUD JGProgressHUDPieIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUD.m
[0/12] Compiling JGProgressHUD JGProgressHUDRingIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDSuccessIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDFadeAnimation.m
[0/12] Compiling JGProgressHUD JGProgressHUDErrorIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDFadeZoomAnimation.m
[0/12] Compiling JGProgressHUD JGProgressHUDAnimation.m
[0/12] Compiling JGProgressHUD JGProgressHUDIndeterminateIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDImageIndicatorView.m
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/JGProgressHUD/JGProgressHUD/JGProgressHUDShadow.m:9:
/Users/admin/builder/spi-builder-workspace/JGProgressHUD/JGProgressHUD/include/JGProgressHUDShadow.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/12] Compiling JGProgressHUD JGProgressHUDShadow.m
[0/12] Compiling JGProgressHUD JGProgressHUDFadeAnimation.m
[0/12] Compiling JGProgressHUD JGProgressHUDIndeterminateIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDImageIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDSuccessIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDPieIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDRingIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDFadeZoomAnimation.m
[0/12] Compiling JGProgressHUD JGProgressHUDIndicatorView.m
[0/12] Compiling JGProgressHUD JGProgressHUDErrorIndicatorView.m
BUILD FAILURE 6.0 macosSpm