-
Notifications
You must be signed in to change notification settings - Fork 609
Errors while switching to stock toolchain #610
Comments
Hi Porter, Thanks for reporting. Could you please share the stock toolchain that you've downloaded? |
Sure it's the Tag: swift-5.3.3-RELEASE |
Could you try a trunk development snapshot instead? Those are tested in the "stock toolchain" migration PRs, be sure to follow the build instructions in the PR descriptions:
Trunk development snapshots are built from |
Thanks Dan, that fixed it! |
I'm going to miss asking you obvious questions |
I'm still around! Feel free to ping or email me anytime :) |
Cool! Glad to know you'll still be around |
Many errors later :) , I have a few more questions:
For context, I'm on the 1/14 snapshot (the latest snapshot has a new compiler crash |
Ah, I just found the comment |
While switching from the 0.12 S4TF release to a stock toolchain from https://swift.org/download/#releases, I've gotten some compiler errors.
Optional
and usingTangentVector
, the compiler says'TangentVector' is not a member type of 'Optional'
. This surprises me. Am I missing something?KeyPathIterable
implementation from swift-apis, I get the error "Cannot find '_forEachFieldWithKeyPath' in scope
", which I thought would be fixed by this PR. I've made sure to use@_spi(Reflection)
to import the special function.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: