# alschmut/structbuildermacro

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/alschmut-structbuildermacro).**

22 stars · 2 forks · Swift · MIT

## Links

- GitHub: https://github.com/alschmut/StructBuilderMacro
- awesome-repositories: https://awesome-repositories.com/repository/alschmut-structbuildermacro.md

## Description

@Buildable is an attached swift macro for structs, classes and enums, which produces a peer struct implementing the builder pattern. Initialise your object with minimal effort using default values. ```swift import Buildable

## Tags

### Part of an Awesome List

- [Model and Data Macros](https://awesome-repositories.com/f/awesome-lists/devtools/model-and-data-macros.md) — Produces peer structs to implement the builder pattern.
