This enables codegen to run on the swift PoC branch.
trapgen
Closes: https://github.com/github/codeql-c-team/issues/981
Tests can be run with ``` bazel test //swift/codegen:tests ``` Coverage can be checked installing `pytest-cov` and running ``` pytest --cov=swift/codegen swift/codegen/test ```