TCH SA Saurav Sagar Part 1: What Are Swift Macros and Why Do We Need Them? If you have ever found yourself copying and pasting the exact same lines of Swift code over and over again, you are not alone. To solve…
TCH RA Raj Anand Swift Testing Deep Dive: #expectOutput, #expectFailure and More In the last post, we explored how to organize tests using@Suite, and how to structure reusable setup and teardown logic.
TCH RA Raj Anand Beyond Traits: How to Use @Suite to Structure Swift Tests In our previous post, we used traits to categorize and filter tests.
HUM TCH RU Ruslan Alikhamov Speed Up Swift: SwiftSyntaxMacros Package Compilation — Part 1 How to optimize `swift-syntax` package compilation for a better performance of Swift Type Checker