Initializer
init(file:line:column:)
Creates a new source location.
init(file: String, line: Int, column: Int? = nil)
Parameters
file-
The file path.
line-
The line number (1-based).
column-
The column number (1-based), if known.