The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Pharos, reference main (454d8f), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 06:50:52 UTC.

Build Command

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

Build Log

private var isSelectableKey: String = "isSelectableKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:21:13: warning: var 'allowsEditingTextAttributesKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var allowsEditingTextAttributesKey: String = "allowsEditingTextAttributesKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:21:13: note: convert 'allowsEditingTextAttributesKey' to a 'let' constant to make 'Sendable' shared state immutable
private var allowsEditingTextAttributesKey: String = "allowsEditingTextAttributesKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:21:13: note: add '@MainActor' to make var 'allowsEditingTextAttributesKey' part of global actor 'MainActor'
private var allowsEditingTextAttributesKey: String = "allowsEditingTextAttributesKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var allowsEditingTextAttributesKey: String = "allowsEditingTextAttributesKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:22:13: warning: var 'attributedTextKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var attributedTextKey: String = "attributedTextKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:22:13: note: convert 'attributedTextKey' to a 'let' constant to make 'Sendable' shared state immutable
private var attributedTextKey: String = "attributedTextKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:22:13: note: add '@MainActor' to make var 'attributedTextKey' part of global actor 'MainActor'
private var attributedTextKey: String = "attributedTextKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var attributedTextKey: String = "attributedTextKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:23:13: warning: var 'inputViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var inputViewKey: String = "inputViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:23:13: note: convert 'inputViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var inputViewKey: String = "inputViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:23:13: note: add '@MainActor' to make var 'inputViewKey' part of global actor 'MainActor'
private var inputViewKey: String = "inputViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var inputViewKey: String = "inputViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:24:13: warning: var 'inputAccessoryViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var inputAccessoryViewKey: String = "inputAccessoryViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:24:13: note: convert 'inputAccessoryViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var inputAccessoryViewKey: String = "inputAccessoryViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:24:13: note: add '@MainActor' to make var 'inputAccessoryViewKey' part of global actor 'MainActor'
private var inputAccessoryViewKey: String = "inputAccessoryViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var inputAccessoryViewKey: String = "inputAccessoryViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:25:13: warning: var 'clearsOnInsertionKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var clearsOnInsertionKey: String = "clearsOnInsertionKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:25:13: note: convert 'clearsOnInsertionKey' to a 'let' constant to make 'Sendable' shared state immutable
private var clearsOnInsertionKey: String = "clearsOnInsertionKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:25:13: note: add '@MainActor' to make var 'clearsOnInsertionKey' part of global actor 'MainActor'
private var clearsOnInsertionKey: String = "clearsOnInsertionKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var clearsOnInsertionKey: String = "clearsOnInsertionKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:26:13: warning: var 'textContainerInsetKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var textContainerInsetKey: String = "textContainerInsetKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:26:13: note: convert 'textContainerInsetKey' to a 'let' constant to make 'Sendable' shared state immutable
private var textContainerInsetKey: String = "textContainerInsetKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:26:13: note: add '@MainActor' to make var 'textContainerInsetKey' part of global actor 'MainActor'
private var textContainerInsetKey: String = "textContainerInsetKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:26:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var textContainerInsetKey: String = "textContainerInsetKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:27:13: warning: var 'usesStandardTextScalingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var usesStandardTextScalingKey: String = "usesStandardTextScalingKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:27:13: note: convert 'usesStandardTextScalingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var usesStandardTextScalingKey: String = "usesStandardTextScalingKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:27:13: note: add '@MainActor' to make var 'usesStandardTextScalingKey' part of global actor 'MainActor'
private var usesStandardTextScalingKey: String = "usesStandardTextScalingKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var usesStandardTextScalingKey: String = "usesStandardTextScalingKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:92:13: warning: var 'placeholderKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var placeholderKey: String = "placeholderKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:92:13: note: convert 'placeholderKey' to a 'let' constant to make 'Sendable' shared state immutable
private var placeholderKey: String = "placeholderKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:92:13: note: add '@MainActor' to make var 'placeholderKey' part of global actor 'MainActor'
private var placeholderKey: String = "placeholderKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:92:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var placeholderKey: String = "placeholderKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:93:13: warning: var 'adjustsFontSizeToFitWidthKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var adjustsFontSizeToFitWidthKey: String = "adjustsFontSizeToFitWidthKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:93:13: note: convert 'adjustsFontSizeToFitWidthKey' to a 'let' constant to make 'Sendable' shared state immutable
private var adjustsFontSizeToFitWidthKey: String = "adjustsFontSizeToFitWidthKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:93:13: note: add '@MainActor' to make var 'adjustsFontSizeToFitWidthKey' part of global actor 'MainActor'
private var adjustsFontSizeToFitWidthKey: String = "adjustsFontSizeToFitWidthKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:93:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var adjustsFontSizeToFitWidthKey: String = "adjustsFontSizeToFitWidthKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:94:13: warning: var 'delegateKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var delegateKey: String = "delegateKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:94:13: note: convert 'delegateKey' to a 'let' constant to make 'Sendable' shared state immutable
private var delegateKey: String = "delegateKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:94:13: note: add '@MainActor' to make var 'delegateKey' part of global actor 'MainActor'
private var delegateKey: String = "delegateKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:94:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var delegateKey: String = "delegateKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:95:13: warning: var 'disabledBackgroundKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var disabledBackgroundKey: String = "disabledBackgroundKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:95:13: note: convert 'disabledBackgroundKey' to a 'let' constant to make 'Sendable' shared state immutable
private var disabledBackgroundKey: String = "disabledBackgroundKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:95:13: note: add '@MainActor' to make var 'disabledBackgroundKey' part of global actor 'MainActor'
private var disabledBackgroundKey: String = "disabledBackgroundKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:95:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var disabledBackgroundKey: String = "disabledBackgroundKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:96:13: warning: var 'leftViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var leftViewKey: String = "leftViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:96:13: note: convert 'leftViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var leftViewKey: String = "leftViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:96:13: note: add '@MainActor' to make var 'leftViewKey' part of global actor 'MainActor'
private var leftViewKey: String = "leftViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:96:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var leftViewKey: String = "leftViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:97:13: warning: var 'rightViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var rightViewKey: String = "rightViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:97:13: note: convert 'rightViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var rightViewKey: String = "rightViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:97:13: note: add '@MainActor' to make var 'rightViewKey' part of global actor 'MainActor'
private var rightViewKey: String = "rightViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:97:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var rightViewKey: String = "rightViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:98:13: warning: var 'rightViewModeKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var rightViewModeKey: String = "rightViewModeKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:98:13: note: convert 'rightViewModeKey' to a 'let' constant to make 'Sendable' shared state immutable
private var rightViewModeKey: String = "rightViewModeKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:98:13: note: add '@MainActor' to make var 'rightViewModeKey' part of global actor 'MainActor'
private var rightViewModeKey: String = "rightViewModeKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:98:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var rightViewModeKey: String = "rightViewModeKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:168:13: warning: var 'promptKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var promptKey: String = "promptKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:168:13: note: convert 'promptKey' to a 'let' constant to make 'Sendable' shared state immutable
private var promptKey: String = "promptKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:168:13: note: add '@MainActor' to make var 'promptKey' part of global actor 'MainActor'
private var promptKey: String = "promptKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:168:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var promptKey: String = "promptKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:169:13: warning: var 'showsBookmarkButtonKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsBookmarkButtonKey: String = "showsBookmarkButtonKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:169:13: note: convert 'showsBookmarkButtonKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsBookmarkButtonKey: String = "showsBookmarkButtonKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:169:13: note: add '@MainActor' to make var 'showsBookmarkButtonKey' part of global actor 'MainActor'
private var showsBookmarkButtonKey: String = "showsBookmarkButtonKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:169:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsBookmarkButtonKey: String = "showsBookmarkButtonKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:170:13: warning: var 'showsCancelButtonKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsCancelButtonKey: String = "showsCancelButtonKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:170:13: note: convert 'showsCancelButtonKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsCancelButtonKey: String = "showsCancelButtonKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:170:13: note: add '@MainActor' to make var 'showsCancelButtonKey' part of global actor 'MainActor'
private var showsCancelButtonKey: String = "showsCancelButtonKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:170:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsCancelButtonKey: String = "showsCancelButtonKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:171:13: warning: var 'showsSearchResultsButtonKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsSearchResultsButtonKey: String = "showsSearchResultsButtonKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:171:13: note: convert 'showsSearchResultsButtonKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsSearchResultsButtonKey: String = "showsSearchResultsButtonKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:171:13: note: add '@MainActor' to make var 'showsSearchResultsButtonKey' part of global actor 'MainActor'
private var showsSearchResultsButtonKey: String = "showsSearchResultsButtonKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:171:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsSearchResultsButtonKey: String = "showsSearchResultsButtonKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:172:13: warning: var 'isSearchResultsButtonSelectedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isSearchResultsButtonSelectedKey: String = "isSearchResultsButtonSelectedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:172:13: note: convert 'isSearchResultsButtonSelectedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isSearchResultsButtonSelectedKey: String = "isSearchResultsButtonSelectedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:172:13: note: add '@MainActor' to make var 'isSearchResultsButtonSelectedKey' part of global actor 'MainActor'
private var isSearchResultsButtonSelectedKey: String = "isSearchResultsButtonSelectedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:172:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isSearchResultsButtonSelectedKey: String = "isSearchResultsButtonSelectedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:173:13: warning: var 'barTintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var barTintColorKey: String = "barTintColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:173:13: note: convert 'barTintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var barTintColorKey: String = "barTintColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:173:13: note: add '@MainActor' to make var 'barTintColorKey' part of global actor 'MainActor'
private var barTintColorKey: String = "barTintColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:173:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var barTintColorKey: String = "barTintColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:174:13: warning: var 'isTranslucentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isTranslucentKey: String = "isTranslucentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:174:13: note: convert 'isTranslucentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isTranslucentKey: String = "isTranslucentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:174:13: note: add '@MainActor' to make var 'isTranslucentKey' part of global actor 'MainActor'
private var isTranslucentKey: String = "isTranslucentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:174:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isTranslucentKey: String = "isTranslucentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:175:13: warning: var 'backgroundImageKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var backgroundImageKey: String = "backgroundImageKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:175:13: note: convert 'backgroundImageKey' to a 'let' constant to make 'Sendable' shared state immutable
private var backgroundImageKey: String = "backgroundImageKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:175:13: note: add '@MainActor' to make var 'backgroundImageKey' part of global actor 'MainActor'
private var backgroundImageKey: String = "backgroundImageKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:175:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var backgroundImageKey: String = "backgroundImageKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:177:13: warning: var 'searchFieldBackgroundPositionAdjustmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var searchFieldBackgroundPositionAdjustmentKey: String = "searchFieldBackgroundPositionAdjustmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:177:13: note: convert 'searchFieldBackgroundPositionAdjustmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var searchFieldBackgroundPositionAdjustmentKey: String = "searchFieldBackgroundPositionAdjustmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:177:13: note: add '@MainActor' to make var 'searchFieldBackgroundPositionAdjustmentKey' part of global actor 'MainActor'
private var searchFieldBackgroundPositionAdjustmentKey: String = "searchFieldBackgroundPositionAdjustmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:177:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var searchFieldBackgroundPositionAdjustmentKey: String = "searchFieldBackgroundPositionAdjustmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:178:13: warning: var 'searchTextPositionAdjustmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var searchTextPositionAdjustmentKey: String = "searchTextPositionAdjustmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:178:13: note: convert 'searchTextPositionAdjustmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var searchTextPositionAdjustmentKey: String = "searchTextPositionAdjustmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:178:13: note: add '@MainActor' to make var 'searchTextPositionAdjustmentKey' part of global actor 'MainActor'
private var searchTextPositionAdjustmentKey: String = "searchTextPositionAdjustmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:178:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var searchTextPositionAdjustmentKey: String = "searchTextPositionAdjustmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:33:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        bindable(of: \.text, key: &textKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:37:24: warning: cannot form key path to main actor-isolated property 'font'; this is an error in the Swift 6 language mode
        bindable(of: \.font, key: &fontKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:41:24: warning: cannot form key path to main actor-isolated property 'textColor'; this is an error in the Swift 6 language mode
        bindable(of: \.textColor, key: &textColorKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:45:24: warning: cannot form key path to main actor-isolated property 'textAlignment'; this is an error in the Swift 6 language mode
        bindable(of: \.textAlignment, key: &textAlignmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:49:24: warning: cannot form key path to main actor-isolated property 'selectedRange'; this is an error in the Swift 6 language mode
        bindable(of: \.selectedRange, key: &selectedRangeKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:53:24: warning: cannot form key path to main actor-isolated property 'isEditable'; this is an error in the Swift 6 language mode
        bindable(of: \.isEditable, key: &isEditableKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:57:24: warning: cannot form key path to main actor-isolated property 'isSelectable'; this is an error in the Swift 6 language mode
        bindable(of: \.isSelectable, key: &isSelectableKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:61:24: warning: cannot form key path to main actor-isolated property 'allowsEditingTextAttributes'; this is an error in the Swift 6 language mode
        bindable(of: \.allowsEditingTextAttributes, key: &allowsEditingTextAttributesKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:65:24: warning: cannot form key path to main actor-isolated property 'attributedText'; this is an error in the Swift 6 language mode
        bindable(of: \.attributedText, key: &attributedTextKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:69:24: warning: cannot form key path to main actor-isolated property 'inputView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputView, key: &inputViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:73:24: error: 'inputAccessoryView' is unavailable in visionOS
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:218:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:73:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:77:24: warning: cannot form key path to main actor-isolated property 'clearsOnInsertion'; this is an error in the Swift 6 language mode
        bindable(of: \.clearsOnInsertion, key: &clearsOnInsertionKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:81:24: warning: cannot form key path to main actor-isolated property 'textContainerInset'; this is an error in the Swift 6 language mode
        bindable(of: \.textContainerInset, key: &textContainerInsetKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:86:24: warning: cannot form key path to main actor-isolated property 'usesStandardTextScaling'; this is an error in the Swift 6 language mode
        bindable(of: \.usesStandardTextScaling, key: &usesStandardTextScalingKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:105:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        bindable(of: \.text, key: &textKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:109:24: warning: cannot form key path to main actor-isolated property 'attributedText'; this is an error in the Swift 6 language mode
        bindable(of: \.attributedText, key: &attributedTextKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:113:24: warning: cannot form key path to main actor-isolated property 'textColor'; this is an error in the Swift 6 language mode
        bindable(of: \.textColor, key: &textColorKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:117:24: warning: cannot form key path to main actor-isolated property 'font'; this is an error in the Swift 6 language mode
        bindable(of: \.font, key: &fontKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:121:24: warning: cannot form key path to main actor-isolated property 'placeholder'; this is an error in the Swift 6 language mode
        bindable(of: \.placeholder, key: &placeholderKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:125:24: warning: cannot form key path to main actor-isolated property 'adjustsFontSizeToFitWidth'; this is an error in the Swift 6 language mode
        bindable(of: \.adjustsFontSizeToFitWidth, key: &adjustsFontSizeToFitWidthKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:129:24: warning: cannot form key path to main actor-isolated property 'delegate'; this is an error in the Swift 6 language mode
        bindable(of: \.delegate, key: &delegateKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:133:24: warning: cannot form key path to main actor-isolated property 'disabledBackground'; this is an error in the Swift 6 language mode
        bindable(of: \.disabledBackground, key: &disabledBackgroundKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:137:24: warning: cannot form key path to main actor-isolated property 'allowsEditingTextAttributes'; this is an error in the Swift 6 language mode
        bindable(of: \.allowsEditingTextAttributes, key: &allowsEditingTextAttributesKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:141:24: warning: cannot form key path to main actor-isolated property 'leftView'; this is an error in the Swift 6 language mode
        bindable(of: \.leftView, key: &leftViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:145:24: warning: cannot form key path to main actor-isolated property 'rightView'; this is an error in the Swift 6 language mode
        bindable(of: \.rightView, key: &rightViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:149:24: warning: cannot form key path to main actor-isolated property 'rightViewMode'; this is an error in the Swift 6 language mode
        bindable(of: \.rightViewMode, key: &rightViewModeKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:153:24: warning: cannot form key path to main actor-isolated property 'inputView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputView, key: &inputViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:157:24: error: 'inputAccessoryView' is unavailable in visionOS
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:109:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:157:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:161:24: warning: cannot form key path to main actor-isolated property 'clearsOnInsertion'; this is an error in the Swift 6 language mode
        bindable(of: \.clearsOnInsertion, key: &clearsOnInsertionKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:185:24: warning: cannot form key path to main actor-isolated property 'delegate'; this is an error in the Swift 6 language mode
        bindable(of: \.delegate, key: &delegateKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:189:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        bindable(of: \.text, key: &textKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:193:24: warning: cannot form key path to main actor-isolated property 'prompt'; this is an error in the Swift 6 language mode
        bindable(of: \.prompt, key: &promptKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:197:24: warning: cannot form key path to main actor-isolated property 'placeholder'; this is an error in the Swift 6 language mode
        bindable(of: \.placeholder, key: &placeholderKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:201:24: warning: cannot form key path to main actor-isolated property 'showsBookmarkButton'; this is an error in the Swift 6 language mode
        bindable(of: \.showsBookmarkButton, key: &showsBookmarkButtonKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:205:24: warning: cannot form key path to main actor-isolated property 'showsCancelButton'; this is an error in the Swift 6 language mode
        bindable(of: \.showsCancelButton, key: &showsCancelButtonKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:209:24: warning: cannot form key path to main actor-isolated property 'showsSearchResultsButton'; this is an error in the Swift 6 language mode
        bindable(of: \.showsSearchResultsButton, key: &showsSearchResultsButtonKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:213:24: warning: cannot form key path to main actor-isolated property 'isSearchResultsButtonSelected'; this is an error in the Swift 6 language mode
        bindable(of: \.isSearchResultsButtonSelected, key: &isSearchResultsButtonSelectedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:217:24: warning: cannot form key path to main actor-isolated property 'barTintColor'; this is an error in the Swift 6 language mode
        bindable(of: \.barTintColor, key: &barTintColorKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:221:24: warning: cannot form key path to main actor-isolated property 'isTranslucent'; this is an error in the Swift 6 language mode
        bindable(of: \.isTranslucent, key: &isTranslucentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:225:24: error: 'inputAccessoryView' is unavailable in visionOS
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:114:60: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, nonatomic, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:225:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:229:24: warning: cannot form key path to main actor-isolated property 'backgroundImage'; this is an error in the Swift 6 language mode
        bindable(of: \.backgroundImage, key: &backgroundImageKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:233:24: warning: cannot form key path to main actor-isolated property 'searchFieldBackgroundPositionAdjustment'; this is an error in the Swift 6 language mode
        bindable(of: \.searchFieldBackgroundPositionAdjustment, key: &searchFieldBackgroundPositionAdjustmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:237:24: warning: cannot form key path to main actor-isolated property 'searchTextPositionAdjustment'; this is an error in the Swift 6 language mode
        bindable(of: \.searchTextPositionAdjustment, key: &searchTextPositionAdjustmentKey)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:12:13: warning: var 'contentEdgeInsetsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentEdgeInsetsKey: String = "contentEdgeInsetsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:12:13: note: convert 'contentEdgeInsetsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentEdgeInsetsKey: String = "contentEdgeInsetsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:12:13: note: add '@MainActor' to make var 'contentEdgeInsetsKey' part of global actor 'MainActor'
private var contentEdgeInsetsKey: String = "contentEdgeInsetsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentEdgeInsetsKey: String = "contentEdgeInsetsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:13:13: warning: var 'titleEdgeInsetsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var titleEdgeInsetsKey: String = "titleEdgeInsetsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:13:13: note: convert 'titleEdgeInsetsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var titleEdgeInsetsKey: String = "titleEdgeInsetsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:13:13: note: add '@MainActor' to make var 'titleEdgeInsetsKey' part of global actor 'MainActor'
private var titleEdgeInsetsKey: String = "titleEdgeInsetsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var titleEdgeInsetsKey: String = "titleEdgeInsetsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:14:13: warning: var 'reversesTitleShadowWhenHighlightedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var reversesTitleShadowWhenHighlightedKey: String = "reversesTitleShadowWhenHighlightedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:14:13: note: convert 'reversesTitleShadowWhenHighlightedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var reversesTitleShadowWhenHighlightedKey: String = "reversesTitleShadowWhenHighlightedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:14:13: note: add '@MainActor' to make var 'reversesTitleShadowWhenHighlightedKey' part of global actor 'MainActor'
private var reversesTitleShadowWhenHighlightedKey: String = "reversesTitleShadowWhenHighlightedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var reversesTitleShadowWhenHighlightedKey: String = "reversesTitleShadowWhenHighlightedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:15:13: warning: var 'imageEdgeInsetsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var imageEdgeInsetsKey: String = "imageEdgeInsetsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:15:13: note: convert 'imageEdgeInsetsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var imageEdgeInsetsKey: String = "imageEdgeInsetsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:15:13: note: add '@MainActor' to make var 'imageEdgeInsetsKey' part of global actor 'MainActor'
private var imageEdgeInsetsKey: String = "imageEdgeInsetsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var imageEdgeInsetsKey: String = "imageEdgeInsetsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:16:13: warning: var 'adjustsImageWhenHighlightedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var adjustsImageWhenHighlightedKey: String = "adjustsImageWhenHighlightedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:16:13: note: convert 'adjustsImageWhenHighlightedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var adjustsImageWhenHighlightedKey: String = "adjustsImageWhenHighlightedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:16:13: note: add '@MainActor' to make var 'adjustsImageWhenHighlightedKey' part of global actor 'MainActor'
private var adjustsImageWhenHighlightedKey: String = "adjustsImageWhenHighlightedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var adjustsImageWhenHighlightedKey: String = "adjustsImageWhenHighlightedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:17:13: warning: var 'adjustsImageWhenDisabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var adjustsImageWhenDisabledKey: String = "adjustsImageWhenDisabledKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:17:13: note: convert 'adjustsImageWhenDisabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var adjustsImageWhenDisabledKey: String = "adjustsImageWhenDisabledKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:17:13: note: add '@MainActor' to make var 'adjustsImageWhenDisabledKey' part of global actor 'MainActor'
private var adjustsImageWhenDisabledKey: String = "adjustsImageWhenDisabledKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var adjustsImageWhenDisabledKey: String = "adjustsImageWhenDisabledKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:18:13: warning: var 'showsTouchWhenHighlightedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsTouchWhenHighlightedKey: String = "showsTouchWhenHighlightedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:18:13: note: convert 'showsTouchWhenHighlightedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsTouchWhenHighlightedKey: String = "showsTouchWhenHighlightedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:18:13: note: add '@MainActor' to make var 'showsTouchWhenHighlightedKey' part of global actor 'MainActor'
private var showsTouchWhenHighlightedKey: String = "showsTouchWhenHighlightedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsTouchWhenHighlightedKey: String = "showsTouchWhenHighlightedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:19:13: warning: var 'isPointerInteractionEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isPointerInteractionEnabledKey: String = "isPointerInteractionEnabledKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:19:13: note: convert 'isPointerInteractionEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isPointerInteractionEnabledKey: String = "isPointerInteractionEnabledKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:19:13: note: add '@MainActor' to make var 'isPointerInteractionEnabledKey' part of global actor 'MainActor'
private var isPointerInteractionEnabledKey: String = "isPointerInteractionEnabledKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:19:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isPointerInteractionEnabledKey: String = "isPointerInteractionEnabledKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:26:24: warning: 'contentEdgeInsets' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration
        bindable(of: \.contentEdgeInsets, key: &contentEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:26:24: warning: cannot form key path to main actor-isolated property 'contentEdgeInsets'; this is an error in the Swift 6 language mode
        bindable(of: \.contentEdgeInsets, key: &contentEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:30:24: warning: 'titleEdgeInsets' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration
        bindable(of: \.titleEdgeInsets, key: &titleEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:30:24: warning: cannot form key path to main actor-isolated property 'titleEdgeInsets'; this is an error in the Swift 6 language mode
        bindable(of: \.titleEdgeInsets, key: &titleEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:34:24: warning: 'reversesTitleShadowWhenHighlighted' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler
        bindable(of: \.reversesTitleShadowWhenHighlighted, key: &reversesTitleShadowWhenHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:34:24: warning: cannot form key path to main actor-isolated property 'reversesTitleShadowWhenHighlighted'; this is an error in the Swift 6 language mode
        bindable(of: \.reversesTitleShadowWhenHighlighted, key: &reversesTitleShadowWhenHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:38:24: warning: 'imageEdgeInsets' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration
        bindable(of: \.imageEdgeInsets, key: &imageEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:38:24: warning: cannot form key path to main actor-isolated property 'imageEdgeInsets'; this is an error in the Swift 6 language mode
        bindable(of: \.imageEdgeInsets, key: &imageEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:42:24: warning: 'adjustsImageWhenHighlighted' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler
        bindable(of: \.adjustsImageWhenHighlighted, key: &adjustsImageWhenHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:42:24: warning: cannot form key path to main actor-isolated property 'adjustsImageWhenHighlighted'; this is an error in the Swift 6 language mode
        bindable(of: \.adjustsImageWhenHighlighted, key: &adjustsImageWhenHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:46:24: warning: 'adjustsImageWhenDisabled' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler
        bindable(of: \.adjustsImageWhenDisabled, key: &adjustsImageWhenDisabledKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:46:24: warning: cannot form key path to main actor-isolated property 'adjustsImageWhenDisabled'; this is an error in the Swift 6 language mode
        bindable(of: \.adjustsImageWhenDisabled, key: &adjustsImageWhenDisabledKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:50:24: warning: 'showsTouchWhenHighlighted' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration
        bindable(of: \.showsTouchWhenHighlighted, key: &showsTouchWhenHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:50:24: warning: cannot form key path to main actor-isolated property 'showsTouchWhenHighlighted'; this is an error in the Swift 6 language mode
        bindable(of: \.showsTouchWhenHighlighted, key: &showsTouchWhenHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:55:24: warning: cannot form key path to main actor-isolated property 'isPointerInteractionEnabled'; this is an error in the Swift 6 language mode
        bindable(of: \.isPointerInteractionEnabled, key: &isPointerInteractionEnabledKey)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:12:13: warning: var 'collectionViewLayoutKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var collectionViewLayoutKey: String = "collectionViewLayoutKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:12:13: note: convert 'collectionViewLayoutKey' to a 'let' constant to make 'Sendable' shared state immutable
private var collectionViewLayoutKey: String = "collectionViewLayoutKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:12:13: note: add '@MainActor' to make var 'collectionViewLayoutKey' part of global actor 'MainActor'
private var collectionViewLayoutKey: String = "collectionViewLayoutKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var collectionViewLayoutKey: String = "collectionViewLayoutKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:13:13: warning: var 'delegateKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var delegateKey: String = "delegateKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:13:13: note: convert 'delegateKey' to a 'let' constant to make 'Sendable' shared state immutable
private var delegateKey: String = "delegateKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:13:13: note: add '@MainActor' to make var 'delegateKey' part of global actor 'MainActor'
private var delegateKey: String = "delegateKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var delegateKey: String = "delegateKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:14:13: warning: var 'dataSourceKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var dataSourceKey: String = "dataSourceKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:14:13: note: convert 'dataSourceKey' to a 'let' constant to make 'Sendable' shared state immutable
private var dataSourceKey: String = "dataSourceKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:14:13: note: add '@MainActor' to make var 'dataSourceKey' part of global actor 'MainActor'
private var dataSourceKey: String = "dataSourceKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var dataSourceKey: String = "dataSourceKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:15:13: warning: var 'prefetchDataSourceKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var prefetchDataSourceKey: String = "prefetchDataSourceKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:15:13: note: convert 'prefetchDataSourceKey' to a 'let' constant to make 'Sendable' shared state immutable
private var prefetchDataSourceKey: String = "prefetchDataSourceKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:15:13: note: add '@MainActor' to make var 'prefetchDataSourceKey' part of global actor 'MainActor'
private var prefetchDataSourceKey: String = "prefetchDataSourceKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var prefetchDataSourceKey: String = "prefetchDataSourceKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:16:13: warning: var 'isPrefetchingEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isPrefetchingEnabledKey: String = "isPrefetchingEnabledKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:16:13: note: convert 'isPrefetchingEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isPrefetchingEnabledKey: String = "isPrefetchingEnabledKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:16:13: note: add '@MainActor' to make var 'isPrefetchingEnabledKey' part of global actor 'MainActor'
private var isPrefetchingEnabledKey: String = "isPrefetchingEnabledKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isPrefetchingEnabledKey: String = "isPrefetchingEnabledKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:17:13: warning: var 'dragDelegateKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var dragDelegateKey: String = "dragDelegateKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:17:13: note: convert 'dragDelegateKey' to a 'let' constant to make 'Sendable' shared state immutable
private var dragDelegateKey: String = "dragDelegateKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:17:13: note: add '@MainActor' to make var 'dragDelegateKey' part of global actor 'MainActor'
private var dragDelegateKey: String = "dragDelegateKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var dragDelegateKey: String = "dragDelegateKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:18:13: warning: var 'dropDelegateKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var dropDelegateKey: String = "dropDelegateKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:18:13: note: convert 'dropDelegateKey' to a 'let' constant to make 'Sendable' shared state immutable
private var dropDelegateKey: String = "dropDelegateKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:18:13: note: add '@MainActor' to make var 'dropDelegateKey' part of global actor 'MainActor'
private var dropDelegateKey: String = "dropDelegateKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var dropDelegateKey: String = "dropDelegateKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:19:13: warning: var 'dragInteractionEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var dragInteractionEnabledKey: String = "dragInteractionEnabledKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:19:13: note: convert 'dragInteractionEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var dragInteractionEnabledKey: String = "dragInteractionEnabledKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:19:13: note: add '@MainActor' to make var 'dragInteractionEnabledKey' part of global actor 'MainActor'
private var dragInteractionEnabledKey: String = "dragInteractionEnabledKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:19:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var dragInteractionEnabledKey: String = "dragInteractionEnabledKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:20:13: warning: var 'backgroundViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var backgroundViewKey: String = "backgroundViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:20:13: note: convert 'backgroundViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var backgroundViewKey: String = "backgroundViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:20:13: note: add '@MainActor' to make var 'backgroundViewKey' part of global actor 'MainActor'
private var backgroundViewKey: String = "backgroundViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var backgroundViewKey: String = "backgroundViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:21:13: warning: var 'allowsSelectionKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var allowsSelectionKey: String = "allowsSelectionKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:21:13: note: convert 'allowsSelectionKey' to a 'let' constant to make 'Sendable' shared state immutable
private var allowsSelectionKey: String = "allowsSelectionKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:21:13: note: add '@MainActor' to make var 'allowsSelectionKey' part of global actor 'MainActor'
private var allowsSelectionKey: String = "allowsSelectionKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var allowsSelectionKey: String = "allowsSelectionKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:22:13: warning: var 'allowsMultipleSelectionKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var allowsMultipleSelectionKey: String = "allowsMultipleSelectionKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:22:13: note: convert 'allowsMultipleSelectionKey' to a 'let' constant to make 'Sendable' shared state immutable
private var allowsMultipleSelectionKey: String = "allowsMultipleSelectionKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:22:13: note: add '@MainActor' to make var 'allowsMultipleSelectionKey' part of global actor 'MainActor'
private var allowsMultipleSelectionKey: String = "allowsMultipleSelectionKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var allowsMultipleSelectionKey: String = "allowsMultipleSelectionKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:23:13: warning: var 'remembersLastFocusedIndexPathKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var remembersLastFocusedIndexPathKey: String = "remembersLastFocusedIndexPathKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:23:13: note: convert 'remembersLastFocusedIndexPathKey' to a 'let' constant to make 'Sendable' shared state immutable
private var remembersLastFocusedIndexPathKey: String = "remembersLastFocusedIndexPathKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:23:13: note: add '@MainActor' to make var 'remembersLastFocusedIndexPathKey' part of global actor 'MainActor'
private var remembersLastFocusedIndexPathKey: String = "remembersLastFocusedIndexPathKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var remembersLastFocusedIndexPathKey: String = "remembersLastFocusedIndexPathKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:24:13: warning: var 'selectionFollowsFocusKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var selectionFollowsFocusKey: String = "selectionFollowsFocusKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:24:13: note: convert 'selectionFollowsFocusKey' to a 'let' constant to make 'Sendable' shared state immutable
private var selectionFollowsFocusKey: String = "selectionFollowsFocusKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:24:13: note: add '@MainActor' to make var 'selectionFollowsFocusKey' part of global actor 'MainActor'
private var selectionFollowsFocusKey: String = "selectionFollowsFocusKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var selectionFollowsFocusKey: String = "selectionFollowsFocusKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:25:13: warning: var 'isEditingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isEditingKey: String = "isEditingKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:25:13: note: convert 'isEditingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isEditingKey: String = "isEditingKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:25:13: note: add '@MainActor' to make var 'isEditingKey' part of global actor 'MainActor'
private var isEditingKey: String = "isEditingKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isEditingKey: String = "isEditingKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:32:24: warning: cannot form key path to main actor-isolated property 'collectionViewLayout'; this is an error in the Swift 6 language mode
        bindable(of: \.collectionViewLayout, key: &collectionViewLayoutKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:36:24: warning: cannot form key path to main actor-isolated property 'delegate'; this is an error in the Swift 6 language mode
        bindable(of: \.delegate, key: &delegateKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:40:24: warning: cannot form key path to main actor-isolated property 'dataSource'; this is an error in the Swift 6 language mode
        bindable(of: \.dataSource, key: &dataSourceKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:44:24: warning: cannot form key path to main actor-isolated property 'prefetchDataSource'; this is an error in the Swift 6 language mode
        bindable(of: \.prefetchDataSource, key: &prefetchDataSourceKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:48:24: warning: cannot form key path to main actor-isolated property 'isPrefetchingEnabled'; this is an error in the Swift 6 language mode
        bindable(of: \.isPrefetchingEnabled, key: &isPrefetchingEnabledKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:53:24: warning: cannot form key path to main actor-isolated property 'dragDelegate'; this is an error in the Swift 6 language mode
        bindable(of: \.dragDelegate, key: &dragDelegateKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:57:24: warning: cannot form key path to main actor-isolated property 'dropDelegate'; this is an error in the Swift 6 language mode
        bindable(of: \.dropDelegate, key: &dropDelegateKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:62:24: warning: cannot form key path to main actor-isolated property 'dragInteractionEnabled'; this is an error in the Swift 6 language mode
        bindable(of: \.dragInteractionEnabled, key: &dragInteractionEnabledKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:66:24: warning: cannot form key path to main actor-isolated property 'backgroundView'; this is an error in the Swift 6 language mode
        bindable(of: \.backgroundView, key: &backgroundViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:70:24: warning: cannot form key path to main actor-isolated property 'allowsSelection'; this is an error in the Swift 6 language mode
        bindable(of: \.allowsSelection, key: &allowsSelectionKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:74:24: warning: cannot form key path to main actor-isolated property 'allowsMultipleSelection'; this is an error in the Swift 6 language mode
        bindable(of: \.allowsMultipleSelection, key: &allowsMultipleSelectionKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:78:24: warning: cannot form key path to main actor-isolated property 'remembersLastFocusedIndexPath'; this is an error in the Swift 6 language mode
        bindable(of: \.remembersLastFocusedIndexPath, key: &remembersLastFocusedIndexPathKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:83:24: warning: cannot form key path to main actor-isolated property 'selectionFollowsFocus'; this is an error in the Swift 6 language mode
        bindable(of: \.selectionFollowsFocus, key: &selectionFollowsFocusKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:88:24: warning: cannot form key path to main actor-isolated property 'isEditing'; this is an error in the Swift 6 language mode
        bindable(of: \.isEditing, key: &isEditingKey)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:12:13: warning: var 'isEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isEnabledKey: String = "isEnabledKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:12:13: note: convert 'isEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isEnabledKey: String = "isEnabledKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:12:13: note: add '@MainActor' to make var 'isEnabledKey' part of global actor 'MainActor'
private var isEnabledKey: String = "isEnabledKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isEnabledKey: String = "isEnabledKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:13:13: warning: var 'isSelectedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isSelectedKey: String = "isSelectedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:13:13: note: convert 'isSelectedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isSelectedKey: String = "isSelectedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:13:13: note: add '@MainActor' to make var 'isSelectedKey' part of global actor 'MainActor'
private var isSelectedKey: String = "isSelectedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isSelectedKey: String = "isSelectedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:14:13: warning: var 'isHighlightedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isHighlightedKey: String = "isHighlightedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:14:13: note: convert 'isHighlightedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isHighlightedKey: String = "isHighlightedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:14:13: note: add '@MainActor' to make var 'isHighlightedKey' part of global actor 'MainActor'
private var isHighlightedKey: String = "isHighlightedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isHighlightedKey: String = "isHighlightedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:15:13: warning: var 'contentVerticalAlignmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentVerticalAlignmentKey: String = "contentVerticalAlignmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:15:13: note: convert 'contentVerticalAlignmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentVerticalAlignmentKey: String = "contentVerticalAlignmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:15:13: note: add '@MainActor' to make var 'contentVerticalAlignmentKey' part of global actor 'MainActor'
private var contentVerticalAlignmentKey: String = "contentVerticalAlignmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentVerticalAlignmentKey: String = "contentVerticalAlignmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:16:13: warning: var 'contentHorizontalAlignmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentHorizontalAlignmentKey: String = "contentHorizontalAlignmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:16:13: note: convert 'contentHorizontalAlignmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentHorizontalAlignmentKey: String = "contentHorizontalAlignmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:16:13: note: add '@MainActor' to make var 'contentHorizontalAlignmentKey' part of global actor 'MainActor'
private var contentHorizontalAlignmentKey: String = "contentHorizontalAlignmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentHorizontalAlignmentKey: String = "contentHorizontalAlignmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:17:13: warning: var 'showsMenuAsPrimaryActionKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsMenuAsPrimaryActionKey: String = "showsMenuAsPrimaryActionKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:17:13: note: convert 'showsMenuAsPrimaryActionKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsMenuAsPrimaryActionKey: String = "showsMenuAsPrimaryActionKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:17:13: note: add '@MainActor' to make var 'showsMenuAsPrimaryActionKey' part of global actor 'MainActor'
private var showsMenuAsPrimaryActionKey: String = "showsMenuAsPrimaryActionKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsMenuAsPrimaryActionKey: String = "showsMenuAsPrimaryActionKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:24:24: warning: cannot form key path to main actor-isolated property 'isEnabled'; this is an error in the Swift 6 language mode
        bindable(of: \.isEnabled, key: &isEnabledKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:28:24: warning: cannot form key path to main actor-isolated property 'isSelected'; this is an error in the Swift 6 language mode
        bindable(of: \.isSelected, key: &isSelectedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:32:24: warning: cannot form key path to main actor-isolated property 'isHighlighted'; this is an error in the Swift 6 language mode
        bindable(of: \.isHighlighted, key: &isHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:36:24: warning: cannot form key path to main actor-isolated property 'contentVerticalAlignment'; this is an error in the Swift 6 language mode
        bindable(of: \.contentVerticalAlignment, key: &contentVerticalAlignmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:40:24: warning: cannot form key path to main actor-isolated property 'contentHorizontalAlignment'; this is an error in the Swift 6 language mode
        bindable(of: \.contentHorizontalAlignment, key: &contentHorizontalAlignmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:45:24: warning: cannot form key path to main actor-isolated property 'showsMenuAsPrimaryAction'; this is an error in the Swift 6 language mode
        bindable(of: \.showsMenuAsPrimaryAction, key: &showsMenuAsPrimaryActionKey)
                       ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/AnyObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Changes.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Invokable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/InvokableGroup.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Observing.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Unwrapable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/WrappingObserver.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/BufferedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/CombinedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/MergedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/ObservableBlock.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Publisher.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Subject.swift -primary-file /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift -primary-file /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/ExclusiveRetainableWrapper.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/RetainableGroup.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/WeakWrappedObserver.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControlAction.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/supplementaryOutputs-5 -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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos_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/Pharos.build/Debug-xros/Pharos.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/Pharos.build/Debug-xros/Pharos.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Pharos -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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+TextInput.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UIButton.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UICollectionView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UIControl.o -index-unit-output-path /Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+TextInput.o -index-unit-output-path /Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UIButton.o -index-unit-output-path /Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UICollectionView.o -index-unit-output-path /Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UIControl.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift (in target 'Chary' from project 'Chary')
SwiftCompile normal arm64 Compiling\ CombinedObservable.swift,\ KVOObservable.swift,\ MergedObservable.swift,\ Observable+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/CombinedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/MergedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/CombinedObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:30:35: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
           keyPath == \UITextView.text || keyPath == \UITextField.text {
                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:30:67: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
           keyPath == \UITextView.text || keyPath == \UITextField.text {
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:32:83: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        } else if let searchBar = object as? UISearchBar, keyPath == \UISearchBar.text {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:33:39: warning: main actor-isolated property 'textField' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            observeText(of: searchBar.textField)
                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:100:20: note: property declared here
    @inlinable var textField: UITextField {
                   ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:27:21: note: add '@MainActor' to make instance method 'nsObjectObserve' part of global actor 'MainActor'
    @inlinable func nsObjectObserve(_ object: Object, _ keyPath: KeyPath<Object, Property>) {
                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:41:30: warning: capture of 'self' with non-sendable type 'KVOObservable<Object, Property>?' in a '@Sendable' closure
            guard let self = self else { return }
                             ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:13:13: note: generic class 'KVOObservable' does not conform to the 'Sendable' protocol
final class KVOObservable<Object: NSObject, Property>: BufferedObservable<Property> {
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:65:38: warning: call to main actor-isolated instance method 'textRange(from:to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        if let textRange = textInput.textRange(from: textInput.beginningOfDocument, to: textInput.endOfDocument),
                                     ^
UIKit.UITextInput.textRange:3:19: note: calls to instance method 'textRange(from:to:)' from outside of its actor context are implicitly asynchronous
  @MainActor func textRange(from fromPosition: UITextPosition, to toPosition: UITextPosition) -> UITextRange?}
                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:62:21: note: add '@MainActor' to make instance method 'observeText(of:)' part of global actor 'MainActor'
    @inlinable func observeText(of textInput: UITextInput) {
                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:65:64: warning: main actor-isolated property 'beginningOfDocument' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let textRange = textInput.textRange(from: textInput.beginningOfDocument, to: textInput.endOfDocument),
                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:141:49: note: property declared here
@property (nonatomic, readonly) UITextPosition *beginningOfDocument;
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:62:21: note: add '@MainActor' to make instance method 'observeText(of:)' part of global actor 'MainActor'
    @inlinable func observeText(of textInput: UITextInput) {
                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:65:99: warning: main actor-isolated property 'endOfDocument' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let textRange = textInput.textRange(from: textInput.beginningOfDocument, to: textInput.endOfDocument),
                                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:142:49: note: property declared here
@property (nonatomic, readonly) UITextPosition *endOfDocument;
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:62:21: note: add '@MainActor' to make instance method 'observeText(of:)' part of global actor 'MainActor'
    @inlinable func observeText(of textInput: UITextInput) {
                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:66:40: warning: call to main actor-isolated instance method 'text(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
           let latestState = textInput.text(in: textRange) as? Property {
                                       ^
UIKit.UITextInput.text:3:19: note: calls to instance method 'text(in:)' from outside of its actor context are implicitly asynchronous
  @MainActor func text(in range: UITextRange) -> String?}
                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:62:21: note: add '@MainActor' to make instance method 'observeText(of:)' part of global actor 'MainActor'
    @inlinable func observeText(of textInput: UITextInput) {
                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:79:41: warning: call to main actor-isolated instance method 'textRange(from:to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
              let textRange = textInput.textRange(from: textInput.beginningOfDocument, to: textInput.endOfDocument),
                                        ^
UIKit.UITextInput.textRange:3:19: note: calls to instance method 'textRange(from:to:)' from outside of its actor context are implicitly asynchronous
  @MainActor func textRange(from fromPosition: UITextPosition, to toPosition: UITextPosition) -> UITextRange?}
                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:77:27: note: add '@MainActor' to make instance method 'textNotification' part of global actor 'MainActor'
    @objc @inlinable func textNotification(_ notification: Notification) {
                          ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:79:67: warning: main actor-isolated property 'beginningOfDocument' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
              let textRange = textInput.textRange(from: textInput.beginningOfDocument, to: textInput.endOfDocument),
                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:141:49: note: property declared here
@property (nonatomic, readonly) UITextPosition *beginningOfDocument;
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:77:27: note: add '@MainActor' to make instance method 'textNotification' part of global actor 'MainActor'
    @objc @inlinable func textNotification(_ notification: Notification) {
                          ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:79:102: warning: main actor-isolated property 'endOfDocument' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
              let textRange = textInput.textRange(from: textInput.beginningOfDocument, to: textInput.endOfDocument),
                                                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:142:49: note: property declared here
@property (nonatomic, readonly) UITextPosition *endOfDocument;
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:77:27: note: add '@MainActor' to make instance method 'textNotification' part of global actor 'MainActor'
    @objc @inlinable func textNotification(_ notification: Notification) {
                          ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:80:35: warning: call to main actor-isolated instance method 'text(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
              let new = textInput.text(in: textRange) as? Property else {
                                  ^
UIKit.UITextInput.text:3:19: note: calls to instance method 'text(in:)' from outside of its actor context are implicitly asynchronous
  @MainActor func text(in range: UITextRange) -> String?}
                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:77:27: note: add '@MainActor' to make instance method 'textNotification' part of global actor 'MainActor'
    @objc @inlinable func textNotification(_ notification: Notification) {
                          ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/MergedObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift:106:17: warning: capture of 'child' with non-sendable type 'Observable<Output>' in a '@Sendable' closure
                child.accept(value)
                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable.swift:12:12: note: generic class 'Observable' does not conform to the 'Sendable' protocol
open class Observable<Output>: InvokableObservable, Observing {
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift:106:30: warning: capture of 'value' with non-sendable type 'Changes<Output>' in a '@Sendable' closure
                child.accept(value)
                             ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Changes.swift:10:15: note: consider making generic struct 'Changes' conform to the 'Sendable' protocol
public struct Changes<State> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift:145:37: warning: capture of 'pendingBuffer' with non-sendable type 'Changes<Output>?' in a '@Sendable' closure
                guard let pending = pendingBuffer, let child = child else {
                                    ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Changes.swift:10:15: note: consider making generic struct 'Changes' conform to the 'Sendable' protocol
public struct Changes<State> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift:145:64: warning: capture of 'child' with non-sendable type 'Observable<Output>?' in a '@Sendable' closure
                guard let pending = pendingBuffer, let child = child else {
                                                               ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable.swift:12:12: note: generic class 'Observable' does not conform to the 'Sendable' protocol
open class Observable<Output>: InvokableObservable, Observing {
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift:150:48: warning: capture of 'value' with non-sendable type 'Changes<Output>' in a '@Sendable' closure
                child.accept(pending.with(old: value.new))
                                               ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Changes.swift:10:15: note: consider making generic struct 'Changes' conform to the 'Sendable' protocol
public struct Changes<State> {
              ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift:145:37: warning: reference to captured var 'pendingBuffer' in concurrently-executing code
                guard let pending = pendingBuffer, let child = child else {
                                    ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift:148:17: warning: mutation of captured var 'pendingBuffer' in concurrently-executing code
                pendingBuffer = nil
                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift:149:17: warning: mutation of captured var 'lastBlockedTime' in concurrently-executing code
                lastBlockedTime = Date()
                ^
SwiftDriverJobDiscovery normal arm64 Compiling DispatchQueue+Extensions.swift (in target 'Chary' from project 'Chary')
SwiftCompile normal arm64 Compiling\ WeakWrappedObserver.swift,\ UIControl+Extensions.swift,\ UIControlAction.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/WeakWrappedObserver.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControlAction.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/WeakWrappedObserver.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:12:5: warning: var 'controlActionAssociatedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var controlActionAssociatedKey: String = "controlActionAssociatedKey"
    ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:12:5: note: convert 'controlActionAssociatedKey' to a 'let' constant to make 'Sendable' shared state immutable
var controlActionAssociatedKey: String = "controlActionAssociatedKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:12:5: note: add '@MainActor' to make var 'controlActionAssociatedKey' part of global actor 'MainActor'
var controlActionAssociatedKey: String = "controlActionAssociatedKey"
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:12:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var controlActionAssociatedKey: String = "controlActionAssociatedKey"
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:14:1: warning: extension declares a conformance of imported type 'Event' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIControl.Event: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:14:1: note: add '@retroactive' to silence this warning
extension UIControl.Event: Hashable {
^                          ~~~~~~~~
                           @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:167:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_setAssociatedObject(self, &controlActionAssociatedKey, controlAction, .OBJC_ASSOCIATION_RETAIN)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:160:66: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        guard let controlAction = objc_getAssociatedObject(self, &controlActionAssociatedKey) as? UIControlAction else {
                                                                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControlAction.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Observing.swift, Unwrapable.swift, WrappingObserver.swift, BufferedObservable.swift (in target 'Pharos' from project 'Pharos')
SwiftDriver\ Compilation Chary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Chary' from project 'Chary')
    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 Chary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary-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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary_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/Chary.build/Debug-xros/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ExclusiveRetainableWrapper.swift, Retainable.swift, RetainableGroup.swift (in target 'Pharos' from project 'Pharos')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Chary.o normal (in target 'Chary' from project 'Chary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Chary
    /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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary_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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Chary.o
SwiftDriverJobDiscovery normal arm64 Compiling Observable.swift, ObservableBlock.swift, Publisher.swift, Subject.swift (in target 'Pharos' from project 'Pharos')
ExtractAppIntentsMetadata (in target 'Chary' from project 'Chary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Chary
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Chary --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier chary.Chary --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Chary.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Chary.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Chary.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Chary.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 23:50:47.356 appintentsmetadataprocessor[774:4239] Starting appintentsmetadataprocessor export
2025-04-26 23:50:47.412 appintentsmetadataprocessor[774:4239] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Chary.o (in target 'Chary' from project 'Chary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Chary
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Chary.o
SwiftDriverJobDiscovery normal arm64 Compiling AnyObservable.swift, Changes.swift, Invokable.swift, InvokableGroup.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Emitting module for Pharos (in target 'Pharos' from project 'Pharos')
SwiftDriver\ Compilation\ Requirements Pharos normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pharos' from project 'Pharos')
    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 Pharos -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos-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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos_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/Pharos.build/Debug-xros/Pharos.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Pharos-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos-Swift.h (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Pharos-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Pharos.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.swiftmodule (in target 'Pharos' from project 'Pharos')
    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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Pharos.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Pharos.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.abi.json (in target 'Pharos' from project 'Pharos')
    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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Pharos.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Pharos.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.swiftdoc (in target 'Pharos' from project 'Pharos')
    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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Pharos.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Pharos.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.swiftsourceinfo (in target 'Pharos' from project 'Pharos')
    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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Pharos.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling WeakWrappedObserver.swift, UIControl+Extensions.swift, UIControlAction.swift (in target 'Pharos' from project 'Pharos')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ BindableCollection+UIImageView.swift,\ BindableCollection+UILabel.swift,\ BindableCollection+UIScrollView.swift,\ BindableCollection+UISlider.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift (in target 'Pharos' from project 'Pharos')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift (in target 'Pharos' from project 'Pharos')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift (in target 'Pharos' from project 'Pharos')
	SwiftCompile normal arm64 Compiling\ BindableCollection+TextInput.swift,\ BindableCollection+UIButton.swift,\ BindableCollection+UICollectionView.swift,\ BindableCollection+UIControl.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift (in target 'Pharos' from project 'Pharos')
	Building workspace spi-builder-workspace with scheme Pharos
(5 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:
  Pharos: /Users/admin/builder/spi-builder-workspace
  Chary: https://github.com/hainayanda/Chary.git @ 1.0.7
resolved source packages: Pharos, Chary
{
  "dependencies" : [
    {
      "identity" : "chary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hainayanda/Chary.git"
    }
  ],
  "manifest_display_name" : "Pharos",
  "name" : "Pharos",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Pharos",
      "targets" : [
        "Pharos"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Pharos",
      "module_type" : "SwiftTarget",
      "name" : "Pharos",
      "path" : "Pharos/Classes",
      "product_dependencies" : [
        "Chary"
      ],
      "product_memberships" : [
        "Pharos"
      ],
      "sources" : [
        "Base/AnyObservable.swift",
        "Base/Changes.swift",
        "Base/Invokable.swift",
        "Base/InvokableGroup.swift",
        "Base/Observing.swift",
        "Base/Unwrapable.swift",
        "Base/WrappingObserver.swift",
        "Observable/BufferedObservable.swift",
        "Observable/CombinedObservable.swift",
        "Observable/KVOObservable.swift",
        "Observable/MergedObservable.swift",
        "Observable/Observable+Extensions.swift",
        "Observable/Observable.swift",
        "Observable/ObservableBlock.swift",
        "Observable/Publisher.swift",
        "Observable/Subject.swift",
        "PopulatedRelays/BindableCollection+TextInput.swift",
        "PopulatedRelays/BindableCollection+UIButton.swift",
        "PopulatedRelays/BindableCollection+UICollectionView.swift",
        "PopulatedRelays/BindableCollection+UIControl.swift",
        "PopulatedRelays/BindableCollection+UIImageView.swift",
        "PopulatedRelays/BindableCollection+UILabel.swift",
        "PopulatedRelays/BindableCollection+UIScrollView.swift",
        "PopulatedRelays/BindableCollection+UISlider.swift",
        "PopulatedRelays/BindableCollection+UIStackView.swift",
        "PopulatedRelays/BindableCollection+UIStepper.swift",
        "PopulatedRelays/BindableCollection+UISwitch.swift",
        "PopulatedRelays/BindableCollection+UITableView.swift",
        "PopulatedRelays/BindableCollection+UIView.swift",
        "PopulatedRelays/BindableCollectionCellView.swift",
        "PopulatedRelays/PopulatedRelays.swift",
        "Retaining/ExclusiveRetainableWrapper.swift",
        "Retaining/Retainable.swift",
        "Retaining/RetainableGroup.swift",
        "Retaining/WeakWrappedObserver.swift",
        "UIControl/UIControl+Extensions.swift",
        "UIControl/UIControlAction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Pharos"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Pharos -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 Pharos -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  Pharos: /Users/admin/builder/spi-builder-workspace
  Chary: https://github.com/hainayanda/Chary.git @ 1.0.7
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Pharos' in project 'Pharos'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Chary' in project 'Chary'
        ➜ Explicit dependency on target 'Chary' in project 'Chary'
    Target 'Chary' in project 'Chary' (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/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: 600f7ee31648988fc778d2c25d4d2eca
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/600f7ee31648988fc778d2c25d4d2eca.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
SwiftDriver Chary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Chary' from project 'Chary')
    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 Chary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary-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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary_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/Chary.build/Debug-xros/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Chary (in target 'Chary' from project 'Chary')
EmitSwiftModule normal arm64 (in target 'Chary' from project 'Chary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DispatchQueue+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift (in target 'Chary' from project 'Chary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Chary/Chary/Classes/DispatchQueue+Extensions.swift (in target 'Chary' from project 'Chary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Chary (in target 'Chary' from project 'Chary')
SwiftDriver\ Compilation\ Requirements Chary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Chary' from project 'Chary')
    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 Chary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary-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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary_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/Chary.build/Debug-xros/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Chary.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.abi.json (in target 'Chary' from project 'Chary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Chary
    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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Chary.swiftmodule/arm64-apple-xros.abi.json
SwiftDriver Pharos normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pharos' from project 'Pharos')
    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 Pharos -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos-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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos_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/Pharos.build/Debug-xros/Pharos.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift (in target 'Chary' from project 'Chary')
SwiftDriverJobDiscovery normal arm64 Compiling DispatchQueue+Extensions.swift (in target 'Chary' from project 'Chary')
SwiftDriver\ Compilation Chary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Chary' from project 'Chary')
    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 Chary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary-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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary_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/Chary.build/Debug-xros/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-xros/Chary.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/Chary.build/Debug-xros/Chary.build/Objects-normal/arm64/Chary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AnyObservable.swift,\ Changes.swift,\ Invokable.swift,\ InvokableGroup.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/AnyObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Changes.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Invokable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/InvokableGroup.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/AnyObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Changes.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Invokable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Invokable.swift:20:24: warning: class property 'current' cannot be used in an '@inlinable' function because 'Chary' was not imported by this file; this is an error in the Swift 6 language mode
        (DispatchQueue.current ?? DispatchQueue.main)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Invokable.swift:20:24: note: The missing import of module 'Chary' will be added implicitly
        (DispatchQueue.current ?? DispatchQueue.main)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/InvokableGroup.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BindableCollection+TextInput.swift,\ BindableCollection+UIButton.swift,\ BindableCollection+UICollectionView.swift,\ BindableCollection+UIControl.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:73:24: error: 'inputAccessoryView' is unavailable in visionOS
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:218:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:157:24: error: 'inputAccessoryView' is unavailable in visionOS
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:109:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:225:24: error: 'inputAccessoryView' is unavailable in visionOS
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISearchBar.h:114:60: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, nonatomic, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
                                                           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:26:24: warning: 'contentEdgeInsets' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration
        bindable(of: \.contentEdgeInsets, key: &contentEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:30:24: warning: 'titleEdgeInsets' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration
        bindable(of: \.titleEdgeInsets, key: &titleEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:34:24: warning: 'reversesTitleShadowWhenHighlighted' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler
        bindable(of: \.reversesTitleShadowWhenHighlighted, key: &reversesTitleShadowWhenHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:38:24: warning: 'imageEdgeInsets' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration
        bindable(of: \.imageEdgeInsets, key: &imageEdgeInsetsKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:42:24: warning: 'adjustsImageWhenHighlighted' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler
        bindable(of: \.adjustsImageWhenHighlighted, key: &adjustsImageWhenHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:46:24: warning: 'adjustsImageWhenDisabled' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler
        bindable(of: \.adjustsImageWhenDisabled, key: &adjustsImageWhenDisabledKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift:50:24: warning: 'showsTouchWhenHighlighted' was deprecated in visionOS 1.0: This property is ignored when using UIButtonConfiguration
        bindable(of: \.showsTouchWhenHighlighted, key: &showsTouchWhenHighlightedKey)
                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/AnyObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Changes.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Invokable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/InvokableGroup.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Observing.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Unwrapable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/WrappingObserver.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/BufferedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/CombinedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/MergedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/ObservableBlock.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Publisher.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Subject.swift -primary-file /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift -primary-file /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/ExclusiveRetainableWrapper.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/RetainableGroup.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/WeakWrappedObserver.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControlAction.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/supplementaryOutputs-5 -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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/Pharos_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/Pharos.build/Debug-xros/Pharos.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/Pharos.build/Debug-xros/Pharos.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Pharos -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/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+TextInput.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UIButton.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UICollectionView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UIControl.o -index-unit-output-path /Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+TextInput.o -index-unit-output-path /Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UIButton.o -index-unit-output-path /Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UICollectionView.o -index-unit-output-path /Pharos.build/Debug-xros/Pharos.build/Objects-normal/arm64/BindableCollection+UIControl.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Observable.swift,\ ObservableBlock.swift,\ Publisher.swift,\ Subject.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/ObservableBlock.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Publisher.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Subject.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/ObservableBlock.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Publisher.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Subject.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WeakWrappedObserver.swift,\ UIControl+Extensions.swift,\ UIControlAction.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/WeakWrappedObserver.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControlAction.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/WeakWrappedObserver.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControlAction.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ExclusiveRetainableWrapper.swift,\ Retainable.swift,\ RetainableGroup.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/ExclusiveRetainableWrapper.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/RetainableGroup.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/ExclusiveRetainableWrapper.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/RetainableGroup.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BindableCollection+UIImageView.swift,\ BindableCollection+UILabel.swift,\ BindableCollection+UIScrollView.swift,\ BindableCollection+UISlider.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIImageView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIImageView.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Observing.swift,\ Unwrapable.swift,\ WrappingObserver.swift,\ BufferedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Observing.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Unwrapable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/WrappingObserver.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/BufferedObservable.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Observing.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/Unwrapable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Base/WrappingObserver.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/BufferedObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ BindableCollection+UIStackView.swift,\ BindableCollection+UIStepper.swift,\ BindableCollection+UISwitch.swift,\ BindableCollection+UITableView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CombinedObservable.swift,\ KVOObservable.swift,\ MergedObservable.swift,\ Observable+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/CombinedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/MergedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/CombinedObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/MergedObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BindableCollection+UIView.swift,\ BindableCollectionCellView.swift,\ PopulatedRelays.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling AnyObservable.swift, Changes.swift, Invokable.swift, InvokableGroup.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling Observing.swift, Unwrapable.swift, WrappingObserver.swift, BufferedObservable.swift (in target 'Pharos' from project 'Pharos')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift (in target 'Pharos' from project 'Pharos')
	SwiftCompile normal arm64 Compiling\ BindableCollection+TextInput.swift,\ BindableCollection+UIButton.swift,\ BindableCollection+UICollectionView.swift,\ BindableCollection+UIControl.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift (in target 'Pharos' from project 'Pharos')
	Building workspace spi-builder-workspace with scheme Pharos
(3 failures)
BUILD FAILURE 6.1 visionOS