[swift-users] Unimplemented types in Swift 4 KeyPaths

2017-06-20 Thread Brett Walker via swift-users
Hi all, In the Swift 4 Keypaths proposal [0161] there seem to be several types that are unimplemented (or not working as I expect them to), and I'm not sure whether these are simply unfinished in Beta 1, or just ideas that weren't accepted. For instance, according to the proposal AnyKeyPath

Re: [swift-users] Unimplemented types in Swift 4 KeyPaths

2017-06-21 Thread Brett Walker via swift-users
On 6/21/17 10:05 AM, Joe Groff wrote: Support for these did not make it into Xcode 9 beta 1. They are available in swift.org snapshot toolchains, if you want to experiment with them now, and should be in a future seed of Xcode 9. -Joe Thanks for the information, Joe. I'll try to dig into th