yonaskolb / yonaskolb/XcodeGen
Specifying SPM lockfile during generation
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
Hi, I was wondering if it is possible to specify a Package.resolved to be used instead of defining packages individually in the yml file? A plausible use-case here would be to lock in a specific transitive dependency's version instead of having it potentially resolve to a later version when one is available.
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names Package.resolved and package definitions in the YAML file but no source files or tests. Start by tracing the package-generation entry point and determine how a supplied lockfile would be selected; done means the requested lockfile constrains transitive dependency versions during generation, with the behavior covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100