|
KotlinPoet is fantastic and incredibly useful! I'm curious if a similar library exists for Swift? Most libraries I can find available today are built with some kind of template system (e.g. Sourcery, SwiftGen/Stencil, Swift lang's GYB util), but I'm looking for something built on top of the language grammar/constructs that offers more dynamism and customization. Are you guys aware of anything like that? Do you do any Swift source code generation internally, similar to how you use KotlinPoet? |
Answered by
erawhctim
Apr 20, 2021
Replies: 2 comments 2 replies
|
EDIT: I may have spoke too soon? 😅 https://github.com/outfoxx/swiftpoet |
1 reply
Answer selected by
ZacSweers
|
If you search for "swiftpoet" there's a few options out there, including one actually written in kotlin |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EDIT: I may have spoke too soon? 😅 https://github.com/outfoxx/swiftpoet