Can't seem to get Unit Test target working when I create. Multiplatform project

In Xcode Version 16.1

  1. Create a new Project, choose Multiplatform, App
  2. For testing system, choose XCTest and UI Tests
  3. In the project, open the newly generated template Unit test file
  4. Click either of the diamonds in the left margin (either to run the example test or the entire file)

Expected Result: Code compiles and then Runs the test/tests Actual Result: Code compiles, but then never completes testing (the top status bar is stuck saying "Testing..." forever.)

Am I missing something?

Can't seem to get Unit Test target working when I create. Multiplatform project
 
 
Q