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 4.0.0 (454d8f), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 06:50:27 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=tvOS

Build Log

@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:12:13: warning: var 'spacingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var spacingKey: String = "spacingKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:12:13: note: convert 'spacingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var spacingKey: String = "spacingKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:12:13: note: add '@MainActor' to make var 'spacingKey' part of global actor 'MainActor'
private var spacingKey: String = "spacingKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var spacingKey: String = "spacingKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:13:13: warning: var 'isBaselineRelativeArrangementKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isBaselineRelativeArrangementKey: String = "isBaselineRelativeArrangementKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:13:13: note: convert 'isBaselineRelativeArrangementKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isBaselineRelativeArrangementKey: String = "isBaselineRelativeArrangementKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:13:13: note: add '@MainActor' to make var 'isBaselineRelativeArrangementKey' part of global actor 'MainActor'
private var isBaselineRelativeArrangementKey: String = "isBaselineRelativeArrangementKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isBaselineRelativeArrangementKey: String = "isBaselineRelativeArrangementKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:14:13: warning: var 'isLayoutMarginsRelativeArrangementKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isLayoutMarginsRelativeArrangementKey: String = "isLayoutMarginsRelativeArrangementKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:14:13: note: convert 'isLayoutMarginsRelativeArrangementKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isLayoutMarginsRelativeArrangementKey: String = "isLayoutMarginsRelativeArrangementKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:14:13: note: add '@MainActor' to make var 'isLayoutMarginsRelativeArrangementKey' part of global actor 'MainActor'
private var isLayoutMarginsRelativeArrangementKey: String = "isLayoutMarginsRelativeArrangementKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStackView.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isLayoutMarginsRelativeArrangementKey: String = "isLayoutMarginsRelativeArrangementKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:12:13: warning: var 'isContinuousKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isContinuousKey: String = "isContinuousKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:12:13: note: convert 'isContinuousKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isContinuousKey: String = "isContinuousKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:12:13: note: add '@MainActor' to make var 'isContinuousKey' part of global actor 'MainActor'
private var isContinuousKey: String = "isContinuousKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isContinuousKey: String = "isContinuousKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:13:13: warning: var 'autorepeatKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var autorepeatKey: String = "autorepeatKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:13:13: note: convert 'autorepeatKey' to a 'let' constant to make 'Sendable' shared state immutable
private var autorepeatKey: String = "autorepeatKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:13:13: note: add '@MainActor' to make var 'autorepeatKey' part of global actor 'MainActor'
private var autorepeatKey: String = "autorepeatKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var autorepeatKey: String = "autorepeatKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:14:13: warning: var 'wrapsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var wrapsKey: String = "wrapsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:14:13: note: convert 'wrapsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var wrapsKey: String = "wrapsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:14:13: note: add '@MainActor' to make var 'wrapsKey' part of global actor 'MainActor'
private var wrapsKey: String = "wrapsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var wrapsKey: String = "wrapsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:15:13: warning: var 'valueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var valueKey: String = "valueKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:15:13: note: convert 'valueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var valueKey: String = "valueKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:15:13: note: add '@MainActor' to make var 'valueKey' part of global actor 'MainActor'
private var valueKey: String = "valueKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var valueKey: String = "valueKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:16:13: warning: var 'minimumValueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var minimumValueKey: String = "minimumValueKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:16:13: note: convert 'minimumValueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var minimumValueKey: String = "minimumValueKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:16:13: note: add '@MainActor' to make var 'minimumValueKey' part of global actor 'MainActor'
private var minimumValueKey: String = "minimumValueKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var minimumValueKey: String = "minimumValueKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:17:13: warning: var 'maximumValueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var maximumValueKey: String = "maximumValueKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:17:13: note: convert 'maximumValueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var maximumValueKey: String = "maximumValueKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:17:13: note: add '@MainActor' to make var 'maximumValueKey' part of global actor 'MainActor'
private var maximumValueKey: String = "maximumValueKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var maximumValueKey: String = "maximumValueKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:18:13: warning: var 'stepValueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var stepValueKey: String = "stepValueKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:18:13: note: convert 'stepValueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var stepValueKey: String = "stepValueKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:18:13: note: add '@MainActor' to make var 'stepValueKey' part of global actor 'MainActor'
private var stepValueKey: String = "stepValueKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var stepValueKey: String = "stepValueKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:20:51: error: 'UIStepper' is unavailable in tvOS
public extension BindableCollection where Object: UIStepper {
                                                  ^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:12:13: warning: var 'onTintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var onTintColorKey: String = "onTintColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:12:13: note: convert 'onTintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var onTintColorKey: String = "onTintColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:12:13: note: add '@MainActor' to make var 'onTintColorKey' part of global actor 'MainActor'
private var onTintColorKey: String = "onTintColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var onTintColorKey: String = "onTintColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:13:13: warning: var 'thumbTintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var thumbTintColorKey: String = "thumbTintColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:13:13: note: convert 'thumbTintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var thumbTintColorKey: String = "thumbTintColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:13:13: note: add '@MainActor' to make var 'thumbTintColorKey' part of global actor 'MainActor'
private var thumbTintColorKey: String = "thumbTintColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var thumbTintColorKey: String = "thumbTintColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:14:13: warning: var 'onImageKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var onImageKey: String = "onImageKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:14:13: note: convert 'onImageKey' to a 'let' constant to make 'Sendable' shared state immutable
private var onImageKey: String = "onImageKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:14:13: note: add '@MainActor' to make var 'onImageKey' part of global actor 'MainActor'
private var onImageKey: String = "onImageKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var onImageKey: String = "onImageKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:15:13: warning: var 'offImageKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var offImageKey: String = "offImageKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:15:13: note: convert 'offImageKey' to a 'let' constant to make 'Sendable' shared state immutable
private var offImageKey: String = "offImageKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:15:13: note: add '@MainActor' to make var 'offImageKey' part of global actor 'MainActor'
private var offImageKey: String = "offImageKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var offImageKey: String = "offImageKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:16:13: warning: var 'isOnKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isOnKey: String = "isOnKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:16:13: note: convert 'isOnKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isOnKey: String = "isOnKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:16:13: note: add '@MainActor' to make var 'isOnKey' part of global actor 'MainActor'
private var isOnKey: String = "isOnKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isOnKey: String = "isOnKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:18:51: error: 'UISwitch' is unavailable in tvOS
public extension BindableCollection where Object: UISwitch {
                                                  ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:12:13: warning: var 'rowHeightKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var rowHeightKey: String = "rowHeightKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:12:13: note: convert 'rowHeightKey' to a 'let' constant to make 'Sendable' shared state immutable
private var rowHeightKey: String = "rowHeightKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:12:13: note: add '@MainActor' to make var 'rowHeightKey' part of global actor 'MainActor'
private var rowHeightKey: String = "rowHeightKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var rowHeightKey: String = "rowHeightKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.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+UITableView.swift:26:13: warning: var 'sectionHeaderHeightKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var sectionHeaderHeightKey: String = "sectionHeaderHeightKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:26:13: note: convert 'sectionHeaderHeightKey' to a 'let' constant to make 'Sendable' shared state immutable
private var sectionHeaderHeightKey: String = "sectionHeaderHeightKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:26:13: note: add '@MainActor' to make var 'sectionHeaderHeightKey' part of global actor 'MainActor'
private var sectionHeaderHeightKey: String = "sectionHeaderHeightKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:26:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var sectionHeaderHeightKey: String = "sectionHeaderHeightKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:27:13: warning: var 'sectionFooterHeightKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var sectionFooterHeightKey: String = "sectionFooterHeightKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:27:13: note: convert 'sectionFooterHeightKey' to a 'let' constant to make 'Sendable' shared state immutable
private var sectionFooterHeightKey: String = "sectionFooterHeightKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:27:13: note: add '@MainActor' to make var 'sectionFooterHeightKey' part of global actor 'MainActor'
private var sectionFooterHeightKey: String = "sectionFooterHeightKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var sectionFooterHeightKey: String = "sectionFooterHeightKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:28:13: warning: var 'estimatedRowHeightKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var estimatedRowHeightKey: String = "estimatedRowHeightKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:28:13: note: convert 'estimatedRowHeightKey' to a 'let' constant to make 'Sendable' shared state immutable
private var estimatedRowHeightKey: String = "estimatedRowHeightKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:28:13: note: add '@MainActor' to make var 'estimatedRowHeightKey' part of global actor 'MainActor'
private var estimatedRowHeightKey: String = "estimatedRowHeightKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var estimatedRowHeightKey: String = "estimatedRowHeightKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:29:13: warning: var 'separatorInsetKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var separatorInsetKey: String = "separatorInsetKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:29:13: note: convert 'separatorInsetKey' to a 'let' constant to make 'Sendable' shared state immutable
private var separatorInsetKey: String = "separatorInsetKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:29:13: note: add '@MainActor' to make var 'separatorInsetKey' part of global actor 'MainActor'
private var separatorInsetKey: String = "separatorInsetKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:29:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var separatorInsetKey: String = "separatorInsetKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:30:13: warning: var 'sectionIndexMinimumDisplayRowCountKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var sectionIndexMinimumDisplayRowCountKey: String = "sectionIndexMinimumDisplayRowCountKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:30:13: note: convert 'sectionIndexMinimumDisplayRowCountKey' to a 'let' constant to make 'Sendable' shared state immutable
private var sectionIndexMinimumDisplayRowCountKey: String = "sectionIndexMinimumDisplayRowCountKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:30:13: note: add '@MainActor' to make var 'sectionIndexMinimumDisplayRowCountKey' part of global actor 'MainActor'
private var sectionIndexMinimumDisplayRowCountKey: String = "sectionIndexMinimumDisplayRowCountKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var sectionIndexMinimumDisplayRowCountKey: String = "sectionIndexMinimumDisplayRowCountKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:31:13: warning: var 'sectionIndexColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var sectionIndexColorKey: String = "sectionIndexColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:31:13: note: convert 'sectionIndexColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var sectionIndexColorKey: String = "sectionIndexColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:31:13: note: add '@MainActor' to make var 'sectionIndexColorKey' part of global actor 'MainActor'
private var sectionIndexColorKey: String = "sectionIndexColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:31:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var sectionIndexColorKey: String = "sectionIndexColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:32:13: warning: var 'sectionIndexBackgroundColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var sectionIndexBackgroundColorKey: String = "sectionIndexBackgroundColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:32:13: note: convert 'sectionIndexBackgroundColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var sectionIndexBackgroundColorKey: String = "sectionIndexBackgroundColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:32:13: note: add '@MainActor' to make var 'sectionIndexBackgroundColorKey' part of global actor 'MainActor'
private var sectionIndexBackgroundColorKey: String = "sectionIndexBackgroundColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:32:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var sectionIndexBackgroundColorKey: String = "sectionIndexBackgroundColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:33:13: warning: var 'sectionIndexTrackingBackgroundColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var sectionIndexTrackingBackgroundColorKey: String = "sectionIndexTrackingBackgroundColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:33:13: note: convert 'sectionIndexTrackingBackgroundColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var sectionIndexTrackingBackgroundColorKey: String = "sectionIndexTrackingBackgroundColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:33:13: note: add '@MainActor' to make var 'sectionIndexTrackingBackgroundColorKey' part of global actor 'MainActor'
private var sectionIndexTrackingBackgroundColorKey: String = "sectionIndexTrackingBackgroundColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:33:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var sectionIndexTrackingBackgroundColorKey: String = "sectionIndexTrackingBackgroundColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:34:13: warning: var 'separatorStyleKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var separatorStyleKey: String = "separatorStyleKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:34:13: note: convert 'separatorStyleKey' to a 'let' constant to make 'Sendable' shared state immutable
private var separatorStyleKey: String = "separatorStyleKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:34:13: note: add '@MainActor' to make var 'separatorStyleKey' part of global actor 'MainActor'
private var separatorStyleKey: String = "separatorStyleKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:34:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var separatorStyleKey: String = "separatorStyleKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:35:13: warning: var 'separatorEffectKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var separatorEffectKey: String = "separatorEffectKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:35:13: note: convert 'separatorEffectKey' to a 'let' constant to make 'Sendable' shared state immutable
private var separatorEffectKey: String = "separatorEffectKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:35:13: note: add '@MainActor' to make var 'separatorEffectKey' part of global actor 'MainActor'
private var separatorEffectKey: String = "separatorEffectKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:35:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var separatorEffectKey: String = "separatorEffectKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:36:13: warning: var 'separatorColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var separatorColorKey: String = "separatorColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:36:13: note: convert 'separatorColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var separatorColorKey: String = "separatorColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:36:13: note: add '@MainActor' to make var 'separatorColorKey' part of global actor 'MainActor'
private var separatorColorKey: String = "separatorColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:36:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var separatorColorKey: String = "separatorColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:37:13: warning: var 'tableHeaderViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var tableHeaderViewKey: String = "tableHeaderViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:37:13: note: convert 'tableHeaderViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var tableHeaderViewKey: String = "tableHeaderViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:37:13: note: add '@MainActor' to make var 'tableHeaderViewKey' part of global actor 'MainActor'
private var tableHeaderViewKey: String = "tableHeaderViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:37:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var tableHeaderViewKey: String = "tableHeaderViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:38:13: warning: var 'estimatedSectionHeaderHeightKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var estimatedSectionHeaderHeightKey: String = "estimatedSectionHeaderHeightKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:38:13: note: convert 'estimatedSectionHeaderHeightKey' to a 'let' constant to make 'Sendable' shared state immutable
private var estimatedSectionHeaderHeightKey: String = "estimatedSectionHeaderHeightKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:38:13: note: add '@MainActor' to make var 'estimatedSectionHeaderHeightKey' part of global actor 'MainActor'
private var estimatedSectionHeaderHeightKey: String = "estimatedSectionHeaderHeightKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:38:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var estimatedSectionHeaderHeightKey: String = "estimatedSectionHeaderHeightKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:39:13: warning: var 'estimatedSectionFooterHeightKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var estimatedSectionFooterHeightKey: String = "estimatedSectionFooterHeightKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:39:13: note: convert 'estimatedSectionFooterHeightKey' to a 'let' constant to make 'Sendable' shared state immutable
private var estimatedSectionFooterHeightKey: String = "estimatedSectionFooterHeightKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:39:13: note: add '@MainActor' to make var 'estimatedSectionFooterHeightKey' part of global actor 'MainActor'
private var estimatedSectionFooterHeightKey: String = "estimatedSectionFooterHeightKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:39:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var estimatedSectionFooterHeightKey: String = "estimatedSectionFooterHeightKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:40:13: warning: var 'cellLayoutMarginsFollowReadableWidthKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var cellLayoutMarginsFollowReadableWidthKey: String = "cellLayoutMarginsFollowReadableWidthKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:40:13: note: convert 'cellLayoutMarginsFollowReadableWidthKey' to a 'let' constant to make 'Sendable' shared state immutable
private var cellLayoutMarginsFollowReadableWidthKey: String = "cellLayoutMarginsFollowReadableWidthKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:40:13: note: add '@MainActor' to make var 'cellLayoutMarginsFollowReadableWidthKey' part of global actor 'MainActor'
private var cellLayoutMarginsFollowReadableWidthKey: String = "cellLayoutMarginsFollowReadableWidthKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:40:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var cellLayoutMarginsFollowReadableWidthKey: String = "cellLayoutMarginsFollowReadableWidthKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:41:13: warning: var 'insetsContentViewsToSafeAreaKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var insetsContentViewsToSafeAreaKey: String = "insetsContentViewsToSafeAreaKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:41:13: note: convert 'insetsContentViewsToSafeAreaKey' to a 'let' constant to make 'Sendable' shared state immutable
private var insetsContentViewsToSafeAreaKey: String = "insetsContentViewsToSafeAreaKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:41:13: note: add '@MainActor' to make var 'insetsContentViewsToSafeAreaKey' part of global actor 'MainActor'
private var insetsContentViewsToSafeAreaKey: String = "insetsContentViewsToSafeAreaKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:41:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var insetsContentViewsToSafeAreaKey: String = "insetsContentViewsToSafeAreaKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:42:13: warning: var 'tableFooterViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var tableFooterViewKey: String = "tableFooterViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:42:13: note: convert 'tableFooterViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var tableFooterViewKey: String = "tableFooterViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:42:13: note: add '@MainActor' to make var 'tableFooterViewKey' part of global actor 'MainActor'
private var tableFooterViewKey: String = "tableFooterViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:42:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var tableFooterViewKey: String = "tableFooterViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:61:34: error: 'UITableViewDragDelegate' is unavailable in tvOS
    var dragDelegate: Observable<UITableViewDragDelegate?> {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:608:11: note: 'UITableViewDragDelegate' has been explicitly marked unavailable here
@protocol UITableViewDragDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:66:34: error: 'UITableViewDropDelegate' is unavailable in tvOS
    var dropDelegate: Observable<UITableViewDropDelegate?> {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:648:11: note: 'UITableViewDropDelegate' has been explicitly marked unavailable here
@protocol UITableViewDropDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:130:52: error: 'SeparatorStyle' is unavailable in tvOS
    var separatorStyle: Observable<UITableViewCell.SeparatorStyle> {
                                                   ^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:32:28: note: 'SeparatorStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITableViewCellSeparatorStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:12:13: warning: var 'isUserInteractionEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isUserInteractionEnabledKey: String = "isUserInteractionEnabledKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:12:13: note: convert 'isUserInteractionEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isUserInteractionEnabledKey: String = "isUserInteractionEnabledKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:12:13: note: add '@MainActor' to make var 'isUserInteractionEnabledKey' part of global actor 'MainActor'
private var isUserInteractionEnabledKey: String = "isUserInteractionEnabledKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isUserInteractionEnabledKey: String = "isUserInteractionEnabledKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:13:13: warning: var 'focusGroupIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var focusGroupIdentifierKey: String = "focusGroupIdentifierKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:13:13: note: convert 'focusGroupIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
private var focusGroupIdentifierKey: String = "focusGroupIdentifierKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:13:13: note: add '@MainActor' to make var 'focusGroupIdentifierKey' part of global actor 'MainActor'
private var focusGroupIdentifierKey: String = "focusGroupIdentifierKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var focusGroupIdentifierKey: String = "focusGroupIdentifierKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:14:13: warning: var 'frameKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var frameKey: String = "frameKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:14:13: note: convert 'frameKey' to a 'let' constant to make 'Sendable' shared state immutable
private var frameKey: String = "frameKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:14:13: note: add '@MainActor' to make var 'frameKey' part of global actor 'MainActor'
private var frameKey: String = "frameKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var frameKey: String = "frameKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:15:13: warning: var 'boundsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var boundsKey: String = "boundsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:15:13: note: convert 'boundsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var boundsKey: String = "boundsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:15:13: note: add '@MainActor' to make var 'boundsKey' part of global actor 'MainActor'
private var boundsKey: String = "boundsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var boundsKey: String = "boundsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:16:13: warning: var 'centerKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var centerKey: String = "centerKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:16:13: note: convert 'centerKey' to a 'let' constant to make 'Sendable' shared state immutable
private var centerKey: String = "centerKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:16:13: note: add '@MainActor' to make var 'centerKey' part of global actor 'MainActor'
private var centerKey: String = "centerKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var centerKey: String = "centerKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:17:13: warning: var 'contentScaleFactorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentScaleFactorKey: String = "contentScaleFactorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:17:13: note: convert 'contentScaleFactorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentScaleFactorKey: String = "contentScaleFactorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:17:13: note: add '@MainActor' to make var 'contentScaleFactorKey' part of global actor 'MainActor'
private var contentScaleFactorKey: String = "contentScaleFactorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentScaleFactorKey: String = "contentScaleFactorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:18:13: warning: var 'isMultipleTouchEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isMultipleTouchEnabledKey: String = "isMultipleTouchEnabledKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:18:13: note: convert 'isMultipleTouchEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isMultipleTouchEnabledKey: String = "isMultipleTouchEnabledKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:18:13: note: add '@MainActor' to make var 'isMultipleTouchEnabledKey' part of global actor 'MainActor'
private var isMultipleTouchEnabledKey: String = "isMultipleTouchEnabledKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isMultipleTouchEnabledKey: String = "isMultipleTouchEnabledKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:19:13: warning: var 'isExclusiveTouchKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isExclusiveTouchKey: String = "isExclusiveTouchKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:19:13: note: convert 'isExclusiveTouchKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isExclusiveTouchKey: String = "isExclusiveTouchKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:19:13: note: add '@MainActor' to make var 'isExclusiveTouchKey' part of global actor 'MainActor'
private var isExclusiveTouchKey: String = "isExclusiveTouchKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:19:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isExclusiveTouchKey: String = "isExclusiveTouchKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:20:13: warning: var 'autoresizesSubviewsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var autoresizesSubviewsKey: String = "autoresizesSubviewsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:20:13: note: convert 'autoresizesSubviewsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var autoresizesSubviewsKey: String = "autoresizesSubviewsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:20:13: note: add '@MainActor' to make var 'autoresizesSubviewsKey' part of global actor 'MainActor'
private var autoresizesSubviewsKey: String = "autoresizesSubviewsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var autoresizesSubviewsKey: String = "autoresizesSubviewsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:21:13: warning: var 'directionalLayoutMarginsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var directionalLayoutMarginsKey: String = "directionalLayoutMarginsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:21:13: note: convert 'directionalLayoutMarginsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var directionalLayoutMarginsKey: String = "directionalLayoutMarginsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:21:13: note: add '@MainActor' to make var 'directionalLayoutMarginsKey' part of global actor 'MainActor'
private var directionalLayoutMarginsKey: String = "directionalLayoutMarginsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var directionalLayoutMarginsKey: String = "directionalLayoutMarginsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:22:13: warning: var 'layoutMarginsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var layoutMarginsKey: String = "layoutMarginsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:22:13: note: convert 'layoutMarginsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var layoutMarginsKey: String = "layoutMarginsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:22:13: note: add '@MainActor' to make var 'layoutMarginsKey' part of global actor 'MainActor'
private var layoutMarginsKey: String = "layoutMarginsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var layoutMarginsKey: String = "layoutMarginsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:23:13: warning: var 'tagKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var tagKey: String = "tagKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:23:13: note: convert 'tagKey' to a 'let' constant to make 'Sendable' shared state immutable
private var tagKey: String = "tagKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:23:13: note: add '@MainActor' to make var 'tagKey' part of global actor 'MainActor'
private var tagKey: String = "tagKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var tagKey: String = "tagKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:24:13: warning: var 'preservesSuperviewLayoutMarginsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var preservesSuperviewLayoutMarginsKey: String = "preservesSuperviewLayoutMarginsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:24:13: note: convert 'preservesSuperviewLayoutMarginsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var preservesSuperviewLayoutMarginsKey: String = "preservesSuperviewLayoutMarginsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:24:13: note: add '@MainActor' to make var 'preservesSuperviewLayoutMarginsKey' part of global actor 'MainActor'
private var preservesSuperviewLayoutMarginsKey: String = "preservesSuperviewLayoutMarginsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var preservesSuperviewLayoutMarginsKey: String = "preservesSuperviewLayoutMarginsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:25:13: warning: var 'insetsLayoutMarginsFromSafeAreaKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var insetsLayoutMarginsFromSafeAreaKey: String = "insetsLayoutMarginsFromSafeAreaKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:25:13: note: convert 'insetsLayoutMarginsFromSafeAreaKey' to a 'let' constant to make 'Sendable' shared state immutable
private var insetsLayoutMarginsFromSafeAreaKey: String = "insetsLayoutMarginsFromSafeAreaKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:25:13: note: add '@MainActor' to make var 'insetsLayoutMarginsFromSafeAreaKey' part of global actor 'MainActor'
private var insetsLayoutMarginsFromSafeAreaKey: String = "insetsLayoutMarginsFromSafeAreaKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var insetsLayoutMarginsFromSafeAreaKey: String = "insetsLayoutMarginsFromSafeAreaKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:26:13: warning: var 'clipsToBoundsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var clipsToBoundsKey: String = "clipsToBoundsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:26:13: note: convert 'clipsToBoundsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var clipsToBoundsKey: String = "clipsToBoundsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:26:13: note: add '@MainActor' to make var 'clipsToBoundsKey' part of global actor 'MainActor'
private var clipsToBoundsKey: String = "clipsToBoundsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:26:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var clipsToBoundsKey: String = "clipsToBoundsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:27:13: warning: var 'alphaKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var alphaKey: String = "alphaKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:27:13: note: convert 'alphaKey' to a 'let' constant to make 'Sendable' shared state immutable
private var alphaKey: String = "alphaKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:27:13: note: add '@MainActor' to make var 'alphaKey' part of global actor 'MainActor'
private var alphaKey: String = "alphaKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var alphaKey: String = "alphaKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:28:13: warning: var 'isOpaqueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isOpaqueKey: String = "isOpaqueKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:28:13: note: convert 'isOpaqueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isOpaqueKey: String = "isOpaqueKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:28:13: note: add '@MainActor' to make var 'isOpaqueKey' part of global actor 'MainActor'
private var isOpaqueKey: String = "isOpaqueKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isOpaqueKey: String = "isOpaqueKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:29:13: warning: var 'clearsContextBeforeDrawingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var clearsContextBeforeDrawingKey: String = "clearsContextBeforeDrawingKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:29:13: note: convert 'clearsContextBeforeDrawingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var clearsContextBeforeDrawingKey: String = "clearsContextBeforeDrawingKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:29:13: note: add '@MainActor' to make var 'clearsContextBeforeDrawingKey' part of global actor 'MainActor'
private var clearsContextBeforeDrawingKey: String = "clearsContextBeforeDrawingKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:29:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var clearsContextBeforeDrawingKey: String = "clearsContextBeforeDrawingKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:30:13: warning: var 'isHiddenKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isHiddenKey: String = "isHiddenKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:30:13: note: convert 'isHiddenKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isHiddenKey: String = "isHiddenKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:30:13: note: add '@MainActor' to make var 'isHiddenKey' part of global actor 'MainActor'
private var isHiddenKey: String = "isHiddenKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isHiddenKey: String = "isHiddenKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:31:13: warning: var 'backgroundColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var backgroundColorKey: String = "backgroundColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:31:13: note: convert 'backgroundColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var backgroundColorKey: String = "backgroundColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:31:13: note: add '@MainActor' to make var 'backgroundColorKey' part of global actor 'MainActor'
private var backgroundColorKey: String = "backgroundColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:31:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var backgroundColorKey: String = "backgroundColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:32:13: warning: var 'maskKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var maskKey: String = "maskKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:32:13: note: convert 'maskKey' to a 'let' constant to make 'Sendable' shared state immutable
private var maskKey: String = "maskKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:32:13: note: add '@MainActor' to make var 'maskKey' part of global actor 'MainActor'
private var maskKey: String = "maskKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:32:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var maskKey: String = "maskKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:33:13: warning: var 'tintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var tintColorKey: String = "tintColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:33:13: note: convert 'tintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var tintColorKey: String = "tintColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:33:13: note: add '@MainActor' to make var 'tintColorKey' part of global actor 'MainActor'
private var tintColorKey: String = "tintColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:33:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var tintColorKey: String = "tintColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:35:13: warning: var 'translatesAutoresizingMaskIntoConstraintsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var translatesAutoresizingMaskIntoConstraintsKey: String = "translatesAutoresizingMaskIntoConstraintsKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:35:13: note: convert 'translatesAutoresizingMaskIntoConstraintsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var translatesAutoresizingMaskIntoConstraintsKey: String = "translatesAutoresizingMaskIntoConstraintsKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:35:13: note: add '@MainActor' to make var 'translatesAutoresizingMaskIntoConstraintsKey' part of global actor 'MainActor'
private var translatesAutoresizingMaskIntoConstraintsKey: String = "translatesAutoresizingMaskIntoConstraintsKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:35:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var translatesAutoresizingMaskIntoConstraintsKey: String = "translatesAutoresizingMaskIntoConstraintsKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:36:13: warning: var 'restorationIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var restorationIdentifierKey: String = "restorationIdentifierKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:36:13: note: convert 'restorationIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
private var restorationIdentifierKey: String = "restorationIdentifierKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:36:13: note: add '@MainActor' to make var 'restorationIdentifierKey' part of global actor 'MainActor'
private var restorationIdentifierKey: String = "restorationIdentifierKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:36:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var restorationIdentifierKey: String = "restorationIdentifierKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:15:13: warning: var 'automaticallyUpdatesContentConfigurationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var automaticallyUpdatesContentConfigurationKey: String = "automaticallyUpdatesContentConfigurationKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:15:13: note: convert 'automaticallyUpdatesContentConfigurationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var automaticallyUpdatesContentConfigurationKey: String = "automaticallyUpdatesContentConfigurationKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:15:13: note: add '@MainActor' to make var 'automaticallyUpdatesContentConfigurationKey' part of global actor 'MainActor'
private var automaticallyUpdatesContentConfigurationKey: String = "automaticallyUpdatesContentConfigurationKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var automaticallyUpdatesContentConfigurationKey: String = "automaticallyUpdatesContentConfigurationKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:17:13: warning: var 'automaticallyUpdatesBackgroundConfigurationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var automaticallyUpdatesBackgroundConfigurationKey: String = "automaticallyUpdatesBackgroundConfigurationKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:17:13: note: convert 'automaticallyUpdatesBackgroundConfigurationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var automaticallyUpdatesBackgroundConfigurationKey: String = "automaticallyUpdatesBackgroundConfigurationKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:17:13: note: add '@MainActor' to make var 'automaticallyUpdatesBackgroundConfigurationKey' part of global actor 'MainActor'
private var automaticallyUpdatesBackgroundConfigurationKey: String = "automaticallyUpdatesBackgroundConfigurationKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var automaticallyUpdatesBackgroundConfigurationKey: String = "automaticallyUpdatesBackgroundConfigurationKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:18: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/BindableCollectionCellView.swift:18: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/BindableCollectionCellView.swift:18: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/BindableCollectionCellView.swift:18: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/BindableCollectionCellView.swift:19:13: warning: var 'selectedBackgroundViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var selectedBackgroundViewKey: String = "selectedBackgroundViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:19:13: note: convert 'selectedBackgroundViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var selectedBackgroundViewKey: String = "selectedBackgroundViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:19:13: note: add '@MainActor' to make var 'selectedBackgroundViewKey' part of global actor 'MainActor'
private var selectedBackgroundViewKey: String = "selectedBackgroundViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:19:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var selectedBackgroundViewKey: String = "selectedBackgroundViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:20:13: warning: var 'multipleSelectionBackgroundViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var multipleSelectionBackgroundViewKey: String = "multipleSelectionBackgroundViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:20:13: note: convert 'multipleSelectionBackgroundViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var multipleSelectionBackgroundViewKey: String = "multipleSelectionBackgroundViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:20:13: note: add '@MainActor' to make var 'multipleSelectionBackgroundViewKey' part of global actor 'MainActor'
private var multipleSelectionBackgroundViewKey: String = "multipleSelectionBackgroundViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var multipleSelectionBackgroundViewKey: String = "multipleSelectionBackgroundViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:21: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/BindableCollectionCellView.swift:21: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/BindableCollectionCellView.swift:21: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/BindableCollectionCellView.swift:21: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/BindableCollectionCellView.swift:22: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/BindableCollectionCellView.swift:22: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/BindableCollectionCellView.swift:22: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/BindableCollectionCellView.swift:22: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/BindableCollectionCellView.swift:23:13: warning: var 'showsReorderControlKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsReorderControlKey: String = "showsReorderControlKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:23:13: note: convert 'showsReorderControlKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsReorderControlKey: String = "showsReorderControlKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:23:13: note: add '@MainActor' to make var 'showsReorderControlKey' part of global actor 'MainActor'
private var showsReorderControlKey: String = "showsReorderControlKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsReorderControlKey: String = "showsReorderControlKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:24:13: warning: var 'shouldIndentWhileEditingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var shouldIndentWhileEditingKey: String = "shouldIndentWhileEditingKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:24:13: note: convert 'shouldIndentWhileEditingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var shouldIndentWhileEditingKey: String = "shouldIndentWhileEditingKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:24:13: note: add '@MainActor' to make var 'shouldIndentWhileEditingKey' part of global actor 'MainActor'
private var shouldIndentWhileEditingKey: String = "shouldIndentWhileEditingKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var shouldIndentWhileEditingKey: String = "shouldIndentWhileEditingKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:25:13: warning: var 'accessoryViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var accessoryViewKey: String = "accessoryViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:25:13: note: convert 'accessoryViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var accessoryViewKey: String = "accessoryViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:25:13: note: add '@MainActor' to make var 'accessoryViewKey' part of global actor 'MainActor'
private var accessoryViewKey: String = "accessoryViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var accessoryViewKey: String = "accessoryViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:26:13: warning: var 'editingAccessoryViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var editingAccessoryViewKey: String = "editingAccessoryViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:26:13: note: convert 'editingAccessoryViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var editingAccessoryViewKey: String = "editingAccessoryViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:26:13: note: add '@MainActor' to make var 'editingAccessoryViewKey' part of global actor 'MainActor'
private var editingAccessoryViewKey: String = "editingAccessoryViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:26:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var editingAccessoryViewKey: String = "editingAccessoryViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:27:13: warning: var 'indentationLevelKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var indentationLevelKey: String = "indentationLevelKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:27:13: note: convert 'indentationLevelKey' to a 'let' constant to make 'Sendable' shared state immutable
private var indentationLevelKey: String = "indentationLevelKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:27:13: note: add '@MainActor' to make var 'indentationLevelKey' part of global actor 'MainActor'
private var indentationLevelKey: String = "indentationLevelKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var indentationLevelKey: String = "indentationLevelKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:28:13: warning: var 'indentationWidthKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var indentationWidthKey: String = "indentationWidthKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:28:13: note: convert 'indentationWidthKey' to a 'let' constant to make 'Sendable' shared state immutable
private var indentationWidthKey: String = "indentationWidthKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:28:13: note: add '@MainActor' to make var 'indentationWidthKey' part of global actor 'MainActor'
private var indentationWidthKey: String = "indentationWidthKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var indentationWidthKey: String = "indentationWidthKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:29: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/BindableCollectionCellView.swift:29: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/BindableCollectionCellView.swift:29: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/BindableCollectionCellView.swift:29: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/BindableCollectionCellView.swift:30:13: warning: var 'userInteractionEnabledWhileDraggingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var userInteractionEnabledWhileDraggingKey: String = "userInteractionEnabledWhileDraggingKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:30:13: note: convert 'userInteractionEnabledWhileDraggingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var userInteractionEnabledWhileDraggingKey: String = "userInteractionEnabledWhileDraggingKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:30:13: note: add '@MainActor' to make var 'userInteractionEnabledWhileDraggingKey' part of global actor 'MainActor'
private var userInteractionEnabledWhileDraggingKey: String = "userInteractionEnabledWhileDraggingKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var userInteractionEnabledWhileDraggingKey: String = "userInteractionEnabledWhileDraggingKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift:70:5: warning: var 'populatedRelayRetainingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var populatedRelayRetainingKey: String = "populatedRelayRetainingKey"
    ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift:70:5: note: convert 'populatedRelayRetainingKey' to a 'let' constant to make 'Sendable' shared state immutable
var populatedRelayRetainingKey: String = "populatedRelayRetainingKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift:70:5: note: add '@MainActor' to make var 'populatedRelayRetainingKey' part of global actor 'MainActor'
var populatedRelayRetainingKey: String = "populatedRelayRetainingKey"
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift:70:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var populatedRelayRetainingKey: String = "populatedRelayRetainingKey"
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: warning: var 'retainingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var retainingKey: String = "retainKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: convert 'retainingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var retainingKey: String = "retainKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: add '@MainActor' to make var 'retainingKey' part of global actor 'MainActor'
private var retainingKey: String = "retainKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var retainingKey: String = "retainKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75: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 ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75:24: note: The missing import of module 'Chary' will be added implicitly
        (DispatchQueue.current ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:76:13: warning: capture of 'self' with non-sendable type 'Self?' in a '@Sendable' closure
            self?.discard()
            ^
Pharos.Retainable.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
Self : Pharos.Retainable}
^
/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:77:18: error: 'menuActionTriggered' is only available in tvOS 14.0 or newer
                .menuActionTriggered,
                 ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:77:18: note: add 'if #available' version check
                .menuActionTriggered,
                 ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:63:20: note: add @available attribute to enclosing property
    @inlinable var allEvents: [UIControl.Event] {
                   ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:20:1: note: add @available attribute to enclosing extension
extension UIControl {
^
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

SwiftDriverJobDiscovery normal arm64 Compiling Atomic.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

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 DispatchQueue+Extensions.swift (in target 'Chary' from project 'Chary')
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

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: warning: var 'retainingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var retainingKey: String = "retainKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: convert 'retainingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var retainingKey: String = "retainKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: add '@MainActor' to make var 'retainingKey' part of global actor 'MainActor'
private var retainingKey: String = "retainKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var retainingKey: String = "retainKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75: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 ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75:24: note: The missing import of module 'Chary' will be added implicitly
        (DispatchQueue.current ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:76:13: warning: capture of 'self' with non-sendable type 'Self?' in a '@Sendable' closure
            self?.discard()
            ^
Pharos.Retainable.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
Self : Pharos.Retainable}
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:94:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        var retained = objc_getAssociatedObject(object, &retainingKey) as? [AnyObject] ?? []
                                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:96:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(object, &retainingKey, retained, .OBJC_ASSOCIATION_RETAIN)
                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:105:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(self, &retainingKey, [], .OBJC_ASSOCIATION_RETAIN)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:155:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        var retained = objc_getAssociatedObject(object, &retainingKey) as? [AnyObject] ?? []
                                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:160:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(object, &retainingKey, retained, .OBJC_ASSOCIATION_RETAIN)
                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:195:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(self, &retainingKey, [], .OBJC_ASSOCIATION_RETAIN)
                                       ^
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

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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Chary.build/Objects-normal/arm64/Chary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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 Observable.swift, ObservableBlock.swift, Publisher.swift, Subject.swift (in target 'Pharos' from project 'Pharos')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Objects-normal/arm64/Chary.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Chary.o
SwiftDriverJobDiscovery normal arm64 Compiling ExclusiveRetainableWrapper.swift, Retainable.swift, RetainableGroup.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier chary.Chary --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Chary.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Chary.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Objects-normal/arm64/Chary_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Objects-normal/arm64/Chary.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Chary.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Chary.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Objects-normal/arm64/Chary.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
SwiftDriverJobDiscovery normal arm64 Compiling AnyObservable.swift, Changes.swift, Invokable.swift, InvokableGroup.swift (in target 'Pharos' from project 'Pharos')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Pharos (in target 'Pharos' from project 'Pharos')
	EmitSwiftModule normal arm64 (in target 'Pharos' from project 'Pharos')
	Building workspace spi-builder-workspace with scheme Pharos
(3 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:
  Chary: https://github.com/hainayanda/Chary.git @ 1.0.7
  Pharos: /Users/admin/builder/spi-builder-workspace
resolved source packages: Chary, Pharos
{
  "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=tvOS
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=tvOS
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 86d4f6c300dc47f858e8ab8d811f98eb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/86d4f6c300dc47f858e8ab8d811f98eb.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Chary.build/Objects-normal/arm64/Chary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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\ 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

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

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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Chary.build/Objects-normal/arm64/Chary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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-appletvos/Chary.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/Chary.build/Objects-normal/arm64/Chary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Chary.swiftmodule/arm64-apple-tvos.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Pharos.build/Objects-normal/arm64/Pharos_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/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-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Chary.build/Objects-normal/arm64/Chary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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-appletvos/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\ 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

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

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

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

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\ 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+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\ 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

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75: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 ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75:24: note: The missing import of module 'Chary' will be added implicitly
        (DispatchQueue.current ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:94:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        var retained = objc_getAssociatedObject(object, &retainingKey) as? [AnyObject] ?? []
                                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:96:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(object, &retainingKey, retained, .OBJC_ASSOCIATION_RETAIN)
                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:105:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(self, &retainingKey, [], .OBJC_ASSOCIATION_RETAIN)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:155:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        var retained = objc_getAssociatedObject(object, &retainingKey) as? [AnyObject] ?? []
                                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:160:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(object, &retainingKey, retained, .OBJC_ASSOCIATION_RETAIN)
                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:195:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(self, &retainingKey, [], .OBJC_ASSOCIATION_RETAIN)
                                       ^
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

SwiftEmitModule normal arm64 Emitting\ module\ for\ Pharos (in target 'Pharos' from project 'Pharos')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 /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 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Pharos -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/Objects-normal/arm64/Pharos.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/Objects-normal/arm64/Pharos.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/Objects-normal/arm64/Pharos-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/Objects-normal/arm64/Pharos-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/Objects-normal/arm64/Pharos-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/Objects-normal/arm64/Pharos.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-appletvos/Pharos.build/Objects-normal/arm64/Pharos.abi.json
EmitSwiftModule normal arm64 (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)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift:102:20: error: cannot find 'searchTextField' in scope
            return searchTextField
                   ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:52:34: error: 'UICollectionViewDragDelegate' is unavailable in tvOS
    var dragDelegate: Observable<UICollectionViewDragDelegate?> {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:539:11: note: 'UICollectionViewDragDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDragDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UICollectionView.swift:56:34: error: 'UICollectionViewDropDelegate' is unavailable in tvOS
    var dropDelegate: Observable<UICollectionViewDropDelegate?> {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:586:11: note: 'UICollectionViewDropDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDropDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:131:36: error: 'UIRefreshControl' is unavailable in tvOS
    var refreshControl: Observable<UIRefreshControl?> {
                                   ^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:22:51: error: 'UISlider' is unavailable in tvOS
public extension BindableCollection where Object: UISlider {
                                                  ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:19:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIStepper.swift:20:51: error: 'UIStepper' is unavailable in tvOS
public extension BindableCollection where Object: UIStepper {
                                                  ^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISwitch.swift:18:51: error: 'UISwitch' is unavailable in tvOS
public extension BindableCollection where Object: UISwitch {
                                                  ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:61:34: error: 'UITableViewDragDelegate' is unavailable in tvOS
    var dragDelegate: Observable<UITableViewDragDelegate?> {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:608:11: note: 'UITableViewDragDelegate' has been explicitly marked unavailable here
@protocol UITableViewDragDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:66:34: error: 'UITableViewDropDelegate' is unavailable in tvOS
    var dropDelegate: Observable<UITableViewDropDelegate?> {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:648:11: note: 'UITableViewDropDelegate' has been explicitly marked unavailable here
@protocol UITableViewDropDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UITableView.swift:130:52: error: 'SeparatorStyle' is unavailable in tvOS
    var separatorStyle: Observable<UITableViewCell.SeparatorStyle> {
                                                   ^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:32:28: note: 'SeparatorStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITableViewCellSeparatorStyle) {
                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75: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 ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75:24: note: The missing import of module 'Chary' will be added implicitly
        (DispatchQueue.current ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
                       ^
/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:77:18: error: 'menuActionTriggered' is only available in tvOS 14.0 or newer
                .menuActionTriggered,
                 ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:77:18: note: add 'if #available' version check
                .menuActionTriggered,
                 ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:63:20: note: add @available attribute to enclosing property
    @inlinable var allEvents: [UIControl.Event] {
                   ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/UIControl/UIControl+Extensions.swift:20:1: note: add @available attribute to enclosing extension
extension UIControl {
^
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\ 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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.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/BindableCollectionCellView.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/PopulatedRelays.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

SwiftDriverJobDiscovery normal arm64 Compiling Observing.swift, Unwrapable.swift, WrappingObserver.swift, BufferedObservable.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')
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier chary.Chary --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Chary.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Chary.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Objects-normal/arm64/Chary_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Objects-normal/arm64/Chary.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Chary.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/Chary.build/Chary.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-appletvos/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:27.624 appintentsmetadataprocessor[793:4500] Starting appintentsmetadataprocessor export
SwiftDriverJobDiscovery normal arm64 Compiling Observable.swift, ObservableBlock.swift, Publisher.swift, Subject.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling ExclusiveRetainableWrapper.swift, Retainable.swift, RetainableGroup.swift (in target 'Pharos' from project 'Pharos')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Pharos (in target 'Pharos' from project 'Pharos')
	EmitSwiftModule normal arm64 (in target 'Pharos' from project 'Pharos')
	Building workspace spi-builder-workspace with scheme Pharos
(3 failures)
BUILD FAILURE 6.1 tvOS