Swift Macros is a curated collection of Swift macro resources, tools, examples, and learning material. It is intended for developers who want to understand, build, test, and distribute Swift macros in modern Swift projects. The repository gathers community-created macros alongside frameworks, articles, Apple resources, tutorials, and related tooling. Its structure makes it easier to discover practical macro use cases without searching across scattered blog posts and packages. It is especially valuable for developers moving from code-generation tools toward Swift’s built-in macro system. Swift-Macros is not a single library, but a reference hub for learning the Swift macro ecosystem and finding useful implementation patterns.
Features
- Curated list of Swift macro resources
- Community macro examples and tools
- Learning material for building macros
- Testing framework references
- Apple session and tutorial links
- Useful migration context for code generation workflows