Xcode Version 13.0 beta 5 (13A5212g) (beta 5) "Jump to Definition" do not work for some, but okay for others

I got this:

Screen Shot 2021-08-11 at 9.35.17 AM

The old contentShape<S>(_ shape: S, eoFill: Bool = false) works fine.

The new contentShape<S>(_ kind: ContentShapeKinds, _ shape: S, eoFill: Bool = false) do not work

also do not work:

foregroundColor, foregroundStyle

why only some do not work?