Let's try doing something a little more complicated with swift. Here's my new swift script. Basically, it's going to run a python script on each of a set of input files
# count.swift
type File;
type Pythonscript;
app (File o) python(Pythonscript script, File input) {
# this script ...