MakeIt
The propose of this project is to study and try to implement the clean architeture in swift. Another thing that I tried to implement in this project was the new SwiftData and adapt it to use with the clean architeture, with this implementation I needed to change a little bit how to implement SwiftData, because I changed where the inserts and deletes of objects are execute, for exemple I moved this actions to repository class.