You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.