playground automatically shows an error?

I open up playground and automatically recieve this notice without pushing anthing:

Playground execution failed:

error: /var/folders/x3/vpnksvd91jxgw0stjw_4rbl80000gn/T/playground17-63b9db..swift:3:25: error: expected ',' in #sourceLocation directive

#sourceLocation(file: ""Hello, world!".playground", line: 1)

^



Not sure what to do? thanks!

I'm getting a similar error and am at a loss...


Playground execution failed:

error: /var/folders/m5/xv5b7cyx4775d5w5bggj3rz00000gn/T/playground1-e7edf1..swift:3:25: error: expected ',' in #sourceLocation directive

#sourceLocation(file: ""Hello, World!".playground", line: 1)

^

Did you have any luck figuring this out?

Just figured it out. Can't have quotation marks in project file name. Hm. Beginner's mistake. Oops!


Page 16 of the App Development with Swift should be revisited to make this clearer.

I created an account here for no reason other than to thank you. I, too, was on page 16 of the textbook and was like "Dude, I just got started and everything's already broken!" Thanks for figuring out the problem and posting!

Thank you Jerome Oilvier

I spent hours to figure out why result side bar had shown nothing...
At last the reason not working is because I should skip the "" in text book p16....

By the way, if anyone like me is the first time to use playground,
WAIT until playground finish running the code.
Yes, it is really loading....
playground automatically shows an error?
 
 
Q