-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
EDIT: I may have spoke too soon? 😅 https://github.com/outfoxx/swiftpoet |
Beta Was this translation helpful? Give feedback.
-
If you search for "swiftpoet" there's a few options out there, including one actually written in kotlin |
Beta Was this translation helpful? Give feedback.
EDIT: I may have spoke too soon? 😅 https://github.com/outfoxx/swiftpoet