swift-macro-toolkit

A powerful toolkit for creating concise and expressive Swift macros

APACHE-2.0 License

Stars
225

Bot releases are hidden (Show)

swift-macro-toolkit - DeclGroup improvements, cleaner tests, and migration to `swiftlang/swift-syntax` Latest Release

Published by stackotter about 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/stackotter/swift-macro-toolkit/compare/v0.4.0...v0.5.0

swift-macro-toolkit - Update to SwiftSyntax 510.0.0

Published by stackotter 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/stackotter/swift-macro-toolkit/compare/v0.3.1...v0.4.0

swift-macro-toolkit - v0.3.1

Published by stackotter about 1 year ago

Thanks to @mikhailmaslo SwiftMacroToolkit can now be built on iOS versions lower than iOS 16. This isn't necessary for Macro usecases, but it's nice to be able to use SwiftMacroToolkit as a wrapper over the SwiftSyntax library for non-macro purposes (for example in an iOS Swift code editor or something).

swift-macro-toolkit - v0.3.0

Published by stackotter about 1 year ago

Updating to Swift Syntax 509.0.0

This release contains a few breaking changes to update to Swift Syntax's first stable release since introducing macros. These breaking changes were kept to a minimum and shouldn't affect too many use cases. Enjoy!

Package Rankings
Top 27.57% on Swiftpackageindex.com
Related Projects