How to safely apply SortDescriptor(\.sortOrder) with Swift 6 Concurrency and @Model

Ah, there it is. Currently, MainActor-default-isolation does not work well with certain frameworks, these frameworks require some custom types to be nonisolated. You can check the related discussions here and here.

1 Like