A declaration accessible outside of the module.
case `public`
s21_OpenAPIGeneratorCore14AccessModifierO6publicyA2CmF
46YBA
import _OpenAPIGeneratorCore
Invoke the core logic of the Swift OpenAPI Generator tool and plugin.
enum AccessModifier
A description of an access modifier.
case package
A declaration accessible outside of the module but only inside the containing package or project.
case `internal`
A declaration only accessible inside of the module.
case `fileprivate`
A declaration only accessible inside the same Swift file.
case `private`
A declaration only accessible inside the same type or scope.