Adam Fowler
Adam Fowler
amazonlinux2 and centos7/8 would be good as well
I guess you are right there. Forgot GH actions only have Ubuntu runners. I guess if someone has their own runner they can have whatever version of Linux installed on...
What version of swift are you compiling with? The CI says swift 5.2 - 5.5 are all compiling fine
GitHub CI says swift:5.2 docker image works and I tested it locally as well. What is the output of `swift --version`
Ok `swift:5.2` work fine but `vapor/swift:5.2` doesn't. I'm guessing `.fragmentsAllowed` appeared in a patch release of swift 5.2 and it never managed to make it into the vapor images. I'll...
The vapor swift docker images are no longer maintained. You should be able to use the `swift:5.2` image instead of `vapor/swift:5.2`. Unless @proggeramlug says he is using another docker image...
The thread sanitizer is complaining.
Removed the thread sanitizer. Issues are with Runtime package and cannot be resolved here. I've added an issue https://github.com/wickwirew/Runtime/issues/87
Is there any reason GraphQL doesn't use `Mirror` instead of the Runtime package?
> Back then, Mirror wasn't powerful enough! Do you reckon it is possible to replace Runtime with Mirror? I haven't heard of any updates regarding reflection in Swift. I'd love...