Solving backward-compatibility issues in Swift 6 language mode.
I recently had to tackle uploading somewhat larger files from an iOS app to a backend service. It’s not a type of functionality that’s often needed thus every time I have to do it I end up re-discovering some gotchas. Best way to remember is to write it down hence this blog post.
Core Data is often dunked on for its performance, especially involving large quantities of objects. Let’s dig into this.
Unstucking SPM resolver graph.
It was a good run, though.
There is no silver bullet when it comes to importing large sets of data into a complex Core Data graph. But it's not impossible to do. This is common sense approach that worked very well in my apps, for several years now.