swift-argument-parser icon indicating copy to clipboard operation
swift-argument-parser copied to clipboard

Enable library evolution in CMake build

Open dabrahams opened this issue 1 year ago • 2 comments
trafficstars

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

dabrahams avatar Aug 19 '24 19:08 dabrahams

CC: @rauhul

compnerd avatar Sep 17 '24 18:09 compnerd

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.

rauhul avatar Sep 17 '24 18:09 rauhul

superseded by: #666

rauhul avatar Sep 09 '25 20:09 rauhul