GRDB: Crash when saving records with Xcode 11.2 due to SR-11643

Hello,

The Xcode 11.2 toolkit ships with a bug, SR-11643, which crashes apps that embed GRDB as a Swift Package.

The known workarounds are brutal for the library users, as detailed in Crash when saving records with Xcode 11.2 · Issue #640 · groue/GRDB.swift · GitHub.

If you happen to enjoy GRDB, your help will be greatly appreciated:

  • Please report your application crash to http://feedbackassistant.apple.com
  • Do contribute and help finding a better workaround
  • Contact your closest Apple employee and tell him how useful this library is.

Thank you

2 Likes

Can you post your radar number here please?

Hello! Sure, I opened FB7395337 on the feedback assistant.

1 Like

A better workaround has been found: https://github.com/groue/GRDB.swift/issues/640#issuecomment-548975256

See also https://twitter.com/rr/status/1190390966860935168. FYI @Joe_Groff.