#!/usr/bin/env swiftshell import SwiftShell let file = open("file which does not exist") print("this is not printed, the script has exited")