I think I know the answer to this, unfortunately, but…

I got this crash via TestFlight feedback. Despite being able to identify the line that crashed, there's no way to recover the actual error right?

SwiftData migration crashes are such a bummer. This is probably an expected problem caused by an intermediate schema, but it might be signifiant. #SwiftData #Swift

@tewha If you didn't try/catch the error your crash report might contain more specific information on the original exception (I think?)

@gfoster Ah, switch to try! (exclamation point included)

I'll do that next build, thanks. Couldn't hurt since I'm turning it into a fatal error anyway.