Have you ever written tests? Usually, they use equality asserts, e.g. XCTAssertEqual, what happens if the object isn't equal? Xcode throws a wall of text at you:
This forces you to manually scan the text and try to figure out exactly whats wrong, what if instead you could just learn which property is different?