The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ProgressHUD, reference 14.1.3 (936490), with Swift 6.1 for Linux on 28 Apr 2025 18:46:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/relatedcode/ProgressHUD.git
Reference: 14.1.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/relatedcode/ProgressHUD
 * tag               14.1.3     -> FETCH_HEAD
HEAD is now at 9364904 14.1.3
Cloned https://github.com/relatedcode/ProgressHUD.git
Revision (git rev-parse @):
9364904a42cb25f58d026451140c4080a868e72e
SUCCESS checkout https://github.com/relatedcode/ProgressHUD.git at 14.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/relatedcode/ProgressHUD.git
https://github.com/relatedcode/ProgressHUD.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ProgressHUD",
  "name" : "ProgressHUD",
  "path" : "/host/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",
      "product_memberships" : [
        "ProgressHUD"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/ProgressHUD/app/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/ProgressHUD/app/Base.lproj/LaunchScreen.storyboard",
          "rule" : {
            "process" : {
              "localization" : "Base"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/ProgressHUD/app/ViewController.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/Animations/ProgressHUD+ActivityIndicator.swift",
        "Sources/Animations/ProgressHUD+BallVerticalBounce.swift",
        "Sources/Animations/ProgressHUD+BarSweepToggle.swift",
        "Sources/Animations/ProgressHUD+CircleArcDotSpin.swift",
        "Sources/Animations/ProgressHUD+CircleBarSpinFade.swift",
        "Sources/Animations/ProgressHUD+CircleDotSpinFade.swift",
        "Sources/Animations/ProgressHUD+CirclePulseMultiple.swift",
        "Sources/Animations/ProgressHUD+CirclePulseSingle.swift",
        "Sources/Animations/ProgressHUD+CircleRippleMultiple.swift",
        "Sources/Animations/ProgressHUD+CircleRippleSingle.swift",
        "Sources/Animations/ProgressHUD+CircleRotateChase.swift",
        "Sources/Animations/ProgressHUD+CircleStrokeSpin.swift",
        "Sources/Animations/ProgressHUD+DualDotSidestep.swift",
        "Sources/Animations/ProgressHUD+HorizontalBarScaling.swift",
        "Sources/Animations/ProgressHUD+HorizontalDotScaling.swift",
        "Sources/Animations/ProgressHUD+PacmanProgress.swift",
        "Sources/Animations/ProgressHUD+QuintupleDotDance.swift",
        "Sources/Animations/ProgressHUD+SFSymbolBounce.swift",
        "Sources/Animations/ProgressHUD+SemiRingRotation.swift",
        "Sources/Animations/ProgressHUD+SquareCircuitSnake.swift",
        "Sources/Animations/ProgressHUD+TriangleDotShift.swift",
        "Sources/PrivacyInfo.xcprivacy",
        "Sources/ProgressHUD+Banner.swift",
        "Sources/ProgressHUD+Enums.swift",
        "Sources/ProgressHUD+LiveIcon.swift",
        "Sources/ProgressHUD+Public.swift",
        "Sources/ProgressHUD.swift",
        "Sources/ProgressView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'PrivacyInfo.xcprivacy': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': Invalid Resource 'PrivacyInfo.xcprivacy': File not found.
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/ProgressHUD/app/ViewController.swift
    /host/spi-builder-workspace/ProgressHUD/app/Info.plist
    /host/spi-builder-workspace/ProgressHUD/app/NavController.swift
    /host/spi-builder-workspace/ProgressHUD/app/AppDelegate.swift
Building for debugging...
[0/6] Write sources
[0/6] Copying LaunchScreen.storyboard
[0/6] Copying ViewController.xib
[0/6] Copying Info.plist
[4/6] Copying Assets.xcassets
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: unexpected input file: /host/spi-builder-workspace/ProgressHUD/Sources/PrivacyInfo.xcprivacy
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': Invalid Resource 'PrivacyInfo.xcprivacy': File not found.
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/ProgressHUD/app/Info.plist
    /host/spi-builder-workspace/ProgressHUD/app/ViewController.swift
    /host/spi-builder-workspace/ProgressHUD/app/NavController.swift
    /host/spi-builder-workspace/ProgressHUD/app/AppDelegate.swift
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: unexpected input file: /host/spi-builder-workspace/ProgressHUD/Sources/PrivacyInfo.xcprivacy
BUILD FAILURE 6.1 linux