Sometimes we need to create our own data types for certain parts of our app. That’s where Enumerations come in handy. But what are the other benefits of Enum? The Swift Enum gives us the possibility to model a certain number of options, to make our code type-safe,