How to access this REPL like tool used in a WWDC presentation?

I was watching this presentation about swift. A Swift Tour: Explore Swift’s features and design At timestamp 1:59, the presenter is using what looks sort of like swift playgrounds, however with a feature on the right hand side panel that is sort of like a REPL, and shows the value of an expression. How can I enable this feature? I am on the latest verison of Swift Playgrounds on macOS, and I cannot seem to find it.

Answered by Documentation Engineer in 790988022

Hi! This is an "Xcode Playground" which you can access in Xcode on macOS by going to the File menu and selecting New and then Playground... Hope this helps!

Accepted Answer

Hi! This is an "Xcode Playground" which you can access in Xcode on macOS by going to the File menu and selecting New and then Playground... Hope this helps!

How to access this REPL like tool used in a WWDC presentation?
 
 
Q