Build Information
Successful build of GradientLoadingBar, reference 4.0.0 (bd7828), with Swift 6.2 for visionOS using Xcode 26.3 on 31 Jan 2026 12:44:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GradientLoadingBar -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.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.2
Building package at path: $PWD
https://github.com/fxm90/GradientLoadingBar.git
Command line invocation:
/Applications/Xcode-26.0.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/swiftlang/swift-syntax
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-custom-dump’
Checking out 1.4.1 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.18.9 of package ‘swift-snapshot-testing’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.8.1 of package ‘xctest-dynamic-overlay’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.8.1
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.4.1
GradientLoadingBar: /Users/admin/builder/spi-builder-workspace
swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.18.9
resolved source packages: swift-syntax, xctest-dynamic-overlay, swift-custom-dump, GradientLoadingBar, swift-snapshot-testing
2026-01-31 07:44:26.858 xcodebuild[523:3071] [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-01-31 07:44:32.585 xcodebuild[775:4410] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.0.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:
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.8.1
swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.18.9
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.4.1
GradientLoadingBar: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0e568d6e06f47673175920ac528e0a8d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0e568d6e06f47673175920ac528e0a8d.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
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
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/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/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/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/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.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/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.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/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.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
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_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
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.0.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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.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/SwiftShims-2GP1JT8CEN8S61ZVL8FFLUXB7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-ASAWZP71ZSQXVT61G305DTOFQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-59YL53T7TWQZX9AI0M25ZM1JE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-D3M6ARERN866T6TMIJPM8Y4ZO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-7HTUPQSZG4PPSZAEX539MUGWA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-3FUW6GEHMHE0RX46S9G7W8R2O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-D2EZI8Q8C8KFFA1GWJAJRWC3Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-18ZZVVM9NQHKST5Z9ZSOPC9A6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-5I0XI9GY8G96YU6XVSJRP76U4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-F4GFXB8UWNFDV9OPCH3JDHI2I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-B980VVG2HS2SIYU76BXGK448S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-4O24FVRYU1PRTV4RRMAKHFWO0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-C2WLMO27FC4NOB3BMRH2XTV9O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-B71MU4CGYNQ0GL15PX37UV009.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-7UP41F2FQH08EHGCRDB9ZT24H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-232FPD0J2C7DD26Z9CZGEHH5L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-1931XDDNALBFWLY09S7XVSKZH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1CTRVKPLV74UPH6TUGKQQILPW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-1H5XT8N6NG63YUO278AJETK52.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-CTGWYB92I99NKKTO8ILI0QSZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-E3NL75726UUE4D68IJMKDWMUK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-7ISMMKYMT8S0WEIMM7F7ZKGWE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-CO80VBR4JRWNNLPBSF0XOXINH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-15YRCMA7G0AJ9GAC9SSODECN7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-EDZF8X3C4BBZ4SLJAOSQ30UR5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-7KIS5X38PD08LGB694UYUOEFA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-BGUGNBVR61XHHUEXKE9M50DZQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-CED0ED1H26UX769HHB4G3FDXV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-BJ4KTOUL50X4V1QBRYK1PFQ08.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-9F7ZB1QHM3Q30HJ0FQE7KG0ZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BR0ISGHKPALDRFQSR5W4G5O27.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-24JQFY0AR5LBVQE9HHRKM849Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9HN36OV16ZP4X03K487P56D3Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-EFDC4WTEPJH80JHC95OBJ0BGM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-EOHVZX0UYGB3EOJXG7ZWETFKW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-BRQ3DT4ZU2RBZHAA6FHPE5E6F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-E949NMCJR8RM7Z1KCMIN9AY5D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-ENTQB5WTKBQK3SLFEERSGABX5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-720A801CBK0EXIR28SOZ0BG0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-4L3FG0V5D1WADY67JB1JNW32Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-7UAUCWY6O1GKQW2HDQD9NIPZT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-BVLFQUUHXJVNJ9JMKTKUVQV6L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-65194F9BVLTKNSZ1P7O4B4LTI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-1ZD0ON9GN62UQWLFBJR236ONX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-1SSGGIYY1L70Y3AAHWT0QYLP4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-6BN8YK0HRTAT1YGIK366ECFCX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-6XFBEADTN32F8USV2GXRSVTI1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-BAVWU9EOK4GPAAAIN9TA7CGIP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-5I1BIH37WGLXVHQA770SFXSQV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-8THW4MS9BAYG0DBLD3A7WQDIS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-DIBK8K7VRQ1RAWGF8P6TOZZNF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-1BE1CZAUYUEPTNSZ6R4LKWKHH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-3DT7V4WI5CAPPFSXD3DTGMUA5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-50VLVM8JZ43UMMOUWFMXRP39W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-AYD5KQ77TDVZ3LAG5IU5OT8DZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8P0QUGHKLTMTJRMYWTVXROZDM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-5E6JOAEAX32NG0WPUZX2XVJQ7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-18WA6BL2BNNNE9WH6PC3SCZLM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-9ZE9X3YKTT6TZ9DW0COAQQW1P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMotion-2Z9NSDM4EKYFDVYJ90ZRJR6VE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-PKLYS67N49EBJ1WGWQ5QHGQY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ARKit-41V5MZ2BSRPZG6WSRZWAJXG7R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-3F12893OLZAL20556FHMD6HB6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-A1GYA5632GFJP57CC4QL0IOCH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-6STEEZ29GHCP0KULZUDX96ZDW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-G7F102QGPG5H7QR6QUDYZN51.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-BMAYN82JVJ3N0EE8W11Q3GM1S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-5C9O0LYGJ9XBJW6BPVLRKX6N0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-EGXW96CYB5VRJQH45KMF4ZWD8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-61DW444SPL2MWQE6NG612LU3Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/GameController-C82DDD62ALPLRAEC8ZHBXVAJY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-3HXMA6VX4H2RBIJEKLTMRH256.pcm
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\ 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\ 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
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\ 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\ 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\ 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\ 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\ 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\ 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
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.0.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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.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
SwiftDriverJobDiscovery normal arm64 Compiling NotchDevice.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
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 NotchGradientLoadingBarController+ViewModel.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 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.swift (in target 'GradientLoadingBar' from project 'GradientLoadingBar')
SwiftDriverJobDiscovery normal arm64 Compiling GradientLoadingBarView+ViewModel.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.0.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-xros/GradientLoadingBar.build/Objects-normal/arm64/GradientLoadingBar.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros26.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -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.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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 -rdynamic -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.0.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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name GradientLoadingBar --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A324 --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-01-31 07:44:45.636 appintentsmetadataprocessor[1005:5482] Starting appintentsmetadataprocessor export
2026-01-31 07:44:45.761 appintentsmetadataprocessor[1005:5482] 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-01-31 07:44:36.229 xcodebuild[789:4496] [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.