Skip to content
New issue

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

SwiftPM: Support local package dependencies #8194

Open
fviernau opened this issue Jan 30, 2024 · 0 comments · May be fixed by #8267
Open

SwiftPM: Support local package dependencies #8194

fviernau opened this issue Jan 30, 2024 · 0 comments · May be fixed by #8267
Assignees
Labels
analyzer About the analyzer tool enhancement Issues that are considered to be enhancements

Comments

@fviernau
Copy link
Member

The lockfile entries do have the kind attribute which can be either:

  • remoteSourceControl
  • localSourceControl
  • registry

The goal of this issue is to implement handling for localSourceControl.

See also e.g. 1.

@fviernau fviernau self-assigned this Jan 30, 2024
@sschuberth sschuberth added enhancement Issues that are considered to be enhancements analyzer About the analyzer tool labels Jan 30, 2024
@fviernau fviernau linked a pull request Feb 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer About the analyzer tool enhancement Issues that are considered to be enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants