The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build ComponentsKit, reference 1.5.1 (34c469), with Swift 6.1 for visionOS using Xcode 16.3 on 1 May 2025 14:55:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComponentsKit -destination generic/platform=xrOS

Build Log

@property(nullable, nonatomic,copy)   NSString           *text; // default is nil
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:257:17: note: add '@MainActor' to make static method 'colonLabel(_:model:)' part of global actor 'MainActor'
    static func colonLabel(_ label: UILabel, model: CountdownVM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:259:13: warning: main actor-isolated property 'font' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      label.font = model.preferredMainFont.uiFont
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:36:59: note: mutation of this property is only permitted within the actor
@property(null_resettable, nonatomic,strong) UIFont      *font UI_APPEARANCE_SELECTOR; // default is nil (system font 17 plain)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:257:17: note: add '@MainActor' to make static method 'colonLabel(_:model:)' part of global actor 'MainActor'
    static func colonLabel(_ label: UILabel, model: CountdownVM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:260:13: warning: main actor-isolated property 'textColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      label.textColor = model.colonColor.uiColor
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:37:59: note: mutation of this property is only permitted within the actor
@property(null_resettable, nonatomic,strong) UIColor     *textColor UI_APPEARANCE_SELECTOR; // default is labelColor
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:257:17: note: add '@MainActor' to make static method 'colonLabel(_:model:)' part of global actor 'MainActor'
    static func colonLabel(_ label: UILabel, model: CountdownVM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:261:13: warning: main actor-isolated property 'textAlignment' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      label.textAlignment = .center
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:56:48: note: mutation of this property is only permitted within the actor
@property(nonatomic)        NSTextAlignment    textAlignment;   // default is NSTextAlignmentNatural (before iOS 9, the default was NSTextAlignmentLeft)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:257:17: note: add '@MainActor' to make static method 'colonLabel(_:model:)' part of global actor 'MainActor'
    static func colonLabel(_ label: UILabel, model: CountdownVM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:262:13: warning: main actor-isolated property 'isVisible' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      label.isVisible = model.isColumnLabelVisible
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift:5:7: note: mutation of this property is only permitted within the actor
  var isVisible: Bool {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:257:17: note: add '@MainActor' to make static method 'colonLabel(_:model:)' part of global actor 'MainActor'
    static func colonLabel(_ label: UILabel, model: CountdownVM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:69:10: warning: cannot access property 'manager' with a non-sendable type 'CountdownManager' from nonisolated deinit; this is an error in the Swift 6 language mode
    self.manager.stop()
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Manager/CountdownManager.swift:3:7: note: class 'CountdownManager' does not conform to the 'Sendable' protocol
class CountdownManager: ObservableObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:70:10: warning: cannot access property 'cancellables' with a non-sendable type 'Set<AnyCancellable>' from nonisolated deinit; this is an error in the Swift 6 language mode
    self.cancellables.forEach {
         ^
Combine.AnyCancellable:2:20: note: class 'AnyCancellable' does not conform to the 'Sendable' protocol
final public class AnyCancellable : Cancellable, Hashable {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Combine'
import Combine
^
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/Models/DividerOrientation.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/Models/DividerVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/SUDivider.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/UKDivider.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/Models/InputFieldTitlePosition.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AvatarGroupVM.swift,\ AvatarItemVM.swift,\ SUAvatarGroup.swift,\ AvatarContainer.swift,\ UKAvatarGroup.swift,\ BadgeStyle.swift,\ BadgeVM.swift,\ SUBadge.swift,\ UKBadge.swift,\ ButtonImageLocation.swift,\ ButtonImageSource.swift,\ ButtonVM.swift,\ SUButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/Models/AvatarGroupVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/Models/AvatarItemVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/SwiftUI/SUAvatarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/UIKit/AvatarContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/UIKit/UKAvatarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/Models/BadgeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/Models/BadgeVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/SUBadge.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/UKBadge.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonImageLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonImageSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/SUButton.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/Models/AvatarGroupVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/Models/AvatarItemVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/SwiftUI/SUAvatarGroup.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/UIKit/AvatarContainer.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/UIKit/UKAvatarGroup.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/Models/BadgeStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/Models/BadgeVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/SUBadge.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/UKBadge.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonImageLocation.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonImageSource.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/SUButton.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AlertButtonsOrientationCalculator.swift,\ AlertButtonVM.swift,\ AlertVM.swift,\ SUAlert.swift,\ UKAlertController.swift,\ AvatarImageManager.swift,\ AvatarImageSource.swift,\ AvatarPlaceholder.swift,\ AvatarVM.swift,\ AvatarContent.swift,\ SUAvatar.swift,\ UKAvatar.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertButtonVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/SUAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/UKAlertController.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Helpers/AvatarImageManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarImageSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarPlaceholder.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/SwiftUI/AvatarContent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/SwiftUI/SUAvatar.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/UIKit/UKAvatar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertButtonVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/SUAlert.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/UKAlertController.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Helpers/AvatarImageManager.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarImageSource.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarPlaceholder.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/SwiftUI/AvatarContent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/SwiftUI/SUAvatar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/UIKit/UKAvatar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ModalAnimation.swift,\ ModalPresentationModifier.swift,\ ModalPresentationWithItemModifier.swift,\ View+Helpers.swift,\ ModalContent.swift,\ ModalOverlay.swift,\ SUBottomModal.swift,\ SUCenterModal.swift,\ ContentSizedScrollView.swift,\ UKBottomModalController.swift,\ UKCenterModalController.swift,\ UKModalController.swift,\ ProgressBarStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SharedHelpers/ModalAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationWithItemModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/View+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/ModalContent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/ModalOverlay.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUBottomModal.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUCenterModal.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/Helpers/ContentSizedScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKBottomModalController.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKCenterModalController.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/Models/ProgressBarStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SharedHelpers/ModalAnimation.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationModifier.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationModifier.swift:31:8: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
      .onChange(of: self.isContentVisible) { isVisible in
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationWithItemModifier.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationWithItemModifier.swift:29:8: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
      .onChange(of: self.visibleItem.isNotNil) { isVisible in
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/View+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/ModalContent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/ModalOverlay.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUBottomModal.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUBottomModal.swift:70:6: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
    .onChange(of: self.isVisible) { newValue in
     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUBottomModal.swift:86:12: error: 'UIScreen' is unavailable in visionOS
    return UIScreen.main.bounds.height
           ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUCenterModal.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUCenterModal.swift:40:6: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
    .onChange(of: self.isVisible) { newValue in
     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/Helpers/ContentSizedScrollView.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKBottomModalController.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKCenterModalController.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:237:11: warning: 'traitCollectionDidChange' was deprecated in visionOS 1.0: Use the trait change registration APIs declared in the UITraitChangeObservable protocol
    super.traitCollectionDidChange(previousTraitCollection)
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:255:14: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        view.backgroundColor = .black.withAlphaComponent(0.7)
             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:252:17: note: add '@MainActor' to make static method 'overlay(_:model:)' part of global actor 'MainActor'
    static func overlay(_ view: UIView, model: VM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:257:14: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        view.backgroundColor = .clear
             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:252:17: note: add '@MainActor' to make static method 'overlay(_:model:)' part of global actor 'MainActor'
    static func overlay(_ view: UIView, model: VM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:259:40: warning: main actor-isolated property 'effect' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        (view as? UIVisualEffectView)?.effect = UIBlurEffect(style: .systemUltraThinMaterial)
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:32:55: note: mutation of this property is only permitted within the actor
@property (nonatomic, copy, nullable) UIVisualEffect *effect;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:252:17: note: add '@MainActor' to make static method 'overlay(_:model:)' part of global actor 'MainActor'
    static func overlay(_ view: UIView, model: VM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:259:49: warning: call to main actor-isolated initializer 'init(style:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        (view as? UIVisualEffectView)?.effect = UIBlurEffect(style: .systemUltraThinMaterial)
                                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:63:1: note: calls to initializer 'init(style:)' from outside of its actor context are implicitly asynchronous
+ (UIBlurEffect *)effectWithStyle:(UIBlurEffectStyle)style;
^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:252:17: note: add '@MainActor' to make static method 'overlay(_:model:)' part of global actor 'MainActor'
    static func overlay(_ view: UIView, model: VM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:263:12: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      view.backgroundColor = model.preferredBackgroundColor.uiColor
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)            UIColor          *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:262:17: note: add '@MainActor' to make static method 'contentView(_:model:)' part of global actor 'MainActor'
    static func contentView(_ view: UIView, model: VM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:264:12: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      view.layer.cornerRadius = model.cornerRadius.value
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:262:17: note: add '@MainActor' to make static method 'contentView(_:model:)' part of global actor 'MainActor'
    static func contentView(_ view: UIView, model: VM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:265:12: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      view.layer.borderColor = UniversalColor.divider.cgColor
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:262:17: note: add '@MainActor' to make static method 'contentView(_:model:)' part of global actor 'MainActor'
    static func contentView(_ view: UIView, model: VM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:266:12: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      view.layer.borderWidth = model.borderWidth.value
           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:262:17: note: add '@MainActor' to make static method 'contentView(_:model:)' part of global actor 'MainActor'
    static func contentView(_ view: UIView, model: VM) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:269:18: warning: main actor-isolated property 'delaysContentTouches' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      scrollView.delaysContentTouches = false
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:170:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL delaysContentTouches;       // default is YES. if NO, we immediately call -touchesShouldBegin:withEvent:inContentView:. this has no effect on presses
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:268:17: note: add '@MainActor' to make static method 'bodyWrapper' part of global actor 'MainActor'
    static func bodyWrapper(_ scrollView: UIScrollView) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:270:18: warning: main actor-isolated property 'contentInsetAdjustmentBehavior' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      scrollView.contentInsetAdjustmentBehavior = .never
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:76:65: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIScrollViewContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:268:17: note: add '@MainActor' to make static method 'bodyWrapper' part of global actor 'MainActor'
    static func bodyWrapper(_ scrollView: UIScrollView) {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:271:18: warning: main actor-isolated property 'automaticallyAdjustsScrollIndicatorInsets' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      scrollView.automaticallyAdjustsScrollIndicatorInsets = false
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:81:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL automaticallyAdjustsScrollIndicatorInsets API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift:268:17: note: add '@MainActor' to make static method 'bodyWrapper' part of global actor 'MainActor'
    static func bodyWrapper(_ scrollView: UIScrollView) {
                ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/Models/ProgressBarStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SliderVM.swift,\ SUSlider.swift,\ UKSlider.swift,\ TextInputHeightCalculator.swift,\ TextInputVM.swift,\ SUTextInput.swift,\ UKTextInput.swift,\ Array+Safe.swift,\ Collection+Helpers.swift,\ Optional+Helpers.swift,\ ThemeChangeObserver.swift,\ View+Observe.swift,\ FullWidthComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/Models/SliderVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/SUSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/UKSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Helpers/TextInputHeightCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Models/TextInputVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/SUTextInput.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/UKTextInput.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Array+Safe.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Collection+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Optional+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/SwiftUI/ThemeChangeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/SwiftUI/View+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/FullWidthComponent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/Models/SliderVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/SUSlider.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/UKSlider.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Helpers/TextInputHeightCalculator.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Models/TextInputVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/SUTextInput.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/UKTextInput.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Array+Safe.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Collection+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Optional+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/SwiftUI/ThemeChangeObserver.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/SwiftUI/View+Observe.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/FullWidthComponent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ComponentsKit (in target 'ComponentsKit' from project 'ComponentsKit')
EmitSwiftModule normal arm64 (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift:9:22: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
  private static let primaryButton = UKButton(model: .init())
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift:10:22: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
  private static let secondaryButton = UKButton(model: .init())
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertVM.swift:102:14: warning: static property 'defaultButtonVM' is not concurrency-safe because non-'Sendable' type 'ButtonVM' may have shared mutable state; this is an error in the Swift 6 language mode
  static let defaultButtonVM = ButtonVM {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonVM.swift:4:15: note: consider making struct 'ButtonVM' conform to the 'Sendable' protocol
public struct ButtonVM: ComponentVM {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertVM.swift:102:14: note: add '@MainActor' to make static property 'defaultButtonVM' part of global actor 'MainActor'
  static let defaultButtonVM = ButtonVM {
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertVM.swift:102:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let defaultButtonVM = ButtonVM {
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Helpers/AvatarImageManager.swift:8:22: warning: static property 'remoteImagesCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  private static var remoteImagesCache = NSCache<NSString, UIImage>()
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Helpers/AvatarImageManager.swift:8:22: note: convert 'remoteImagesCache' to a 'let' constant to make 'Sendable' shared state immutable
  private static var remoteImagesCache = NSCache<NSString, UIImage>()
                 ~~~ ^
                 let
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Helpers/AvatarImageManager.swift:8:22: note: add '@MainActor' to make static property 'remoteImagesCache' part of global actor 'MainActor'
  private static var remoteImagesCache = NSCache<NSString, UIImage>()
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Helpers/AvatarImageManager.swift:8:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static var remoteImagesCache = NSCache<NSString, UIImage>()
                     ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Helpers/CountdownWidthCalculator.swift:4:22: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
  private static let label = UILabel()
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Localization/UnitsLocalization.swift:64:14: warning: static property 'defaultLocalizations' is not concurrency-safe because non-'Sendable' type '[Locale : UnitsLocalization]' may have shared mutable state; this is an error in the Swift 6 language mode
  static let defaultLocalizations: [Locale: UnitsLocalization] = [
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Localization/UnitsLocalization.swift:6:15: note: consider making struct 'UnitsLocalization' conform to the 'Sendable' protocol
public struct UnitsLocalization: Equatable {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Localization/UnitsLocalization.swift:64:14: note: add '@MainActor' to make static property 'defaultLocalizations' part of global actor 'MainActor'
  static let defaultLocalizations: [Locale: UnitsLocalization] = [
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Localization/UnitsLocalization.swift:64:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let defaultLocalizations: [Locale: UnitsLocalization] = [
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Helpers/TextInputHeightCalculator.swift:4:22: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
  private static let textView = UITextView()
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift:29:21: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var current = Self() {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift:29:21: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
  public static var current = Self() {
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift:29:21: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
  public static var current = Self() {
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift:29:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var current = Self() {
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NSObject+ObserveThemeChange.swift,\ UIEdgeInsets+Helpers.swift,\ UIView+Helpers.swift,\ ComponentColor.swift,\ UniversalColor.swift,\ UniversalFont.swift,\ ComponentVM.swift,\ Initializable.swift,\ UKComponent.swift,\ Updatable.swift,\ AnimationScale.swift,\ BorderWidth.swift,\ ButtonStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/NSObject+ObserveThemeChange.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIEdgeInsets+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/ComponentColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/UniversalColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Fonts/UniversalFont.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/ComponentVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Initializable.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/UKComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Updatable.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/AnimationScale.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/BorderWidth.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ButtonStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/NSObject+ObserveThemeChange.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIEdgeInsets+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/ComponentColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/UniversalColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Fonts/UniversalFont.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/ComponentVM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Initializable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/UKComponent.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Updatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/AnimationScale.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/BorderWidth.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ButtonStyle.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.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/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ComponentsKit -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/NSObject+ObserveThemeChange.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UIEdgeInsets+Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UIView+Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentColor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UniversalColor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UniversalFont.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentVM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/Initializable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UKComponent.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/Updatable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/AnimationScale.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/BorderWidth.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ButtonStyle.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/NSObject+ObserveThemeChange.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UIEdgeInsets+Helpers.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UIView+Helpers.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentColor.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UniversalColor.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UniversalFont.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentVM.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/Initializable.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UKComponent.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/Updatable.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/AnimationScale.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/BorderWidth.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ButtonStyle.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/Sources/ComponentsKit/Helpers/UIKit/NSObject+ObserveThemeChange.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIEdgeInsets+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift:18:38: error: 'screen' is unavailable in visionOS
    return self.window?.windowScene?.screen.bounds ?? UIScreen.main.bounds
                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:22:43: note: 'screen' has been explicitly marked unavailable here
@property (nonatomic, readonly) UIScreen *screen API_UNAVAILABLE(visionos);
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift:18:55: error: 'UIScreen' is unavailable in visionOS
    return self.window?.windowScene?.screen.bounds ?? UIScreen.main.bounds
                                                      ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/ComponentColor.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/UniversalColor.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Fonts/UniversalFont.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/ComponentVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Initializable.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/UKComponent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Updatable.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/AnimationScale.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/BorderWidth.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ButtonStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LayoutConstraints.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftCompile normal arm64 Compiling\ ComponentRadius.swift,\ ComponentSize.swift,\ ContainerRadius.swift,\ InputStyle.swift,\ Paddings.swift,\ Shadow.swift,\ SubmitType.swift,\ TextAutocapitalization.swift,\ Layout.swift,\ Palette.swift,\ Theme.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ComponentRadius.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ComponentSize.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ContainerRadius.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/InputStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/Paddings.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/Shadow.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/SubmitType.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/TextAutocapitalization.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Palette.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ComponentRadius.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ComponentSize.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ContainerRadius.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/InputStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/Paddings.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/Shadow.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/SubmitType.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/TextAutocapitalization.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Layout.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Palette.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift:29:21: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var current = Self() {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift:29:21: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
  public static var current = Self() {
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift:29:21: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
  public static var current = Self() {
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift:29:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var current = Self() {
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling UIView+Layout.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftCompile normal arm64 Compiling\ ProgressBarVM.swift,\ SUProgressBar.swift,\ UKProgressBar.swift,\ RadioGroupVM.swift,\ RadioItemVM.swift,\ SURadioGroup.swift,\ RadioGroupItemView.swift,\ UKRadioGroup.swift,\ SegmentedControlItemVM.swift,\ SegmentedControlVM.swift,\ SUSegmentedControl.swift,\ UKSegmentedControl.swift,\ SliderStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/Models/ProgressBarVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/SUProgressBar.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/UKProgressBar.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/Models/RadioGroupVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/Models/RadioItemVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/SwiftUI/SURadioGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/UIKit/RadioGroupItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/UIKit/UKRadioGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlItemVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/SUSegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/UKSegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/Models/SliderStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/Models/ProgressBarVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/SUProgressBar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/UKProgressBar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/Models/RadioGroupVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/Models/RadioItemVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/SwiftUI/SURadioGroup.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/UIKit/RadioGroupItemView.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/UIKit/UKRadioGroup.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlItemVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/SUSegmentedControl.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/UKSegmentedControl.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/Models/SliderStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

LinkAssetCatalog /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Resources/Assets.xcassets (in target 'ComponentsKit_ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-linkAssetCatalog --thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_output/thinned --thinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_dependencies_thinned --thinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_generated_info.plist_thinned --unthinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_output/unthinned --unthinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_dependencies_unthinned --unthinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_generated_info.plist_unthinned --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle --plist-output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_generated_info.plist
note: Emplaced /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle/Assets.car (in target 'ComponentsKit_ComponentsKit' from project 'ComponentsKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for ComponentsKit (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftDriver\ Compilation\ Requirements ComponentsKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComponentsKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit-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/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit_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/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.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/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/empty-ComponentsKit_ComponentsKit.plist (in target 'ComponentsKit_ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/empty-ComponentsKit_ComponentsKit.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_generated_info.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle/Info.plist
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ComponentsKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit-Swift.h (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ComponentsKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.swiftmodule (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.swiftdoc (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.abi.json (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.swiftsourceinfo (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ InputFieldVM.swift,\ SUInputField.swift,\ UKInputField.swift,\ LoadingStyle.swift,\ LoadingVM.swift,\ SULoading.swift,\ UKLoading.swift,\ BottomModalVM.swift,\ CenterModalVM.swift,\ ModalOverlayStyle.swift,\ ModalSize.swift,\ ModalTransition.swift,\ ModalVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/Models/InputFieldVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/SUInputField.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/UKInputField.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/Models/LoadingStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/Models/LoadingVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/SULoading.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/UKLoading.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/BottomModalVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/CenterModalVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalOverlayStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalSize.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalTransition.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/Models/InputFieldVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/SUInputField.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/UKInputField.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/Models/LoadingStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/Models/LoadingVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/SULoading.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/UKLoading.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/BottomModalVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/CenterModalVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalOverlayStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalSize.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalTransition.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation AutoLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AutoLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout-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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name autolayout -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout_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/AutoLayout.build/Debug-xros/AutoLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUBottomModal.swift (in target 'ComponentsKit' from project 'ComponentsKit')
	SwiftCompile normal arm64 Compiling\ NSObject+ObserveThemeChange.swift,\ UIEdgeInsets+Helpers.swift,\ UIView+Helpers.swift,\ ComponentColor.swift,\ UniversalColor.swift,\ UniversalFont.swift,\ ComponentVM.swift,\ Initializable.swift,\ UKComponent.swift,\ Updatable.swift,\ AnimationScale.swift,\ BorderWidth.swift,\ ButtonStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/NSObject+ObserveThemeChange.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIEdgeInsets+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/ComponentColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/UniversalColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Fonts/UniversalFont.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/ComponentVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Initializable.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/UKComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Updatable.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/AnimationScale.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/BorderWidth.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ButtonStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
	Building workspace spi-builder-workspace with scheme ComponentsKit
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  AutoLayout: https://github.com/componentskit/AutoLayout @ 1.0.0
  ComponentsKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: AutoLayout, ComponentsKit
{
  "dependencies" : [
    {
      "identity" : "autolayout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/componentskit/AutoLayout"
    }
  ],
  "manifest_display_name" : "ComponentsKit",
  "name" : "ComponentsKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ComponentsKit",
      "targets" : [
        "ComponentsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComponentsKit",
      "module_type" : "SwiftTarget",
      "name" : "ComponentsKit",
      "path" : "Sources/ComponentsKit",
      "product_dependencies" : [
        "AutoLayout"
      ],
      "product_memberships" : [
        "ComponentsKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift",
        "Components/Alert/Models/AlertButtonVM.swift",
        "Components/Alert/Models/AlertVM.swift",
        "Components/Alert/SUAlert.swift",
        "Components/Alert/UKAlertController.swift",
        "Components/Avatar/Helpers/AvatarImageManager.swift",
        "Components/Avatar/Models/AvatarImageSource.swift",
        "Components/Avatar/Models/AvatarPlaceholder.swift",
        "Components/Avatar/Models/AvatarVM.swift",
        "Components/Avatar/SwiftUI/AvatarContent.swift",
        "Components/Avatar/SwiftUI/SUAvatar.swift",
        "Components/Avatar/UIKit/UKAvatar.swift",
        "Components/AvatarGroup/Models/AvatarGroupVM.swift",
        "Components/AvatarGroup/Models/AvatarItemVM.swift",
        "Components/AvatarGroup/SwiftUI/SUAvatarGroup.swift",
        "Components/AvatarGroup/UIKit/AvatarContainer.swift",
        "Components/AvatarGroup/UIKit/UKAvatarGroup.swift",
        "Components/Badge/Models/BadgeStyle.swift",
        "Components/Badge/Models/BadgeVM.swift",
        "Components/Badge/SUBadge.swift",
        "Components/Badge/UKBadge.swift",
        "Components/Button/Models/ButtonImageLocation.swift",
        "Components/Button/Models/ButtonImageSource.swift",
        "Components/Button/Models/ButtonVM.swift",
        "Components/Button/SUButton.swift",
        "Components/Button/UKButton.swift",
        "Components/Card/Models/CardVM.swift",
        "Components/Card/SUCard.swift",
        "Components/Card/UKCard.swift",
        "Components/Checkbox/Helpers/CheckboxAnimationDurations.swift",
        "Components/Checkbox/Models/CheckboxVM.swift",
        "Components/Checkbox/SUCheckbox.swift",
        "Components/Checkbox/UKCheckbox.swift",
        "Components/CircularProgress/Models/CircularProgressLineCap.swift",
        "Components/CircularProgress/Models/CircularProgressShape.swift",
        "Components/CircularProgress/Models/CircularProgressVM.swift",
        "Components/CircularProgress/SUCircularProgress.swift",
        "Components/CircularProgress/UKCircularProgress.swift",
        "Components/Countdown/Helpers/CountdownHelpers.swift",
        "Components/Countdown/Helpers/CountdownWidthCalculator.swift",
        "Components/Countdown/Localization/UnitsLocalization.swift",
        "Components/Countdown/Manager/CountdownManager.swift",
        "Components/Countdown/Models/CountdownStyle.swift",
        "Components/Countdown/Models/CountdownVM.swift",
        "Components/Countdown/SUCountdown.swift",
        "Components/Countdown/UKCountdown.swift",
        "Components/Divider/Models/DividerOrientation.swift",
        "Components/Divider/Models/DividerVM.swift",
        "Components/Divider/SUDivider.swift",
        "Components/Divider/UKDivider.swift",
        "Components/InputField/Models/InputFieldTitlePosition.swift",
        "Components/InputField/Models/InputFieldVM.swift",
        "Components/InputField/SUInputField.swift",
        "Components/InputField/UKInputField.swift",
        "Components/Loading/Models/LoadingStyle.swift",
        "Components/Loading/Models/LoadingVM.swift",
        "Components/Loading/SULoading.swift",
        "Components/Loading/UKLoading.swift",
        "Components/Modal/Models/BottomModalVM.swift",
        "Components/Modal/Models/CenterModalVM.swift",
        "Components/Modal/Models/ModalOverlayStyle.swift",
        "Components/Modal/Models/ModalSize.swift",
        "Components/Modal/Models/ModalTransition.swift",
        "Components/Modal/Models/ModalVM.swift",
        "Components/Modal/SharedHelpers/ModalAnimation.swift",
        "Components/Modal/SwiftUI/Helpers/ModalPresentationModifier.swift",
        "Components/Modal/SwiftUI/Helpers/ModalPresentationWithItemModifier.swift",
        "Components/Modal/SwiftUI/Helpers/View+Helpers.swift",
        "Components/Modal/SwiftUI/ModalContent.swift",
        "Components/Modal/SwiftUI/ModalOverlay.swift",
        "Components/Modal/SwiftUI/SUBottomModal.swift",
        "Components/Modal/SwiftUI/SUCenterModal.swift",
        "Components/Modal/UIKit/Helpers/ContentSizedScrollView.swift",
        "Components/Modal/UIKit/UKBottomModalController.swift",
        "Components/Modal/UIKit/UKCenterModalController.swift",
        "Components/Modal/UIKit/UKModalController.swift",
        "Components/ProgressBar/Models/ProgressBarStyle.swift",
        "Components/ProgressBar/Models/ProgressBarVM.swift",
        "Components/ProgressBar/SUProgressBar.swift",
        "Components/ProgressBar/UKProgressBar.swift",
        "Components/RadioGroup/Models/RadioGroupVM.swift",
        "Components/RadioGroup/Models/RadioItemVM.swift",
        "Components/RadioGroup/SwiftUI/SURadioGroup.swift",
        "Components/RadioGroup/UIKit/RadioGroupItemView.swift",
        "Components/RadioGroup/UIKit/UKRadioGroup.swift",
        "Components/SegmentedControl/Models/SegmentedControlItemVM.swift",
        "Components/SegmentedControl/Models/SegmentedControlVM.swift",
        "Components/SegmentedControl/SUSegmentedControl.swift",
        "Components/SegmentedControl/UKSegmentedControl.swift",
        "Components/Slider/Models/SliderStyle.swift",
        "Components/Slider/Models/SliderVM.swift",
        "Components/Slider/SUSlider.swift",
        "Components/Slider/UKSlider.swift",
        "Components/TextInput/Helpers/TextInputHeightCalculator.swift",
        "Components/TextInput/Models/TextInputVM.swift",
        "Components/TextInput/SUTextInput.swift",
        "Components/TextInput/UKTextInput.swift",
        "Helpers/Swift/Array+Safe.swift",
        "Helpers/Swift/Collection+Helpers.swift",
        "Helpers/Swift/Optional+Helpers.swift",
        "Helpers/SwiftUI/ThemeChangeObserver.swift",
        "Helpers/SwiftUI/View+Observe.swift",
        "Helpers/UIKit/FullWidthComponent.swift",
        "Helpers/UIKit/NSObject+ObserveThemeChange.swift",
        "Helpers/UIKit/UIEdgeInsets+Helpers.swift",
        "Helpers/UIKit/UIView+Helpers.swift",
        "Shared/Colors/ComponentColor.swift",
        "Shared/Colors/UniversalColor.swift",
        "Shared/Fonts/UniversalFont.swift",
        "Shared/Protocols/ComponentVM.swift",
        "Shared/Protocols/Initializable.swift",
        "Shared/Protocols/UKComponent.swift",
        "Shared/Protocols/Updatable.swift",
        "Shared/Types/AnimationScale.swift",
        "Shared/Types/BorderWidth.swift",
        "Shared/Types/ButtonStyle.swift",
        "Shared/Types/ComponentRadius.swift",
        "Shared/Types/ComponentSize.swift",
        "Shared/Types/ContainerRadius.swift",
        "Shared/Types/InputStyle.swift",
        "Shared/Types/Paddings.swift",
        "Shared/Types/Shadow.swift",
        "Shared/Types/SubmitType.swift",
        "Shared/Types/TextAutocapitalization.swift",
        "Theme/Layout.swift",
        "Theme/Palette.swift",
        "Theme/Theme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ComponentsKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComponentsKit -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ComponentsKit -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  ComponentsKit: /Users/admin/builder/spi-builder-workspace
  AutoLayout: https://github.com/componentskit/AutoLayout @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'ComponentsKit' in project 'ComponentsKit'
        ➜ Explicit dependency on target 'ComponentsKit' in project 'ComponentsKit'
        ➜ Explicit dependency on target 'ComponentsKit_ComponentsKit' in project 'ComponentsKit'
        ➜ Explicit dependency on target 'AutoLayout' in project 'AutoLayout'
    Target 'ComponentsKit' in project 'ComponentsKit'
        ➜ Explicit dependency on target 'ComponentsKit_ComponentsKit' in project 'ComponentsKit'
        ➜ Explicit dependency on target 'AutoLayout' in project 'AutoLayout'
    Target 'AutoLayout' in project 'AutoLayout'
        ➜ Explicit dependency on target 'AutoLayout' in project 'AutoLayout'
    Target 'AutoLayout' in project 'AutoLayout' (no dependencies)
    Target 'ComponentsKit_ComponentsKit' in project 'ComponentsKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a27f92738dd66fbf29b7671d67b78db7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a27f92738dd66fbf29b7671d67b78db7.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/empty-ComponentsKit_ComponentsKit.plist (in target 'ComponentsKit_ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/empty-ComponentsKit_ComponentsKit.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit_ComponentsKit.build/assetcatalog_generated_info.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle (in target 'ComponentsKit_ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle
SwiftDriver AutoLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AutoLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout-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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name autolayout -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout_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/AutoLayout.build/Debug-xros/AutoLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle (in target 'ComponentsKit_ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComponentsKit_ComponentsKit.bundle
SwiftCompile normal arm64 Compiling\ LayoutConstraintsBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraintsBuilder.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraintsBuilder.swift (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LayoutConstraints+Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints+Helpers.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints+Helpers.swift (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ AutoLayout (in target 'AutoLayout' from project 'AutoLayout')
EmitSwiftModule normal arm64 (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LayoutConstraints.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIView+Layout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout/Sources/AutoLayout/UIView+Layout.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout/Sources/AutoLayout/UIView+Layout.swift (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LayoutConstraints+Helpers.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftDriverJobDiscovery normal arm64 Emitting module for AutoLayout (in target 'AutoLayout' from project 'AutoLayout')
SwiftDriver\ Compilation\ Requirements AutoLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AutoLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout-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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name autolayout -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout_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/AutoLayout.build/Debug-xros/AutoLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LayoutConstraintsBuilder.swift (in target 'AutoLayout' from project 'AutoLayout')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AutoLayout.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.abi.json (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout
    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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AutoLayout.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling LayoutConstraints.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftDriver ComponentsKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComponentsKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit-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/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit_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/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.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/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UIView+Layout.swift (in target 'AutoLayout' from project 'AutoLayout')
SwiftDriver\ Compilation AutoLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AutoLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout-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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name autolayout -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout_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/AutoLayout.build/Debug-xros/AutoLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.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/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AutoLayout.o normal (in target 'AutoLayout' from project 'AutoLayout')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/AutoLayout
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AutoLayout.build/Debug-xros/AutoLayout.build/Objects-normal/arm64/AutoLayout.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/AutoLayout.o
SwiftCompile normal arm64 Compiling\ InputFieldVM.swift,\ SUInputField.swift,\ UKInputField.swift,\ LoadingStyle.swift,\ LoadingVM.swift,\ SULoading.swift,\ UKLoading.swift,\ BottomModalVM.swift,\ CenterModalVM.swift,\ ModalOverlayStyle.swift,\ ModalSize.swift,\ ModalTransition.swift,\ ModalVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/Models/InputFieldVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/SUInputField.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/UKInputField.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/Models/LoadingStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/Models/LoadingVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/SULoading.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/UKLoading.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/BottomModalVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/CenterModalVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalOverlayStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalSize.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalTransition.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/Models/InputFieldVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/SUInputField.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/UKInputField.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/Models/LoadingStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/Models/LoadingVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/SULoading.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Loading/UKLoading.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/BottomModalVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/CenterModalVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalOverlayStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalSize.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalTransition.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/Models/ModalVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CountdownHelpers.swift,\ CountdownWidthCalculator.swift,\ UnitsLocalization.swift,\ CountdownManager.swift,\ CountdownStyle.swift,\ CountdownVM.swift,\ SUCountdown.swift,\ UKCountdown.swift,\ DividerOrientation.swift,\ DividerVM.swift,\ SUDivider.swift,\ UKDivider.swift,\ InputFieldTitlePosition.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Helpers/CountdownHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Helpers/CountdownWidthCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Localization/UnitsLocalization.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Manager/CountdownManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Models/CountdownStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Models/CountdownVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/SUCountdown.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/Models/DividerOrientation.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/Models/DividerVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/SUDivider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/UKDivider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/Models/InputFieldTitlePosition.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Helpers/CountdownHelpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Helpers/CountdownWidthCalculator.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Localization/UnitsLocalization.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Manager/CountdownManager.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Models/CountdownStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/Models/CountdownVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/SUCountdown.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Countdown/UKCountdown.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/Models/DividerOrientation.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/Models/DividerVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/SUDivider.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Divider/UKDivider.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/InputField/Models/InputFieldTitlePosition.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSObject+ObserveThemeChange.swift,\ UIEdgeInsets+Helpers.swift,\ UIView+Helpers.swift,\ ComponentColor.swift,\ UniversalColor.swift,\ UniversalFont.swift,\ ComponentVM.swift,\ Initializable.swift,\ UKComponent.swift,\ Updatable.swift,\ AnimationScale.swift,\ BorderWidth.swift,\ ButtonStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/NSObject+ObserveThemeChange.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIEdgeInsets+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/ComponentColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/UniversalColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Fonts/UniversalFont.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/ComponentVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Initializable.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/UKComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Updatable.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/AnimationScale.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/BorderWidth.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ButtonStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/NSObject+ObserveThemeChange.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIEdgeInsets+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/ComponentColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/UniversalColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Fonts/UniversalFont.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/ComponentVM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Initializable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/UKComponent.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Updatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/AnimationScale.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/BorderWidth.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ButtonStyle.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentsKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.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/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ComponentsKit -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/NSObject+ObserveThemeChange.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UIEdgeInsets+Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UIView+Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentColor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UniversalColor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UniversalFont.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentVM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/Initializable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UKComponent.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/Updatable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/AnimationScale.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/BorderWidth.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ButtonStyle.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/NSObject+ObserveThemeChange.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UIEdgeInsets+Helpers.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UIView+Helpers.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentColor.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UniversalColor.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UniversalFont.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ComponentVM.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/Initializable.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/UKComponent.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/Updatable.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/AnimationScale.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/BorderWidth.o -index-unit-output-path /ComponentsKit.build/Debug-xros/ComponentsKit.build/Objects-normal/arm64/ButtonStyle.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/Sources/ComponentsKit/Helpers/UIKit/NSObject+ObserveThemeChange.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIEdgeInsets+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift:18:38: error: 'screen' is unavailable in visionOS
    return self.window?.windowScene?.screen.bounds ?? UIScreen.main.bounds
                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindowScene.h:22:43: note: 'screen' has been explicitly marked unavailable here
@property (nonatomic, readonly) UIScreen *screen API_UNAVAILABLE(visionos);
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift:18:55: error: 'UIScreen' is unavailable in visionOS
    return self.window?.windowScene?.screen.bounds ?? UIScreen.main.bounds
                                                      ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/ComponentColor.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/UniversalColor.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Fonts/UniversalFont.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/ComponentVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Initializable.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/UKComponent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Updatable.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/AnimationScale.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/BorderWidth.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ButtonStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ComponentRadius.swift,\ ComponentSize.swift,\ ContainerRadius.swift,\ InputStyle.swift,\ Paddings.swift,\ Shadow.swift,\ SubmitType.swift,\ TextAutocapitalization.swift,\ Layout.swift,\ Palette.swift,\ Theme.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ComponentRadius.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ComponentSize.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ContainerRadius.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/InputStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/Paddings.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/Shadow.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/SubmitType.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/TextAutocapitalization.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Palette.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ComponentRadius.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ComponentSize.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ContainerRadius.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/InputStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/Paddings.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/Shadow.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/SubmitType.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/TextAutocapitalization.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Layout.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Palette.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Theme/Theme.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ComponentsKit (in target 'ComponentsKit' from project 'ComponentsKit')
EmitSwiftModule normal arm64 (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ProgressBarVM.swift,\ SUProgressBar.swift,\ UKProgressBar.swift,\ RadioGroupVM.swift,\ RadioItemVM.swift,\ SURadioGroup.swift,\ RadioGroupItemView.swift,\ UKRadioGroup.swift,\ SegmentedControlItemVM.swift,\ SegmentedControlVM.swift,\ SUSegmentedControl.swift,\ UKSegmentedControl.swift,\ SliderStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/Models/ProgressBarVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/SUProgressBar.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/UKProgressBar.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/Models/RadioGroupVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/Models/RadioItemVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/SwiftUI/SURadioGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/UIKit/RadioGroupItemView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/UIKit/UKRadioGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlItemVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/SUSegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/UKSegmentedControl.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/Models/SliderStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/Models/ProgressBarVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/SUProgressBar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/UKProgressBar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/Models/RadioGroupVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/Models/RadioItemVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/SwiftUI/SURadioGroup.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/UIKit/RadioGroupItemView.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/RadioGroup/UIKit/UKRadioGroup.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlItemVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/Models/SegmentedControlVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/SUSegmentedControl.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/SegmentedControl/UKSegmentedControl.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/Models/SliderStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ModalAnimation.swift,\ ModalPresentationModifier.swift,\ ModalPresentationWithItemModifier.swift,\ View+Helpers.swift,\ ModalContent.swift,\ ModalOverlay.swift,\ SUBottomModal.swift,\ SUCenterModal.swift,\ ContentSizedScrollView.swift,\ UKBottomModalController.swift,\ UKCenterModalController.swift,\ UKModalController.swift,\ ProgressBarStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SharedHelpers/ModalAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationWithItemModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/View+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/ModalContent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/ModalOverlay.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUBottomModal.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUCenterModal.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/Helpers/ContentSizedScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKBottomModalController.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKCenterModalController.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/Models/ProgressBarStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SharedHelpers/ModalAnimation.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationModifier.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/ModalPresentationWithItemModifier.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/Helpers/View+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/ModalContent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/ModalOverlay.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUBottomModal.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/SwiftUI/SUCenterModal.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/Helpers/ContentSizedScrollView.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKBottomModalController.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKCenterModalController.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Modal/UIKit/UKModalController.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/ProgressBar/Models/ProgressBarStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UKButton.swift,\ CardVM.swift,\ SUCard.swift,\ UKCard.swift,\ CheckboxAnimationDurations.swift,\ CheckboxVM.swift,\ SUCheckbox.swift,\ UKCheckbox.swift,\ CircularProgressLineCap.swift,\ CircularProgressShape.swift,\ CircularProgressVM.swift,\ SUCircularProgress.swift,\ UKCircularProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/UKButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Card/Models/CardVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Card/SUCard.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Card/UKCard.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Checkbox/Helpers/CheckboxAnimationDurations.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Checkbox/Models/CheckboxVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Checkbox/SUCheckbox.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Checkbox/UKCheckbox.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/Models/CircularProgressLineCap.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/Models/CircularProgressShape.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/Models/CircularProgressVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/SUCircularProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/UKCircularProgress.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/UKButton.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Card/Models/CardVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Card/SUCard.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Card/UKCard.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Checkbox/Helpers/CheckboxAnimationDurations.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Checkbox/Models/CheckboxVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Checkbox/SUCheckbox.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Checkbox/UKCheckbox.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/Models/CircularProgressLineCap.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/Models/CircularProgressShape.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/Models/CircularProgressVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/SUCircularProgress.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/CircularProgress/UKCircularProgress.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SliderVM.swift,\ SUSlider.swift,\ UKSlider.swift,\ TextInputHeightCalculator.swift,\ TextInputVM.swift,\ SUTextInput.swift,\ UKTextInput.swift,\ Array+Safe.swift,\ Collection+Helpers.swift,\ Optional+Helpers.swift,\ ThemeChangeObserver.swift,\ View+Observe.swift,\ FullWidthComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/Models/SliderVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/SUSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/UKSlider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Helpers/TextInputHeightCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Models/TextInputVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/SUTextInput.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/UKTextInput.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Array+Safe.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Collection+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Optional+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/SwiftUI/ThemeChangeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/SwiftUI/View+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/FullWidthComponent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/Models/SliderVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/SUSlider.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Slider/UKSlider.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Helpers/TextInputHeightCalculator.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/Models/TextInputVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/SUTextInput.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/TextInput/UKTextInput.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Array+Safe.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Collection+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/Swift/Optional+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/SwiftUI/ThemeChangeObserver.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/SwiftUI/View+Observe.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/FullWidthComponent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AlertButtonsOrientationCalculator.swift,\ AlertButtonVM.swift,\ AlertVM.swift,\ SUAlert.swift,\ UKAlertController.swift,\ AvatarImageManager.swift,\ AvatarImageSource.swift,\ AvatarPlaceholder.swift,\ AvatarVM.swift,\ AvatarContent.swift,\ SUAvatar.swift,\ UKAvatar.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertButtonVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/SUAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/UKAlertController.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Helpers/AvatarImageManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarImageSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarPlaceholder.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/SwiftUI/AvatarContent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/SwiftUI/SUAvatar.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/UIKit/UKAvatar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComponentsKit.build/Debug-xros/ComponentsKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertButtonVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/Models/AlertVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/SUAlert.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Alert/UKAlertController.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Helpers/AvatarImageManager.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarImageSource.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarPlaceholder.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/Models/AvatarVM.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/SwiftUI/AvatarContent.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/SwiftUI/SUAvatar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Avatar/UIKit/UKAvatar.swift (in target 'ComponentsKit' from project 'ComponentsKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AvatarGroupVM.swift,\ AvatarItemVM.swift,\ SUAvatarGroup.swift,\ AvatarContainer.swift,\ UKAvatarGroup.swift,\ BadgeStyle.swift,\ BadgeVM.swift,\ SUBadge.swift,\ UKBadge.swift,\ ButtonImageLocation.swift,\ ButtonImageSource.swift,\ ButtonVM.swift,\ SUButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/Models/AvatarGroupVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/Models/AvatarItemVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/SwiftUI/SUAvatarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/UIKit/AvatarContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/UIKit/UKAvatarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/Models/BadgeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/Models/BadgeVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/SUBadge.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/UKBadge.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonImageLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonImageSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/SUButton.swift (in target 'ComponentsKit' from project 'ComponentsKit')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ NSObject+ObserveThemeChange.swift,\ UIEdgeInsets+Helpers.swift,\ UIView+Helpers.swift,\ ComponentColor.swift,\ UniversalColor.swift,\ UniversalFont.swift,\ ComponentVM.swift,\ Initializable.swift,\ UKComponent.swift,\ Updatable.swift,\ AnimationScale.swift,\ BorderWidth.swift,\ ButtonStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/NSObject+ObserveThemeChange.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIEdgeInsets+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/ComponentColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Colors/UniversalColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Fonts/UniversalFont.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/ComponentVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Initializable.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/UKComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Protocols/Updatable.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/AnimationScale.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/BorderWidth.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Shared/Types/ButtonStyle.swift (in target 'ComponentsKit' from project 'ComponentsKit')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Helpers/UIKit/UIView+Helpers.swift (in target 'ComponentsKit' from project 'ComponentsKit')
	SwiftCompile normal arm64 Compiling\ AvatarGroupVM.swift,\ AvatarItemVM.swift,\ SUAvatarGroup.swift,\ AvatarContainer.swift,\ UKAvatarGroup.swift,\ BadgeStyle.swift,\ BadgeVM.swift,\ SUBadge.swift,\ UKBadge.swift,\ ButtonImageLocation.swift,\ ButtonImageSource.swift,\ ButtonVM.swift,\ SUButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/Models/AvatarGroupVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/Models/AvatarItemVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/SwiftUI/SUAvatarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/UIKit/AvatarContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/AvatarGroup/UIKit/UKAvatarGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/Models/BadgeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/Models/BadgeVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/SUBadge.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Badge/UKBadge.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonImageLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonImageSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/Models/ButtonVM.swift /Users/admin/builder/spi-builder-workspace/Sources/ComponentsKit/Components/Button/SUButton.swift (in target 'ComponentsKit' from project 'ComponentsKit')
	Building workspace spi-builder-workspace with scheme ComponentsKit
(4 failures)
BUILD FAILURE 6.1 visionOS