skiptools / skiptools/skip-bridge
Access Control not correctly inferred
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
This structure:
Provokes this error when trying to return it from a public function:
Looks like the plugin is not inferring that this struct is indeed public because declared in a public extension. Adding public to it's declaration makes the error go away, but now Swift throws a warning 'public' modifier is redundant for struct declared in a public extension
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
Reproduce the access-control error using the structure shown in the issue: a struct declared inside a public extension and returned from a public function. Start by locating the plugin logic that infers access control for Swift declarations. Done means the struct is treated as public without requiring a redundant modifier or producing the Swift warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin, swift
- Domain
- mobile-dev, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100