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 GradientLoadingBar, reference 3.0.0 (85cd3f), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 12:32:44 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fxm90/GradientLoadingBar.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fxm90/GradientLoadingBar
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 85cd3fe 🐛 :: Fix missing `UIKit` import
Cloned https://github.com/fxm90/GradientLoadingBar.git
Revision (git rev-parse @):
85cd3fe00dd85135ba32d8a6629144c5590430ac
SUCCESS checkout https://github.com/fxm90/GradientLoadingBar.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": "gradientloadingbar",
      "name": "GradientLoadingBar",
      "url": "https://github.com/fxm90/GradientLoadingBar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GradientLoadingBar",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/fxm90/GradientLoadingBar.git
[1/5536] Fetching gradientloadingbar
Fetched https://github.com/fxm90/GradientLoadingBar.git from cache (11.69s)
Creating working copy for https://github.com/fxm90/GradientLoadingBar.git
Working copy of https://github.com/fxm90/GradientLoadingBar.git resolved at 3.0.0 (85cd3fe)
warning: '.resolve-product-dependencies': dependency 'gradientloadingbar' 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/fxm90/GradientLoadingBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/12] Compiling GradientLoadingBar NotchGradientLoadingBarController.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[4/12] Compiling GradientLoadingBar NotchGradientLoadingBarViewModel.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[5/13] Compiling GradientLoadingBar Constants.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/13] Emitting module GradientLoadingBar
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[7/13] Compiling GradientLoadingBar GradientLoadingBarController.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[8/13] Compiling GradientLoadingBar GradientLoadingBarViewModel.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[9/13] Compiling GradientLoadingBar GradientLoadingBarView+ViewModel.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[10/13] Compiling GradientLoadingBar GradientLoadingBarView.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[11/13] Compiling GradientLoadingBar GradientActivityIndicatorView+AnimateIsHidden.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[12/13] Compiling GradientLoadingBar GradientActivityIndicatorViewModel.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
[13/13] Compiling GradientLoadingBar GradientActivityIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// Helper methods to fade-in and -out the `GradientActivityIndicatorView` and update the `isHidden` flag
BUILD FAILURE 6.0 macosSpm