This test will assess your debugging and refactoring abilities.
In the HumanParser project you'll find a single source file and a single test suite. The purpose of the class is to parse a person's name into its component (first, middle, last, etc) parts given many different representations of that name.
The goal of this exercise is simple: fix the failing test(s). However, this class was directly (though incorrectly) ported from a JavaScript implementation, so you are also encouraged to make any changes along the way that make the project feel more "Swifty" and accessible to an iOS developer who is used to developing and testing inside of Xcode.