woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.
MIT License
1.46k stars 63 forks source link

Fix dependency requirement of `swift-argument-parser` to specific version #63

Closed tackgyu closed 3 years ago

tackgyu commented 3 years ago

This PR fixes compilation failure of dependency swift-argument-parser by changing its dependency requirement to specific version rather than the main branch.

More specifically, closing this PR (https://github.com/apple/swift-argument-parser/pull/262) led to compilation failure, so we have to see the version (0.3.2) which does not contain these changes.

The same changes should apply to swift-tools-support-core if needed, but not now as it compiles as is.