Skip to content

Conversation

@mattt
Copy link
Owner

@mattt mattt commented Nov 14, 2025

Follow-up to #30

Attempting to resolve dependencies in an app, Xcode is reporting this error:

exhausted attempts to resolve the dependencies graph, with the following dependencies unresolved:

This PR drops the trailing slash, which I don't recall being a problem before, but is the only reason I can think of for this not working as expected.

This PR also takes this opportunity to drop .git suffixes from dependency declarations and sort them lexicographically by owner.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a dependency resolution issue in the Swift Package Manager manifest by removing a trailing slash from the mlx-swift-lm package URL that was causing Xcode to fail to resolve dependencies. Additionally, it removes .git suffixes from all package URLs for consistency and sorts the dependencies lexicographically.

  • Removed trailing slash from mlx-swift-lm URL to fix dependency resolution
  • Removed .git suffixes from package URLs for consistency
  • Sorted dependencies alphabetically

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mattt mattt merged commit e6fda0e into main Nov 14, 2025
9 checks passed
@mattt mattt deleted the mattt/update-dependencies branch November 14, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants