Generates Swift type definitions for the specified schema and writes them to the specified file. Typesync first “flattens” your schema, creating new aliases for inline types defined within. It then generates the primary and auxiliary structs, enums, aliases, etc. including encoders and decoders.
The target environment for which the types are generated. This option
specifies the target SDK and version, ensuring that the output is compatible
with the chosen environment. See the list of available targets
here.