AppIntentTimelineProvider in iOS17 Beta 4

I'm back from vacation and installed iOS Beta 4 and with that my Widgets stop working :(

Funktions

func snapshot(for configuration: ConfigurationIntent, in context: Context) async -> MyTeslaWidgetEntry {}

func timeline(for configuration: Intent, in context: Context) async -> Timeline<Entry> {}

are never called. Instead I get this warnings inside the console:

No AppIntent in timeline(for:with:)
No AppIntent in snapshot(for:with:)

But there are no functions with parameter "for"...

What is the problem here?

AppIntentTimelineProvider in iOS17 Beta 4
 
 
Q