1.4
Added Matchable protocol, assertMatches
method, and XCTAssert(matches:).
Used for checking whether objects/values match. Failures deep inside structures will bubble up and be reported in the correct context by (XCFail), so that Xcode shows you the correct location of the failure.