GraphQLSwift / GraphQL

The Swift GraphQL implementation for macOS and Linux
MIT License
938 stars 72 forks source link

Swift 4.1 Support #33

Closed jseibert closed 6 years ago

jseibert commented 6 years ago

Swift ABI changes have broken reflection in 4.1, causing crashes and a large number of test to fail.

You can verify by installing the latest snapshot:

https://gist.github.com/tanner0101/cdb77c7f58d53af2ba2da5d39415389a

paulofaria commented 6 years ago

@jseibert looks like macOS test is crashing on test testIntrospectionCharacterKindQuery.

jseibert commented 6 years ago

Closing in favor of #35