Get Ready for Swift Macros

Monday, 13 January 2025

Originally published on the Trade Republic Engineering Blog.

A comprehensive guide to Swift Macros. They make code cleaner, reduce lines of code, and speed up feature implementation, all while keeping debugging and type safety in place. This first part of a two-part series covers what Swift Macros are, their seven roles across freestanding and attached categories, and how the iOS Team at Trade Republic plans to utilize them.

Continue reading on the Trade Republic Engineering Blog →

How to Create Swift Macros: The Easiest and Least Boring Way »