apple / swift-argument-parser

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

Enable library evolution in CMake build #660

Open dabrahams opened 4 weeks ago

dabrahams commented 4 weeks ago

The use of @_implementationOnly causes the compiler to warn of instability at runtime otherwise.

compnerd commented 12 hours ago

CC: @rauhul

rauhul commented 11 hours ago

Thoughts on this approach instead: https://github.com/apple/swift-argument-parser/pull/666

I don't really see a need to use this attribute anymore. It's really just doesn't work without library evo enabled anyways.