The base name of the file.
var baseName: String
s21_OpenAPIGeneratorCore18InMemoryOutputFileV8baseNameSSvp
9468W
import _OpenAPIGeneratorCore
Invoke the core logic of the Swift OpenAPI Generator tool and plugin.
struct InMemoryOutputFile
An in-memory output file that contains the generated Swift source code.
@frozen struct String
A Unicode string value that is a collection of characters.
init(baseName: String, contents: Data)
Creates a file with the specified name and contents.
var contents: Data
The Swift file contents encoded as UTF-8 data.
static func < (lhs: InMemoryOutputFile, rhs: InMemoryOutputFile) -> Bool
Compares two InMemoryOutputFile instances based on baseName and contents for ordering.
InMemoryOutputFile
baseName