apple / swift-argument-parser

Straightforward, type-safe argument parsing for Swift
Apache License 2.0
3.31k stars 311 forks source link

Fix some Swift 5.6 compatibility issues #516

Closed natecook1000 closed 1 year ago

natecook1000 commented 1 year ago

We've had some regressions under Swift 5.6 in the latest changes, particularly around using implicitly opened existentials, which is a 5.7 feature. I've tested these changes using Swift 5.6 on Linux and macOS 12.

Checklist

natecook1000 commented 1 year ago

@swift-ci Please test