GraphQLSwift / Graphiti

The Swift GraphQL Schema framework for macOS and Linux
MIT License
526 stars 66 forks source link

Get Star wars sample compiling on linux #58

Closed adam-fowler closed 3 years ago

adam-fowler commented 3 years ago

Hi,

These changes are just to get the star wars sample to compile on swift 5.3. You should probably take it up with the swift team to find out why the original code was crashing the compiler. The will fix issue #57

I added a section to the build.yml to get Linux tests working as they weren't working before

paulofaria commented 3 years ago

Hey, @adam-fowler. Thank you!