A patch release that includes a targeted fix for the ongoing Swift interoperability crashes outlined in GH-434.
Changes
- Updated the concurrency pattern in the background task scheduler, replacing a
for-await
loop with aTaskGroup
. This change targets a suspected instability in Swift's concurrency runtime and is expected to mitigate the crashes seen in mixed Swift 5/6 environments. - Fixed a Scene issue where labels marked as H3 were being treated as H1.
- Improved accessibility of embedded Scenes by announcing screen changes when an embedded view is displayed.