swift-argument-parser
swift-argument-parser copied to clipboard
Enable library evolution in CMake build
trafficstars
The use of @_implementationOnly causes the compiler to warn of instability at runtime otherwise.
CC: @rauhul
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.
superseded by: #666