Conditional conformance isn't in the version of Swift that shipped with Xcode 9.2 either. Using the snapshot Ben suggested is a good way to try it out.
-Kyle > On Jan 8, 2018, at 1:28 PM, Daryle Walker via swift-users > <[email protected]> wrote: > > >> On Jan 8, 2018, at 3:57 PM, Ben Cohen <[email protected] >> <mailto:[email protected]>> wrote: >> >>> Is this active, at least in Xcode 9.2? >> >> Xcode 9.2 shipped with a variant of Swift 4.0. IndexDistance should be >> removed in 4.1 and later. You can try it in Xcode today though by >> downloading the latest master or 4.1 snapshot toolchain from swift.org >> <http://swift.org/>. > > I meant conditional conformance, not the IndexDistance change. > > — > Daryle Walker > Mac, Internet, and Video Game Junkie > darylew AT mac DOT com > > _______________________________________________ > swift-users mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-users
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
