warning(_:file:line:)

Emits a warning with the specified message, and optional file path and line number.

Diagnostics.swift:44
static func warning(_ message: String, file: String? = #file, line: Int? = #line)