How to get a CNContact phone number(s) as string in Swift? September 16, 2023 by Tarik I found the solution: (contact.phoneNumbers[0].value as! CNPhoneNumber).valueForKey("digits") as! String