Why does xcode playground not work

I am trying to use the playground to test some simple code. However, I cannot get it to work. Even the most simple hello world does not work. The build status at the top says build succeeded but there is no output to either the console or the live view. Here is the code I have been testing with:

import UIKit

var greeting = "Hello, playground"
print(greeting)

I just updated to OS version 11.5.1 and I am on the newest MacBook Pro

Uninstalling and re-installing did nothing

Why does xcode playground not work
 
 
Q