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

Successful build of GradientLoadingBar, reference 3.0.0 (85cd3f), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 18:22:06 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GradientLoadingBar -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fxm90/GradientLoadingBar.git
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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Pods",
    "schemes" : [
      "AppHost-GradientLoadingBar-Unit-Tests",
      "GradientLoadingBar",
      "GradientLoadingBar-Unit-Tests",
      "Pods-Example",
      "SnapshotTesting",
      "SwiftConfigurationFiles",
      "SwiftFormat",
      "SwiftLint"
    ],
    "targets" : [
      "AppHost-GradientLoadingBar-Unit-Tests",
      "GradientLoadingBar",
      "GradientLoadingBar-Unit-Tests",
      "Pods-Example",
      "SnapshotTesting",
      "SwiftConfigurationFiles",
      "SwiftFormat",
      "SwiftLint"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GradientLoadingBar"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GradientLoadingBar -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme GradientLoadingBar -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  GradientLoadingBar: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'GradientLoadingBar' in project 'GradientLoadingBar'
        ➜ Explicit dependency on target 'GradientLoadingBar' in project 'GradientLoadingBar'
    Target 'GradientLoadingBar' in project 'GradientLoadingBar' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6551619ffbb78dce89583f35ea73dfe1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6551619ffbb78dce89583f35ea73dfe1.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.DependencyMetadataFileList (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.DependencyStaticMetadataFileList (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.modulemap (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftConstValuesFileList (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.LinkFileList (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/GradientLoadingBar.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.modulemap (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver GradientLoadingBar normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GradientLoadingBar -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ GradientActivityIndicatorViewModel.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GradientActivityIndicatorView+AnimateIsHidden.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GradientLoadingBarView+ViewModel.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GradientLoadingBarController.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:31:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public let gradientActivityIndicatorView = GradientActivityIndicatorView()
               ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:52:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var shared = GradientLoadingBar()
                      ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:52:23: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    public static var shared = GradientLoadingBar()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:52:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static var shared = GradientLoadingBar()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var shared = GradientLoadingBar()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:31:10: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    init(sharedApplication: UIApplicationProtocol = UIApplication.shared, notificationCenter: NotificationCenter = .default) {
         ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:35:45: warning: main actor-isolated property 'gradientColors' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        get { gradientActivityIndicatorView.gradientColors }
                                            ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift:32:16: note: property declared here
    public var gradientColors: [UIColor] {
               ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:36:45: warning: main actor-isolated property 'gradientColors' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        set { gradientActivityIndicatorView.gradientColors = newValue }
                                            ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift:32:16: note: mutation of this property is only permitted within the actor
    public var gradientColors: [UIColor] {
               ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:41:45: warning: main actor-isolated property 'progressAnimationDuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        get { gradientActivityIndicatorView.progressAnimationDuration }
                                            ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift:38:16: note: property declared here
    public var progressAnimationDuration: TimeInterval {
               ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:42:45: warning: main actor-isolated property 'progressAnimationDuration' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        set { gradientActivityIndicatorView.progressAnimationDuration = newValue }
                                            ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift:38:16: note: mutation of this property is only permitted within the actor
    public var progressAnimationDuration: TimeInterval {
               ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:47:45: warning: main actor-isolated property 'isHidden' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        get { gradientActivityIndicatorView.isHidden }
                                            ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift:25:23: note: property declared here
    override open var isHidden: Bool {
                      ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:48:45: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        set { gradientActivityIndicatorView.isHidden = newValue }
                                            ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift:25:23: note: mutation of this property is only permitted within the actor
    override open var isHidden: Bool {
                      ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:82:39: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        gradientActivityIndicatorView.removeFromSuperview()
                                      ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:91:64: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            superViewTopAnchor = superview.safeAreaLayoutGuide.topAnchor
                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:91:44: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            superViewTopAnchor = superview.safeAreaLayoutGuide.topAnchor
                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                    ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:93:44: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            superViewTopAnchor = superview.topAnchor
                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:96:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate([
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:97:53: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.topAnchor.constraint(equalTo: superViewTopAnchor),
                                                    ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:97:43: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.topAnchor.constraint(equalTo: superViewTopAnchor),
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:98:56: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.heightAnchor.constraint(equalToConstant: height),
                                                       ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:98:43: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.heightAnchor.constraint(equalToConstant: height),
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:100:57: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.leadingAnchor.constraint(equalTo: superview.leadingAnchor),
                                                        ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:100:43: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.leadingAnchor.constraint(equalTo: superview.leadingAnchor),
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:100:87: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.leadingAnchor.constraint(equalTo: superview.leadingAnchor),
                                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:101:58: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.trailingAnchor.constraint(equalTo: superview.trailingAnchor),
                                                         ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:101:43: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.trailingAnchor.constraint(equalTo: superview.trailingAnchor),
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:101:88: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.trailingAnchor.constraint(equalTo: superview.trailingAnchor),
                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:88:15: note: add '@MainActor' to make instance method 'setupConstraints(superview:)' part of global actor 'MainActor'
    open func setupConstraints(superview: UIView) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:107:39: warning: call to main actor-isolated instance method 'fadeIn(duration:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        gradientActivityIndicatorView.fadeIn(duration: duration,
                                      ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:70:10: note: calls to instance method 'fadeIn(duration:completion:)' from outside of its actor context are implicitly asynchronous
    func fadeIn(duration: TimeInterval = TimeInterval.GradientLoadingBar.fadeInDuration, completion: ((Bool) -> Void)? = nil) {
         ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:70:10: note: main actor isolation inferred from inheritance from class 'UIView'
    func fadeIn(duration: TimeInterval = TimeInterval.GradientLoadingBar.fadeInDuration, completion: ((Bool) -> Void)? = nil) {
         ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:106:17: note: add '@MainActor' to make instance method 'fadeIn(duration:completion:)' part of global actor 'MainActor'
    public func fadeIn(duration: TimeInterval = .GradientLoadingBar.fadeInDuration, completion: ((Bool) -> Void)? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:113:39: warning: call to main actor-isolated instance method 'fadeOut(duration:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        gradientActivityIndicatorView.fadeOut(duration: duration,
                                      ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:47:10: note: calls to instance method 'fadeOut(duration:completion:)' from outside of its actor context are implicitly asynchronous
    func fadeOut(duration: TimeInterval = TimeInterval.GradientLoadingBar.fadeOutDuration, completion: ((Bool) -> Void)? = nil) {
         ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView+AnimateIsHidden.swift:47:10: note: main actor isolation inferred from inheritance from class 'UIView'
    func fadeOut(duration: TimeInterval = TimeInterval.GradientLoadingBar.fadeOutDuration, completion: ((Bool) -> Void)? = nil) {
         ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:112:17: note: add '@MainActor' to make instance method 'fadeOut(duration:completion:)' part of global actor 'MainActor'
    public func fadeOut(duration: TimeInterval = .GradientLoadingBar.fadeOutDuration, completion: ((Bool) -> Void)? = nil) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:127:39: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        gradientActivityIndicatorView.removeFromSuperview()
                                      ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:125:18: note: add '@MainActor' to make instance method 'updateSuperview' part of global actor 'MainActor'
    private func updateSuperview(_ superview: UIView?) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:130:43: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.translatesAutoresizingMaskIntoConstraints = false
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:125:18: note: add '@MainActor' to make instance method 'updateSuperview' part of global actor 'MainActor'
    private func updateSuperview(_ superview: UIView?) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:131:23: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            superview.addSubview(gradientActivityIndicatorView)
                      ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:125:18: note: add '@MainActor' to make instance method 'updateSuperview' part of global actor 'MainActor'
    private func updateSuperview(_ superview: UIView?) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:107:39: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
        gradientActivityIndicatorView.fadeIn(duration: duration,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:107:39: note: sending task-isolated 'completion' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        gradientActivityIndicatorView.fadeIn(duration: duration,
                                      ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:113:39: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
        gradientActivityIndicatorView.fadeOut(duration: duration,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:113:39: note: sending task-isolated 'completion' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
        gradientActivityIndicatorView.fadeOut(duration: duration,
                                      ^
SwiftCompile normal arm64 Compiling\ GradientLoadingBarView.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift:76:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue: CGSize = .zero
                   ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift:76:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue: CGSize = .zero
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift:76:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue: CGSize = .zero
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift:76:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue: CGSize = .zero
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NotchGradientLoadingBarViewModel.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarViewModel.swift:42:10: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    init(deviceIdentifier: String = UIDevice.identifier) {
         ^
SwiftCompile normal arm64 Compiling\ GradientLoadingBarViewModel.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:31:10: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    init(sharedApplication: UIApplicationProtocol = UIApplication.shared, notificationCenter: NotificationCenter = .default) {
         ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:64:9: warning: main actor-isolated property 'keyWindowInConnectedScenes' cannot be used to satisfy nonisolated requirement from protocol 'UIApplicationProtocol'; this is an error in the Swift 6 language mode
    var keyWindowInConnectedScenes: UIWindow? {
        ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:62:26: note: add '@preconcurrency' to the 'UIApplicationProtocol' conformance to defer isolation checking to run time
extension UIApplication: UIApplicationProtocol {
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:59:9: note: requirement 'keyWindowInConnectedScenes' declared here
    var keyWindowInConnectedScenes: UIWindow? { get }
        ^
SwiftCompile normal arm64 Compiling\ NotchGradientLoadingBarController.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarViewModel.swift:42:10: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    init(deviceIdentifier: String = UIDevice.identifier) {
         ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:31:37: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let screenWidth = superview.bounds.size.width
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:37:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate([
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:38:53: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.topAnchor.constraint(equalTo: superview.topAnchor),
                                                    ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:38:43: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.topAnchor.constraint(equalTo: superview.topAnchor),
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:38:83: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.topAnchor.constraint(equalTo: superview.topAnchor),
                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:39:56: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.heightAnchor.constraint(equalToConstant: viewHeight),
                                                       ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:39:43: warning: main actor-isolated property 'heightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.heightAnchor.constraint(equalToConstant: viewHeight),
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:41:57: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.leadingAnchor.constraint(equalTo: superview.leadingAnchor),
                                                        ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:41:43: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.leadingAnchor.constraint(equalTo: superview.leadingAnchor),
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:41:87: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.leadingAnchor.constraint(equalTo: superview.leadingAnchor),
                                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:42:58: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.trailingAnchor.constraint(equalTo: superview.trailingAnchor),
                                                         ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:42:43: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.trailingAnchor.constraint(equalTo: superview.trailingAnchor),
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:42:88: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            gradientActivityIndicatorView.trailingAnchor.constraint(equalTo: superview.trailingAnchor),
                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:183:39: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        gradientActivityIndicatorView.layer.mask = shapeLayer
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarController.swift:174:18: note: add '@MainActor' to make instance method 'maskView(with:)' part of global actor 'MainActor'
    private func maskView(with bezierPath: UIBezierPath) {
                 ^
    @MainActor
SwiftCompile normal arm64 Compiling\ GradientActivityIndicatorView.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientActivityIndicatorView/GradientActivityIndicatorView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ GradientLoadingBar (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
EmitSwiftModule normal arm64 (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:31:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public let gradientActivityIndicatorView = GradientActivityIndicatorView()
               ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:52:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var shared = GradientLoadingBar()
                      ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:52:23: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    public static var shared = GradientLoadingBar()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:52:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static var shared = GradientLoadingBar()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarController.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var shared = GradientLoadingBar()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:31:10: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    init(sharedApplication: UIApplicationProtocol = UIApplication.shared, notificationCenter: NotificationCenter = .default) {
         ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:64:9: warning: main actor-isolated property 'keyWindowInConnectedScenes' cannot be used to satisfy nonisolated requirement from protocol 'UIApplicationProtocol'; this is an error in the Swift 6 language mode
    var keyWindowInConnectedScenes: UIWindow? {
        ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:62:26: note: add '@preconcurrency' to the 'UIApplicationProtocol' conformance to defer isolation checking to run time
extension UIApplication: UIApplicationProtocol {
                         ^
                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBar/GradientLoadingBarViewModel.swift:59:9: note: requirement 'keyWindowInConnectedScenes' declared here
    var keyWindowInConnectedScenes: UIWindow? { get }
        ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift:76:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var defaultValue: CGSize = .zero
                   ^
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift:76:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
        static var defaultValue: CGSize = .zero
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift:76:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static var defaultValue: CGSize = .zero
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/GradientLoadingBarView/GradientLoadingBarView.swift:76:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var defaultValue: CGSize = .zero
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Feature/NotchGradientLoadingBar/NotchGradientLoadingBarViewModel.swift:42:10: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    init(deviceIdentifier: String = UIDevice.identifier) {
         ^
SwiftCompile normal arm64 Compiling\ Constants.swift /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Helper/Constants.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GradientLoadingBar/Sources/Helper/Constants.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for GradientLoadingBar (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriver\ Compilation\ Requirements GradientLoadingBar normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GradientLoadingBar -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling GradientActivityIndicatorView+AnimateIsHidden.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/GradientLoadingBar-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-Swift.h (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/GradientLoadingBar-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftmodule (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftdoc (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.abi.json (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftsourceinfo (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Constants.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling NotchGradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientActivityIndicatorViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling NotchGradientLoadingBarViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientLoadingBarViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientActivityIndicatorView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientLoadingBarView+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientLoadingBarView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriver\ Compilation GradientLoadingBar normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GradientLoadingBar -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.o normal (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.o
ExtractAppIntentsMetadata (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name GradientLoadingBar --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.GradientLoadingBar --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/GradientLoadingBar.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-iphoneos/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:22:05.887 appintentsmetadataprocessor[721:4125] Starting appintentsmetadataprocessor export
2025-04-27 11:22:05.928 appintentsmetadataprocessor[721:4125] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.o (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GradientLoadingBar.o
** BUILD SUCCEEDED **
Build complete.
{
  "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"
}
Done.