Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.12 KB

File metadata and controls

21 lines (16 loc) · 1.12 KB

PrincipleMacros

Codecov

Essential tools that extend the capabilities of SwiftSyntax, simplifying the implementation of custom macros.

Warning

This package is considered an implementation detail of some of my other open-source projects. While it follows semantic versioning rules and has decent test coverage, it is currently undocumented, and future releases may introduce multiple breaking changes. Use it at your own discretion.

Installation

.package(
    url: "https://github.com/NSFatalError/PrincipleMacros",
    from: "1.0.0"
)