Learning about the ARKit, I am watching all the AR WWDC content. In Introducing ARKit 3, where RealityKit is used for the first time, there is an example of using AnchorEntity with the 3rd convenience initializer from the first screenshot below. Few of these initialisers are gone when a project is created in Xcode 13 Beta with the iOS15 target as on the screenshot below: I looked up the documentation and found no extra information regarding this. Initialiser is available with no info on planned deprecation. I find it bizzare. https://developer.apple.com/documentation/realitykit/anchorentity/3255326-init What could be the reason for that? Can this be some sort of a bug related to beta xcode?