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 main (4455b1), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 20:52:06 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fxm90/GradientLoadingBar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fxm90/GradientLoadingBar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4455b11 ⬆️ :: Use updated codecov version
Cloned https://github.com/fxm90/GradientLoadingBar.git
Revision (git rev-parse @):
4455b1125eaeda49e89a9c44d5da7c354a69ab6f
SUCCESS checkout https://github.com/fxm90/GradientLoadingBar.git at main
========================================
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 (6.10s)
Creating working copy for https://github.com/fxm90/GradientLoadingBar.git
Working copy of https://github.com/fxm90/GradientLoadingBar.git resolved at main (4455b11)
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
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GradientLoadingBar",
  "name" : "GradientLoadingBar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GradientLoadingBar",
      "targets" : [
        "GradientLoadingBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GradientLoadingBarTests",
      "module_type" : "SwiftTarget",
      "name" : "GradientLoadingBarTests",
      "path" : "GradientLoadingBar/Tests",
      "sources" : [
        "SnapshotTests/GradientActivityIndicatorView/GradientActivityIndicatorViewTestCase.swift",
        "SnapshotTests/GradientLoadingBar/GradientLoadingBarControllerTestCase.swift",
        "SnapshotTests/GradientLoadingBarView/GradientLoadingBarViewTestCase.swift",
        "SnapshotTests/NotchGradientLoadingBar/NotchGradientLoadingBarControllerTestCase.swift",
        "UnitTests/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHiddenTestCase.swift",
        "UnitTests/GradientActivityIndicatorView/GradientActivityIndicatorViewModel+SizeUpdateTestCase.swift",
        "UnitTests/GradientActivityIndicatorView/GradientActivityIndicatorViewModelTestCase.swift",
        "UnitTests/GradientLoadingBar/GradientLoadingBarViewModelTestCase.swift",
        "UnitTests/GradientLoadingBarView/GradientLoadingBarView+ViewModelTestCase.swift",
        "UnitTests/NotchGradientLoadingBar/NotchGradientLoadingBarViewModelTestCase.swift"
      ],
      "target_dependencies" : [
        "GradientLoadingBar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GradientLoadingBar",
      "module_type" : "SwiftTarget",
      "name" : "GradientLoadingBar",
      "path" : "GradientLoadingBar/Sources",
      "product_memberships" : [
        "GradientLoadingBar"
      ],
      "sources" : [
        "Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift",
        "Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift",
        "Feature/GradientActivityIndicatorView/GradientActivityIndicatorViewModel.swift",
        "Feature/GradientLoadingBar/GradientLoadingBarController.swift",
        "Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift",
        "Feature/GradientLoadingBarView/GradientLoadingBarView+ViewModel.swift",
        "Feature/GradientLoadingBarView/GradientLoadingBarView.swift",
        "Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift",
        "Feature/NotchGradientLoadingBar/NotchGradientLoadingBarViewModel.swift",
        "Helper/Constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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 -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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/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
[4/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
[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
[6/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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
[8/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
[9/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
[10/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
[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 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
[13/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
BUILD FAILURE 6.0 macosSpm