I noticed our swift format really wants to reformat these files. It would be nice to make the codegen include
// swift-format-ignore-file
// swiftlint:disable all
at the beginning of each file, similar to what swift-protobuf codegen library does. This would prevent them from being auto-formatted.