Problem Xcode

I would like to share my experience in learning Swift with you. Recently, I started using Playground as recommended on this website, but I encountered an issue, and I hope you can help me.

When running code in Xcode Playground, I face a problem. After the phrase "ready to continue playground," the code does not execute, and I do not receive any errors. It just loads with this message, and that's it. I am confident that my code is syntactically correct, as I follow recommendations and topics presented on this website.

The default "Hello, playground" program takes quite a long time to execute. My internet connection is good.

I have already tried restarting Xcode, checked the code for errors, and created a new Playground, but the issue persists. Additionally, I have the latest version of Xcode installed.

I would appreciate it if you could provide guidance on how to resolve this issue or offer additional recommendations. It is essential for me to continue learning Swift, and your support would be highly valuable.

Could you show code ?

And maybe a screenshot of the full Xcode window, to understand your context ?

@Claude31 Here is my screenshot with the same issue

What happens if you click the “Play” button that you see in your screenshot instead of the line 17 line marker? Also, is there a square (“Stop”) and/or a right pointing triangle (“Play”) in a panel just below the code listing? If so, what happens if you click it?

Problem Xcode
 
 
Q