I was debugging my widget in iOS 17.0 (21A5312c)
It is constantly crashing in getTimeline when calling completion(timeline)
The same code was working in previous betas.
I've checked the debugger, neither completion nor timeline is nil but I get a EXC_BAD_ADDRESS crash
As a result the widgets are always white.
How to fix?