Structures (records)

struct ColorPoint {
    //In Swift there are no fields
    var x, y: Int

    //Property
    var Color: Brush