Problems with NavigationView and NavigationLink

I cannot find how to submit a Xcode bug report. With Xcode 12.5.1 and Xcode beta release 5, The NavigationView and the NavigationLink has a problem. With 5 options of NavigationLinks, when I select one, the response is random. Either of the 5 options view will be presented. The following in some of the responses I get on the console:

SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug.

func = 1.5

func = 22.5

Unable to present. Please file a bug.

SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug.

Unable to present. Please file a bug.

SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug.

Unable to present. Please file a bug.

SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug.

Unable to present. Please file a bug.

If I divide 29 by 12, the results = 2.0, problem.

SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug.

2021-09-12 13:38:19.316449-0700 PocketAssistant[1599:40881] Writing analzed variants.

SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug.

Thanks Lloyd Hunter

I cannot find how to submit a Xcode bug report.

You use Apple's Feedback Assistant to report a bug.

Please do not forget to include:

  • Your environment -- not only Xcode version, your macOS version your Mac model, simulator/device OS version & model, etc...
  • Issue-reproducible project
  • Step-by-step instruction to reproduce the issue
  • What you expect
  • What actually happens

Some Apple's engineers may want to know the bug report number and you can share it writing here.

show us the code you are using, maybe we "the community" can shed some light on your problems.

comment deleted, because the formatting does not work.

Problems with NavigationView and NavigationLink
 
 
Q