SwiftUI, CoreData and ParseSwift example app?

Hi!

I would like to build an app with SwiftUI, CoreData and ParseSwift. The app UI shall not query the Parse Server directly but load data from CoreData. I would like to build a sync engine between CoreData and the Parse Server using ParseSwift.

Any thoughts on this? Any good example apps (code) to look at?