Build Information
Successful build of GradientLoadingBar, reference 4.0.0 (bd7828), with Swift 6.3 for visionOS using Xcode 26.4 on 18 Apr 2026 09:40:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GradientLoadingBar -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fxm90/GradientLoadingBar.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fxm90/GradientLoadingBar
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at bd7828f Merge pull request #35 from fxm90/feature/version-4
Cloned https://github.com/fxm90/GradientLoadingBar.git
Revision (git rev-parse @):
bd7828f8ee92ca8626da0910d60aa3742524b40a
SUCCESS checkout https://github.com/fxm90/GradientLoadingBar.git at 4.0.0
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/fxm90/GradientLoadingBar.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/swiftlang/swift-syntax
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.19.2 of package ‘swift-snapshot-testing’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.0 of package ‘swift-syntax’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Resolve Package Graph
Resolved source packages:
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
GradientLoadingBar: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-custom-dump, xctest-dynamic-overlay, swift-syntax, swift-snapshot-testing, GradientLoadingBar
2026-04-18 05:40:30.665 xcodebuild[529:3064] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
}
],
"manifest_display_name" : "GradientLoadingBar",
"name" : "GradientLoadingBar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.0"
}
],
"products" : [
{
"name" : "GradientLoadingBar",
"targets" : [
"GradientLoadingBar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GradientLoadingBarTests",
"module_type" : "SwiftTarget",
"name" : "GradientLoadingBarTests",
"path" : "Tests/GradientLoadingBarTests",
"product_dependencies" : [
"SnapshotTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GradientLoadingBarTests/SnapshotTests/__Snapshots__",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SnapshotTests/GradientActivityIndicatorViewSnapshotTests.swift",
"SnapshotTests/GradientLoadingBarControllerSnapshotests.swift",
"SnapshotTests/GradientLoadingBarViewSnapshotTests.swift",
"SnapshotTests/NotchGradientLoadingBarControllerSnapshotTests.swift",
"UnitTests/GradientActivityIndicatorView+ViewModelTests.swift",
"UnitTests/GradientLoadingBarController+ViewModelTests.swift",
"UnitTests/GradientLoadingBarView+ViewModelTests.swift",
"UnitTests/NotchGradientLoadingBarController+ViewModelTests.swift"
],
"target_dependencies" : [
"GradientLoadingBar"
],
"type" : "test"
},
{
"c99name" : "GradientLoadingBar",
"module_type" : "SwiftTarget",
"name" : "GradientLoadingBar",
"path" : "Sources/GradientLoadingBar",
"product_memberships" : [
"GradientLoadingBar"
],
"sources" : [
"Config/CGFloat+GradientLoadingBar.swift",
"Config/TimeInterval+GradientLoadingBar.swift",
"Config/UIColor+GradientLoadingBar.swift",
"Features/GradientActivityIndicatorView/GradientActivityIndicatorView+ViewModel.swift",
"Features/GradientActivityIndicatorView/GradientActivityIndicatorView.swift",
"Features/GradientActivityIndicatorView/Utilities/GradientActivityIndicatorView+AnimateIsHidden.swift",
"Features/GradientLoadingBarController/GradientLoadingBarController+ViewModel.swift",
"Features/GradientLoadingBarController/GradientLoadingBarController.swift",
"Features/GradientLoadingBarView/GradientLoadingBarView+ViewModel.swift",
"Features/GradientLoadingBarView/GradientLoadingBarView.swift",
"Features/NotchGradientLoadingBarController/Model/NotchDevice.swift",
"Features/NotchGradientLoadingBarController/Model/NotchLayout.swift",
"Features/NotchGradientLoadingBarController/NotchGradientLoadingBarController+ViewModel.swift",
"Features/NotchGradientLoadingBarController/NotchGradientLoadingBarController.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"GradientLoadingBar"
]
}
}
2026-04-18 05:40:41.386 xcodebuild[888:5164] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GradientLoadingBar -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.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=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
GradientLoadingBar: /Users/admin/builder/spi-builder-workspace
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1733e9d2f803bffce2bd9445110536ca
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1733e9d2f803bffce2bd9445110536ca.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.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-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/GradientLoadingBar.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/GradientLoadingBar.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/GradientLoadingBar.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GradientLoadingBar.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/GradientLoadingBar.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GradientLoadingBar -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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 -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-CKA43H4J856XAK8467CMSTRYN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C21NR73BQS9YG84UF3Z27MZO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-1OT2ROK20XTH9ADDS9YILR71T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-C41A3QGCM1YYJNI7YRH3ZKU8F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-SEU7M0Z3UU3ECB3MXH41MTTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-6D6D389ZXB7ZA90W84UX1ZL2D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-2Y1DNGB0APBU37UCM85USN5Y7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-5FHCG9W8AOEJ547P8R0LSBI27.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-7YY1YWNK5RJ1L5PT0R8GATWBI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-BWITQRLOAUXY4J5EOQVH70S40.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-AV4T6NB9MX6FXUSNVLM60WU35.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9F06RGJJQSDB3CAB2FUUZLYOT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-6C7U720J1A7CX6SY1HA6Y4ABQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-4WF1DCPFGVO4O7LGM2599FA6F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2VHBA2ITX47FXGDI0ECTM0J5J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-1UZDUXFNH2LE5XBXBIMGCD3RJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-1BK14W3VDJTL3BNFXE3OYQWPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-4WD0AKQ2YZIMZ9EVCJ5P6VZTE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-9GLAF4Q49LDEVGMXLL96RQSVX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DOZ9OALAIXSON0S4A162ZO3RH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-88QYID429OP0RJV4X7NPHPT2W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-F36H83LV35XMQO29HWTCS3X0Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-5MAD45BWGS8P30UMUJFGZ7LVH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-B2YPZM6W0IOL2GX00XNRS4TO5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-BHB2AXKXK7HNT33V5WH5L4PHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-ES7TF84IHLHY68XC8B13D06G2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-E1HB5UEN8BO57X8RZQ5OSRH5V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CH0YEHE89REKJW64S77ZBPVT6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-4STKRW4U5FHOJVWZOV7YRUFCP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-CB1E2Y5DHG10RUFYUNP5BII37.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-2JEYRPXOLD9YNF4DBVAINHNJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-8APAWVF8FFUPC0VL9BIGF8N03.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-3Z0SJYWDUUVHX9LZ2IZU1SRXF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-6NU22SXLBZU0SQFUSK4SEVSDE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8OM0E0PQ5C6PZYQVGYD252RWL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-40PQRK99RRMDAQSOHXECX5QNH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-94IVTH1ZB7XMMQR8GFP7ZGDF6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-120O7O5D399XYLNVU7Q8KMT9F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-67PR8RFP277YDC0MV0TJU5MVL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-DP9XSP296KRTMEDL66GBU234S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-QGFLFQ4JBX84ZLUFZZ3POLJR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-4B741HIG5IRXU6BLF4OVD70O3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-7FVD9XSIMHXLS6GZ83H1XZKZY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-5UL06WD3E8RG70AOJ5Y3RFUXS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-9QVDDUDZY30Y1MQJMY57KCGA0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-7OKQQV92A7NW9M3AK3R82JPZP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-A26ISYZBF4GF2C6RARPF4LWGB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-1QEF00C3AZZZ9C7L59SX2ZSOI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-7N5QVR8UMILS1NQYJB481LXZF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-AN2IAJ3FJNGQKC5502ZC4FV7P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-AHUOJ6YIJG1AFU3D13EUHFJBB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-EQ34JLPOTJ9Y97X9GLUKOYMWR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-50YPR6W4M873UK4YRHFSSKODJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-7ZAZDT8HIUG78G965X8PPTV1H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-EC5TAV1OJGAFTZQSSCBX5MKU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-5QK63K4X4XPKDVGTQ00V8SJPM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-2SYTSGMJS8NWPY5F6DY4R0JIW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-3JGPU3DQFENWE43VURHH69EFC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-74LBM4JZWCGTR1JYVKJAR74GR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-2TMF11OJZOAYKYGUCUT828H6K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMotion-48BQWKWZ5X0R6025T7W7ND3VV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-4QJRD5N28N1XK2N177H8LFT5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ARKit-EAL8U608CG4KX87GFMOF84T7X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-9Q6P057BR6Z31IEHNCG1LKENZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-8LMBAW3T8G5I6YCMMZGNOOCQY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-B0MFOL84A3EXIBU4D4ZWVSHNI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-2XOHIAPUI4YG6AWR50835TWOS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-6NHGU0CKNVUWAHH9PEZITRHBT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-9X1XP99T428QZFBXH7B8CT197.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-69HYFXR2H8TPTEMEHW08UJ927.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-EXVBCS8IM77SZSPOQASG59IGD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-3QEF2J5RBKKHZMEI47AAGXBUR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/GameController-ACXON1Z7O31DVB44WUP1OCAGP.pcm
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
SwiftCompile normal arm64 Compiling\ NotchGradientLoadingBarController+ViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/NotchGradientLoadingBarController/NotchGradientLoadingBarController+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/NotchGradientLoadingBarController/NotchGradientLoadingBarController+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NotchGradientLoadingBarController.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/NotchGradientLoadingBarController/NotchGradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/NotchGradientLoadingBarController/NotchGradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GradientLoadingBarView.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientLoadingBarView/GradientLoadingBarView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientLoadingBarView/GradientLoadingBarView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIColor+GradientLoadingBar.swift,\ GradientActivityIndicatorView+ViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientActivityIndicatorView/GradientActivityIndicatorView+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/UIColor+GradientLoadingBar.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientActivityIndicatorView/GradientActivityIndicatorView+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GradientActivityIndicatorView.swift,\ GradientActivityIndicatorView+AnimateIsHidden.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientActivityIndicatorView/GradientActivityIndicatorView.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientActivityIndicatorView/Utilities/GradientActivityIndicatorView+AnimateIsHidden.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientActivityIndicatorView/GradientActivityIndicatorView.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientActivityIndicatorView/Utilities/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/Sources/GradientLoadingBar/Features/GradientLoadingBarView/GradientLoadingBarView+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientLoadingBarView/GradientLoadingBarView+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NotchDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/NotchGradientLoadingBarController/Model/NotchDevice.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/NotchGradientLoadingBarController/Model/NotchDevice.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GradientLoadingBarController+ViewModel.swift,\ GradientLoadingBarController.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientLoadingBarController/GradientLoadingBarController+ViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientLoadingBarController/GradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientLoadingBarController/GradientLoadingBarController+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/GradientLoadingBarController/GradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGFloat+GradientLoadingBar.swift,\ TimeInterval+GradientLoadingBar.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/CGFloat+GradientLoadingBar.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/TimeInterval+GradientLoadingBar.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/CGFloat+GradientLoadingBar.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Config/TimeInterval+GradientLoadingBar.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NotchLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/NotchGradientLoadingBarController/Model/NotchLayout.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GradientLoadingBar/Features/NotchGradientLoadingBarController/Model/NotchLayout.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling NotchDevice.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GradientLoadingBar -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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 -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GradientLoadingBar-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GradientLoadingBar-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling NotchLayout.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling CGFloat+GradientLoadingBar.swift, TimeInterval+GradientLoadingBar.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientLoadingBarController+ViewModel.swift, GradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling NotchGradientLoadingBarController+ViewModel.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientActivityIndicatorView.swift, GradientActivityIndicatorView+AnimateIsHidden.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling NotchGradientLoadingBarController.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling UIColor+GradientLoadingBar.swift, GradientActivityIndicatorView+ViewModel.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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GradientLoadingBar -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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 -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/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-xros/GradientLoadingBar.o normal (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros26.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.o
ExtractAppIntentsMetadata (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.5cIm7n/Metal.xctoolchain --module-name GradientLoadingBar --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 26.0 --bundle-identifier spi-builder-workspace.GradientLoadingBar --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.appintents --target-triple arm64-apple-xros26.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GradientLoadingBar.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/GradientLoadingBar.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/GradientLoadingBar.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GradientLoadingBar.build/Debug-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-18 05:40:57.798 appintentsmetadataprocessor[1077:5998] Starting appintentsmetadataprocessor export
2026-04-18 05:40:57.820 appintentsmetadataprocessor[1077:5998] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/GradientLoadingBar.o
** BUILD SUCCEEDED **
2026-04-18 05:40:46.150 xcodebuild[908:5291] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
}
],
"manifest_display_name" : "GradientLoadingBar",
"name" : "GradientLoadingBar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.0"
}
],
"products" : [
{
"name" : "GradientLoadingBar",
"targets" : [
"GradientLoadingBar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GradientLoadingBarTests",
"module_type" : "SwiftTarget",
"name" : "GradientLoadingBarTests",
"path" : "Tests/GradientLoadingBarTests",
"product_dependencies" : [
"SnapshotTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GradientLoadingBarTests/SnapshotTests/__Snapshots__",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SnapshotTests/GradientActivityIndicatorViewSnapshotTests.swift",
"SnapshotTests/GradientLoadingBarControllerSnapshotests.swift",
"SnapshotTests/GradientLoadingBarViewSnapshotTests.swift",
"SnapshotTests/NotchGradientLoadingBarControllerSnapshotTests.swift",
"UnitTests/GradientActivityIndicatorView+ViewModelTests.swift",
"UnitTests/GradientLoadingBarController+ViewModelTests.swift",
"UnitTests/GradientLoadingBarView+ViewModelTests.swift",
"UnitTests/NotchGradientLoadingBarController+ViewModelTests.swift"
],
"target_dependencies" : [
"GradientLoadingBar"
],
"type" : "test"
},
{
"c99name" : "GradientLoadingBar",
"module_type" : "SwiftTarget",
"name" : "GradientLoadingBar",
"path" : "Sources/GradientLoadingBar",
"product_memberships" : [
"GradientLoadingBar"
],
"sources" : [
"Config/CGFloat+GradientLoadingBar.swift",
"Config/TimeInterval+GradientLoadingBar.swift",
"Config/UIColor+GradientLoadingBar.swift",
"Features/GradientActivityIndicatorView/GradientActivityIndicatorView+ViewModel.swift",
"Features/GradientActivityIndicatorView/GradientActivityIndicatorView.swift",
"Features/GradientActivityIndicatorView/Utilities/GradientActivityIndicatorView+AnimateIsHidden.swift",
"Features/GradientLoadingBarController/GradientLoadingBarController+ViewModel.swift",
"Features/GradientLoadingBarController/GradientLoadingBarController.swift",
"Features/GradientLoadingBarView/GradientLoadingBarView+ViewModel.swift",
"Features/GradientLoadingBarView/GradientLoadingBarView.swift",
"Features/NotchGradientLoadingBarController/Model/NotchDevice.swift",
"Features/NotchGradientLoadingBarController/Model/NotchLayout.swift",
"Features/NotchGradientLoadingBarController/NotchGradientLoadingBarController+ViewModel.swift",
"Features/NotchGradientLoadingBarController/NotchGradientLoadingBarController.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.