The Swift file contents encoded as UTF-8 data.
var contents: Data
s21_OpenAPIGeneratorCore18InMemoryOutputFileV8contents20FoundationEssentials4DataVvp
3TRO8
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 Data
init(baseName: String, contents: Data)
Creates a file with the specified name and contents.
var baseName: String
The base name of the file.
static func < (lhs: InMemoryOutputFile, rhs: InMemoryOutputFile) -> Bool
Compares two InMemoryOutputFile instances based on baseName and contents for ordering.
InMemoryOutputFile
baseName