GraphQLSwift / Graphiti

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

Updates the dependencies to a compiling combination #74

Closed icanzilb closed 2 years ago

icanzilb commented 2 years ago

Currently, https://github.com/GraphQLSwift/Graphiti does not compile due to a breaking change in swift-collections since the last time Package.resolve was committed to the repo.

The changes in this PR are the result of running swift package update and as a result the code now compiles successfully.

icanzilb commented 2 years ago

Fixes https://github.com/GraphQLSwift/Graphiti/issues/75

NeedleInAJayStack commented 2 years ago

Looks great, thanks @icanzilb