skiptools / skiptools/skip.dev
Error when skip init with --swift-version option
Open
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 32
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Discussed in https://github.com/orgs/skiptools/discussions/597
Originally posted by tifroz January 27, 2026
I am getting an error when using skip init with --swift-version. The option is listed in the docs, I assume this may be a bug? (Using skip 1.7.0)
skip init --native-app --appid=apptest.sandbox apptest-sandbox AppTestSandbox --ios-min-version 26.0 --swift-version 6.2
skip init --native-app --appid=apptest.sandbox apptest-sandbox AppTestSandbox --swift-version 6.2
Error: Unknown option '--swift-version'
```</div>
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
Start by reproducing the documented skip init command with --swift-version 6.2 and compare it with the skip init options listed in the linked CLI documentation. Trace the init option handling and verify that the documented option is accepted without the reported unknown-option error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100