The code currently expands by use of `SwiftSyntaxBuilder`'s `.init(_ stringInterpolation: String)` mechanism. Refactor by building the AST instead.
The code currently expands by use of
SwiftSyntaxBuilder's.init(_ stringInterpolation: String)mechanism.Refactor by building the AST instead.