Built-in support for Swift Observable in AppKit and UIKit on macOS 26 and iOS 26
macOS 14 and iOS 17 saw the introduction of the Observation framework and the Observable macro, allowing your SwiftUI views to automatically update in response to underlying data changing. However, that initial implementation contained really limited capabilities for consuming Observable types from outside SwiftUI. Before macOS 26 and iOS 26