Muting SourceKit warnings on Linux
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.4k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
(Sorry if this isn't the best place for this!)
I'm using SourceKittenFramework to do an indexing request on a Swift file. When that file has warnings, the SourceKit request prints those warnings to the console, and my program's output gets confusing. This happens on Ubuntu, but not on macOS.
Is there a way to use SourceKitten to mute those warnings? Is it something that has to be fixed on SourceKit itself?
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 an indexing request through SourceKittenFramework for a Swift file with warnings on Ubuntu and compare its console output with macOS. Trace whether the warning output is controlled by SourceKitten or SourceKit; done means identifying the responsible component and establishing a documented or tested way to suppress the warnings, if this project owns the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100