xcode27.0 b2: triage API diff noise
Mark 25 noise-only framework diffs as "nothing" and regenerate the
Bindings-Status table. Cleaned diffs contained only: doc-comment/HeaderDoc
rewrites (Cinematic @method->@property tag fixes, NetworkExtension /*!->///
conversion, CloudKit/BackgroundAssets/Security wording, FSKit doc rewrites),
copyright-year bumps (CoreMedia), comment-only new-framework headers
(LinkSecurity), #import reordering (AVKit-macOS), and a NS_REFINED_FOR_SWIFT
relocation (AVSystemRouting).
Add _ScreenCaptureKit_SwiftUI to UNSUPPORTED_FRAMEWORKS (new private SwiftUI
bridge framework, consistent with its _*_SwiftUI siblings) and remove its
generated diffs.
Left actionable (real or modified public API): FileProvider (macro
FILE_PROVIDER_AVAILABILITY_NAMESPACE_POLICY redefined UNAVAILABLE->
AVAILABLE(ios/macos 27), making the NSFileProviderNamespacePolicy enum and
property newly available) and availability changes on real API (BrowserKit,
ScreenCaptureKit, WebKit, QuartzCore), plus new API across Matter, AVKit,
UIKit, CoreTelephony, Photos, HealthKit, ImageIO, and others.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>