swiftlang / swift-format

Formatting technology for Swift source code
Apache License 2.0
2.55k stars 231 forks source link

Fix tests when building swift-format using Swift 6.0.2 #869

Closed ahoppen closed 3 weeks ago

ahoppen commented 3 weeks ago

When traversing the file URL with Foundation from Swift 6.0.2, you get the following components

The component count never reaches 1.

Foundation from Swift 6.1 goes

Cover both cases by checking for <= 1 instead of == 1