This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftFields with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SwiftFields -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift:2:8: error: failed to build module 'SwiftUI'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import SwiftUI
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Debugging.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Debugging.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Debugging.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Debugging.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Extensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Debugging.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Debugging.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift:2:8: error: failed to build module 'SwiftUI'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import SwiftUI
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
SwiftCompile normal arm64 Compiling\ MappingFormatStyle.swift,\ ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/MappingFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/ParseableFormatStyle+Measurement.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FormatStyle+Hexdump.swift,\ FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Hexdump.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+JSON.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FormatStyle+Coordinates.swift,\ FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Coordinates.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+CoreGraphics.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DegreesMinutesSecondsNotation.swift,\ FormatStyle+Angles.swift,\ FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/DegreesMinutesSecondsNotation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Angles.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+ClosedRange.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/DegreesMinutesSecondsNotation.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Angles.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+ClosedRange.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/DegreesMinutesSecondsNotation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Angles.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+ClosedRange.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/DegreesMinutesSecondsNotation.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Angles.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+ClosedRange.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/DegreesMinutesSecondsNotation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Angles.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+ClosedRange.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/DegreesMinutesSecondsNotation.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Angles.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+ClosedRange.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/DegreesMinutesSecondsNotation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Angles.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+ClosedRange.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/DegreesMinutesSecondsNotation.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Angles.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+ClosedRange.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SimpleListFormatStyle.swift,\ String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/String+Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FormatStyle+Matrix.swift,\ FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+JSON.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Scratch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Matrix.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Matrix.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Matrix.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Matrix.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Quaternion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Quaternion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Quaternion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Quaternion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/SwiftFormats_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -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/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Matrix.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Quaternion.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Matrix.o -index-unit-output-path /SwiftFormats.build/Debug-xros/SwiftFormats.build/Objects-normal/arm64/FormatStyle+Quaternion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RealModule' from project 'swift-numerics')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Algorithms' from project 'swift-algorithms')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target '_NumericsShims' from project 'swift-numerics')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftFields' from project 'SwiftFields')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'RealModule' from project 'swift-numerics')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftFields' from project 'SwiftFields')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftFormats' from project 'SwiftFormats')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Algorithms' from project 'swift-algorithms')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Support.swift,\ TupleFormatStyle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift (in target 'SwiftFormats' from project 'SwiftFormats')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/Support.swift (in target 'SwiftFormats' from project 'SwiftFormats')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/TupleFormatStyle.swift (in target 'SwiftFormats' from project 'SwiftFormats')
	SwiftCompile normal arm64 Compiling\ FormatStyle+Debugging.swift,\ FormatStyle+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift (in target 'SwiftFormats' from project 'SwiftFormats')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Debugging.swift (in target 'SwiftFormats' from project 'SwiftFormats')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Extensions.swift (in target 'SwiftFormats' from project 'SwiftFormats')
	SwiftCompile normal arm64 Compiling\ FormatStyle+Matrix.swift,\ FormatStyle+Quaternion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormats/Sources/SwiftFormats/FormatStyle+Quaternion.swift (in target 'SwiftFormats' from project 'SwiftFormats')
(7 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.