swift-foundation
swift-foundation copied to clipboard
Move off of RegexBuilder for URL.Template
This fixes #1269
This uses try! Regex("…") instead of RegexBuilder to create regular expressions used by the URL Template implementation.
@swift-ci please test
@danieleggert Can you rebase to resolve the merge conflict?
@jrflat Did I merge the changes correctly from your 876aa1fb1aa7babb0bbad9e145095a140460e1f2 ?
@swift-ci please test