Building a data model using swift is done similarly to any other server side language. You define the properties, add some getters and setters, and create an inializer for creating an instance of the object. All is well, and familarity is king.

Building the data model also caused a unit test file to be created. I wrote basic tests that tested edge cases for the property values.