This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Description
While switching from the 0.12 S4TF release to a stock toolchain from https://swift.org/download/#releases, I've gotten some compiler errors.
- When extending
Optional and using TangentVector, the compiler says 'TangentVector' is not a member type of 'Optional'. This surprises me. Am I missing something?
- When using the
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.