Open
Description
Is your feature request related to a problem? Please describe it.
When using the SPM Plugin you can not specify FileNaming
which will lead often to name collisions which swift really does not like.
Describe the solution you'd like
Some way to either add arbitrary arguments to the protoc call form the json file. Or explicit support for all possible options the generator supports.
Describe alternatives you've considered
I can of course stop using the SPM plugin and generate all the code myself, but I'd much rather keep using the SPM plugin.