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!
I'm integrating
xcodesinto a Swift-based CLI tool for environment setup. However, I've encountered compatibility issues due to outdated dependencies inxcodes.Specifically, the following dependencies are outdated:
swift-argument-parserkeychainaccesspath.swiftversionThese 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:
Bump swift-argument-parser to 1.5.0
Bump keychainaccess to 4.2.2
Bump path.swift to 1.4.1
Bump version to 2.0.1
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!