Our Articles

Technical deep dives, benchmarks, architecture & Swift

Our blog covers technical explorations, benchmarks, architectural insights and modern Swift development — all from a real-world, production-grade perspective.

Swift Macros: The Complete Guide to Metaprogramming

Swift Macros: The Complete Guide to Metaprogramming

From Swift 5.9 to creating custom macros

Swift macros allow generating code at compile time, eliminating boilerplate while maintaining type safety. This comprehensive guide covers everything: from fundamentals to creating your own macros.