Get value as swift type from Unmanaged<AnyObject> . For example: ABRecordRef

How do I get a value as a Swift type from an object of type Unmanaged&lt;AnyObject&gt;. My example is using an ABRecordRef I'm creating a contact object to manage once I get the ABRecordRef, but ...