I didn't get what should I write in run button to run swift files (main.swift for example)
Try this:
run = "cd 'Project with no sense' && swiftc -o ../main main.swift"
Try this: