Database Download Record Fetch Fails in MacOS 15.2

A program I wrote in Swift that uploads and downloads to a private database in iCloud is failing for downloads since the the 15.2 update.

It still works for uploads. I.e., I can download uploads made from the program under 15.2 on another computer running the same program under 15.1

The Fetch operation does not return an error, but the returnRecord is empty!

I do get the error below after the fact of the failure, don't know if it's related.

"ViewBridge to RemoteViewService Terminated: Error Domain=com.apple.ViewBridge Code=18 "(null)" UserInfo={com.apple.ViewBridge.error.hint=this process disconnected remote view controller -- benign unless unexpected, com.apple.ViewBridge.error.description=NSViewBridgeErrorCanceled}"

To be clear, I assume I do have access to the database since it works for upload under 15.2, as well as upload and download under 15.1, and from a very similar program on my iPhone (which I haven't updated yet!)

Questions? Comments?

Thanks!

Database Download Record Fetch Fails in MacOS 15.2
 
 
Q