yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 147 forks source link

illegal hardware instruction swaggen generate #286

Open denizdogan opened 2 years ago

denizdogan commented 2 years ago
$ swaggen generate -c all ../ringo/schema.yaml                                                                  ✔
Loading spec from file:///Users/deniz/Code/ringo/schema.yaml
[1]    17213 illegal hardware instruction  swaggen generate -c all ../ringo/schema.yaml

I have no idea why this is happening. I've tried installing using brew and mint, same result. As far as I know, the schema YAML is valid too.

denizdogan commented 2 years ago

I will add that this happens even when I build the application from source code.