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 YCalendarPicker 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 YCalendarPicker -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9: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/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    /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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-3 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSAttributedString+baseAttributes.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSAttributedString+textCase.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textCase.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSAttributedString+baseAttributes.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSAttributedString+textCase.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textCase.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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9: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\ String+textSize.swift,\ NSParagraphStyle+lineSpacing.swift,\ UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-4 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.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/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    /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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-4 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.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/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    /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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-4 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.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/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    /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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-4 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/String+textSize.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/NSParagraphStyle+lineSpacing.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/UIFont+register.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ YCoreUI (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/String+Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/YCoreUI+Logging.swift -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 -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/YCoreUI/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI_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/YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/swift-overrides.hmap -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/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YCoreUI -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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.abi.json
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:20:16: error: 'UIScreen' is unavailable in visionOS
18 |     public func rounded(
19 |         _ rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero,
20 |         scale: UIScreen.ScaleFactor
   |                `- error: 'UIScreen' is unavailable in visionOS
21 |     ) -> CGFloat {
22 |         (self * scale.rawValue).rounded(rule) / scale.rawValue
UIKit.UIScreen:2:23: note: 'UIScreen' has been explicitly marked unavailable here
 1 | @available(visionOS, unavailable)
 2 | @MainActor open class UIScreen : NSObject, UITraitEnvironment {
   |                       `- note: 'UIScreen' has been explicitly marked unavailable here
 3 |     @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "Use UIApplication.shared.openSessions to find open sessions with scenes from other screens")
 4 |     open class var screens: [UIScreen] { get }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:29:32: error: 'UIScreen' is unavailable in visionOS
27 |     /// - Parameter scale: the scale to apply, default is current screen scale
28 |     /// - Returns: the value floored to 1/scale
29 |     public func floored(scale: UIScreen.ScaleFactor = UIScreen.main.scaleFactor) -> CGFloat {
   |                                `- error: 'UIScreen' is unavailable in visionOS
30 |         rounded(.down, scale: scale)
31 |     }
UIKit.UIScreen:2:23: note: 'UIScreen' has been explicitly marked unavailable here
 1 | @available(visionOS, unavailable)
 2 | @MainActor open class UIScreen : NSObject, UITraitEnvironment {
   |                       `- note: 'UIScreen' has been explicitly marked unavailable here
 3 |     @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "Use UIApplication.shared.openSessions to find open sessions with scenes from other screens")
 4 |     open class var screens: [UIScreen] { get }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:29:55: error: 'UIScreen' is unavailable in visionOS
27 |     /// - Parameter scale: the scale to apply, default is current screen scale
28 |     /// - Returns: the value floored to 1/scale
29 |     public func floored(scale: UIScreen.ScaleFactor = UIScreen.main.scaleFactor) -> CGFloat {
   |                                                       `- error: 'UIScreen' is unavailable in visionOS
30 |         rounded(.down, scale: scale)
31 |     }
UIKit.UIScreen:2:23: note: 'UIScreen' has been explicitly marked unavailable here
 1 | @available(visionOS, unavailable)
 2 | @MainActor open class UIScreen : NSObject, UITraitEnvironment {
   |                       `- note: 'UIScreen' has been explicitly marked unavailable here
 3 |     @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "Use UIApplication.shared.openSessions to find open sessions with scenes from other screens")
 4 |     open class var screens: [UIScreen] { get }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:29:25: error: main actor-isolated default value in a nonisolated context
27 |     /// - Parameter scale: the scale to apply, default is current screen scale
28 |     /// - Returns: the value floored to 1/scale
29 |     public func floored(scale: UIScreen.ScaleFactor = UIScreen.main.scaleFactor) -> CGFloat {
   |                         `- error: main actor-isolated default value in a nonisolated context
30 |         rounded(.down, scale: scale)
31 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:37:31: error: 'UIScreen' is unavailable in visionOS
35 |     /// - Parameter scale: the scale to apply, default is current screen scale
36 |     /// - Returns: the value ceiled to 1/scale
37 |     public func ceiled(scale: UIScreen.ScaleFactor = UIScreen.main.scaleFactor) -> CGFloat {
   |                               `- error: 'UIScreen' is unavailable in visionOS
38 |         rounded(.up, scale: scale)
39 |     }
UIKit.UIScreen:2:23: note: 'UIScreen' has been explicitly marked unavailable here
 1 | @available(visionOS, unavailable)
 2 | @MainActor open class UIScreen : NSObject, UITraitEnvironment {
   |                       `- note: 'UIScreen' has been explicitly marked unavailable here
 3 |     @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "Use UIApplication.shared.openSessions to find open sessions with scenes from other screens")
 4 |     open class var screens: [UIScreen] { get }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:37:54: error: 'UIScreen' is unavailable in visionOS
35 |     /// - Parameter scale: the scale to apply, default is current screen scale
36 |     /// - Returns: the value ceiled to 1/scale
37 |     public func ceiled(scale: UIScreen.ScaleFactor = UIScreen.main.scaleFactor) -> CGFloat {
   |                                                      `- error: 'UIScreen' is unavailable in visionOS
38 |         rounded(.up, scale: scale)
39 |     }
UIKit.UIScreen:2:23: note: 'UIScreen' has been explicitly marked unavailable here
 1 | @available(visionOS, unavailable)
 2 | @MainActor open class UIScreen : NSObject, UITraitEnvironment {
   |                       `- note: 'UIScreen' has been explicitly marked unavailable here
 3 |     @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "Use UIApplication.shared.openSessions to find open sessions with scenes from other screens")
 4 |     open class var screens: [UIScreen] { get }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift:37:24: error: main actor-isolated default value in a nonisolated context
35 |     /// - Parameter scale: the scale to apply, default is current screen scale
36 |     /// - Returns: the value ceiled to 1/scale
37 |     public func ceiled(scale: UIScreen.ScaleFactor = UIScreen.main.scaleFactor) -> CGFloat {
   |                        `- error: main actor-isolated default value in a nonisolated context
38 |         rounded(.up, scale: scale)
39 |     }
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift:11:11: error: 'UIScreen' is unavailable in visionOS
 9 | import UIKit
10 |
11 | extension UIScreen {
   |           `- error: 'UIScreen' is unavailable in visionOS
12 |     /// Represents possible scale factors of iOS screens
13 |     public enum ScaleFactor: CGFloat {
UIKit.UIScreen:2:23: note: 'UIScreen' has been explicitly marked unavailable here
 1 | @available(visionOS, unavailable)
 2 | @MainActor open class UIScreen : NSObject, UITraitEnvironment {
   |                       `- note: 'UIScreen' has been explicitly marked unavailable here
 3 |     @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "Use UIApplication.shared.openSessions to find open sessions with scenes from other screens")
 4 |     open class var screens: [UIScreen] { get }
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/.stats/stats-1716950907880293-swift-frontend-YCoreUI-all-arm64_apple_xros1.0-swiftmodule-Onone-652769283.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3771 seconds (1.3775 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1197 ( 14.4%)   0.0686 ( 12.5%)   0.1884 ( 13.7%)   0.1884 ( 13.7%)  perform-sema
   0.1193 ( 14.4%)   0.0684 ( 12.5%)   0.1877 ( 13.6%)   0.1878 ( 13.6%)  TypeCheckSourceFileRequest
   0.1189 ( 14.3%)   0.0681 ( 12.4%)   0.1870 ( 13.6%)   0.1870 ( 13.6%)  Type checking and Semantic analysis
   0.1182 ( 14.2%)   0.0675 ( 12.3%)   0.1857 ( 13.5%)   0.1857 ( 13.5%)  typecheck-decl
   0.0183 (  2.2%)   0.0470 (  8.6%)   0.0653 (  4.7%)   0.0653 (  4.7%)  parse-and-resolve-imports
   0.0164 (  2.0%)   0.0454 (  8.3%)   0.0619 (  4.5%)   0.0619 (  4.5%)  Import resolution
   0.0341 (  4.1%)   0.0199 (  3.6%)   0.0540 (  3.9%)   0.0540 (  3.9%)  ResolveValueWitnessesRequest
   0.0270 (  3.3%)   0.0142 (  2.6%)   0.0412 (  3.0%)   0.0412 (  3.0%)  load-all-members
   0.0248 (  3.0%)   0.0090 (  1.6%)   0.0337 (  2.4%)   0.0337 (  2.4%)  DirectLookupRequest
   0.0170 (  2.0%)   0.0144 (  2.6%)   0.0314 (  2.3%)   0.0314 (  2.3%)  InterfaceTypeRequest
   0.0164 (  2.0%)   0.0125 (  2.3%)   0.0289 (  2.1%)   0.0289 (  2.1%)  QualifiedLookupRequest
   0.0168 (  2.0%)   0.0118 (  2.2%)   0.0286 (  2.1%)   0.0287 (  2.1%)  import-clang-decl
   0.0159 (  1.9%)   0.0100 (  1.8%)   0.0259 (  1.9%)   0.0259 (  1.9%)  UnqualifiedLookupRequest
   0.0160 (  1.9%)   0.0090 (  1.7%)   0.0250 (  1.8%)   0.0250 (  1.8%)  typecheck-expr
   0.0153 (  1.8%)   0.0092 (  1.7%)   0.0245 (  1.8%)   0.0246 (  1.8%)  performUnqualifiedLookup
   0.0114 (  1.4%)   0.0075 (  1.4%)   0.0189 (  1.4%)   0.0189 (  1.4%)  ResolveTypeRequest
   0.0116 (  1.4%)   0.0059 (  1.1%)   0.0175 (  1.3%)   0.0175 (  1.3%)  AllMembersRequest
   0.0135 (  1.6%)   0.0032 (  0.6%)   0.0167 (  1.2%)   0.0167 (  1.2%)  CheckRedeclarationRequest
   0.0096 (  1.2%)   0.0043 (  0.8%)   0.0139 (  1.0%)   0.0139 (  1.0%)  LookupInModuleRequest
   0.0077 (  0.9%)   0.0046 (  0.8%)   0.0123 (  0.9%)   0.0123 (  0.9%)  PatternBindingEntryRequest
   0.0072 (  0.9%)   0.0041 (  0.7%)   0.0112 (  0.8%)   0.0112 (  0.8%)  DefaultArgumentExprRequest
   0.0075 (  0.9%)   0.0035 (  0.6%)   0.0110 (  0.8%)   0.0110 (  0.8%)  build-rewrite-system
   0.0082 (  1.0%)   0.0015 (  0.3%)   0.0098 (  0.7%)   0.0098 (  0.7%)  ClangRecordMemberLookup
   0.0082 (  1.0%)   0.0015 (  0.3%)   0.0097 (  0.7%)   0.0097 (  0.7%)  ClangDirectLookupRequest
   0.0035 (  0.4%)   0.0032 (  0.6%)   0.0067 (  0.5%)   0.0067 (  0.5%)  ActorIsolationRequest
   0.0035 (  0.4%)   0.0016 (  0.3%)   0.0050 (  0.4%)   0.0050 (  0.4%)  LookupConformanceInModuleRequest
   0.0027 (  0.3%)   0.0017 (  0.3%)   0.0044 (  0.3%)   0.0044 (  0.3%)  PatternTypeRequest
   0.0019 (  0.2%)   0.0022 (  0.4%)   0.0041 (  0.3%)   0.0041 (  0.3%)  AttachedPropertyWrappersRequest
   0.0020 (  0.2%)   0.0015 (  0.3%)   0.0035 (  0.3%)   0.0035 (  0.3%)  ResultTypeRequest
   0.0011 (  0.1%)   0.0021 (  0.4%)   0.0032 (  0.2%)   0.0032 (  0.2%)  load-stdlib
   0.0018 (  0.2%)   0.0014 (  0.2%)   0.0032 (  0.2%)   0.0032 (  0.2%)  ExtendedNominalRequest
   0.0018 (  0.2%)   0.0011 (  0.2%)   0.0030 (  0.2%)   0.0030 (  0.2%)  RequirementSignatureRequest
   0.0013 (  0.2%)   0.0013 (  0.2%)   0.0026 (  0.2%)   0.0026 (  0.2%)  PotentialMacroExpansionsInContextRequest
   0.0014 (  0.2%)   0.0010 (  0.2%)   0.0024 (  0.2%)   0.0024 (  0.2%)  ModuleQualifiedLookupRequest
   0.0012 (  0.2%)   0.0011 (  0.2%)   0.0023 (  0.2%)   0.0023 (  0.2%)  precheck-expr
   0.0012 (  0.1%)   0.0009 (  0.2%)   0.0021 (  0.2%)   0.0021 (  0.2%)  ValueWitnessRequest
   0.0020 (  0.2%)   0.0001 (  0.0%)   0.0020 (  0.1%)   0.0020 (  0.1%)  verify-all-loaded-modules
   0.0010 (  0.1%)   0.0009 (  0.2%)   0.0019 (  0.1%)   0.0019 (  0.1%)  GenericSignatureRequest
   0.0012 (  0.1%)   0.0007 (  0.1%)   0.0018 (  0.1%)   0.0018 (  0.1%)  DefaultInitializerIsolation
   0.0008 (  0.1%)   0.0009 (  0.2%)   0.0017 (  0.1%)   0.0017 (  0.1%)  IsGetterMutatingRequest
   0.0009 (  0.1%)   0.0008 (  0.1%)   0.0017 (  0.1%)   0.0017 (  0.1%)  IsObjCRequest
   0.0009 (  0.1%)   0.0006 (  0.1%)   0.0016 (  0.1%)   0.0016 (  0.1%)  ProtocolDependenciesRequest
   0.0009 (  0.1%)   0.0007 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.1%)  InheritedDeclsReferencedRequest
   0.0008 (  0.1%)   0.0006 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.1%)  TypeWitnessRequest
   0.0008 (  0.1%)   0.0006 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  StructuralRequirementsRequest
   0.0008 (  0.1%)   0.0006 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  ResolveTypeWitnessesRequest
   0.0006 (  0.1%)   0.0006 (  0.1%)   0.0013 (  0.1%)   0.0012 (  0.1%)  ExpandPeerMacroRequest
   0.0007 (  0.1%)   0.0006 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  StoredPropertiesRequest
   0.0010 (  0.1%)   0.0001 (  0.0%)   0.0011 (  0.1%)   0.0011 (  0.1%)  ParseMembersRequest
   0.0007 (  0.1%)   0.0004 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.1%)  ExpandMemberAttributeMacros
   0.0005 (  0.1%)   0.0005 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  IsFunctionBodySkippedRequest
   0.0006 (  0.1%)   0.0004 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  StorageImplInfoRequest
   0.0007 (  0.1%)   0.0002 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.1%)  ParseTopLevelDeclsRequest
   0.0006 (  0.1%)   0.0003 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.1%)  OpaqueReadOwnershipRequest
   0.0007 (  0.1%)   0.0001 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.1%)  ParseSourceFileRequest
   0.0005 (  0.1%)   0.0004 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0005 (  0.1%)   0.0003 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.1%)  ExtendedTypeRequest
   0.0004 (  0.0%)   0.0004 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  FragileFunctionKindRequest
   0.0004 (  0.1%)   0.0003 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.1%)  IsSetterMutatingRequest
   0.0003 (  0.0%)   0.0004 (  0.1%)   0.0007 (  0.0%)   0.0007 (  0.0%)  IsDynamicRequest
   0.0004 (  0.1%)   0.0002 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  RequirementRequest
   0.0004 (  0.1%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  LookupAllConformancesInContextRequest
   0.0004 (  0.1%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  DefaultTypeRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  HasIsolatedSelfRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ResolveImplicitMemberRequest
   0.0003 (  0.0%)   0.0003 (  0.1%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ProtocolRequirementsRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  OverriddenDeclsRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ABIMembersRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  GenericParamListRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  NamingPatternRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AbstractGenericSignatureRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AST verification
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)  LifetimeDependenceInfoRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GlobalActorAttributeRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasInitAccessorRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SPIGroupsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  InferredGenericSignatureRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  InheritedProtocolsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsStaticRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  InheritedTypeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  EnumRawValuesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  TypeCheckFunctionBodyRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AssociatedConformanceRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandExtensionMacros
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasStorageRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AccessLevelRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ResolveMacroRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SelfAccessKindRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupInfixOperatorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasMemberwiseInitRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CompareDeclSpecializationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsFinalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  UnderlyingTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  EnumRawTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CustomAttrNominalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasCircularRawValueRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  GlobalActorInstanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  InheritsSuperclassInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  define-default-ctor
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangCategoryLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasMissingDesignatedInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ImportDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultDefinitionTypeRequest
   0.8295 (100.0%)   0.5476 (100.0%)   1.3771 (100.0%)   1.3775 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2609 seconds (0.2610 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1418 (100.0%)   0.1191 (100.0%)   0.2609 (100.0%)   0.2610 (100.0%)  Building Target
   0.1418 (100.0%)   0.1191 (100.0%)   0.2609 (100.0%)   0.2610 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ TypographyLabel.swift,\ TypographyTextField.swift,\ TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-2 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextField.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextView.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabel.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextField.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextView.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/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    /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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-2 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextField.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextView.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabel.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextField.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextView.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/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    /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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-2 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextField.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextView.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabel.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextField.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextView.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/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift (in target 'YMatterType' from project 'YMatterType')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType
    /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/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/NSParagraphStyle+lineSpacing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UIFont+register.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+breakpoint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/UIKit/UITraitCollection+fontAppearance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/DefaultFontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/FontFamilyFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/supplementaryOutputs-2 -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 -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/YMatterType/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/YMatterType_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/YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/swift-overrides.hmap -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/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YMatterType -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/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextField.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextView.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabel.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextField.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyTextView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UIView+constrainAnchor.swift,\ UIView+constrainAspectRatio.swift,\ UIView+constrainBelow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    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/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/String+Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/YCoreUI+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/supplementaryOutputs-16 -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 -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/YCoreUI/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI_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/YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/swift-overrides.hmap -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/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAnchor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAspectRatio.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainBelow.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAnchor.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAspectRatio.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainBelow.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/.stats/stats-1716950912118411-swift-frontend-YCoreUI-UIView_constrainAnchor.swift-arm64_apple_xros1.0-o-Onone-1005451936.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8396 seconds (0.8399 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0436 (  8.7%)   0.0265 (  7.8%)   0.0701 (  8.3%)   0.0701 (  8.3%)  perform-sema
   0.0434 (  8.7%)   0.0264 (  7.8%)   0.0698 (  8.3%)   0.0699 (  8.3%)  TypeCheckSourceFileRequest
   0.0432 (  8.7%)   0.0263 (  7.7%)   0.0695 (  8.3%)   0.0695 (  8.3%)  Type checking and Semantic analysis
   0.0201 (  4.0%)   0.0417 ( 12.2%)   0.0618 (  7.4%)   0.0619 (  7.4%)  parse-and-resolve-imports
   0.0178 (  3.6%)   0.0402 ( 11.8%)   0.0581 (  6.9%)   0.0581 (  6.9%)  Import resolution
   0.0251 (  5.0%)   0.0153 (  4.5%)   0.0404 (  4.8%)   0.0404 (  4.8%)  typecheck-decl
   0.0200 (  4.0%)   0.0122 (  3.6%)   0.0322 (  3.8%)   0.0322 (  3.8%)  TypeCheckFunctionBodyRequest
   0.0186 (  3.7%)   0.0115 (  3.4%)   0.0301 (  3.6%)   0.0301 (  3.6%)  typecheck-stmt
   0.0178 (  3.6%)   0.0106 (  3.1%)   0.0284 (  3.4%)   0.0284 (  3.4%)  ResolveValueWitnessesRequest
   0.0196 (  3.9%)   0.0081 (  2.4%)   0.0277 (  3.3%)   0.0277 (  3.3%)  ASTLoweringRequest
   0.0169 (  3.4%)   0.0103 (  3.0%)   0.0272 (  3.2%)   0.0272 (  3.2%)  typecheck-expr
   0.0150 (  3.0%)   0.0076 (  2.2%)   0.0227 (  2.7%)   0.0227 (  2.7%)  UnqualifiedLookupRequest
   0.0132 (  2.7%)   0.0088 (  2.6%)   0.0220 (  2.6%)   0.0221 (  2.6%)  QualifiedLookupRequest
   0.0148 (  3.0%)   0.0072 (  2.1%)   0.0220 (  2.6%)   0.0220 (  2.6%)  performUnqualifiedLookup
   0.0159 (  3.2%)   0.0054 (  1.6%)   0.0213 (  2.5%)   0.0213 (  2.5%)  ExecuteSILPipelineRequest
   0.0130 (  2.6%)   0.0068 (  2.0%)   0.0198 (  2.4%)   0.0199 (  2.4%)  verify-all-loaded-modules
   0.0132 (  2.6%)   0.0061 (  1.8%)   0.0193 (  2.3%)   0.0193 (  2.3%)  build-rewrite-system
   0.0107 (  2.1%)   0.0062 (  1.8%)   0.0168 (  2.0%)   0.0168 (  2.0%)  IRGenRequest
   0.0111 (  2.2%)   0.0050 (  1.5%)   0.0161 (  1.9%)   0.0161 (  1.9%)  SILgen-decl
   0.0106 (  2.1%)   0.0047 (  1.4%)   0.0153 (  1.8%)   0.0153 (  1.8%)  DirectLookupRequest
   0.0081 (  1.6%)   0.0065 (  1.9%)   0.0146 (  1.7%)   0.0146 (  1.7%)  InterfaceTypeRequest
   0.0089 (  1.8%)   0.0041 (  1.2%)   0.0131 (  1.6%)   0.0130 (  1.6%)  LookupInModuleRequest
   0.0090 (  1.8%)   0.0041 (  1.2%)   0.0130 (  1.6%)   0.0130 (  1.5%)  SILGen-function
   0.0079 (  1.6%)   0.0050 (  1.5%)   0.0129 (  1.5%)   0.0129 (  1.5%)  IRGen
   0.0074 (  1.5%)   0.0041 (  1.2%)   0.0114 (  1.4%)   0.0114 (  1.4%)  precheck-expr
   0.0059 (  1.2%)   0.0024 (  0.7%)   0.0083 (  1.0%)   0.0083 (  1.0%)  LookupConformanceInModuleRequest
   0.0034 (  0.7%)   0.0021 (  0.6%)   0.0055 (  0.7%)   0.0055 (  0.7%)  import-clang-decl
   0.0030 (  0.6%)   0.0023 (  0.7%)   0.0053 (  0.6%)   0.0053 (  0.6%)  ActorIsolationRequest
   0.0049 (  1.0%)   0.0002 (  0.0%)   0.0051 (  0.6%)   0.0051 (  0.6%)  SIL optimization
   0.0028 (  0.6%)   0.0015 (  0.5%)   0.0043 (  0.5%)   0.0043 (  0.5%)  ResolveTypeRequest
   0.0020 (  0.4%)   0.0018 (  0.5%)   0.0038 (  0.4%)   0.0038 (  0.4%)  ValueWitnessRequest
   0.0022 (  0.4%)   0.0015 (  0.4%)   0.0037 (  0.4%)   0.0037 (  0.4%)  DefaultArgumentExprRequest
   0.0022 (  0.4%)   0.0013 (  0.4%)   0.0035 (  0.4%)   0.0035 (  0.4%)  ExtendedNominalRequest
   0.0016 (  0.3%)   0.0017 (  0.5%)   0.0033 (  0.4%)   0.0033 (  0.4%)  AttachedPropertyWrappersRequest
   0.0011 (  0.2%)   0.0020 (  0.6%)   0.0031 (  0.4%)   0.0031 (  0.4%)  load-stdlib
   0.0019 (  0.4%)   0.0010 (  0.3%)   0.0029 (  0.3%)   0.0029 (  0.3%)  ModuleQualifiedLookupRequest
   0.0014 (  0.3%)   0.0008 (  0.2%)   0.0022 (  0.3%)   0.0022 (  0.3%)  ImplicitKnownProtocolConformanceRequest
   0.0014 (  0.3%)   0.0007 (  0.2%)   0.0021 (  0.3%)   0.0021 (  0.3%)  CheckRedeclarationRequest
   0.0012 (  0.2%)   0.0009 (  0.3%)   0.0021 (  0.3%)   0.0021 (  0.3%)  StoredPropertiesRequest
   0.0013 (  0.3%)   0.0008 (  0.2%)   0.0021 (  0.2%)   0.0021 (  0.2%)  LookupAllConformancesInContextRequest
   0.0009 (  0.2%)   0.0008 (  0.2%)   0.0018 (  0.2%)   0.0018 (  0.2%)  PotentialMacroExpansionsInContextRequest
   0.0014 (  0.3%)   0.0001 (  0.0%)   0.0015 (  0.2%)   0.0015 (  0.2%)  SIL verification, pre-optimization
   0.0012 (  0.2%)   0.0003 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.2%)  USRGenerationRequest
   0.0009 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  ParseTopLevelDeclsRequest
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  ParseSourceFileRequest
   0.0004 (  0.1%)   0.0005 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  SemanticDeclAttrsRequest
   0.0005 (  0.1%)   0.0003 (  0.1%)   0.0008 (  0.1%)   0.0009 (  0.1%)  ExpandMemberAttributeMacros
   0.0005 (  0.1%)   0.0003 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  PatternBindingEntryRequest
   0.0007 (  0.1%)   0.0001 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.1%)  SIL verification, post-optimization
   0.0004 (  0.1%)   0.0004 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  ExpandPeerMacroRequest
   0.0004 (  0.1%)   0.0004 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  IsGetterMutatingRequest
   0.0004 (  0.1%)   0.0003 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  PatternTypeRequest
   0.0003 (  0.1%)   0.0003 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  IsObjCRequest
   0.0003 (  0.1%)   0.0002 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  ProtocolDependenciesRequest
   0.0003 (  0.1%)   0.0003 (  0.1%)   0.0005 (  0.1%)   0.0006 (  0.1%)  StorageImplInfoRequest
   0.0005 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  PublicSymbolsRequest
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  DefaultInitializerIsolation
   0.0002 (  0.0%)   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  HasInitAccessorRequest
   0.0003 (  0.1%)   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  ABIMembersRequest
   0.0003 (  0.1%)   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  GenericParamListRequest
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  ResultTypeRequest
   0.0003 (  0.1%)   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  NamingPatternRequest
   0.0002 (  0.0%)   0.0002 (  0.1%)   0.0004 (  0.0%)   0.0004 (  0.0%)  GenericSignatureRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ResolveMacroRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  AbstractGenericSignatureRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasIsolatedSelfRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GlobalActorAttributeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  RequirementSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)  IsDynamicRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)  ProtocolRequirementsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DefaultTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CompareDeclSpecializationRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseMembersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  OverriddenDeclsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CollectOverriddenDeclsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  EnumRawValuesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SPIGroupsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  OpaqueReadOwnershipRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AST verification
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  InheritedProtocolsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  StructuralRequirementsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LocalDiscriminatorsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)  ExpandExtensionMacros
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsFinalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupPrecedenceGroupRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExtendedTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandBodyMacroRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasStorageRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedDeclsReferencedRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CustomAttrNominalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  NeedsNewVTableEntryRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GlobalActorInstanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AssociatedConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveImplicitMemberRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProvideDefaultImplForRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawTypeRequest
   0.4985 (100.0%)   0.3411 (100.0%)   0.8396 (100.0%)   0.8399 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2420 seconds (0.2430 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1386 (100.0%)   0.1034 (100.0%)   0.2420 (100.0%)   0.2430 (100.0%)  Building Target
   0.1386 (100.0%)   0.1034 (100.0%)   0.2420 (100.0%)   0.2430 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    /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/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/String+Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/YCoreUI+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/supplementaryOutputs-16 -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 -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/YCoreUI/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI_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/YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/swift-overrides.hmap -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/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAnchor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAspectRatio.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainBelow.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAnchor.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAspectRatio.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainBelow.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/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    /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/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/String+Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/YCoreUI+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/supplementaryOutputs-16 -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 -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/YCoreUI/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI_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/YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/swift-overrides.hmap -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/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAnchor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAspectRatio.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainBelow.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAnchor.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAspectRatio.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainBelow.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/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    /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/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGFloat+rounded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/CGSize+inset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/Foundation/String+Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/NSDirectionalEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+WCAG.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+blended.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+directional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+horizontal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIEdgeInsets+init.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScreen+scaleFactor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIScrollView+keyboardNotifications.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UITraitCollection+colorSpaces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrain.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAnchor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainBelow.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdgesToMargins.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainSize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Foundations/Elevation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Anchorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Colorable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/ImageAsset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/Localizable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Protocols/SystemImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/YCoreUI+Logging.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/supplementaryOutputs-16 -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 -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/YCoreUI/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI_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/YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/swift-overrides.hmap -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/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name YCoreUI -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/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAnchor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAspectRatio.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainBelow.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAnchor.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainAspectRatio.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainBelow.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriver\ Compilation\ Requirements YCoreUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'YCoreUI' from project 'YCoreUI')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name YCoreUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -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 -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI -experimental-emit-module-separately -disable-cmo
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YMatterType' from project 'YMatterType')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YCalendarPicker' from project 'YCalendarPicker')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YCalendarPicker' from project 'YCalendarPicker')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YCalendarPicker_YCalendarPicker' from project 'YCalendarPicker')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YCoreUI' from project 'YCoreUI')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YCalendarPickerTests' from project 'YCalendarPicker')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YCoreUI' from project 'YCoreUI')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ YMatterType (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 Compiling\ TypographyLayout.swift,\ YMatterType+Logging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/TypographyLayout.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/YMatterType+Logging.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 Compiling\ NSAttributedString+baseAttributes.swift,\ NSAttributedString+textCase.swift,\ String+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+baseAttributes.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/NSAttributedString+textCase.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Extensions/Foundation/String+textCase.swift (in target 'YMatterType' from project 'YMatterType')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ YCoreUI (in target 'YCoreUI' from project 'YCoreUI')
(9 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.