SwiftDocCConvertServiceStructureConvertServiceA service that converts documentation.struct ConvertServiceDiscussionThis service accepts in-memory documentation data with a ConvertRequest and returns the conversion’s build products such as the produced render nodes.TopicsInitializersinit(linkResolvingServer: DocumentationServer?, allowArbitraryCatalogDirectories: Bool)Creates a conversion service, which converts in-memory documentation data.Instance Methodsfunc process(DocumentationServer.Message) async -> DocumentationServer.Messagefunc process(DocumentationServer.Message, completion: (DocumentationServer.Message) -> ())Type Propertiesstatic let convertMessageType: DocumentationServer.MessageTypeThe message type that this service accepts.static let convertResponseErrorMessageType: DocumentationServer.MessageTypeThe message type that this service responds with when the requested conversion failed.static let convertResponseMessageType: DocumentationServer.MessageTypeThe message type that this service responds with when the requested conversion was successful.static var handlingTypes: [DocumentationServer.MessageType]