What is the set of import paths for some swift ExampleSript.swift shebang script on linux, macos, and windows? Can this import search set be modified in|by the shell runtime environment, or from the command line which launches the script?
#!/usr/bin/swift
import WhereCanIBeFound
#!/usr/bin/env swift
import WhereCanIBeFound