Conversation
|
@saeta Tester seems to be using an outdated compiler? |
|
From console output, the compiler version provided by Ubuntu / GitHub on Linux is: And for macOS it's: So, it seems like we need to wait for Swiftc 5.3 to land in GitHub's standard CI environments before merging this, right? |
Ah guess so? |
|
Ubuntu 20.04 does have Swift 5.3, and macOS images have latest Xcode too, it's enough to run something like |
80c13e8 to
c539543
Compare
|
@saeta Either way, PTAL since I've now made the PR compatible with all versions of Swift. Note: I did try factoring out common code on one file and it was not an obvious improvement. We could use gyb… |
No description provided.