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

Successful build of Pharos, reference 4.0.0 (454d8f), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 06:50:33 UTC.

Swift 6 data race errors: 205

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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

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/BindableCollectionCellView.swift:37:24: warning: cannot form key path to main actor-isolated property 'automaticallyUpdatesContentConfiguration'; this is an error in the Swift 6 language mode
        bindable(of: \.automaticallyUpdatesContentConfiguration, key: &automaticallyUpdatesContentConfigurationKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:43:24: warning: cannot form key path to main actor-isolated property 'automaticallyUpdatesBackgroundConfiguration'; this is an error in the Swift 6 language mode
        bindable(of: \.automaticallyUpdatesBackgroundConfiguration, key: &automaticallyUpdatesBackgroundConfigurationKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:47:24: warning: cannot form key path to main actor-isolated property 'backgroundView'; this is an error in the Swift 6 language mode
        bindable(of: \.backgroundView, key: &backgroundViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:51:24: warning: cannot form key path to main actor-isolated property 'selectedBackgroundView'; this is an error in the Swift 6 language mode
        bindable(of: \.selectedBackgroundView, key: &selectedBackgroundViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:55:24: warning: cannot form key path to main actor-isolated property 'multipleSelectionBackgroundView'; this is an error in the Swift 6 language mode
        bindable(of: \.multipleSelectionBackgroundView, key: &multipleSelectionBackgroundViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:59:24: warning: cannot form key path to main actor-isolated property 'isSelected'; this is an error in the Swift 6 language mode
        bindable(of: \.isSelected, key: &isSelectedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:63:24: warning: cannot form key path to main actor-isolated property 'isHighlighted'; this is an error in the Swift 6 language mode
        bindable(of: \.isHighlighted, key: &isHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:67:24: warning: cannot form key path to main actor-isolated property 'showsReorderControl'; this is an error in the Swift 6 language mode
        bindable(of: \.showsReorderControl, key: &showsReorderControlKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:71:24: warning: cannot form key path to main actor-isolated property 'shouldIndentWhileEditing'; this is an error in the Swift 6 language mode
        bindable(of: \.shouldIndentWhileEditing, key: &shouldIndentWhileEditingKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:75:24: warning: cannot form key path to main actor-isolated property 'accessoryView'; this is an error in the Swift 6 language mode
        bindable(of: \.accessoryView, key: &accessoryViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:79:24: warning: cannot form key path to main actor-isolated property 'editingAccessoryView'; this is an error in the Swift 6 language mode
        bindable(of: \.editingAccessoryView, key: &editingAccessoryViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:83:24: warning: cannot form key path to main actor-isolated property 'indentationLevel'; this is an error in the Swift 6 language mode
        bindable(of: \.indentationLevel, key: &indentationLevelKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:87:24: warning: cannot form key path to main actor-isolated property 'indentationWidth'; this is an error in the Swift 6 language mode
        bindable(of: \.indentationWidth, key: &indentationWidthKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:91:24: warning: cannot form key path to main actor-isolated property 'isEditing'; this is an error in the Swift 6 language mode
        bindable(of: \.isEditing, key: &isEditingKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:96:24: warning: cannot form key path to main actor-isolated property 'userInteractionEnabledWhileDragging'; this is an error in the Swift 6 language mode
        bindable(of: \.userInteractionEnabledWhileDragging, key: &userInteractionEnabledWhileDraggingKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:108:24: warning: cannot form key path to main actor-isolated property 'automaticallyUpdatesContentConfiguration'; this is an error in the Swift 6 language mode
        bindable(of: \.automaticallyUpdatesContentConfiguration, key: &automaticallyUpdatesContentConfigurationKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:112:24: warning: cannot form key path to main actor-isolated property 'isSelected'; this is an error in the Swift 6 language mode
        bindable(of: \.isSelected, key: &isSelectedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:116:24: warning: cannot form key path to main actor-isolated property 'isHighlighted'; this is an error in the Swift 6 language mode
        bindable(of: \.isHighlighted, key: &isHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:122:24: warning: cannot form key path to main actor-isolated property 'automaticallyUpdatesBackgroundConfiguration'; this is an error in the Swift 6 language mode
        bindable(of: \.automaticallyUpdatesBackgroundConfiguration, key: &automaticallyUpdatesBackgroundConfigurationKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:126:24: warning: cannot form key path to main actor-isolated property 'backgroundView'; this is an error in the Swift 6 language mode
        bindable(of: \.backgroundView, key: &backgroundViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:130:24: warning: cannot form key path to main actor-isolated property 'selectedBackgroundView'; this is an error in the Swift 6 language mode
        bindable(of: \.selectedBackgroundView, key: &selectedBackgroundViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:37:71: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.automaticallyUpdatesContentConfiguration, key: &automaticallyUpdatesContentConfigurationKey)
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:43:74: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.automaticallyUpdatesBackgroundConfiguration, key: &automaticallyUpdatesBackgroundConfigurationKey)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:47:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.backgroundView, key: &backgroundViewKey)
                                            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:51:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.selectedBackgroundView, key: &selectedBackgroundViewKey)
                                                    ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:55:62: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.multipleSelectionBackgroundView, key: &multipleSelectionBackgroundViewKey)
                                                             ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:59:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isSelected, key: &isSelectedKey)
                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:63:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isHighlighted, key: &isHighlightedKey)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:67:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.showsReorderControl, key: &showsReorderControlKey)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:71:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.shouldIndentWhileEditing, key: &shouldIndentWhileEditingKey)
                                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:75:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.accessoryView, key: &accessoryViewKey)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:79:51: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.editingAccessoryView, key: &editingAccessoryViewKey)
                                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:83:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.indentationLevel, key: &indentationLevelKey)
                                              ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:87:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.indentationWidth, key: &indentationWidthKey)
                                              ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:91:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isEditing, key: &isEditingKey)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:96:66: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.userInteractionEnabledWhileDragging, key: &userInteractionEnabledWhileDraggingKey)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:108:71: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.automaticallyUpdatesContentConfiguration, key: &automaticallyUpdatesContentConfigurationKey)
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:112:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isSelected, key: &isSelectedKey)
                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:116:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isHighlighted, key: &isHighlightedKey)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:122:74: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.automaticallyUpdatesBackgroundConfiguration, key: &automaticallyUpdatesBackgroundConfigurationKey)
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:126:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.backgroundView, key: &backgroundViewKey)
                                            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:130:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.selectedBackgroundView, key: &selectedBackgroundViewKey)
                                                    ^
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

