Build Information
Successful build of Pharos, reference main (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 InferSendableFromCapturesBuild Log
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:45:24: warning: cannot form key path to main actor-isolated property 'shadowColor'; this is an error in the Swift 6 language mode
bindable(of: \.shadowColor, key: &shadowColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:49:24: warning: cannot form key path to main actor-isolated property 'shadowOffset'; this is an error in the Swift 6 language mode
bindable(of: \.shadowOffset, key: &shadowOffsetKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:53: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+UILabel.swift:57:24: warning: cannot form key path to main actor-isolated property 'highlightedTextColor'; this is an error in the Swift 6 language mode
bindable(of: \.highlightedTextColor, key: &highlightedTextColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:61: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+UILabel.swift:65:24: warning: cannot form key path to main actor-isolated property 'isUserInteractionEnabled'; this is an error in the Swift 6 language mode
bindable(of: \.isUserInteractionEnabled, key: &isUserInteractionEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:69: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+UILabel.swift:73:24: warning: cannot form key path to main actor-isolated property 'numberOfLines'; this is an error in the Swift 6 language mode
bindable(of: \.numberOfLines, key: &numberOfLinesKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:77: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+UILabel.swift:81:24: warning: cannot form key path to main actor-isolated property 'minimumScaleFactor'; this is an error in the Swift 6 language mode
bindable(of: \.minimumScaleFactor, key: &minimumScaleFactorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:85:24: warning: cannot form key path to main actor-isolated property 'allowsDefaultTighteningForTruncation'; this is an error in the Swift 6 language mode
bindable(of: \.allowsDefaultTighteningForTruncation, key: &allowsDefaultTighteningForTruncationKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:89:24: warning: cannot form key path to main actor-isolated property 'preferredMaxLayoutWidth'; this is an error in the Swift 6 language mode
bindable(of: \.preferredMaxLayoutWidth, key: &preferredMaxLayoutWidthKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.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+UILabel.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+UILabel.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+UILabel.swift:45:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.shadowColor, key: &shadowColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:49:43: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.shadowOffset, key: &shadowOffsetKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:53: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+UILabel.swift:57:51: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.highlightedTextColor, key: &highlightedTextColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:61: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+UILabel.swift:65:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isUserInteractionEnabled, key: &isUserInteractionEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:69: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+UILabel.swift:73:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.numberOfLines, key: &numberOfLinesKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:77: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+UILabel.swift:81:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.minimumScaleFactor, key: &minimumScaleFactorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:85:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.allowsDefaultTighteningForTruncation, key: &allowsDefaultTighteningForTruncationKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UILabel.swift:89:54: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.preferredMaxLayoutWidth, key: &preferredMaxLayoutWidthKey)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift (in target 'Pharos' from project 'Pharos')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:12:13: warning: var 'contentOffsetKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentOffsetKey: String = "contentOffsetKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:12:13: note: convert 'contentOffsetKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentOffsetKey: String = "contentOffsetKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:12:13: note: add '@MainActor' to make var 'contentOffsetKey' part of global actor 'MainActor'
private var contentOffsetKey: String = "contentOffsetKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentOffsetKey: String = "contentOffsetKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:13:13: warning: var 'contentSizeKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentSizeKey: String = "contentSizeKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:13:13: note: convert 'contentSizeKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentSizeKey: String = "contentSizeKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:13:13: note: add '@MainActor' to make var 'contentSizeKey' part of global actor 'MainActor'
private var contentSizeKey: String = "contentSizeKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentSizeKey: String = "contentSizeKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:14:13: warning: var 'contentInsetKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentInsetKey: String = "contentInsetKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:14:13: note: convert 'contentInsetKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentInsetKey: String = "contentInsetKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:14:13: note: add '@MainActor' to make var 'contentInsetKey' part of global actor 'MainActor'
private var contentInsetKey: String = "contentInsetKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentInsetKey: String = "contentInsetKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:15:13: warning: var 'isDirectionalLockEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isDirectionalLockEnabledKey: String = "isDirectionalLockEnabledKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:15:13: note: convert 'isDirectionalLockEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isDirectionalLockEnabledKey: String = "isDirectionalLockEnabledKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:15:13: note: add '@MainActor' to make var 'isDirectionalLockEnabledKey' part of global actor 'MainActor'
private var isDirectionalLockEnabledKey: String = "isDirectionalLockEnabledKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isDirectionalLockEnabledKey: String = "isDirectionalLockEnabledKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:16:13: warning: var 'bouncesKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var bouncesKey: String = "bouncesKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:16:13: note: convert 'bouncesKey' to a 'let' constant to make 'Sendable' shared state immutable
private var bouncesKey: String = "bouncesKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:16:13: note: add '@MainActor' to make var 'bouncesKey' part of global actor 'MainActor'
private var bouncesKey: String = "bouncesKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var bouncesKey: String = "bouncesKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:17:13: warning: var 'alwaysBounceVerticalKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var alwaysBounceVerticalKey: String = "alwaysBounceVerticalKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:17:13: note: convert 'alwaysBounceVerticalKey' to a 'let' constant to make 'Sendable' shared state immutable
private var alwaysBounceVerticalKey: String = "alwaysBounceVerticalKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:17:13: note: add '@MainActor' to make var 'alwaysBounceVerticalKey' part of global actor 'MainActor'
private var alwaysBounceVerticalKey: String = "alwaysBounceVerticalKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var alwaysBounceVerticalKey: String = "alwaysBounceVerticalKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:18:13: warning: var 'preferredMaxLayoutWidthKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var preferredMaxLayoutWidthKey: String = "preferredMaxLayoutWidthKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:18:13: note: convert 'preferredMaxLayoutWidthKey' to a 'let' constant to make 'Sendable' shared state immutable
private var preferredMaxLayoutWidthKey: String = "preferredMaxLayoutWidthKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:18:13: note: add '@MainActor' to make var 'preferredMaxLayoutWidthKey' part of global actor 'MainActor'
private var preferredMaxLayoutWidthKey: String = "preferredMaxLayoutWidthKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var preferredMaxLayoutWidthKey: String = "preferredMaxLayoutWidthKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:19: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+UIScrollView.swift:19: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+UIScrollView.swift:19: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+UIScrollView.swift:19: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+UIScrollView.swift:20:13: warning: var 'isPagingEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isPagingEnabledKey: String = "isPagingEnabledKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:20:13: note: convert 'isPagingEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isPagingEnabledKey: String = "isPagingEnabledKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:20:13: note: add '@MainActor' to make var 'isPagingEnabledKey' part of global actor 'MainActor'
private var isPagingEnabledKey: String = "isPagingEnabledKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isPagingEnabledKey: String = "isPagingEnabledKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:21:13: warning: var 'alwaysBounceHorizontalKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var alwaysBounceHorizontalKey: String = "alwaysBounceHorizontalKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:21:13: note: convert 'alwaysBounceHorizontalKey' to a 'let' constant to make 'Sendable' shared state immutable
private var alwaysBounceHorizontalKey: String = "alwaysBounceHorizontalKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:21:13: note: add '@MainActor' to make var 'alwaysBounceHorizontalKey' part of global actor 'MainActor'
private var alwaysBounceHorizontalKey: String = "alwaysBounceHorizontalKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var alwaysBounceHorizontalKey: String = "alwaysBounceHorizontalKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:22:13: warning: var 'isScrollEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isScrollEnabledKey: String = "isScrollEnabledKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:22:13: note: convert 'isScrollEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isScrollEnabledKey: String = "isScrollEnabledKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:22:13: note: add '@MainActor' to make var 'isScrollEnabledKey' part of global actor 'MainActor'
private var isScrollEnabledKey: String = "isScrollEnabledKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isScrollEnabledKey: String = "isScrollEnabledKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:23:13: warning: var 'showsVerticalScrollIndicatorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsVerticalScrollIndicatorKey: String = "showsVerticalScrollIndicatorKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:23:13: note: convert 'showsVerticalScrollIndicatorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsVerticalScrollIndicatorKey: String = "showsVerticalScrollIndicatorKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:23:13: note: add '@MainActor' to make var 'showsVerticalScrollIndicatorKey' part of global actor 'MainActor'
private var showsVerticalScrollIndicatorKey: String = "showsVerticalScrollIndicatorKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsVerticalScrollIndicatorKey: String = "showsVerticalScrollIndicatorKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:24:13: warning: var 'showsHorizontalScrollIndicatorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsHorizontalScrollIndicatorKey: String = "showsHorizontalScrollIndicatorKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:24:13: note: convert 'showsHorizontalScrollIndicatorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsHorizontalScrollIndicatorKey: String = "showsHorizontalScrollIndicatorKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:24:13: note: add '@MainActor' to make var 'showsHorizontalScrollIndicatorKey' part of global actor 'MainActor'
private var showsHorizontalScrollIndicatorKey: String = "showsHorizontalScrollIndicatorKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsHorizontalScrollIndicatorKey: String = "showsHorizontalScrollIndicatorKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:25:13: warning: var 'verticalScrollIndicatorInsetsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var verticalScrollIndicatorInsetsKey: String = "verticalScrollIndicatorInsetsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:25:13: note: convert 'verticalScrollIndicatorInsetsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var verticalScrollIndicatorInsetsKey: String = "verticalScrollIndicatorInsetsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:25:13: note: add '@MainActor' to make var 'verticalScrollIndicatorInsetsKey' part of global actor 'MainActor'
private var verticalScrollIndicatorInsetsKey: String = "verticalScrollIndicatorInsetsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var verticalScrollIndicatorInsetsKey: String = "verticalScrollIndicatorInsetsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:26:13: warning: var 'horizontalScrollIndicatorInsetsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var horizontalScrollIndicatorInsetsKey: String = "horizontalScrollIndicatorInsetsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:26:13: note: convert 'horizontalScrollIndicatorInsetsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var horizontalScrollIndicatorInsetsKey: String = "horizontalScrollIndicatorInsetsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:26:13: note: add '@MainActor' to make var 'horizontalScrollIndicatorInsetsKey' part of global actor 'MainActor'
private var horizontalScrollIndicatorInsetsKey: String = "horizontalScrollIndicatorInsetsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:26:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var horizontalScrollIndicatorInsetsKey: String = "horizontalScrollIndicatorInsetsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:27:13: warning: var 'scrollIndicatorInsetsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var scrollIndicatorInsetsKey: String = "scrollIndicatorInsetsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:27:13: note: convert 'scrollIndicatorInsetsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var scrollIndicatorInsetsKey: String = "scrollIndicatorInsetsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:27:13: note: add '@MainActor' to make var 'scrollIndicatorInsetsKey' part of global actor 'MainActor'
private var scrollIndicatorInsetsKey: String = "scrollIndicatorInsetsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var scrollIndicatorInsetsKey: String = "scrollIndicatorInsetsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:28:13: warning: var 'delaysContentTouchesKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var delaysContentTouchesKey: String = "delaysContentTouchesKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:28:13: note: convert 'delaysContentTouchesKey' to a 'let' constant to make 'Sendable' shared state immutable
private var delaysContentTouchesKey: String = "delaysContentTouchesKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:28:13: note: add '@MainActor' to make var 'delaysContentTouchesKey' part of global actor 'MainActor'
private var delaysContentTouchesKey: String = "delaysContentTouchesKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var delaysContentTouchesKey: String = "delaysContentTouchesKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:29:13: warning: var 'canCancelContentTouchesKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var canCancelContentTouchesKey: String = "canCancelContentTouchesKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:29:13: note: convert 'canCancelContentTouchesKey' to a 'let' constant to make 'Sendable' shared state immutable
private var canCancelContentTouchesKey: String = "canCancelContentTouchesKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:29:13: note: add '@MainActor' to make var 'canCancelContentTouchesKey' part of global actor 'MainActor'
private var canCancelContentTouchesKey: String = "canCancelContentTouchesKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:29:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var canCancelContentTouchesKey: String = "canCancelContentTouchesKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:30:13: warning: var 'minimumZoomScaleKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var minimumZoomScaleKey: String = "minimumZoomScaleKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:30:13: note: convert 'minimumZoomScaleKey' to a 'let' constant to make 'Sendable' shared state immutable
private var minimumZoomScaleKey: String = "minimumZoomScaleKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:30:13: note: add '@MainActor' to make var 'minimumZoomScaleKey' part of global actor 'MainActor'
private var minimumZoomScaleKey: String = "minimumZoomScaleKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var minimumZoomScaleKey: String = "minimumZoomScaleKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:31:13: warning: var 'zoomScaleKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var zoomScaleKey: String = "zoomScaleKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:31:13: note: convert 'zoomScaleKey' to a 'let' constant to make 'Sendable' shared state immutable
private var zoomScaleKey: String = "zoomScaleKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:31:13: note: add '@MainActor' to make var 'zoomScaleKey' part of global actor 'MainActor'
private var zoomScaleKey: String = "zoomScaleKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:31:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var zoomScaleKey: String = "zoomScaleKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:32:13: warning: var 'maximumZoomScaleKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var maximumZoomScaleKey: String = "maximumZoomScaleKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:32:13: note: convert 'maximumZoomScaleKey' to a 'let' constant to make 'Sendable' shared state immutable
private var maximumZoomScaleKey: String = "maximumZoomScaleKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:32:13: note: add '@MainActor' to make var 'maximumZoomScaleKey' part of global actor 'MainActor'
private var maximumZoomScaleKey: String = "maximumZoomScaleKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:32:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var maximumZoomScaleKey: String = "maximumZoomScaleKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:33:13: warning: var 'bouncesZoomKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var bouncesZoomKey: String = "bouncesZoomKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:33:13: note: convert 'bouncesZoomKey' to a 'let' constant to make 'Sendable' shared state immutable
private var bouncesZoomKey: String = "bouncesZoomKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:33:13: note: add '@MainActor' to make var 'bouncesZoomKey' part of global actor 'MainActor'
private var bouncesZoomKey: String = "bouncesZoomKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:33:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var bouncesZoomKey: String = "bouncesZoomKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:34:13: warning: var 'scrollsToTopKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var scrollsToTopKey: String = "scrollsToTopKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:34:13: note: convert 'scrollsToTopKey' to a 'let' constant to make 'Sendable' shared state immutable
private var scrollsToTopKey: String = "scrollsToTopKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:34:13: note: add '@MainActor' to make var 'scrollsToTopKey' part of global actor 'MainActor'
private var scrollsToTopKey: String = "scrollsToTopKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:34:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var scrollsToTopKey: String = "scrollsToTopKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:35:13: warning: var 'refreshControlKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var refreshControlKey: String = "refreshControlKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:35:13: note: convert 'refreshControlKey' to a 'let' constant to make 'Sendable' shared state immutable
private var refreshControlKey: String = "refreshControlKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:35:13: note: add '@MainActor' to make var 'refreshControlKey' part of global actor 'MainActor'
private var refreshControlKey: String = "refreshControlKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:35:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var refreshControlKey: String = "refreshControlKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:42:24: warning: cannot form key path to main actor-isolated property 'contentOffset'; this is an error in the Swift 6 language mode
bindable(of: \.contentOffset, key: &contentOffsetKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:46:24: warning: cannot form key path to main actor-isolated property 'contentSize'; this is an error in the Swift 6 language mode
bindable(of: \.contentSize, key: &contentSizeKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:50:24: warning: cannot form key path to main actor-isolated property 'contentInset'; this is an error in the Swift 6 language mode
bindable(of: \.contentInset, key: &contentInsetKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:54: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+UIScrollView.swift:58:24: warning: cannot form key path to main actor-isolated property 'isDirectionalLockEnabled'; this is an error in the Swift 6 language mode
bindable(of: \.isDirectionalLockEnabled, key: &isDirectionalLockEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:62:24: warning: cannot form key path to main actor-isolated property 'bounces'; this is an error in the Swift 6 language mode
bindable(of: \.bounces, key: &bouncesKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:66:24: warning: cannot form key path to main actor-isolated property 'alwaysBounceVertical'; this is an error in the Swift 6 language mode
bindable(of: \.alwaysBounceVertical, key: &alwaysBounceVerticalKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:70:24: warning: cannot form key path to main actor-isolated property 'alwaysBounceHorizontal'; this is an error in the Swift 6 language mode
bindable(of: \.alwaysBounceHorizontal, key: &alwaysBounceHorizontalKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:74:24: warning: cannot form key path to main actor-isolated property 'isPagingEnabled'; this is an error in the Swift 6 language mode
bindable(of: \.isPagingEnabled, key: &isPagingEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:78:24: warning: cannot form key path to main actor-isolated property 'isScrollEnabled'; this is an error in the Swift 6 language mode
bindable(of: \.isScrollEnabled, key: &isScrollEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:82:24: warning: cannot form key path to main actor-isolated property 'showsVerticalScrollIndicator'; this is an error in the Swift 6 language mode
bindable(of: \.showsVerticalScrollIndicator, key: &showsVerticalScrollIndicatorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:86:24: warning: cannot form key path to main actor-isolated property 'showsHorizontalScrollIndicator'; this is an error in the Swift 6 language mode
bindable(of: \.showsHorizontalScrollIndicator, key: &showsHorizontalScrollIndicatorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:91:24: warning: cannot form key path to main actor-isolated property 'verticalScrollIndicatorInsets'; this is an error in the Swift 6 language mode
bindable(of: \.verticalScrollIndicatorInsets, key: &verticalScrollIndicatorInsetsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:96:24: warning: cannot form key path to main actor-isolated property 'horizontalScrollIndicatorInsets'; this is an error in the Swift 6 language mode
bindable(of: \.horizontalScrollIndicatorInsets, key: &horizontalScrollIndicatorInsetsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:100:24: warning: cannot form key path to main actor-isolated property 'scrollIndicatorInsets'; this is an error in the Swift 6 language mode
bindable(of: \.scrollIndicatorInsets, key: &scrollIndicatorInsetsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:104:24: warning: cannot form key path to main actor-isolated property 'delaysContentTouches'; this is an error in the Swift 6 language mode
bindable(of: \.delaysContentTouches, key: &delaysContentTouchesKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:108:24: warning: cannot form key path to main actor-isolated property 'canCancelContentTouches'; this is an error in the Swift 6 language mode
bindable(of: \.canCancelContentTouches, key: &canCancelContentTouchesKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:112:24: warning: cannot form key path to main actor-isolated property 'minimumZoomScale'; this is an error in the Swift 6 language mode
bindable(of: \.minimumZoomScale, key: &minimumZoomScaleKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:116:24: warning: cannot form key path to main actor-isolated property 'maximumZoomScale'; this is an error in the Swift 6 language mode
bindable(of: \.maximumZoomScale, key: &maximumZoomScaleKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:120:24: warning: cannot form key path to main actor-isolated property 'zoomScale'; this is an error in the Swift 6 language mode
bindable(of: \.zoomScale, key: &zoomScaleKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:124:24: warning: cannot form key path to main actor-isolated property 'bouncesZoom'; this is an error in the Swift 6 language mode
bindable(of: \.bouncesZoom, key: &bouncesZoomKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:128:24: warning: cannot form key path to main actor-isolated property 'scrollsToTop'; this is an error in the Swift 6 language mode
bindable(of: \.scrollsToTop, key: &scrollsToTopKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:132:24: warning: cannot form key path to main actor-isolated property 'refreshControl'; this is an error in the Swift 6 language mode
bindable(of: \.refreshControl, key: &refreshControlKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:42:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.contentOffset, key: &contentOffsetKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:46:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.contentSize, key: &contentSizeKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:50:43: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.contentInset, key: &contentInsetKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:54: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+UIScrollView.swift:58:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isDirectionalLockEnabled, key: &isDirectionalLockEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:62:38: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.bounces, key: &bouncesKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:66:51: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.alwaysBounceVertical, key: &alwaysBounceVerticalKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:70:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.alwaysBounceHorizontal, key: &alwaysBounceHorizontalKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:74:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isPagingEnabled, key: &isPagingEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:78:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isScrollEnabled, key: &isScrollEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:82:59: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.showsVerticalScrollIndicator, key: &showsVerticalScrollIndicatorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:86:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.showsHorizontalScrollIndicator, key: &showsHorizontalScrollIndicatorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:91:60: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.verticalScrollIndicatorInsets, key: &verticalScrollIndicatorInsetsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:96:62: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.horizontalScrollIndicatorInsets, key: &horizontalScrollIndicatorInsetsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:100:52: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.scrollIndicatorInsets, key: &scrollIndicatorInsetsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:104:51: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.delaysContentTouches, key: &delaysContentTouchesKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:108:54: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.canCancelContentTouches, key: &canCancelContentTouchesKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:112:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.minimumZoomScale, key: &minimumZoomScaleKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:116:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.maximumZoomScale, key: &maximumZoomScaleKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:120:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.zoomScale, key: &zoomScaleKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:124:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.bouncesZoom, key: &bouncesZoomKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:128:43: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.scrollsToTop, key: &scrollsToTopKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIScrollView.swift:132:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.refreshControl, key: &refreshControlKey)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift (in target 'Pharos' from project 'Pharos')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:12:13: warning: var 'valueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var valueKey: String = "valueKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:12:13: note: convert 'valueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var valueKey: String = "valueKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:12:13: note: add '@MainActor' to make var 'valueKey' part of global actor 'MainActor'
private var valueKey: String = "valueKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var valueKey: String = "valueKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:13:13: warning: var 'minimumValueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var minimumValueKey: String = "minimumValueKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:13:13: note: convert 'minimumValueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var minimumValueKey: String = "minimumValueKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:13:13: note: add '@MainActor' to make var 'minimumValueKey' part of global actor 'MainActor'
private var minimumValueKey: String = "minimumValueKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var minimumValueKey: String = "minimumValueKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:14:13: warning: var 'maximumValueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var maximumValueKey: String = "maximumValueKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:14:13: note: convert 'maximumValueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var maximumValueKey: String = "maximumValueKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:14:13: note: add '@MainActor' to make var 'maximumValueKey' part of global actor 'MainActor'
private var maximumValueKey: String = "maximumValueKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var maximumValueKey: String = "maximumValueKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:15:13: warning: var 'minimumValueImageKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var minimumValueImageKey: String = "minimumValueImageKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:15:13: note: convert 'minimumValueImageKey' to a 'let' constant to make 'Sendable' shared state immutable
private var minimumValueImageKey: String = "minimumValueImageKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:15:13: note: add '@MainActor' to make var 'minimumValueImageKey' part of global actor 'MainActor'
private var minimumValueImageKey: String = "minimumValueImageKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var minimumValueImageKey: String = "minimumValueImageKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:16:13: warning: var 'maximumValueImageKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var maximumValueImageKey: String = "maximumValueImageKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:16:13: note: convert 'maximumValueImageKey' to a 'let' constant to make 'Sendable' shared state immutable
private var maximumValueImageKey: String = "maximumValueImageKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:16:13: note: add '@MainActor' to make var 'maximumValueImageKey' part of global actor 'MainActor'
private var maximumValueImageKey: String = "maximumValueImageKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var maximumValueImageKey: String = "maximumValueImageKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:17:13: warning: var 'isContinuousKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isContinuousKey: String = "isContinuousKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:17:13: note: convert 'isContinuousKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isContinuousKey: String = "isContinuousKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:17:13: note: add '@MainActor' to make var 'isContinuousKey' part of global actor 'MainActor'
private var isContinuousKey: String = "isContinuousKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isContinuousKey: String = "isContinuousKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:18:13: warning: var 'minimumTrackTintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var minimumTrackTintColorKey: String = "minimumTrackTintColorKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:18:13: note: convert 'minimumTrackTintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var minimumTrackTintColorKey: String = "minimumTrackTintColorKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:18:13: note: add '@MainActor' to make var 'minimumTrackTintColorKey' part of global actor 'MainActor'
private var minimumTrackTintColorKey: String = "minimumTrackTintColorKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var minimumTrackTintColorKey: String = "minimumTrackTintColorKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:19:13: warning: var 'maximumTrackTintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var maximumTrackTintColorKey: String = "maximumTrackTintColorKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:19:13: note: convert 'maximumTrackTintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var maximumTrackTintColorKey: String = "maximumTrackTintColorKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:19:13: note: add '@MainActor' to make var 'maximumTrackTintColorKey' part of global actor 'MainActor'
private var maximumTrackTintColorKey: String = "maximumTrackTintColorKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:19:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var maximumTrackTintColorKey: String = "maximumTrackTintColorKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:20:13: warning: var 'thumbTintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var thumbTintColorKey: String = "thumbTintColorKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:20:13: note: convert 'thumbTintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var thumbTintColorKey: String = "thumbTintColorKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:20:13: note: add '@MainActor' to make var 'thumbTintColorKey' part of global actor 'MainActor'
private var thumbTintColorKey: String = "thumbTintColorKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var thumbTintColorKey: String = "thumbTintColorKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:27:24: warning: cannot form key path to main actor-isolated property 'value'; this is an error in the Swift 6 language mode
bindable(of: \.value, key: &valueKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:31:24: warning: cannot form key path to main actor-isolated property 'minimumValue'; this is an error in the Swift 6 language mode
bindable(of: \.minimumValue, key: &minimumValueKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:35:24: warning: cannot form key path to main actor-isolated property 'maximumValue'; this is an error in the Swift 6 language mode
bindable(of: \.maximumValue, key: &maximumValueKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:39:24: warning: cannot form key path to main actor-isolated property 'minimumValueImage'; this is an error in the Swift 6 language mode
bindable(of: \.minimumValueImage, key: &minimumValueImageKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:43:24: warning: cannot form key path to main actor-isolated property 'maximumValueImage'; this is an error in the Swift 6 language mode
bindable(of: \.maximumValueImage, key: &maximumValueImageKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:47:24: warning: cannot form key path to main actor-isolated property 'isContinuous'; this is an error in the Swift 6 language mode
bindable(of: \.isContinuous, key: &isContinuousKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:51:24: warning: cannot form key path to main actor-isolated property 'minimumTrackTintColor'; this is an error in the Swift 6 language mode
bindable(of: \.minimumTrackTintColor, key: &minimumTrackTintColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:55:24: warning: cannot form key path to main actor-isolated property 'maximumTrackTintColor'; this is an error in the Swift 6 language mode
bindable(of: \.maximumTrackTintColor, key: &maximumTrackTintColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:59:24: warning: cannot form key path to main actor-isolated property 'thumbTintColor'; this is an error in the Swift 6 language mode
bindable(of: \.thumbTintColor, key: &thumbTintColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:27:36: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.value, key: &valueKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:31:43: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.minimumValue, key: &minimumValueKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:35:43: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.maximumValue, key: &maximumValueKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:39:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.minimumValueImage, key: &minimumValueImageKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:43:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.maximumValueImage, key: &maximumValueImageKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:47:43: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isContinuous, key: &isContinuousKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:51:52: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.minimumTrackTintColor, key: &minimumTrackTintColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:55:52: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.maximumTrackTintColor, key: &maximumTrackTintColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UISlider.swift:59:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.thumbTintColor, key: &thumbTintColorKey)
^
SwiftDriverJobDiscovery normal arm64 Compiling DispatchQueue+Extensions.swift (in target 'Chary' from project 'Chary')
SwiftCompile normal arm64 Compiling\ ExclusiveRetainableWrapper.swift,\ Retainable.swift,\ RetainableGroup.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/ExclusiveRetainableWrapper.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/RetainableGroup.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/ExclusiveRetainableWrapper.swift (in target 'Pharos' from project 'Pharos')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift (in target 'Pharos' from project 'Pharos')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: warning: var 'retainingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var retainingKey: String = "retainKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: convert 'retainingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var retainingKey: String = "retainKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: add '@MainActor' to make var 'retainingKey' part of global actor 'MainActor'
private var retainingKey: String = "retainKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:86:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var retainingKey: String = "retainKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75:24: warning: class property 'current' cannot be used in an '@inlinable' function because 'Chary' was not imported by this file; this is an error in the Swift 6 language mode
(DispatchQueue.current ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:75:24: note: The missing import of module 'Chary' will be added implicitly
(DispatchQueue.current ?? .main).asyncAfter(deadline: .now() + timeInterval) { [weak self] in
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:76:13: warning: capture of 'self' with non-sendable type 'Self?' in a '@Sendable' closure
self?.discard()
^
Pharos.Retainable.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
Self : Pharos.Retainable}
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:94:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
var retained = objc_getAssociatedObject(object, &retainingKey) as? [AnyObject] ?? []
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:96:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_setAssociatedObject(object, &retainingKey, retained, .OBJC_ASSOCIATION_RETAIN)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:105:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_setAssociatedObject(self, &retainingKey, [], .OBJC_ASSOCIATION_RETAIN)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:155:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
var retained = objc_getAssociatedObject(object, &retainingKey) as? [AnyObject] ?? []
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:160:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_setAssociatedObject(object, &retainingKey, retained, .OBJC_ASSOCIATION_RETAIN)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/Retainable.swift:195:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_setAssociatedObject(self, &retainingKey, [], .OBJC_ASSOCIATION_RETAIN)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/Retaining/RetainableGroup.swift (in target 'Pharos' from project 'Pharos')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift (in target 'Chary' from project 'Chary')
SwiftCompile normal arm64 Compiling\ BindableCollection+UIView.swift,\ BindableCollectionCellView.swift,\ PopulatedRelays.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/PopulatedRelays.swift (in target 'Pharos' from project 'Pharos')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift (in target 'Pharos' from project 'Pharos')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:12:13: warning: var 'isUserInteractionEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isUserInteractionEnabledKey: String = "isUserInteractionEnabledKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:12:13: note: convert 'isUserInteractionEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isUserInteractionEnabledKey: String = "isUserInteractionEnabledKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:12:13: note: add '@MainActor' to make var 'isUserInteractionEnabledKey' part of global actor 'MainActor'
private var isUserInteractionEnabledKey: String = "isUserInteractionEnabledKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isUserInteractionEnabledKey: String = "isUserInteractionEnabledKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:13:13: warning: var 'focusGroupIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var focusGroupIdentifierKey: String = "focusGroupIdentifierKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:13:13: note: convert 'focusGroupIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
private var focusGroupIdentifierKey: String = "focusGroupIdentifierKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:13:13: note: add '@MainActor' to make var 'focusGroupIdentifierKey' part of global actor 'MainActor'
private var focusGroupIdentifierKey: String = "focusGroupIdentifierKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var focusGroupIdentifierKey: String = "focusGroupIdentifierKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:14:13: warning: var 'frameKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var frameKey: String = "frameKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:14:13: note: convert 'frameKey' to a 'let' constant to make 'Sendable' shared state immutable
private var frameKey: String = "frameKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:14:13: note: add '@MainActor' to make var 'frameKey' part of global actor 'MainActor'
private var frameKey: String = "frameKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var frameKey: String = "frameKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:15:13: warning: var 'boundsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var boundsKey: String = "boundsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:15:13: note: convert 'boundsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var boundsKey: String = "boundsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:15:13: note: add '@MainActor' to make var 'boundsKey' part of global actor 'MainActor'
private var boundsKey: String = "boundsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var boundsKey: String = "boundsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:16:13: warning: var 'centerKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var centerKey: String = "centerKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:16:13: note: convert 'centerKey' to a 'let' constant to make 'Sendable' shared state immutable
private var centerKey: String = "centerKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:16:13: note: add '@MainActor' to make var 'centerKey' part of global actor 'MainActor'
private var centerKey: String = "centerKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var centerKey: String = "centerKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:17:13: warning: var 'contentScaleFactorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var contentScaleFactorKey: String = "contentScaleFactorKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:17:13: note: convert 'contentScaleFactorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var contentScaleFactorKey: String = "contentScaleFactorKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:17:13: note: add '@MainActor' to make var 'contentScaleFactorKey' part of global actor 'MainActor'
private var contentScaleFactorKey: String = "contentScaleFactorKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var contentScaleFactorKey: String = "contentScaleFactorKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:18:13: warning: var 'isMultipleTouchEnabledKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isMultipleTouchEnabledKey: String = "isMultipleTouchEnabledKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:18:13: note: convert 'isMultipleTouchEnabledKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isMultipleTouchEnabledKey: String = "isMultipleTouchEnabledKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:18:13: note: add '@MainActor' to make var 'isMultipleTouchEnabledKey' part of global actor 'MainActor'
private var isMultipleTouchEnabledKey: String = "isMultipleTouchEnabledKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isMultipleTouchEnabledKey: String = "isMultipleTouchEnabledKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:19:13: warning: var 'isExclusiveTouchKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isExclusiveTouchKey: String = "isExclusiveTouchKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:19:13: note: convert 'isExclusiveTouchKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isExclusiveTouchKey: String = "isExclusiveTouchKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:19:13: note: add '@MainActor' to make var 'isExclusiveTouchKey' part of global actor 'MainActor'
private var isExclusiveTouchKey: String = "isExclusiveTouchKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:19:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isExclusiveTouchKey: String = "isExclusiveTouchKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:20:13: warning: var 'autoresizesSubviewsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var autoresizesSubviewsKey: String = "autoresizesSubviewsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:20:13: note: convert 'autoresizesSubviewsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var autoresizesSubviewsKey: String = "autoresizesSubviewsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:20:13: note: add '@MainActor' to make var 'autoresizesSubviewsKey' part of global actor 'MainActor'
private var autoresizesSubviewsKey: String = "autoresizesSubviewsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var autoresizesSubviewsKey: String = "autoresizesSubviewsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:21:13: warning: var 'directionalLayoutMarginsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var directionalLayoutMarginsKey: String = "directionalLayoutMarginsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:21:13: note: convert 'directionalLayoutMarginsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var directionalLayoutMarginsKey: String = "directionalLayoutMarginsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:21:13: note: add '@MainActor' to make var 'directionalLayoutMarginsKey' part of global actor 'MainActor'
private var directionalLayoutMarginsKey: String = "directionalLayoutMarginsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var directionalLayoutMarginsKey: String = "directionalLayoutMarginsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:22:13: warning: var 'layoutMarginsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var layoutMarginsKey: String = "layoutMarginsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:22:13: note: convert 'layoutMarginsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var layoutMarginsKey: String = "layoutMarginsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:22:13: note: add '@MainActor' to make var 'layoutMarginsKey' part of global actor 'MainActor'
private var layoutMarginsKey: String = "layoutMarginsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var layoutMarginsKey: String = "layoutMarginsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:23:13: warning: var 'tagKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var tagKey: String = "tagKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:23:13: note: convert 'tagKey' to a 'let' constant to make 'Sendable' shared state immutable
private var tagKey: String = "tagKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:23:13: note: add '@MainActor' to make var 'tagKey' part of global actor 'MainActor'
private var tagKey: String = "tagKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var tagKey: String = "tagKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:24:13: warning: var 'preservesSuperviewLayoutMarginsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var preservesSuperviewLayoutMarginsKey: String = "preservesSuperviewLayoutMarginsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:24:13: note: convert 'preservesSuperviewLayoutMarginsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var preservesSuperviewLayoutMarginsKey: String = "preservesSuperviewLayoutMarginsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:24:13: note: add '@MainActor' to make var 'preservesSuperviewLayoutMarginsKey' part of global actor 'MainActor'
private var preservesSuperviewLayoutMarginsKey: String = "preservesSuperviewLayoutMarginsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var preservesSuperviewLayoutMarginsKey: String = "preservesSuperviewLayoutMarginsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:25:13: warning: var 'insetsLayoutMarginsFromSafeAreaKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var insetsLayoutMarginsFromSafeAreaKey: String = "insetsLayoutMarginsFromSafeAreaKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:25:13: note: convert 'insetsLayoutMarginsFromSafeAreaKey' to a 'let' constant to make 'Sendable' shared state immutable
private var insetsLayoutMarginsFromSafeAreaKey: String = "insetsLayoutMarginsFromSafeAreaKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:25:13: note: add '@MainActor' to make var 'insetsLayoutMarginsFromSafeAreaKey' part of global actor 'MainActor'
private var insetsLayoutMarginsFromSafeAreaKey: String = "insetsLayoutMarginsFromSafeAreaKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var insetsLayoutMarginsFromSafeAreaKey: String = "insetsLayoutMarginsFromSafeAreaKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:26:13: warning: var 'clipsToBoundsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var clipsToBoundsKey: String = "clipsToBoundsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:26:13: note: convert 'clipsToBoundsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var clipsToBoundsKey: String = "clipsToBoundsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:26:13: note: add '@MainActor' to make var 'clipsToBoundsKey' part of global actor 'MainActor'
private var clipsToBoundsKey: String = "clipsToBoundsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:26:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var clipsToBoundsKey: String = "clipsToBoundsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:27:13: warning: var 'alphaKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var alphaKey: String = "alphaKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:27:13: note: convert 'alphaKey' to a 'let' constant to make 'Sendable' shared state immutable
private var alphaKey: String = "alphaKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:27:13: note: add '@MainActor' to make var 'alphaKey' part of global actor 'MainActor'
private var alphaKey: String = "alphaKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var alphaKey: String = "alphaKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:28:13: warning: var 'isOpaqueKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isOpaqueKey: String = "isOpaqueKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:28:13: note: convert 'isOpaqueKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isOpaqueKey: String = "isOpaqueKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:28:13: note: add '@MainActor' to make var 'isOpaqueKey' part of global actor 'MainActor'
private var isOpaqueKey: String = "isOpaqueKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isOpaqueKey: String = "isOpaqueKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:29:13: warning: var 'clearsContextBeforeDrawingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var clearsContextBeforeDrawingKey: String = "clearsContextBeforeDrawingKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:29:13: note: convert 'clearsContextBeforeDrawingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var clearsContextBeforeDrawingKey: String = "clearsContextBeforeDrawingKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:29:13: note: add '@MainActor' to make var 'clearsContextBeforeDrawingKey' part of global actor 'MainActor'
private var clearsContextBeforeDrawingKey: String = "clearsContextBeforeDrawingKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:29:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var clearsContextBeforeDrawingKey: String = "clearsContextBeforeDrawingKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:30:13: warning: var 'isHiddenKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isHiddenKey: String = "isHiddenKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:30:13: note: convert 'isHiddenKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isHiddenKey: String = "isHiddenKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:30:13: note: add '@MainActor' to make var 'isHiddenKey' part of global actor 'MainActor'
private var isHiddenKey: String = "isHiddenKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isHiddenKey: String = "isHiddenKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:31:13: warning: var 'backgroundColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var backgroundColorKey: String = "backgroundColorKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:31:13: note: convert 'backgroundColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var backgroundColorKey: String = "backgroundColorKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:31:13: note: add '@MainActor' to make var 'backgroundColorKey' part of global actor 'MainActor'
private var backgroundColorKey: String = "backgroundColorKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:31:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var backgroundColorKey: String = "backgroundColorKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:32:13: warning: var 'maskKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var maskKey: String = "maskKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:32:13: note: convert 'maskKey' to a 'let' constant to make 'Sendable' shared state immutable
private var maskKey: String = "maskKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:32:13: note: add '@MainActor' to make var 'maskKey' part of global actor 'MainActor'
private var maskKey: String = "maskKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:32:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var maskKey: String = "maskKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:33:13: warning: var 'tintColorKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var tintColorKey: String = "tintColorKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:33:13: note: convert 'tintColorKey' to a 'let' constant to make 'Sendable' shared state immutable
private var tintColorKey: String = "tintColorKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:33:13: note: add '@MainActor' to make var 'tintColorKey' part of global actor 'MainActor'
private var tintColorKey: String = "tintColorKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:33:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var tintColorKey: String = "tintColorKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:35:13: warning: var 'translatesAutoresizingMaskIntoConstraintsKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var translatesAutoresizingMaskIntoConstraintsKey: String = "translatesAutoresizingMaskIntoConstraintsKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:35:13: note: convert 'translatesAutoresizingMaskIntoConstraintsKey' to a 'let' constant to make 'Sendable' shared state immutable
private var translatesAutoresizingMaskIntoConstraintsKey: String = "translatesAutoresizingMaskIntoConstraintsKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:35:13: note: add '@MainActor' to make var 'translatesAutoresizingMaskIntoConstraintsKey' part of global actor 'MainActor'
private var translatesAutoresizingMaskIntoConstraintsKey: String = "translatesAutoresizingMaskIntoConstraintsKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:35:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var translatesAutoresizingMaskIntoConstraintsKey: String = "translatesAutoresizingMaskIntoConstraintsKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:36:13: warning: var 'restorationIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var restorationIdentifierKey: String = "restorationIdentifierKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:36:13: note: convert 'restorationIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
private var restorationIdentifierKey: String = "restorationIdentifierKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:36:13: note: add '@MainActor' to make var 'restorationIdentifierKey' part of global actor 'MainActor'
private var restorationIdentifierKey: String = "restorationIdentifierKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:36:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var restorationIdentifierKey: String = "restorationIdentifierKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:43:24: warning: cannot form key path to main actor-isolated property 'isUserInteractionEnabled'; this is an error in the Swift 6 language mode
bindable(of: \.isUserInteractionEnabled, key: &isUserInteractionEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:47:24: warning: cannot form key path to main actor-isolated property 'tag'; this is an error in the Swift 6 language mode
bindable(of: \.tag, key: &tagKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:52:24: warning: cannot form key path to main actor-isolated property 'focusGroupIdentifier'; this is an error in the Swift 6 language mode
bindable(of: \.focusGroupIdentifier, key: &focusGroupIdentifierKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:56:24: warning: cannot form key path to main actor-isolated property 'frame'; this is an error in the Swift 6 language mode
bindable(of: \.frame, key: &frameKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:60:24: warning: cannot form key path to main actor-isolated property 'bounds'; this is an error in the Swift 6 language mode
bindable(of: \.bounds, key: &boundsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:64:24: warning: cannot form key path to main actor-isolated property 'center'; this is an error in the Swift 6 language mode
bindable(of: \.center, key: ¢erKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:68:24: warning: cannot form key path to main actor-isolated property 'contentScaleFactor'; this is an error in the Swift 6 language mode
bindable(of: \.contentScaleFactor, key: &contentScaleFactorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:72:24: warning: cannot form key path to main actor-isolated property 'isMultipleTouchEnabled'; this is an error in the Swift 6 language mode
bindable(of: \.isMultipleTouchEnabled, key: &isMultipleTouchEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:76:24: warning: cannot form key path to main actor-isolated property 'isExclusiveTouch'; this is an error in the Swift 6 language mode
bindable(of: \.isExclusiveTouch, key: &isExclusiveTouchKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:80:24: warning: cannot form key path to main actor-isolated property 'autoresizesSubviews'; this is an error in the Swift 6 language mode
bindable(of: \.autoresizesSubviews, key: &autoresizesSubviewsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:84:24: warning: cannot form key path to main actor-isolated property 'layoutMargins'; this is an error in the Swift 6 language mode
bindable(of: \.layoutMargins, key: &layoutMarginsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:89:24: warning: cannot form key path to main actor-isolated property 'directionalLayoutMargins'; this is an error in the Swift 6 language mode
bindable(of: \.directionalLayoutMargins, key: &directionalLayoutMarginsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:93:24: warning: cannot form key path to main actor-isolated property 'preservesSuperviewLayoutMargins'; this is an error in the Swift 6 language mode
bindable(of: \.preservesSuperviewLayoutMargins, key: &preservesSuperviewLayoutMarginsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:98:24: warning: cannot form key path to main actor-isolated property 'insetsLayoutMarginsFromSafeArea'; this is an error in the Swift 6 language mode
bindable(of: \.insetsLayoutMarginsFromSafeArea, key: &insetsLayoutMarginsFromSafeAreaKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:102:24: warning: cannot form key path to main actor-isolated property 'clipsToBounds'; this is an error in the Swift 6 language mode
bindable(of: \.clipsToBounds, key: &clipsToBoundsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:106:24: warning: cannot form key path to main actor-isolated property 'backgroundColor'; this is an error in the Swift 6 language mode
bindable(of: \.backgroundColor, key: &backgroundColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:110:24: warning: cannot form key path to main actor-isolated property 'alpha'; this is an error in the Swift 6 language mode
bindable(of: \.alpha, key: &alphaKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:114:24: warning: cannot form key path to main actor-isolated property 'isOpaque'; this is an error in the Swift 6 language mode
bindable(of: \.isOpaque, key: &isOpaqueKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:118:24: warning: cannot form key path to main actor-isolated property 'clearsContextBeforeDrawing'; this is an error in the Swift 6 language mode
bindable(of: \.clearsContextBeforeDrawing, key: &clearsContextBeforeDrawingKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:122:24: warning: cannot form key path to main actor-isolated property 'isHidden'; this is an error in the Swift 6 language mode
bindable(of: \.isHidden, key: &isHiddenKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:126:24: warning: cannot form key path to main actor-isolated property 'mask'; this is an error in the Swift 6 language mode
bindable(of: \.mask, key: &maskKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:130:24: warning: cannot form key path to main actor-isolated property 'tintColor'; this is an error in the Swift 6 language mode
bindable(of: \.tintColor, key: &tintColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:135:24: warning: cannot form key path to main actor-isolated property 'translatesAutoresizingMaskIntoConstraints'; this is an error in the Swift 6 language mode
bindable(of: \.translatesAutoresizingMaskIntoConstraints, key: &translatesAutoresizingMaskIntoConstraintsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:139:24: warning: cannot form key path to main actor-isolated property 'restorationIdentifier'; this is an error in the Swift 6 language mode
bindable(of: \.restorationIdentifier, key: &restorationIdentifierKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:43:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isUserInteractionEnabled, key: &isUserInteractionEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:47:34: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.tag, key: &tagKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:52:51: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.focusGroupIdentifier, key: &focusGroupIdentifierKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:56:36: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.frame, key: &frameKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:60:37: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.bounds, key: &boundsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:64:37: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.center, key: ¢erKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:68:49: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.contentScaleFactor, key: &contentScaleFactorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:72:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isMultipleTouchEnabled, key: &isMultipleTouchEnabledKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:76:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isExclusiveTouch, key: &isExclusiveTouchKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:80:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.autoresizesSubviews, key: &autoresizesSubviewsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:84:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.layoutMargins, key: &layoutMarginsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:89:55: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.directionalLayoutMargins, key: &directionalLayoutMarginsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:93:62: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.preservesSuperviewLayoutMargins, key: &preservesSuperviewLayoutMarginsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:98:62: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.insetsLayoutMarginsFromSafeArea, key: &insetsLayoutMarginsFromSafeAreaKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:102:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.clipsToBounds, key: &clipsToBoundsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:106:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.backgroundColor, key: &backgroundColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:110:36: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.alpha, key: &alphaKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:114:39: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isOpaque, key: &isOpaqueKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:118:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.clearsContextBeforeDrawing, key: &clearsContextBeforeDrawingKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:122:39: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.isHidden, key: &isHiddenKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:126:35: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.mask, key: &maskKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:130:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.tintColor, key: &tintColorKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:135:72: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.translatesAutoresizingMaskIntoConstraints, key: &translatesAutoresizingMaskIntoConstraintsKey)
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollection+UIView.swift:139:52: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
bindable(of: \.restorationIdentifier, key: &restorationIdentifierKey)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift (in target 'Pharos' from project 'Pharos')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:15:13: warning: var 'automaticallyUpdatesContentConfigurationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var automaticallyUpdatesContentConfigurationKey: String = "automaticallyUpdatesContentConfigurationKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:15:13: note: convert 'automaticallyUpdatesContentConfigurationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var automaticallyUpdatesContentConfigurationKey: String = "automaticallyUpdatesContentConfigurationKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:15:13: note: add '@MainActor' to make var 'automaticallyUpdatesContentConfigurationKey' part of global actor 'MainActor'
private var automaticallyUpdatesContentConfigurationKey: String = "automaticallyUpdatesContentConfigurationKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:15:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var automaticallyUpdatesContentConfigurationKey: String = "automaticallyUpdatesContentConfigurationKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:17:13: warning: var 'automaticallyUpdatesBackgroundConfigurationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var automaticallyUpdatesBackgroundConfigurationKey: String = "automaticallyUpdatesBackgroundConfigurationKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:17:13: note: convert 'automaticallyUpdatesBackgroundConfigurationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var automaticallyUpdatesBackgroundConfigurationKey: String = "automaticallyUpdatesBackgroundConfigurationKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:17:13: note: add '@MainActor' to make var 'automaticallyUpdatesBackgroundConfigurationKey' part of global actor 'MainActor'
private var automaticallyUpdatesBackgroundConfigurationKey: String = "automaticallyUpdatesBackgroundConfigurationKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var automaticallyUpdatesBackgroundConfigurationKey: String = "automaticallyUpdatesBackgroundConfigurationKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:18:13: warning: var 'backgroundViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var backgroundViewKey: String = "backgroundViewKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:18:13: note: convert 'backgroundViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var backgroundViewKey: String = "backgroundViewKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:18:13: note: add '@MainActor' to make var 'backgroundViewKey' part of global actor 'MainActor'
private var backgroundViewKey: String = "backgroundViewKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var backgroundViewKey: String = "backgroundViewKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:19:13: warning: var 'selectedBackgroundViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var selectedBackgroundViewKey: String = "selectedBackgroundViewKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:19:13: note: convert 'selectedBackgroundViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var selectedBackgroundViewKey: String = "selectedBackgroundViewKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:19:13: note: add '@MainActor' to make var 'selectedBackgroundViewKey' part of global actor 'MainActor'
private var selectedBackgroundViewKey: String = "selectedBackgroundViewKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:19:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var selectedBackgroundViewKey: String = "selectedBackgroundViewKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:20:13: warning: var 'multipleSelectionBackgroundViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var multipleSelectionBackgroundViewKey: String = "multipleSelectionBackgroundViewKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:20:13: note: convert 'multipleSelectionBackgroundViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var multipleSelectionBackgroundViewKey: String = "multipleSelectionBackgroundViewKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:20:13: note: add '@MainActor' to make var 'multipleSelectionBackgroundViewKey' part of global actor 'MainActor'
private var multipleSelectionBackgroundViewKey: String = "multipleSelectionBackgroundViewKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var multipleSelectionBackgroundViewKey: String = "multipleSelectionBackgroundViewKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:21:13: warning: var 'isSelectedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isSelectedKey: String = "isSelectedKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:21:13: note: convert 'isSelectedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isSelectedKey: String = "isSelectedKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:21:13: note: add '@MainActor' to make var 'isSelectedKey' part of global actor 'MainActor'
private var isSelectedKey: String = "isSelectedKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isSelectedKey: String = "isSelectedKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:22:13: warning: var 'isHighlightedKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isHighlightedKey: String = "isHighlightedKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:22:13: note: convert 'isHighlightedKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isHighlightedKey: String = "isHighlightedKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:22:13: note: add '@MainActor' to make var 'isHighlightedKey' part of global actor 'MainActor'
private var isHighlightedKey: String = "isHighlightedKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isHighlightedKey: String = "isHighlightedKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:23:13: warning: var 'showsReorderControlKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var showsReorderControlKey: String = "showsReorderControlKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:23:13: note: convert 'showsReorderControlKey' to a 'let' constant to make 'Sendable' shared state immutable
private var showsReorderControlKey: String = "showsReorderControlKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:23:13: note: add '@MainActor' to make var 'showsReorderControlKey' part of global actor 'MainActor'
private var showsReorderControlKey: String = "showsReorderControlKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var showsReorderControlKey: String = "showsReorderControlKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:24:13: warning: var 'shouldIndentWhileEditingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var shouldIndentWhileEditingKey: String = "shouldIndentWhileEditingKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:24:13: note: convert 'shouldIndentWhileEditingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var shouldIndentWhileEditingKey: String = "shouldIndentWhileEditingKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:24:13: note: add '@MainActor' to make var 'shouldIndentWhileEditingKey' part of global actor 'MainActor'
private var shouldIndentWhileEditingKey: String = "shouldIndentWhileEditingKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var shouldIndentWhileEditingKey: String = "shouldIndentWhileEditingKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:25:13: warning: var 'accessoryViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var accessoryViewKey: String = "accessoryViewKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:25:13: note: convert 'accessoryViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var accessoryViewKey: String = "accessoryViewKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:25:13: note: add '@MainActor' to make var 'accessoryViewKey' part of global actor 'MainActor'
private var accessoryViewKey: String = "accessoryViewKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var accessoryViewKey: String = "accessoryViewKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:26:13: warning: var 'editingAccessoryViewKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var editingAccessoryViewKey: String = "editingAccessoryViewKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:26:13: note: convert 'editingAccessoryViewKey' to a 'let' constant to make 'Sendable' shared state immutable
private var editingAccessoryViewKey: String = "editingAccessoryViewKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:26:13: note: add '@MainActor' to make var 'editingAccessoryViewKey' part of global actor 'MainActor'
private var editingAccessoryViewKey: String = "editingAccessoryViewKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:26:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var editingAccessoryViewKey: String = "editingAccessoryViewKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:27:13: warning: var 'indentationLevelKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var indentationLevelKey: String = "indentationLevelKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:27:13: note: convert 'indentationLevelKey' to a 'let' constant to make 'Sendable' shared state immutable
private var indentationLevelKey: String = "indentationLevelKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:27:13: note: add '@MainActor' to make var 'indentationLevelKey' part of global actor 'MainActor'
private var indentationLevelKey: String = "indentationLevelKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var indentationLevelKey: String = "indentationLevelKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:28:13: warning: var 'indentationWidthKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var indentationWidthKey: String = "indentationWidthKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:28:13: note: convert 'indentationWidthKey' to a 'let' constant to make 'Sendable' shared state immutable
private var indentationWidthKey: String = "indentationWidthKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:28:13: note: add '@MainActor' to make var 'indentationWidthKey' part of global actor 'MainActor'
private var indentationWidthKey: String = "indentationWidthKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var indentationWidthKey: String = "indentationWidthKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:29:13: warning: var 'isEditingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var isEditingKey: String = "isEditingKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:29:13: note: convert 'isEditingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var isEditingKey: String = "isEditingKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:29:13: note: add '@MainActor' to make var 'isEditingKey' part of global actor 'MainActor'
private var isEditingKey: String = "isEditingKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:29:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var isEditingKey: String = "isEditingKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:30:13: warning: var 'userInteractionEnabledWhileDraggingKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var userInteractionEnabledWhileDraggingKey: String = "userInteractionEnabledWhileDraggingKey"
^
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:30:13: note: convert 'userInteractionEnabledWhileDraggingKey' to a 'let' constant to make 'Sendable' shared state immutable
private var userInteractionEnabledWhileDraggingKey: String = "userInteractionEnabledWhileDraggingKey"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:30:13: note: add '@MainActor' to make var 'userInteractionEnabledWhileDraggingKey' part of global actor 'MainActor'
private var userInteractionEnabledWhileDraggingKey: String = "userInteractionEnabledWhileDraggingKey"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/BindableCollectionCellView.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var userInteractionEnabledWhileDraggingKey: String = "userInteractionEnabledWhileDraggingKey"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Pharos/Classes/PopulatedRelays/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)
^
SwiftDriverJobDiscovery normal arm64 Compiling Observing.swift, Unwrapable.swift, WrappingObserver.swift, BufferedObservable.swift (in target 'Pharos' from project 'Pharos')
SwiftDriver\ Compilation Chary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Chary' from project 'Chary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Chary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Chary.build/Debug-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
SwiftDriverJobDiscovery normal arm64 Compiling Observable.swift, ObservableBlock.swift, Publisher.swift, Subject.swift (in target 'Pharos' from project 'Pharos')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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.795 appintentsmetadataprocessor[761:4231] Starting appintentsmetadataprocessor export
2025-04-26 23:50:31.844 appintentsmetadataprocessor[761:4231] Extracted no relevant App Intents symbols, skipping writing output
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 ExclusiveRetainableWrapper.swift, Retainable.swift, RetainableGroup.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 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
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.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/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/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
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 BindableCollection+TextInput.swift, BindableCollection+UIButton.swift, BindableCollection+UICollectionView.swift, BindableCollection+UIControl.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 CombinedObservable.swift, KVOObservable.swift, MergedObservable.swift, Observable+Extensions.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.452 appintentsmetadataprocessor[764:4270] Starting appintentsmetadataprocessor export
2025-04-26 23:50:32.486 appintentsmetadataprocessor[764:4270] 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.