Build Information
Failed to build YBottomSheet 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 YBottomSheet -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/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/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
<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 /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
<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
^
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-1716980210810674-swift-frontend-YCoreUI-all-arm64_apple_xros1.0-swiftmodule-Onone-956695867.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.4788 seconds (1.4792 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1321 ( 14.5%) 0.0726 ( 12.9%) 0.2048 ( 13.8%) 0.2048 ( 13.8%) perform-sema
0.1317 ( 14.4%) 0.0724 ( 12.8%) 0.2041 ( 13.8%) 0.2042 ( 13.8%) TypeCheckSourceFileRequest
0.1312 ( 14.4%) 0.0720 ( 12.8%) 0.2032 ( 13.7%) 0.2033 ( 13.7%) Type checking and Semantic analysis
0.1304 ( 14.3%) 0.0715 ( 12.7%) 0.2019 ( 13.7%) 0.2019 ( 13.7%) typecheck-decl
0.0193 ( 2.1%) 0.0421 ( 7.5%) 0.0614 ( 4.2%) 0.0615 ( 4.2%) parse-and-resolve-imports
0.0363 ( 4.0%) 0.0218 ( 3.9%) 0.0581 ( 3.9%) 0.0581 ( 3.9%) ResolveValueWitnessesRequest
0.0172 ( 1.9%) 0.0405 ( 7.2%) 0.0577 ( 3.9%) 0.0577 ( 3.9%) Import resolution
0.0285 ( 3.1%) 0.0145 ( 2.6%) 0.0430 ( 2.9%) 0.0430 ( 2.9%) load-all-members
0.0288 ( 3.2%) 0.0098 ( 1.7%) 0.0386 ( 2.6%) 0.0386 ( 2.6%) DirectLookupRequest
0.0188 ( 2.1%) 0.0154 ( 2.7%) 0.0342 ( 2.3%) 0.0342 ( 2.3%) InterfaceTypeRequest
0.0176 ( 1.9%) 0.0130 ( 2.3%) 0.0306 ( 2.1%) 0.0306 ( 2.1%) QualifiedLookupRequest
0.0182 ( 2.0%) 0.0124 ( 2.2%) 0.0306 ( 2.1%) 0.0306 ( 2.1%) import-clang-decl
0.0183 ( 2.0%) 0.0108 ( 1.9%) 0.0292 ( 2.0%) 0.0292 ( 2.0%) UnqualifiedLookupRequest
0.0178 ( 1.9%) 0.0100 ( 1.8%) 0.0278 ( 1.9%) 0.0278 ( 1.9%) performUnqualifiedLookup
0.0170 ( 1.9%) 0.0094 ( 1.7%) 0.0264 ( 1.8%) 0.0264 ( 1.8%) typecheck-expr
0.0126 ( 1.4%) 0.0078 ( 1.4%) 0.0204 ( 1.4%) 0.0204 ( 1.4%) ResolveTypeRequest
0.0163 ( 1.8%) 0.0037 ( 0.7%) 0.0200 ( 1.4%) 0.0200 ( 1.4%) CheckRedeclarationRequest
0.0114 ( 1.2%) 0.0062 ( 1.1%) 0.0176 ( 1.2%) 0.0177 ( 1.2%) AllMembersRequest
0.0116 ( 1.3%) 0.0048 ( 0.9%) 0.0164 ( 1.1%) 0.0164 ( 1.1%) LookupInModuleRequest
0.0085 ( 0.9%) 0.0043 ( 0.8%) 0.0128 ( 0.9%) 0.0128 ( 0.9%) DefaultArgumentExprRequest
0.0104 ( 1.1%) 0.0019 ( 0.3%) 0.0123 ( 0.8%) 0.0123 ( 0.8%) ClangRecordMemberLookup
0.0104 ( 1.1%) 0.0018 ( 0.3%) 0.0122 ( 0.8%) 0.0122 ( 0.8%) ClangDirectLookupRequest
0.0074 ( 0.8%) 0.0046 ( 0.8%) 0.0121 ( 0.8%) 0.0121 ( 0.8%) PatternBindingEntryRequest
0.0077 ( 0.8%) 0.0037 ( 0.7%) 0.0114 ( 0.8%) 0.0114 ( 0.8%) build-rewrite-system
0.0036 ( 0.4%) 0.0034 ( 0.6%) 0.0070 ( 0.5%) 0.0070 ( 0.5%) ActorIsolationRequest
0.0039 ( 0.4%) 0.0016 ( 0.3%) 0.0055 ( 0.4%) 0.0055 ( 0.4%) LookupConformanceInModuleRequest
0.0028 ( 0.3%) 0.0018 ( 0.3%) 0.0047 ( 0.3%) 0.0047 ( 0.3%) PatternTypeRequest
0.0021 ( 0.2%) 0.0024 ( 0.4%) 0.0045 ( 0.3%) 0.0044 ( 0.3%) AttachedPropertyWrappersRequest
0.0025 ( 0.3%) 0.0017 ( 0.3%) 0.0042 ( 0.3%) 0.0042 ( 0.3%) ResultTypeRequest
0.0021 ( 0.2%) 0.0014 ( 0.2%) 0.0034 ( 0.2%) 0.0034 ( 0.2%) ExtendedNominalRequest
0.0011 ( 0.1%) 0.0020 ( 0.4%) 0.0031 ( 0.2%) 0.0031 ( 0.2%) load-stdlib
0.0019 ( 0.2%) 0.0011 ( 0.2%) 0.0030 ( 0.2%) 0.0030 ( 0.2%) RequirementSignatureRequest
0.0019 ( 0.2%) 0.0011 ( 0.2%) 0.0030 ( 0.2%) 0.0030 ( 0.2%) ModuleQualifiedLookupRequest
0.0014 ( 0.2%) 0.0014 ( 0.2%) 0.0028 ( 0.2%) 0.0028 ( 0.2%) PotentialMacroExpansionsInContextRequest
0.0013 ( 0.1%) 0.0010 ( 0.2%) 0.0023 ( 0.2%) 0.0023 ( 0.2%) precheck-expr
0.0011 ( 0.1%) 0.0009 ( 0.2%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) ValueWitnessRequest
0.0011 ( 0.1%) 0.0010 ( 0.2%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) GenericSignatureRequest
0.0013 ( 0.1%) 0.0007 ( 0.1%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) DefaultInitializerIsolation
0.0019 ( 0.2%) 0.0001 ( 0.0%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) verify-all-loaded-modules
0.0011 ( 0.1%) 0.0008 ( 0.1%) 0.0019 ( 0.1%) 0.0019 ( 0.1%) IsObjCRequest
0.0008 ( 0.1%) 0.0009 ( 0.2%) 0.0017 ( 0.1%) 0.0017 ( 0.1%) IsGetterMutatingRequest
0.0010 ( 0.1%) 0.0007 ( 0.1%) 0.0016 ( 0.1%) 0.0016 ( 0.1%) ProtocolDependenciesRequest
0.0009 ( 0.1%) 0.0006 ( 0.1%) 0.0015 ( 0.1%) 0.0016 ( 0.1%) InheritedDeclsReferencedRequest
0.0008 ( 0.1%) 0.0006 ( 0.1%) 0.0014 ( 0.1%) 0.0014 ( 0.1%) TypeWitnessRequest
0.0008 ( 0.1%) 0.0006 ( 0.1%) 0.0014 ( 0.1%) 0.0014 ( 0.1%) StructuralRequirementsRequest
0.0007 ( 0.1%) 0.0006 ( 0.1%) 0.0013 ( 0.1%) 0.0013 ( 0.1%) ResolveTypeWitnessesRequest
0.0007 ( 0.1%) 0.0006 ( 0.1%) 0.0013 ( 0.1%) 0.0013 ( 0.1%) ExpandPeerMacroRequest
0.0007 ( 0.1%) 0.0006 ( 0.1%) 0.0013 ( 0.1%) 0.0013 ( 0.1%) StoredPropertiesRequest
0.0012 ( 0.1%) 0.0001 ( 0.0%) 0.0012 ( 0.1%) 0.0012 ( 0.1%) ParseMembersRequest
0.0007 ( 0.1%) 0.0005 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 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.0009 ( 0.1%) 0.0009 ( 0.1%) ParseTopLevelDeclsRequest
0.0006 ( 0.1%) 0.0003 ( 0.0%) 0.0009 ( 0.1%) 0.0009 ( 0.1%) OpaqueReadOwnershipRequest
0.0006 ( 0.1%) 0.0003 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.1%) ExtendedTypeRequest
0.0004 ( 0.0%) 0.0004 ( 0.1%) 0.0008 ( 0.1%) 0.0008 ( 0.1%) HasSelfOrAssociatedTypeRequirementsRequest
0.0007 ( 0.1%) 0.0001 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.1%) ParseSourceFileRequest
0.0004 ( 0.0%) 0.0004 ( 0.1%) 0.0008 ( 0.1%) 0.0007 ( 0.1%) FragileFunctionKindRequest
0.0005 ( 0.1%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) DefaultTypeRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) IsSetterMutatingRequest
0.0005 ( 0.1%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) LookupAllConformancesInContextRequest
0.0003 ( 0.0%) 0.0004 ( 0.1%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) IsDynamicRequest
0.0003 ( 0.0%) 0.0003 ( 0.0%) 0.0006 ( 0.0%) 0.0007 ( 0.0%) HasIsolatedSelfRequest
0.0004 ( 0.0%) 0.0003 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) ResolveImplicitMemberRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) RequirementRequest
0.0003 ( 0.0%) 0.0003 ( 0.1%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) ProtocolRequirementsRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) GenericParamListRequest
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.0006 ( 0.0%) 0.0005 ( 0.0%) OverriddenDeclsRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) NamingPatternRequest
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.0004 ( 0.0%) 0.0004 ( 0.0%) AbstractGenericSignatureRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) GlobalActorAttributeRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) LifetimeDependenceInfoRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) SPIGroupsRequest
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%) InheritedProtocolsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) InheritedTypeRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) InferredGenericSignatureRequest
0.0001 ( 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%) IsStaticRequest
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%) HasStorageRequest
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%) AssociatedConformanceRequest
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%) DynamicallyReplacedDeclRequest
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%) IsActorRequest
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) CheckInconsistentAccessLevelOnImport
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%) ParseAbstractFunctionBodyRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AllInheritedProtocolsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ObjCInterfaceAndImplementationRequest
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%) AttachedResultBuilderRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SelfAccessKindRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ImplicitKnownProtocolConformanceRequest
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%) IsImplicitlyUnwrappedOptionalRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) CompareDeclSpecializationRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0001 ( 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%) IsFinalRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasUserDefinedDesignatedInitRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) CustomAttrNominalRequest
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.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsDistributedActorRequest
0.0001 ( 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%) ProtocolRequiresClassRequest
0.0001 ( 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%) EnumRawTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0001 ( 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%) SuperclassDeclRequest
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%) PatternBindingCheckedAndContextualizedInitRequest
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.0001 ( 0.0%) GlobalActorInstanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) IsAccessorTransparentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) InheritsSuperclassInitializersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) SynthesizeAccessorRequest
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%) IsNonUserModuleRequest
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%) ExpandAccessorMacros
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%) DirectOperatorLookupRequest
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%) SelfBoundsFromWhereClauseRequest
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%) CheckInconsistentAccessLevelOnImportSameFileRequest
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%) SynthesizeDefaultInitRequest
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%) source-file-populate-cache
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%) HasDynamicMemberLookupAttributeRequest
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%) UnderlyingTypeDeclsReferencedRequest
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%) ClassAncestryFlagsRequest
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%) ReferencedAssociatedTypesRequest
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%) InitKindRequest
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%) 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%) InitAccessorPropertiesRequest
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%) ExpandSynthesizedMemberMacroRequest
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%) TypeDeclsFromWhereClauseRequest
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%) SynthesizeMainFunctionRequest
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%) SelfBoundsFromGenericSignatureRequest
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%) PrimarySourceFilesRequest
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%) DefaultDefinitionTypeRequest
0.9139 (100.0%) 0.5649 (100.0%) 1.4788 (100.0%) 1.4792 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2735 seconds (0.2736 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1552 (100.0%) 0.1183 (100.0%) 0.2735 (100.0%) 0.2736 (100.0%) Building Target
0.1552 (100.0%) 0.1183 (100.0%) 0.2735 (100.0%) 0.2736 (100.0%) Total
SwiftCompile normal arm64 Compiling\ TypographyLabelRepresentable.swift,\ TextStyleLabel.swift,\ TypographyButton.swift /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 (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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift -primary-file /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -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/TypographyLabelRepresentable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TextStyleLabel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyButton.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabelRepresentable.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TextStyleLabel.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyButton.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/Representables/TypographyLabelRepresentable.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift -primary-file /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -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/TypographyLabelRepresentable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TextStyleLabel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyButton.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabelRepresentable.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TextStyleLabel.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyButton.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/TextStyleLabel.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift -primary-file /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -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/TypographyLabelRepresentable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TextStyleLabel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyButton.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabelRepresentable.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TextStyleLabel.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyButton.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/TypographyButton.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TextStyleLabel.swift -primary-file /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 /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-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -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/TypographyLabelRepresentable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TextStyleLabel.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyButton.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyLabelRepresentable.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TextStyleLabel.o -index-unit-output-path /YMatterType.build/Debug-xros/YMatterType.build/Objects-normal/arm64/TypographyButton.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UIView+constrainCenter.swift,\ UIView+constrainEdges.swift,\ UIView+constrainEdgesToMargins.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 (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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift -primary-file /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-19 -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+constrainCenter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdges.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdgesToMargins.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainCenter.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdges.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdgesToMargins.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-1716980215564554-swift-frontend-YCoreUI-UIView_constrainCenter.swift-arm64_apple_xros1.0-o-Onone-1064469448.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.4170 seconds (1.4186 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0724 ( 7.8%) 0.0382 ( 7.8%) 0.1107 ( 7.8%) 0.1107 ( 7.8%) perform-sema
0.0721 ( 7.8%) 0.0381 ( 7.8%) 0.1103 ( 7.8%) 0.1103 ( 7.8%) TypeCheckSourceFileRequest
0.0719 ( 7.8%) 0.0380 ( 7.7%) 0.1099 ( 7.8%) 0.1099 ( 7.7%) Type checking and Semantic analysis
0.0777 ( 8.4%) 0.0220 ( 4.5%) 0.0997 ( 7.0%) 0.1003 ( 7.1%) ExecuteSILPipelineRequest
0.0483 ( 5.2%) 0.0244 ( 5.0%) 0.0727 ( 5.1%) 0.0727 ( 5.1%) typecheck-decl
0.0456 ( 4.9%) 0.0210 ( 4.3%) 0.0665 ( 4.7%) 0.0666 ( 4.7%) typecheck-expr
0.0202 ( 2.2%) 0.0456 ( 9.3%) 0.0659 ( 4.6%) 0.0659 ( 4.6%) parse-and-resolve-imports
0.0179 ( 1.9%) 0.0439 ( 8.9%) 0.0618 ( 4.4%) 0.0618 ( 4.4%) Import resolution
0.0402 ( 4.3%) 0.0182 ( 3.7%) 0.0584 ( 4.1%) 0.0584 ( 4.1%) TypeCheckFunctionBodyRequest
0.0389 ( 4.2%) 0.0176 ( 3.6%) 0.0565 ( 4.0%) 0.0565 ( 4.0%) typecheck-stmt
0.0290 ( 3.1%) 0.0111 ( 2.3%) 0.0401 ( 2.8%) 0.0401 ( 2.8%) ASTLoweringRequest
0.0262 ( 2.8%) 0.0126 ( 2.6%) 0.0388 ( 2.7%) 0.0388 ( 2.7%) QualifiedLookupRequest
0.0233 ( 2.5%) 0.0106 ( 2.2%) 0.0339 ( 2.4%) 0.0340 ( 2.4%) build-rewrite-system
0.0230 ( 2.5%) 0.0092 ( 1.9%) 0.0323 ( 2.3%) 0.0324 ( 2.3%) IRGenRequest
0.0222 ( 2.4%) 0.0076 ( 1.6%) 0.0299 ( 2.1%) 0.0299 ( 2.1%) DirectLookupRequest
0.0205 ( 2.2%) 0.0092 ( 1.9%) 0.0297 ( 2.1%) 0.0299 ( 2.1%) verify-all-loaded-modules
0.0184 ( 2.0%) 0.0115 ( 2.3%) 0.0298 ( 2.1%) 0.0298 ( 2.1%) ResolveValueWitnessesRequest
0.0182 ( 2.0%) 0.0089 ( 1.8%) 0.0271 ( 1.9%) 0.0271 ( 1.9%) UnqualifiedLookupRequest
0.0196 ( 2.1%) 0.0071 ( 1.4%) 0.0267 ( 1.9%) 0.0268 ( 1.9%) PatternBindingEntryRequest
0.0179 ( 1.9%) 0.0086 ( 1.7%) 0.0265 ( 1.9%) 0.0265 ( 1.9%) performUnqualifiedLookup
0.0226 ( 2.4%) 0.0021 ( 0.4%) 0.0248 ( 1.7%) 0.0248 ( 1.8%) SIL optimization
0.0121 ( 1.3%) 0.0091 ( 1.9%) 0.0212 ( 1.5%) 0.0213 ( 1.5%) InterfaceTypeRequest
0.0141 ( 1.5%) 0.0070 ( 1.4%) 0.0211 ( 1.5%) 0.0211 ( 1.5%) IRGen
0.0144 ( 1.6%) 0.0064 ( 1.3%) 0.0208 ( 1.5%) 0.0209 ( 1.5%) LookupConformanceInModuleRequest
0.0136 ( 1.5%) 0.0053 ( 1.1%) 0.0190 ( 1.3%) 0.0190 ( 1.3%) SILgen-decl
0.0130 ( 1.4%) 0.0051 ( 1.0%) 0.0181 ( 1.3%) 0.0181 ( 1.3%) SILGen-function
0.0107 ( 1.2%) 0.0050 ( 1.0%) 0.0157 ( 1.1%) 0.0157 ( 1.1%) precheck-expr
0.0103 ( 1.1%) 0.0043 ( 0.9%) 0.0146 ( 1.0%) 0.0146 ( 1.0%) LookupInModuleRequest
0.0107 ( 1.2%) 0.0019 ( 0.4%) 0.0125 ( 0.9%) 0.0126 ( 0.9%) SIL verification, pre-optimization
0.0099 ( 1.1%) 0.0016 ( 0.3%) 0.0115 ( 0.8%) 0.0115 ( 0.8%) ClangRecordMemberLookup
0.0099 ( 1.1%) 0.0016 ( 0.3%) 0.0115 ( 0.8%) 0.0115 ( 0.8%) ClangDirectLookupRequest
0.0072 ( 0.8%) 0.0016 ( 0.3%) 0.0088 ( 0.6%) 0.0088 ( 0.6%) SIL verification, post-optimization
0.0043 ( 0.5%) 0.0024 ( 0.5%) 0.0067 ( 0.5%) 0.0067 ( 0.5%) ResolveTypeRequest
0.0028 ( 0.3%) 0.0026 ( 0.5%) 0.0054 ( 0.4%) 0.0053 ( 0.4%) ActorIsolationRequest
0.0031 ( 0.3%) 0.0022 ( 0.4%) 0.0053 ( 0.4%) 0.0053 ( 0.4%) StoredPropertiesRequest
0.0028 ( 0.3%) 0.0019 ( 0.4%) 0.0047 ( 0.3%) 0.0047 ( 0.3%) InheritedDeclsReferencedRequest
0.0021 ( 0.2%) 0.0025 ( 0.5%) 0.0046 ( 0.3%) 0.0046 ( 0.3%) AttachedPropertyWrappersRequest
0.0027 ( 0.3%) 0.0018 ( 0.4%) 0.0045 ( 0.3%) 0.0045 ( 0.3%) import-clang-decl
0.0026 ( 0.3%) 0.0017 ( 0.4%) 0.0043 ( 0.3%) 0.0043 ( 0.3%) ResolveImplicitMemberRequest
0.0023 ( 0.2%) 0.0015 ( 0.3%) 0.0037 ( 0.3%) 0.0037 ( 0.3%) ExtendedNominalRequest
0.0025 ( 0.3%) 0.0013 ( 0.3%) 0.0037 ( 0.3%) 0.0037 ( 0.3%) ModuleQualifiedLookupRequest
0.0016 ( 0.2%) 0.0016 ( 0.3%) 0.0032 ( 0.2%) 0.0032 ( 0.2%) PotentialMacroExpansionsInContextRequest
0.0011 ( 0.1%) 0.0020 ( 0.4%) 0.0032 ( 0.2%) 0.0032 ( 0.2%) load-stdlib
0.0017 ( 0.2%) 0.0010 ( 0.2%) 0.0027 ( 0.2%) 0.0027 ( 0.2%) DefaultArgumentExprRequest
0.0014 ( 0.2%) 0.0011 ( 0.2%) 0.0025 ( 0.2%) 0.0025 ( 0.2%) ValueWitnessRequest
0.0017 ( 0.2%) 0.0003 ( 0.1%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) USRGenerationRequest
0.0008 ( 0.1%) 0.0008 ( 0.2%) 0.0016 ( 0.1%) 0.0016 ( 0.1%) ExpandPeerMacroRequest
0.0010 ( 0.1%) 0.0005 ( 0.1%) 0.0016 ( 0.1%) 0.0016 ( 0.1%) ResultTypeRequest
0.0008 ( 0.1%) 0.0007 ( 0.1%) 0.0015 ( 0.1%) 0.0015 ( 0.1%) TypeWitnessRequest
0.0009 ( 0.1%) 0.0005 ( 0.1%) 0.0015 ( 0.1%) 0.0015 ( 0.1%) ExpandMemberAttributeMacros
0.0009 ( 0.1%) 0.0005 ( 0.1%) 0.0014 ( 0.1%) 0.0014 ( 0.1%) PatternTypeRequest
0.0008 ( 0.1%) 0.0006 ( 0.1%) 0.0014 ( 0.1%) 0.0014 ( 0.1%) ResolveTypeWitnessesRequest
0.0009 ( 0.1%) 0.0003 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.1%) ParseTopLevelDeclsRequest
0.0008 ( 0.1%) 0.0003 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.1%) ParseSourceFileRequest
0.0006 ( 0.1%) 0.0005 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.1%) HasInitAccessorRequest
0.0006 ( 0.1%) 0.0004 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.1%) HasSelfOrAssociatedTypeRequirementsRequest
0.0006 ( 0.1%) 0.0003 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.1%) EnumRawValuesRequest
0.0004 ( 0.0%) 0.0004 ( 0.1%) 0.0008 ( 0.1%) 0.0008 ( 0.1%) IsGetterMutatingRequest
0.0004 ( 0.0%) 0.0003 ( 0.1%) 0.0008 ( 0.1%) 0.0008 ( 0.1%) IsDynamicRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) NamingPatternRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) HasIsolatedSelfRequest
0.0003 ( 0.0%) 0.0003 ( 0.1%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) IsObjCRequest
0.0004 ( 0.0%) 0.0002 ( 0.1%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) GenericParamListRequest
0.0003 ( 0.0%) 0.0003 ( 0.1%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) StorageImplInfoRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) ProtocolDependenciesRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) DefaultInitializerIsolation
0.0003 ( 0.0%) 0.0003 ( 0.1%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) SemanticDeclAttrsRequest
0.0002 ( 0.0%) 0.0003 ( 0.1%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) LookupInfixOperatorRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) AbstractGenericSignatureRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) GenericSignatureRequest
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ParseMembersRequest
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) PublicSymbolsRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) LifetimeDependenceInfoRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) ABIMembersRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) SPIGroupsRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) AST verification
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) CheckRedeclarationRequest
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%) IsFinalRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ValidatePrecedenceGroupRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) CompareDeclSpecializationRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) LookupPrecedenceGroupRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ProtocolRequirementsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) DefaultTypeRequest
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.0002 ( 0.0%) PropertyWrapperMutabilityRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) OverriddenDeclsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) IsActorRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ExpandExtensionMacros
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) AllInheritedProtocolsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) OpaqueReadOwnershipRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) CollectOverriddenDeclsRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ResolveMacroRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) IsNonUserModuleRequest
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%) ConditionalRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) InheritedProtocolsRequest
0.0001 ( 0.0%) 0.0000 ( 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%) ExtendedTypeRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) DynamicallyReplacedDeclRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasDynamicMemberLookupAttributeRequest
0.0001 ( 0.0%) 0.0001 ( 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%) LocalDiscriminatorsRequest
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%) IsImplicitlyUnwrappedOptionalRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) DirectOperatorLookupRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PatternBindingCheckedAndContextualizedInitRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AssociatedConformanceRequest
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%) PreCheckFunctionBodyRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ParamSpecifierRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasStorageRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) FragileFunctionKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
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%) CustomAttrNominalRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) BodyInitKindRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) LookupAllConformancesInContextRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsDeclRefinementOfRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AllMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) GlobalActorInstanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0000 ( 0.0%) AccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritedTypeRequest
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%) IsDistributedActorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ApplyAccessNoteRequest
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%) HasCircularInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResultBuilderTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0000 ( 0.0%) DirectPrecedenceGroupLookupRequest
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%) SelfAccessKindRequest
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%) MemberwiseInitPropertiesRequest
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%) 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%) AttachedResultBuilderRequest
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%) HasMemberwiseInitRequest
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%) IsStaticRequest
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%) SimpleDidSetRequest
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%) SuppressesConformanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasUserDefinedDesignatedInitRequest
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%) ClassAncestryFlagsRequest
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%) CheckInconsistentAccessLevelOnImport
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%) ReferencedAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) StoredPropertiesAndMissingMembersRequest
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%) 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%) ExpandPreambleMacroRequest
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%) DefaultAndMaxAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSingleValueStmtRequest
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%) CxxRecordSemantics
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%) populate-source-file-class-member-cache
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%) SynthesizeMainFunctionRequest
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%) NeedsNewVTableEntryRequest
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%) TypeAliasRequirementsRequest
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%) SuperclassDeclRequest
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%) InitKindRequest
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%) EnumRawTypeRequest
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%) HasDefaultInitRequest
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%) UnderlyingTypeDeclsReferencedRequest
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%) IsABICompatibleOverrideRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultDefinitionTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimarySourceFilesRequest
0.9257 (100.0%) 0.4912 (100.0%) 1.4170 (100.0%) 1.4186 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4604 seconds (0.4624 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3115 (100.0%) 0.1490 (100.0%) 0.4604 (100.0%) 0.4624 (100.0%) Building Target
0.3115 (100.0%) 0.1490 (100.0%) 0.4604 (100.0%) 0.4624 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift -primary-file /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-19 -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+constrainCenter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdges.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdgesToMargins.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainCenter.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdges.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdgesToMargins.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+constrainEdges.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift -primary-file /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-19 -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+constrainCenter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdges.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdgesToMargins.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainCenter.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdges.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdgesToMargins.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+constrainEdgesToMargins.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainCenter.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIView+constrainEdges.swift -primary-file /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-19 -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+constrainCenter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdges.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdgesToMargins.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainCenter.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdges.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIView+constrainEdgesToMargins.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
SwiftCompile normal arm64 Compiling\ UIColor+rgb.swift,\ UIColor+rgbComponents.swift,\ UIColor+rgbValue.swift,\ UIEdgeInsets+directional.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 (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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgb.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbComponents.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI/Sources/YCoreUI/Extensions/UIKit/UIColor+rgbValue.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/supplementaryOutputs-10 -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/UIColor+rgb.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIColor+rgbComponents.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIColor+rgbValue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIEdgeInsets+directional.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIColor+rgb.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIColor+rgbComponents.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIColor+rgbValue.o -index-unit-output-path /YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/UIEdgeInsets+directional.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YCoreUI.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule (in target 'YCoreUI' from project 'YCoreUI')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YCoreUI
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YCoreUI.swiftmodule/arm64-apple-xros.swiftmodule
error: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule: No such file or directory (in target 'YCoreUI' from project 'YCoreUI')
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 'YBottomSheet' from project 'YBottomSheet')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YBottomSheet' from project 'YBottomSheet')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YBottomSheet_YBottomSheet' from project 'YBottomSheet')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'YBottomSheetTests' from project 'YBottomSheet')
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 'YCoreUI' from project 'YCoreUI')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ HelveticaNeueFontFamily.swift,\ SystemFontFamily.swift,\ Typography+Enums.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 (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/HelveticaNeueFontFamily.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/FontFamily/SystemFontFamily.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Enums.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 Compiling\ Typography+Font.swift,\ Typography+Mutators.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 (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Font.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Typography/Typography+Mutators.swift (in target 'YMatterType' from project 'YMatterType')
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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyLabel.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextField.swift (in target 'YMatterType' from project 'YMatterType')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyTextView.swift (in target 'YMatterType' from project 'YMatterType')
SwiftEmitModule normal arm64 Emitting\ module\ for\ YCoreUI (in target 'YCoreUI' from project 'YCoreUI')
SwiftCompile normal arm64 Compiling\ UIColor+rgb.swift,\ UIColor+rgbComponents.swift,\ UIColor+rgbValue.swift,\ UIEdgeInsets+directional.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 (in target 'YCoreUI' from project 'YCoreUI')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/YCoreUI.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/YCoreUI.build/Debug-xros/YCoreUI.build/Objects-normal/arm64/YCoreUI.swiftmodule (in target 'YCoreUI' from project 'YCoreUI')
(14 failures)
BUILD FAILURE 6.0 visionOS