import SwiftUI
import RealityKit
import AVFoundation
...
let anchor = AnchorEntity(plane: .vertical)				
Shows error for Xcode 12beta2 and 12beta3:
Extraneous argument label 'plane:' in call
Type 'AnchoringComponent.Target' has no member 'vertical'
What might be wrong?