How to set text font as System Thin in Swift?

I want to set label text as System Thin. Read in StackOverflow and found an answer like this: labelDescriptionView.font = UIFont(name: "System-Thin", size: 15.0) but it did not work. How can I imp...