/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/PopulatedRelays/PopulatedRelays.swift:75:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        let retained = objc_getAssociatedObject(self, &populatedRelayRetainingKey) as? [AnyObject] ?? []
                                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift:80:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        var retained = objc_getAssociatedObject(self, &populatedRelayRetainingKey) as? [AnyObject] ?? []
                                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift:82:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(self, &populatedRelayRetainingKey, retained, .OBJC_ASSOCIATION_RETAIN)
                                       ^
SwiftCompile normal arm64 Compiling\ CombinedObservable.swift,\ KVOObservable.swift,\ MergedObservable.swift,\ Observable+Extensions.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/CombinedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/KVOObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/MergedObservable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/Observable+Extensions.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Observable/CombinedObservable.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:14:13: warning: var 'textKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var textKey: String = "textKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:14:13: note: convert 'textKey' to a 'let' constant to make 'Sendable' shared state immutable
private var textKey: String = "textKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:14:13: note: add '@MainActor' to make var 'textKey' part of global actor 'MainActor'
private var textKey: String = "textKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var textKey: String = "textKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:15:13: warning: var 'fontKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var fontKey: String = "fontKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:15:13: note: convert 'fontKey' to a 'let' constant to make 'Sendable' shared state immutable
private var fontKey: String = "fontKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:15:13: note: add '@MainActor' to make var 'fontKey' part of global actor 'MainActor'
private var fontKey: String = "fontKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var fontKey: String = "fontKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:16:13: warning: var 'textColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var textColorKey: String = "textColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:16:13: note: convert 'textColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var textColorKey: String = "textColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:16:13: note: add '@MainActor' to make var 'textColorKey' part of global actor 'MainActor'
private var textColorKey: String = "textColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var textColorKey: String = "textColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:17:13: warning: var 'textAlignmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var textAlignmentKey: String = "textAlignmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:17:13: note: convert 'textAlignmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var textAlignmentKey: String = "textAlignmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:17:13: note: add '@MainActor' to make var 'textAlignmentKey' part of global actor 'MainActor'
private var textAlignmentKey: String = "textAlignmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var textAlignmentKey: String = "textAlignmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:18:13: warning: var 'selectedRangeKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var selectedRangeKey: String = "selectedRangeKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:18:13: note: convert 'selectedRangeKey' to a 'let' constant to make 'Sendable' shared state immutable
private var selectedRangeKey: String = "selectedRangeKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:18:13: note: add '@MainActor' to make var 'selectedRangeKey' part of global actor 'MainActor'
private var selectedRangeKey: String = "selectedRangeKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var selectedRangeKey: String = "selectedRangeKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:19:13: warning: var 'isEditableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isEditableKey: String = "isEditableKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:19:13: note: convert 'isEditableKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isEditableKey: String = "isEditableKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:19:13: note: add '@MainActor' to make var 'isEditableKey' part of global actor 'MainActor'
private var isEditableKey: String = "isEditableKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:19:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isEditableKey: String = "isEditableKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:20:13: warning: var 'isSelectableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isSelectableKey: String = "isSelectableKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:20:13: note: convert 'isSelectableKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isSelectableKey: String = "isSelectableKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:20:13: note: add '@MainActor' to make var 'isSelectableKey' part of global actor 'MainActor'
private var isSelectableKey: String = "isSelectableKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isSelectableKey: String = "isSelectableKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:21:13: warning: var 'allowsEditingTextAttributesKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var allowsEditingTextAttributesKey: String = "allowsEditingTextAttributesKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:21:13: note: convert 'allowsEditingTextAttributesKey' to a 'let' constant to make 'Sendable' shared state immutable
private var allowsEditingTextAttributesKey: String = "allowsEditingTextAttributesKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:21:13: note: add '@MainActor' to make var 'allowsEditingTextAttributesKey' part of global actor 'MainActor'
private var allowsEditingTextAttributesKey: String = "allowsEditingTextAttributesKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var allowsEditingTextAttributesKey: String = "allowsEditingTextAttributesKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:22:13: warning: var 'attributedTextKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var attributedTextKey: String = "attributedTextKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:22:13: note: convert 'attributedTextKey' to a 'let' constant to make 'Sendable' shared state immutable
private var attributedTextKey: String = "attributedTextKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:22:13: note: add '@MainActor' to make var 'attributedTextKey' part of global actor 'MainActor'
private var attributedTextKey: String = "attributedTextKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var attributedTextKey: String = "attributedTextKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:23:13: warning: var 'inputViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var inputViewKey: String = "inputViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:23:13: note: convert 'inputViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var inputViewKey: String = "inputViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:23:13: note: add '@MainActor' to make var 'inputViewKey' part of global actor 'MainActor'
private var inputViewKey: String = "inputViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var inputViewKey: String = "inputViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:24:13: warning: var 'inputAccessoryViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var inputAccessoryViewKey: String = "inputAccessoryViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:24:13: note: convert 'inputAccessoryViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var inputAccessoryViewKey: String = "inputAccessoryViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:24:13: note: add '@MainActor' to make var 'inputAccessoryViewKey' part of global actor 'MainActor'
private var inputAccessoryViewKey: String = "inputAccessoryViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var inputAccessoryViewKey: String = "inputAccessoryViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:25:13: warning: var 'clearsOnInsertionKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var clearsOnInsertionKey: String = "clearsOnInsertionKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:25:13: note: convert 'clearsOnInsertionKey' to a 'let' constant to make 'Sendable' shared state immutable
private var clearsOnInsertionKey: String = "clearsOnInsertionKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:25:13: note: add '@MainActor' to make var 'clearsOnInsertionKey' part of global actor 'MainActor'
private var clearsOnInsertionKey: String = "clearsOnInsertionKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var clearsOnInsertionKey: String = "clearsOnInsertionKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:26:13: warning: var 'textContainerInsetKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var textContainerInsetKey: String = "textContainerInsetKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:26:13: note: convert 'textContainerInsetKey' to a 'let' constant to make 'Sendable' shared state immutable
private var textContainerInsetKey: String = "textContainerInsetKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:26:13: note: add '@MainActor' to make var 'textContainerInsetKey' part of global actor 'MainActor'
private var textContainerInsetKey: String = "textContainerInsetKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:26:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var textContainerInsetKey: String = "textContainerInsetKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:27:13: warning: var 'usesStandardTextScalingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var usesStandardTextScalingKey: String = "usesStandardTextScalingKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:27:13: note: convert 'usesStandardTextScalingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var usesStandardTextScalingKey: String = "usesStandardTextScalingKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:27:13: note: add '@MainActor' to make var 'usesStandardTextScalingKey' part of global actor 'MainActor'
private var usesStandardTextScalingKey: String = "usesStandardTextScalingKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var usesStandardTextScalingKey: String = "usesStandardTextScalingKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:92:13: warning: var 'placeholderKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var placeholderKey: String = "placeholderKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:92:13: note: convert 'placeholderKey' to a 'let' constant to make 'Sendable' shared state immutable
private var placeholderKey: String = "placeholderKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:92:13: note: add '@MainActor' to make var 'placeholderKey' part of global actor 'MainActor'
private var placeholderKey: String = "placeholderKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:92:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var placeholderKey: String = "placeholderKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:93:13: warning: var 'adjustsFontSizeToFitWidthKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var adjustsFontSizeToFitWidthKey: String = "adjustsFontSizeToFitWidthKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:93:13: note: convert 'adjustsFontSizeToFitWidthKey' to a 'let' constant to make 'Sendable' shared state immutable
private var adjustsFontSizeToFitWidthKey: String = "adjustsFontSizeToFitWidthKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:93:13: note: add '@MainActor' to make var 'adjustsFontSizeToFitWidthKey' part of global actor 'MainActor'
private var adjustsFontSizeToFitWidthKey: String = "adjustsFontSizeToFitWidthKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:93:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var adjustsFontSizeToFitWidthKey: String = "adjustsFontSizeToFitWidthKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:94:13: warning: var 'delegateKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var delegateKey: String = "delegateKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:94:13: note: convert 'delegateKey' to a 'let' constant to make 'Sendable' shared state immutable
private var delegateKey: String = "delegateKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:94:13: note: add '@MainActor' to make var 'delegateKey' part of global actor 'MainActor'
private var delegateKey: String = "delegateKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:94:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var delegateKey: String = "delegateKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:95:13: warning: var 'disabledBackgroundKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var disabledBackgroundKey: String = "disabledBackgroundKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:95:13: note: convert 'disabledBackgroundKey' to a 'let' constant to make 'Sendable' shared state immutable
private var disabledBackgroundKey: String = "disabledBackgroundKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:95:13: note: add '@MainActor' to make var 'disabledBackgroundKey' part of global actor 'MainActor'
private var disabledBackgroundKey: String = "disabledBackgroundKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:95:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var disabledBackgroundKey: String = "disabledBackgroundKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:96:13: warning: var 'leftViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var leftViewKey: String = "leftViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:96:13: note: convert 'leftViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var leftViewKey: String = "leftViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:96:13: note: add '@MainActor' to make var 'leftViewKey' part of global actor 'MainActor'
private var leftViewKey: String = "leftViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:96:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var leftViewKey: String = "leftViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:97:13: warning: var 'rightViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var rightViewKey: String = "rightViewKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:97:13: note: convert 'rightViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var rightViewKey: String = "rightViewKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:97:13: note: add '@MainActor' to make var 'rightViewKey' part of global actor 'MainActor'
private var rightViewKey: String = "rightViewKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:97:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var rightViewKey: String = "rightViewKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:98:13: warning: var 'rightViewModeKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var rightViewModeKey: String = "rightViewModeKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:98:13: note: convert 'rightViewModeKey' to a 'let' constant to make 'Sendable' shared state immutable
private var rightViewModeKey: String = "rightViewModeKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:98:13: note: add '@MainActor' to make var 'rightViewModeKey' part of global actor 'MainActor'
private var rightViewModeKey: String = "rightViewModeKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:98:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var rightViewModeKey: String = "rightViewModeKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:168:13: warning: var 'promptKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var promptKey: String = "promptKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:168:13: note: convert 'promptKey' to a 'let' constant to make 'Sendable' shared state immutable
private var promptKey: String = "promptKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:168:13: note: add '@MainActor' to make var 'promptKey' part of global actor 'MainActor'
private var promptKey: String = "promptKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:168:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var promptKey: String = "promptKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:169:13: warning: var 'showsBookmarkButtonKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsBookmarkButtonKey: String = "showsBookmarkButtonKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:169:13: note: convert 'showsBookmarkButtonKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsBookmarkButtonKey: String = "showsBookmarkButtonKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:169:13: note: add '@MainActor' to make var 'showsBookmarkButtonKey' part of global actor 'MainActor'
private var showsBookmarkButtonKey: String = "showsBookmarkButtonKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:169:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsBookmarkButtonKey: String = "showsBookmarkButtonKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:170:13: warning: var 'showsCancelButtonKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsCancelButtonKey: String = "showsCancelButtonKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:170:13: note: convert 'showsCancelButtonKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsCancelButtonKey: String = "showsCancelButtonKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:170:13: note: add '@MainActor' to make var 'showsCancelButtonKey' part of global actor 'MainActor'
private var showsCancelButtonKey: String = "showsCancelButtonKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:170:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsCancelButtonKey: String = "showsCancelButtonKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:171:13: warning: var 'showsSearchResultsButtonKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsSearchResultsButtonKey: String = "showsSearchResultsButtonKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:171:13: note: convert 'showsSearchResultsButtonKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsSearchResultsButtonKey: String = "showsSearchResultsButtonKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:171:13: note: add '@MainActor' to make var 'showsSearchResultsButtonKey' part of global actor 'MainActor'
private var showsSearchResultsButtonKey: String = "showsSearchResultsButtonKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:171:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsSearchResultsButtonKey: String = "showsSearchResultsButtonKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:172:13: warning: var 'isSearchResultsButtonSelectedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isSearchResultsButtonSelectedKey: String = "isSearchResultsButtonSelectedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:172:13: note: convert 'isSearchResultsButtonSelectedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isSearchResultsButtonSelectedKey: String = "isSearchResultsButtonSelectedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:172:13: note: add '@MainActor' to make var 'isSearchResultsButtonSelectedKey' part of global actor 'MainActor'
private var isSearchResultsButtonSelectedKey: String = "isSearchResultsButtonSelectedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:172:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isSearchResultsButtonSelectedKey: String = "isSearchResultsButtonSelectedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:173:13: warning: var 'barTintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var barTintColorKey: String = "barTintColorKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:173:13: note: convert 'barTintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var barTintColorKey: String = "barTintColorKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:173:13: note: add '@MainActor' to make var 'barTintColorKey' part of global actor 'MainActor'
private var barTintColorKey: String = "barTintColorKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:173:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var barTintColorKey: String = "barTintColorKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:174:13: warning: var 'isTranslucentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isTranslucentKey: String = "isTranslucentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:174:13: note: convert 'isTranslucentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isTranslucentKey: String = "isTranslucentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:174:13: note: add '@MainActor' to make var 'isTranslucentKey' part of global actor 'MainActor'
private var isTranslucentKey: String = "isTranslucentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:174:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isTranslucentKey: String = "isTranslucentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:175:13: warning: var 'backgroundImageKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var backgroundImageKey: String = "backgroundImageKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:175:13: note: convert 'backgroundImageKey' to a 'let' constant to make 'Sendable' shared state immutable
private var backgroundImageKey: String = "backgroundImageKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:175:13: note: add '@MainActor' to make var 'backgroundImageKey' part of global actor 'MainActor'
private var backgroundImageKey: String = "backgroundImageKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:175:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var backgroundImageKey: String = "backgroundImageKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:177:13: warning: var 'searchFieldBackgroundPositionAdjustmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var searchFieldBackgroundPositionAdjustmentKey: String = "searchFieldBackgroundPositionAdjustmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:177:13: note: convert 'searchFieldBackgroundPositionAdjustmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var searchFieldBackgroundPositionAdjustmentKey: String = "searchFieldBackgroundPositionAdjustmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:177:13: note: add '@MainActor' to make var 'searchFieldBackgroundPositionAdjustmentKey' part of global actor 'MainActor'
private var searchFieldBackgroundPositionAdjustmentKey: String = "searchFieldBackgroundPositionAdjustmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:177:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var searchFieldBackgroundPositionAdjustmentKey: String = "searchFieldBackgroundPositionAdjustmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:178:13: warning: var 'searchTextPositionAdjustmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var searchTextPositionAdjustmentKey: String = "searchTextPositionAdjustmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:178:13: note: convert 'searchTextPositionAdjustmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var searchTextPositionAdjustmentKey: String = "searchTextPositionAdjustmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:178:13: note: add '@MainActor' to make var 'searchTextPositionAdjustmentKey' part of global actor 'MainActor'
private var searchTextPositionAdjustmentKey: String = "searchTextPositionAdjustmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:178:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var searchTextPositionAdjustmentKey: String = "searchTextPositionAdjustmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:33:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        bindable(of: \.text, key: &textKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:37:24: warning: cannot form key path to main actor-isolated property 'font'; this is an error in the Swift 6 language mode
        bindable(of: \.font, key: &fontKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:41:24: warning: cannot form key path to main actor-isolated property 'textColor'; this is an error in the Swift 6 language mode
        bindable(of: \.textColor, key: &textColorKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:45:24: warning: cannot form key path to main actor-isolated property 'textAlignment'; this is an error in the Swift 6 language mode
        bindable(of: \.textAlignment, key: &textAlignmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:49:24: warning: cannot form key path to main actor-isolated property 'selectedRange'; this is an error in the Swift 6 language mode
        bindable(of: \.selectedRange, key: &selectedRangeKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:53:24: warning: cannot form key path to main actor-isolated property 'isEditable'; this is an error in the Swift 6 language mode
        bindable(of: \.isEditable, key: &isEditableKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:57:24: warning: cannot form key path to main actor-isolated property 'isSelectable'; this is an error in the Swift 6 language mode
        bindable(of: \.isSelectable, key: &isSelectableKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:61:24: warning: cannot form key path to main actor-isolated property 'allowsEditingTextAttributes'; this is an error in the Swift 6 language mode
        bindable(of: \.allowsEditingTextAttributes, key: &allowsEditingTextAttributesKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:65:24: warning: cannot form key path to main actor-isolated property 'attributedText'; this is an error in the Swift 6 language mode
        bindable(of: \.attributedText, key: &attributedTextKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:69:24: warning: cannot form key path to main actor-isolated property 'inputView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputView, key: &inputViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:73:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:77:24: warning: cannot form key path to main actor-isolated property 'clearsOnInsertion'; this is an error in the Swift 6 language mode
        bindable(of: \.clearsOnInsertion, key: &clearsOnInsertionKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:81:24: warning: cannot form key path to main actor-isolated property 'textContainerInset'; this is an error in the Swift 6 language mode
        bindable(of: \.textContainerInset, key: &textContainerInsetKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:86:24: warning: cannot form key path to main actor-isolated property 'usesStandardTextScaling'; this is an error in the Swift 6 language mode
        bindable(of: \.usesStandardTextScaling, key: &usesStandardTextScalingKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:105:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        bindable(of: \.text, key: &textKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:109:24: warning: cannot form key path to main actor-isolated property 'attributedText'; this is an error in the Swift 6 language mode
        bindable(of: \.attributedText, key: &attributedTextKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:113:24: warning: cannot form key path to main actor-isolated property 'textColor'; this is an error in the Swift 6 language mode
        bindable(of: \.textColor, key: &textColorKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:117:24: warning: cannot form key path to main actor-isolated property 'font'; this is an error in the Swift 6 language mode
        bindable(of: \.font, key: &fontKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:121:24: warning: cannot form key path to main actor-isolated property 'placeholder'; this is an error in the Swift 6 language mode
        bindable(of: \.placeholder, key: &placeholderKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:125:24: warning: cannot form key path to main actor-isolated property 'adjustsFontSizeToFitWidth'; this is an error in the Swift 6 language mode
        bindable(of: \.adjustsFontSizeToFitWidth, key: &adjustsFontSizeToFitWidthKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:129:24: warning: cannot form key path to main actor-isolated property 'delegate'; this is an error in the Swift 6 language mode
        bindable(of: \.delegate, key: &delegateKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:133:24: warning: cannot form key path to main actor-isolated property 'disabledBackground'; this is an error in the Swift 6 language mode
        bindable(of: \.disabledBackground, key: &disabledBackgroundKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:137:24: warning: cannot form key path to main actor-isolated property 'allowsEditingTextAttributes'; this is an error in the Swift 6 language mode
        bindable(of: \.allowsEditingTextAttributes, key: &allowsEditingTextAttributesKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:141:24: warning: cannot form key path to main actor-isolated property 'leftView'; this is an error in the Swift 6 language mode
        bindable(of: \.leftView, key: &leftViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:145:24: warning: cannot form key path to main actor-isolated property 'rightView'; this is an error in the Swift 6 language mode
        bindable(of: \.rightView, key: &rightViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:149:24: warning: cannot form key path to main actor-isolated property 'rightViewMode'; this is an error in the Swift 6 language mode
        bindable(of: \.rightViewMode, key: &rightViewModeKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:153:24: warning: cannot form key path to main actor-isolated property 'inputView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputView, key: &inputViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:157:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:161:24: warning: cannot form key path to main actor-isolated property 'clearsOnInsertion'; this is an error in the Swift 6 language mode
        bindable(of: \.clearsOnInsertion, key: &clearsOnInsertionKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:185:24: warning: cannot form key path to main actor-isolated property 'delegate'; this is an error in the Swift 6 language mode
        bindable(of: \.delegate, key: &delegateKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:189:24: warning: cannot form key path to main actor-isolated property 'text'; this is an error in the Swift 6 language mode
        bindable(of: \.text, key: &textKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:193:24: warning: cannot form key path to main actor-isolated property 'prompt'; this is an error in the Swift 6 language mode
        bindable(of: \.prompt, key: &promptKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:197:24: warning: cannot form key path to main actor-isolated property 'placeholder'; this is an error in the Swift 6 language mode
        bindable(of: \.placeholder, key: &placeholderKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:201:24: warning: cannot form key path to main actor-isolated property 'showsBookmarkButton'; this is an error in the Swift 6 language mode
        bindable(of: \.showsBookmarkButton, key: &showsBookmarkButtonKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:205:24: warning: cannot form key path to main actor-isolated property 'showsCancelButton'; this is an error in the Swift 6 language mode
        bindable(of: \.showsCancelButton, key: &showsCancelButtonKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:209:24: warning: cannot form key path to main actor-isolated property 'showsSearchResultsButton'; this is an error in the Swift 6 language mode
        bindable(of: \.showsSearchResultsButton, key: &showsSearchResultsButtonKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:213:24: warning: cannot form key path to main actor-isolated property 'isSearchResultsButtonSelected'; this is an error in the Swift 6 language mode
        bindable(of: \.isSearchResultsButtonSelected, key: &isSearchResultsButtonSelectedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:217:24: warning: cannot form key path to main actor-isolated property 'barTintColor'; this is an error in the Swift 6 language mode
        bindable(of: \.barTintColor, key: &barTintColorKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:221:24: warning: cannot form key path to main actor-isolated property 'isTranslucent'; this is an error in the Swift 6 language mode
        bindable(of: \.isTranslucent, key: &isTranslucentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:225:24: warning: cannot form key path to main actor-isolated property 'inputAccessoryView'; this is an error in the Swift 6 language mode
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:229:24: warning: cannot form key path to main actor-isolated property 'backgroundImage'; this is an error in the Swift 6 language mode
        bindable(of: \.backgroundImage, key: &backgroundImageKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:233:24: warning: cannot form key path to main actor-isolated property 'searchFieldBackgroundPositionAdjustment'; this is an error in the Swift 6 language mode
        bindable(of: \.searchFieldBackgroundPositionAdjustment, key: &searchFieldBackgroundPositionAdjustmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:237:24: warning: cannot form key path to main actor-isolated property 'searchTextPositionAdjustment'; this is an error in the Swift 6 language mode
        bindable(of: \.searchTextPositionAdjustment, key: &searchTextPositionAdjustmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:33:35: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.text, key: &textKey)
                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:37:35: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.font, key: &fontKey)
                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:41:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.textColor, key: &textColorKey)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:45:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.textAlignment, key: &textAlignmentKey)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:49:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.selectedRange, key: &selectedRangeKey)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:53:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isEditable, key: &isEditableKey)
                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:57:43: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isSelectable, key: &isSelectableKey)
                                          ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:61:58: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.allowsEditingTextAttributes, key: &allowsEditingTextAttributesKey)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:65:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.attributedText, key: &attributedTextKey)
                                            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:69:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.inputView, key: &inputViewKey)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:73:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:77:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.clearsOnInsertion, key: &clearsOnInsertionKey)
                                               ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:81:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.textContainerInset, key: &textContainerInsetKey)
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:86:54: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.usesStandardTextScaling, key: &usesStandardTextScalingKey)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:105:35: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.text, key: &textKey)
                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.attributedText, key: &attributedTextKey)
                                            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:113:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.textColor, key: &textColorKey)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:117:35: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.font, key: &fontKey)
                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:121:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.placeholder, key: &placeholderKey)
                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:125:56: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.adjustsFontSizeToFitWidth, key: &adjustsFontSizeToFitWidthKey)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:129:39: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.delegate, key: &delegateKey)
                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:133:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.disabledBackground, key: &disabledBackgroundKey)
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:137:58: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.allowsEditingTextAttributes, key: &allowsEditingTextAttributesKey)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:141:39: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.leftView, key: &leftViewKey)
                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:145:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.rightView, key: &rightViewKey)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:149:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.rightViewMode, key: &rightViewModeKey)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:153:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.inputView, key: &inputViewKey)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:157:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:161:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.clearsOnInsertion, key: &clearsOnInsertionKey)
                                               ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:185:39: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.delegate, key: &delegateKey)
                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:189:35: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.text, key: &textKey)
                                  ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:193:37: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.prompt, key: &promptKey)
                                    ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:197:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.placeholder, key: &placeholderKey)
                                         ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:201:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.showsBookmarkButton, key: &showsBookmarkButtonKey)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:205:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.showsCancelButton, key: &showsCancelButtonKey)
                                               ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:209:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.showsSearchResultsButton, key: &showsSearchResultsButtonKey)
                                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:213:60: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isSearchResultsButtonSelected, key: &isSearchResultsButtonSelectedKey)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:217:43: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.barTintColor, key: &barTintColorKey)
                                          ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:221:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isTranslucent, key: &isTranslucentKey)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:225:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.inputAccessoryView, key: &inputAccessoryViewKey)
                                                ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:229:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.backgroundImage, key: &backgroundImageKey)
                                             ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:233:70: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.searchFieldBackgroundPositionAdjustment, key: &searchFieldBackgroundPositionAdjustmentKey)
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+TextInput.swift:237:59: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.searchTextPositionAdjustment, key: &searchTextPositionAdjustmentKey)
                                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIButton.swift (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:12:13: warning: var 'isEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isEnabledKey: String = "isEnabledKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:12:13: note: convert 'isEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isEnabledKey: String = "isEnabledKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:12:13: note: add '@MainActor' to make var 'isEnabledKey' part of global actor 'MainActor'
private var isEnabledKey: String = "isEnabledKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isEnabledKey: String = "isEnabledKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:13:13: warning: var 'isSelectedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isSelectedKey: String = "isSelectedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:13:13: note: convert 'isSelectedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isSelectedKey: String = "isSelectedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:13:13: note: add '@MainActor' to make var 'isSelectedKey' part of global actor 'MainActor'
private var isSelectedKey: String = "isSelectedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isSelectedKey: String = "isSelectedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:14:13: warning: var 'isHighlightedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isHighlightedKey: String = "isHighlightedKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:14:13: note: convert 'isHighlightedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isHighlightedKey: String = "isHighlightedKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:14:13: note: add '@MainActor' to make var 'isHighlightedKey' part of global actor 'MainActor'
private var isHighlightedKey: String = "isHighlightedKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isHighlightedKey: String = "isHighlightedKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:15:13: warning: var 'contentVerticalAlignmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentVerticalAlignmentKey: String = "contentVerticalAlignmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:15:13: note: convert 'contentVerticalAlignmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentVerticalAlignmentKey: String = "contentVerticalAlignmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:15:13: note: add '@MainActor' to make var 'contentVerticalAlignmentKey' part of global actor 'MainActor'
private var contentVerticalAlignmentKey: String = "contentVerticalAlignmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentVerticalAlignmentKey: String = "contentVerticalAlignmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:16:13: warning: var 'contentHorizontalAlignmentKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentHorizontalAlignmentKey: String = "contentHorizontalAlignmentKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:16:13: note: convert 'contentHorizontalAlignmentKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentHorizontalAlignmentKey: String = "contentHorizontalAlignmentKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:16:13: note: add '@MainActor' to make var 'contentHorizontalAlignmentKey' part of global actor 'MainActor'
private var contentHorizontalAlignmentKey: String = "contentHorizontalAlignmentKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentHorizontalAlignmentKey: String = "contentHorizontalAlignmentKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:17:13: warning: var 'showsMenuAsPrimaryActionKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsMenuAsPrimaryActionKey: String = "showsMenuAsPrimaryActionKey"
            ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:17:13: note: convert 'showsMenuAsPrimaryActionKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsMenuAsPrimaryActionKey: String = "showsMenuAsPrimaryActionKey"
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:17:13: note: add '@MainActor' to make var 'showsMenuAsPrimaryActionKey' part of global actor 'MainActor'
private var showsMenuAsPrimaryActionKey: String = "showsMenuAsPrimaryActionKey"
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsMenuAsPrimaryActionKey: String = "showsMenuAsPrimaryActionKey"
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:24:24: warning: cannot form key path to main actor-isolated property 'isEnabled'; this is an error in the Swift 6 language mode
        bindable(of: \.isEnabled, key: &isEnabledKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:28:24: warning: cannot form key path to main actor-isolated property 'isSelected'; this is an error in the Swift 6 language mode
        bindable(of: \.isSelected, key: &isSelectedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:32:24: warning: cannot form key path to main actor-isolated property 'isHighlighted'; this is an error in the Swift 6 language mode
        bindable(of: \.isHighlighted, key: &isHighlightedKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:36:24: warning: cannot form key path to main actor-isolated property 'contentVerticalAlignment'; this is an error in the Swift 6 language mode
        bindable(of: \.contentVerticalAlignment, key: &contentVerticalAlignmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:40:24: warning: cannot form key path to main actor-isolated property 'contentHorizontalAlignment'; this is an error in the Swift 6 language mode
        bindable(of: \.contentHorizontalAlignment, key: &contentHorizontalAlignmentKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:45:24: warning: cannot form key path to main actor-isolated property 'showsMenuAsPrimaryAction'; this is an error in the Swift 6 language mode
        bindable(of: \.showsMenuAsPrimaryAction, key: &showsMenuAsPrimaryActionKey)
                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:24:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isEnabled, key: &isEnabledKey)
                                       ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:28:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isSelected, key: &isSelectedKey)
                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:32:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.isHighlighted, key: &isHighlightedKey)
                                           ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:36:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.contentVerticalAlignment, key: &contentVerticalAlignmentKey)
                                                      ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:40:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.contentHorizontalAlignment, key: &contentHorizontalAlignmentKey)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIControl.swift:45:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        bindable(of: \.showsMenuAsPrimaryAction, key: &showsMenuAsPrimaryActionKey)
                                                      ^
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift (in target 'Chary' from project 'Chary')
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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Pharos (in target 'Pharos' from project 'Pharos')
SwiftDriver\ Compilation\ Requirements Pharos normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Pharos -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Pharos.build/Objects-normal/arm64/Pharos_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/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-iphoneos/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 ExclusiveRetainableWrapper.swift, Retainable.swift, RetainableGroup.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Chary.build/Objects-normal/arm64/Chary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/Chary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/Chary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/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-iphoneos/Chary.build/Objects-normal/arm64/Chary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Pharos-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos-Swift.h (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Pharos-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.swiftmodule (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.swiftdoc (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.abi.json (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.swiftsourceinfo (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/Chary.build/Objects-normal/arm64/Chary.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Chary.o
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier chary.Chary --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Chary.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Chary.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/Chary.build/Objects-normal/arm64/Chary_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/Chary.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/Chary.build/Objects-normal/arm64/Chary.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/Chary.build/Chary.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/Chary.build/Chary.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-iphoneos/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:31.792 appintentsmetadataprocessor[763:4264] Starting appintentsmetadataprocessor export
2025-04-26 23:50:31.836 appintentsmetadataprocessor[763:4264] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Observing.swift, Unwrapable.swift, WrappingObserver.swift, BufferedObservable.swift (in target 'Pharos' from project 'Pharos')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Chary.o (in target 'Chary' from project 'Chary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Chary
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Chary.o
SwiftDriverJobDiscovery normal arm64 Compiling Observable.swift, ObservableBlock.swift, Publisher.swift, Subject.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling AnyObservable.swift, Changes.swift, Invokable.swift, InvokableGroup.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling WeakWrappedObserver.swift, UIControl+Extensions.swift, UIControlAction.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling BindableCollection+UIView.swift, BindableCollectionCellView.swift, PopulatedRelays.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling CombinedObservable.swift, KVOObservable.swift, MergedObservable.swift, Observable+Extensions.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling BindableCollection+UIStackView.swift, BindableCollection+UIStepper.swift, BindableCollection+UISwitch.swift, BindableCollection+UITableView.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling BindableCollection+UIImageView.swift, BindableCollection+UILabel.swift, BindableCollection+UIScrollView.swift, BindableCollection+UISlider.swift (in target 'Pharos' from project 'Pharos')
SwiftDriverJobDiscovery normal arm64 Compiling BindableCollection+TextInput.swift, BindableCollection+UIButton.swift, BindableCollection+UICollectionView.swift, BindableCollection+UIControl.swift (in target 'Pharos' from project 'Pharos')
SwiftDriver\ Compilation Pharos normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /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-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Pharos.build/Objects-normal/arm64/Pharos_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/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-iphoneos/Pharos.build/Objects-normal/arm64/Pharos-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.o normal (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.o
ExtractAppIntentsMetadata (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    /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 Pharos --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Pharos --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Pharos.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Pharos.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pharos.build/Debug-iphoneos/Pharos.build/Objects-normal/arm64/Pharos.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 23:50:32.598 appintentsmetadataprocessor[766:4307] Starting appintentsmetadataprocessor export
2025-04-26 23:50:32.631 appintentsmetadataprocessor[766:4307] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.o (in target 'Pharos' from project 'Pharos')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pharos.o
** BUILD SUCCEEDED **
Build complete.
{
  "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"
}
Done.