SKConvertMarkupToXML

open class SKConvertMarkupToXML : SKSourceTextResponse

Represents a SourceKit Markup parsing request.

  • Creates a new synchronous SourceKit Markup parsing request.

    Warning

    The request is sent synchronously, so ensure this initializer is not called on the main thread.

    Throws

    A SKError, if an error occurs.

    Declaration

    Swift

    public init(markup: String) throws

    Parameters

    markup

    The extracted Markup to parse.

  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws