xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

Update external dependencies

Open Faridka0 opened this issue 9 months ago • 0 comments

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!

Faridka0 avatar May 14 '25 13:05 Faridka0