The current way of PathBuilder composition requires users to type PathBuilders.[insertNameOfPathBuilderHere] and seems a bit clunky. Maybe we can improve this with PathBuilders?
Limitation: ResultBuilder is only available in Swift 5.4 and Xcode 12.5 and up.
Idea
Look into ResultBuilders for PathBuilders.
Problem description
The current way of PathBuilder composition requires users to type PathBuilders.[insertNameOfPathBuilderHere] and seems a bit clunky. Maybe we can improve this with PathBuilders?
Limitation: ResultBuilder is only available in Swift 5.4 and Xcode 12.5 and up.