I'm trying to play around with server-side Swift on MacOS High Sierra using CLion as my IDE. I have installed the Swift plugin, along with the Swift development toolchain. I can create a Swift project successfully, but when I go to "Run" to execute the program, I see an error message saying, "Error: Executable is not specified". The Executable pull-down menu doesn't list anything. It just says, "Select other..."
I haven't touched any of the files created when I created the Swift project. Is there something else I need to do to get this executable to run? My Build appears to go fine, but I still don't see the Executable pull-down menu populated.