We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SPM (Swift Package Manager) when installed through Apple Xcode.
The text was updated successfully, but these errors were encountered:
From the docs, it looks like this is Package.swift and Packages/, correct?
Package.swift
Packages/
Sorry, something went wrong.
It sadly looks more complicated than that for those installed using Xcode GUI and I cannot find any documentation about it.
I just checked on a project and the dependencies are in : /Users/user-name/Library/Developer/Xcode/DerivedData/project-random-id/SourcePackages
/Users/user-name/Library/Developer/Xcode/DerivedData/project-random-id/SourcePackages
From what I see it could be dependencies-state.json and checkouts/.
dependencies-state.json
checkouts/
No branches or pull requests
Add support for SPM (Swift Package Manager) when installed through Apple Xcode.
The text was updated successfully, but these errors were encountered: