swift-argument-parser
swift-argument-parser copied to clipboard
Mojave support
Is there anything preventing SAP from using 5.1 to enable Mojave compilation?
// swift-tools-version:5.2
Some of the property wrapper initializers crash the Swift 5.1 compiler — it may be possible to work around this, but I haven't found a strategy yet.
Part of me wants to push because command-line utilities are one of the most basic and least OS release-sensitive things we build and part of me doesn't want to cause you more work. It seems wrong that writing simple effective cmdline utils aren't backward compatible.
@erica so did you fix this issue or will talk me about plan for it?