Cannot convert value of type '[UIFont]' to expected argument type '[NSAttributedString.Key : Any]'
let attributes = [NSAttributedString.Key.font:
UIFont(name: "Helvetica-Bold", size: 15.0)!,
NSAttributedString.Key.foregroundColor: UIColor.white] as! [NSAttributedStringKey: Any]