@bigzaphod @shadowfacts Yeah inherited async contexts can change too, the SDKs in Xcode 16 have added MainActor isolation all over the place including SwiftUI.View, sneakily changing the behaviour of tons of code accumulated over the years… Sort of our own faults for putting so much code in UI-related subclasses for so many years but 🤷♂️. Tooling should make this more obvious as well. In the mean time, I've started shifting code out of subclasses and into actors or abuse nonisolated
| GitHub | https://github.com/kylehickinson |
| Web | https://kylehickinson.com |


