Hi, for my Swift Student Challenge, I'd like to store persistent data.
User would be able to "Mark as done" a task, which will then be stored.
However I'm not a huge fan of CoreData, which is very complicated.
SwiftData would be perfect, but it's only available in iOS 17, and playgrounds are iOS 16 and newer.
I could also use an external library, such as Realm DB.
I really would like to use SwiftData but it seems very compromised.
I red that third-part libraries are not forbidden (https://forums.developer.apple.com/forums/thread/74533) so I could technically use Realm (https://realm.io/)
Can anyone help me with this choice ? Thanks!