Has anyone else noticed that macOS Sequoia 15.5 has a regression in SwiftUI Table scrolling performance?
I have complex Tables in a SwiftUI app and they scroll adequately on macOS 15.4.1 but hang, beachball, and stutter while scrolling on macOS 15.5. The exact same build is running in both cases.
(I've even reduced the table to three simple columns of text and STILL fail to get entirely smooth scrolling on macOS 15.5.) It's like someone just fundamentally broke Table
on macOS.
Has anyone else encountered this?