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 master (96fcce), with Swift 6.0 for Linux on 1 Dec 2024 01:13:38 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.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/relatedcode/ProgressHUD.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 96fcce5 Merge pull request #178 from robinkunde/rk/privacyManifest
Cloned https://github.com/relatedcode/ProgressHUD.git
Revision (git rev-parse @):
96fcce50b6b5b4a20041ec9769eb984b455c6e25
SUCCESS checkout https://github.com/relatedcode/ProgressHUD.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/relatedcode/ProgressHUD.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Copying Info.plist
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/30] Emitting module ProgressHUD
/host/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+CircleBarSpinFade.swift
/host/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+CircleDotSpinFade.swift
/host/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+CirclePulseMultiple.swift
/host/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+CirclePulseSingle.swift
/host/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+ActivityIndicator.swift
/host/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+BallVerticalBounce.swift
/host/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+BarSweepToggle.swift
/host/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+CircleArcDotSpin.swift
/host/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.swift
/host/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 ProgressView.swift
/host/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 resource_bundle_accessor.swift
/host/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+SquareCircuitSnake.swift
/host/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+TriangleDotShift.swift
/host/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+Banner.swift
/host/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+QuintupleDotDance.swift
/host/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 ProgressHUD+SFSymbolBounce.swift
/host/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 ProgressHUD+SemiRingRotation.swift
/host/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+Enums.swift
/host/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+LiveIcon.swift
/host/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+Public.swift
/host/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+CircleRippleMultiple.swift
/host/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+CircleRippleSingle.swift
/host/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+CircleRotateChase.swift
/host/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+CircleStrokeSpin.swift
/host/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+DualDotSidestep.swift
/host/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+HorizontalBarScaling.swift
/host/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+HorizontalDotScaling.swift
/host/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+PacmanProgress.swift
/host/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.0 linux