Hey - thanks for the reply, but this is using a sheet, not an inspector
Post
Replies
Boosts
Views
Activity
Thanks for your reply! The link works, but does anyone know why they've chosen to have this separate from their official Swift documentation? I thought every method/library/framework that's available "out of the box" in Swift would have its own page in the official docs.
Thanks for your response! So, my understanding is that there is no longer a use case for using the old TaskGroup API with a type of Void.self. After all, if there is no result returned, you might as well not allocate space for it in memory and use this discardingTaskGroup API instead.
This is the only workaround that worked for me. Annoying, but good temporary workflow.
Thanks for your response! I have added modifiedTimestamp as queryable. The error still appear and persists after first use of a new public database. Do you happen to know what ___modTime actually is? I understand that things prefixed with ___ are system fields, but I don't really understand how it is (or is not) related to the modifiedTimestamp field.