How can I loop over an array of AnyObjects in Swift and downcast to the appropriate class at the same time? I can do it verbosely like this, but I just can't seem to find a way to do this without an "if let" inside the loop:How can I loop over an array of AnyObjects in S