shapehq / SwiftDataDecoupled

Example project showing how the data and view layers can be decoupled when using SwiftData for persistence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashes in debug mode

AugustDev opened this issue · comments

Really cool exploration! However, i'd like to bring attention to debug mode where the app crashes

If I enable -com.apple.CoreData.ConcurrencyDebug 1 and -com.apple.CoreData.SQLDebug 1 the app crashes which suggests there may be issues with concurrency handling.

image