Why do we still need custom assertions when #๐๐ฅ๐๐๐๐ก is already more informative than XCTest? The key: use ๐๐๐ข๐๐๐๐ฟ๐๐๐๐ก๐๐๐ to report failures at the call site, not inside helpers. For complex validation, ๐ผ๐ ๐ ๐ข๐.๐๐๐๐๐๐ is the way to go.
๐: https://qualitycoding.org/swift-testing-custom-assertions/ by Jon Reid (@qcoding)

