swagger-api / swagger-api/swagger-codegen
Swift generation: Conforming enums to the CaseIterable protocol
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
We are currently using swagger-codegen (version 3.0.68) to generate Swift classes from an OpenApi specification. We noticed that the generated enums are not (yet?) conforming to the CaseIterable protocol: https://developer.apple.com/documentation/swift/caseiterable
For Swift developers this addition would provide a lot of value.
Is there already an existing flag we could use for the existing generator? If not, we would be pleased if you could plan this as a new feature.
Thank you very much
George
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 no file or test; start by locating the Swift enum-generation template in swagger-codegen and checking how generated enum declarations are formed. Confirm the expected CaseIterable conformance for generated Swift enums and verify that the generated output still compiles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100