* Add support for proper lambdas * Get rid of recursion Remove renderSectionLambda as I can use renderUnescapedLambda for that.
* Fix retroactive conformances in tests * conformances use a shared logic * Use `hasFeature(RetroactiveAttribute)` instead of `compiler(>=6.0)` * even better use of shared logic
* Rename package to swift-mustache * Update CI