xcodes
xcodes copied to clipboard
Update external dependencies
I'm integrating xcodes into a Swift-based CLI tool for environment setup. However, I've encountered compatibility issues due to outdated dependencies in xcodes.
Specifically, the following dependencies are outdated:
-
swift-argument-parser -
keychainaccess -
path.swift -
version
These outdated versions lead to conflicts with newer dependencies in my project and other CLI tools, causing build failures.
I noticed that there are open pull requests addressing these updates:
Would it be possible to review and merge these pull requests? Updating these dependencies would greatly improve compatibility and ease integration for projects using xcodes.
Thank you!