duckduckgo/iOS

Xcode 16 runtime crash

Closed this issue · 4 comments

Once compilation errors are fixed for Xcode 16, any website you visit causes a runtime crash.
The crash seems to come from GRDB library, from the example in the screenshot even if you disable the top method neverPromptWebsites it is going to crash in another places where a db call is made.
I did not dig into more details yet.

STR

  1. Run the app on Xcode 16
  2. Open example.com website

Happens on sim and real device.

Zrzut ekranu 2024-08-31 o 16 05 49

Seems to be tracked by the GRDB maintainer groue/GRDB.swift#1596 closing for now

There was a new report of this crash with the latest Xcode 16 RC: groue/GRDB.swift#1619

I strongly suggest filing feedbacks on http://feedbackassistant.apple.com/, and/or at http://github.com/swiftlang/swift/issues/, because it does not look like anything can be done at the level of GRDB. I mean: a Swift existential crashes at runtime, this is a pretty big compiler bug.

I'll reopen it thanks(feel free to close it ddg team). I have not checked on latest Xcode yet

Xcode 16 RC 16A242 does not crash for me on local build on simulator