import path for swift shebang scripts

35 Views Asked by At

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
0

There are 0 best solutions below