The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NativeMarkKit with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andyfinnell/NativeMarkKit.git
Reference: master
Cloned https://github.com/andyfinnell/NativeMarkKit.git into spi-builder-workspace
SUCCESS checkout https://github.com/andyfinnell/NativeMarkKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/133] Compiling NativeMarkKit OpenBracketParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[2/133] Compiling NativeMarkKit SpacesAndNewlineParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[3/133] Compiling NativeMarkKit StringParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[4/133] Compiling NativeMarkKit TextCursor.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[5/133] Compiling NativeMarkKit TextPosition.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[6/133] Compiling NativeMarkKit TextRange.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[7/133] Compiling NativeMarkKit TextResult.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[8/133] Compiling NativeMarkKit Lexer.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[9/133] Compiling NativeMarkKit Line.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[10/133] Compiling NativeMarkKit LineColumn.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[11/133] Compiling NativeMarkKit LineColumnCount.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[12/133] Compiling NativeMarkKit AbstractView.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[13/133] Compiling NativeMarkKit AccessibleURL.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[14/133] Compiling NativeMarkKit BlockQuoteTextContainerLayout.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[15/133] Compiling NativeMarkKit BorderValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[16/133] Compiling NativeMarkKit CGRect+Render.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[17/133] Compiling NativeMarkKit CompositeTextContainerLayout .swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[18/133] Compiling NativeMarkKit ContainerBreakValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[19/133] Compiling NativeMarkKit Environment.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:43:24: error: cannot find 'NSTextStorage' in scope
        self.storage = NSTextStorage()
                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
[20/151] Compiling NativeMarkKit Document.swift
[21/151] Compiling NativeMarkKit Element.swift
[22/151] Compiling NativeMarkKit InlineText.swift
[23/151] Compiling NativeMarkKit Link.swift
[24/151] Compiling NativeMarkKit LinkDefinition.swift
[25/151] Compiling NativeMarkKit ListInfo.swift
[26/151] Compiling NativeMarkKit ListInfoKind.swift
[27/151] Compiling NativeMarkKit ListItem.swift
[28/151] Compiling NativeMarkKit TaskListItemMark.swift
[29/151] Compiling NativeMarkKit ATXHeadingBlockStarter.swift
[30/151] Compiling NativeMarkKit Block.swift
[31/151] Compiling NativeMarkKit BlockCloser.swift
[32/151] Compiling NativeMarkKit BlockContinuationParser.swift
[33/151] Compiling NativeMarkKit BlockKind.swift
[34/151] Compiling NativeMarkKit BlockParser.swift
[35/151] Compiling NativeMarkKit BlockQuoteBlockParser.swift
[36/151] Compiling NativeMarkKit BlockQuoteStarter.swift
[37/151] Compiling NativeMarkKit BlockStartParser.swift
[38/151] Compiling NativeMarkKit DocumentBlockParser.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: compile command failed due to signal 6 (use -v to see invocation)
[39/151] Compiling NativeMarkKit FencedCodeBlockParser.swift
[40/151] Compiling NativeMarkKit FencedCodeBlockStarter.swift
[41/151] Compiling NativeMarkKit HeadingBlockParser.swift
[42/151] Compiling NativeMarkKit IndentedCodeBlockParser.swift
[43/151] Compiling NativeMarkKit IndentedCodeBlockStarter.swift
[44/151] Compiling NativeMarkKit ItemBlockParser.swift
[45/151] Compiling NativeMarkKit ItemBlockStarter.swift
[46/151] Compiling NativeMarkKit LineInserter.swift
[47/151] Compiling NativeMarkKit LineParser.swift
[48/151] Compiling NativeMarkKit LineResult.swift
[49/151] Compiling NativeMarkKit LinkDefinitionsLineParser.swift
[50/151] Compiling NativeMarkKit ListBlockParser.swift
[51/151] Compiling NativeMarkKit ListKind.swift
[52/151] Compiling NativeMarkKit ListStyle.swift
[53/151] Compiling NativeMarkKit ParagraphBlockParser.swift
[54/151] Compiling NativeMarkKit SetextHeadingBlockStarter.swift
[55/151] Compiling NativeMarkKit ThematicBreakBlockParser.swift
[56/151] Compiling NativeMarkKit ThematicBreakBlockStarter.swift
[57/151] Compiling NativeMarkKit AutolinkParser.swift
[58/151] Compiling NativeMarkKit BackslashParser.swift
[59/151] Compiling NativeMarkKit BackticksParser.swift
[60/151] Compiling NativeMarkKit BangParser.swift
[61/151] Compiling NativeMarkKit BlockLinkDefinition.swift
[62/151] Compiling NativeMarkKit CloseBracketParser.swift
[63/151] Compiling NativeMarkKit Delimiter.swift
[64/151] Compiling NativeMarkKit DelimiterOrInlineText.swift
[65/151] Compiling NativeMarkKit DelimiterParser.swift
[66/151] Compiling NativeMarkKit DelimiterStack.swift
[67/151] Compiling NativeMarkKit EntityParser.swift
[68/151] Compiling NativeMarkKit InlineBlockParser.swift
[69/151] Compiling NativeMarkKit InlineLinkParser.swift
[70/151] Compiling NativeMarkKit InlineParser.swift
[71/151] Compiling NativeMarkKit LinkDefinitionParser.swift
[72/151] Compiling NativeMarkKit LinkDestinationParser.swift
[73/151] Compiling NativeMarkKit LinkLabel.swift
[74/151] Compiling NativeMarkKit LinkLabelParser.swift
[75/151] Compiling NativeMarkKit LinkTitleParser.swift
[76/151] Compiling NativeMarkKit NewlineParser.swift
[77/151] Emitting module NativeMarkKit
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift:13:26: error: cannot find type 'NSTextStorage' in scope
    private let storage: NSTextStorage
                         ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ImageTextAttachment.swift:16:21: error: cannot find type 'NativeImage' in scope
        case loaded(NativeImage)
                    ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ImageTextAttachment.swift:42:51: error: cannot find type 'NSTextContainer' in scope
    override func lineFragment(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect) -> CGRect {
                                                  ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ImageTextAttachment.swift:42:19: error: method does not override any method from its superclass
    override func lineFragment(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect) -> CGRect {
    ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:24:29: error: cannot find type 'NSTextAttachment' in scope
class NativeTextAttachment: NSTextAttachment {
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ImageTextAttachment.swift:53:25: error: cannot find type 'NativeImage' in scope
    func loadImage() -> NativeImage? {
                        ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:17:14: error: initializer does not override a designated initializer from its superclass
    override init() {
    ~~~~~~~~ ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:27:18: error: cannot find type 'NSTextStorage' in scope
    var storage: NSTextStorage? {
                 ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:31:19: error: method does not override any method from its superclass
    override func drawBackground(forGlyphRange glyphsToShow: NSRange, at origin: CGPoint) {
    ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:14:28: error: cannot find type 'NSLayoutManager' in scope
final class LayoutManager: NSLayoutManager {
                           ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:90:26: error: cannot find type 'NSLayoutManagerDelegate' in scope
extension LayoutManager: NSLayoutManagerDelegate {
                         ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:91:41: error: cannot find type 'NSLayoutManager' in scope
    func layoutManager(_ layoutManager: NSLayoutManager, shouldSetLineFragmentRect lineFragmentRect: UnsafeMutablePointer<CGRect>, lineFragmentUsedRect: UnsafeMutablePointer<CGRect>, baselineOffset: UnsafeMutablePointer<CGFloat>, in textContainer: NSTextContainer, forGlyphRange glyphRange: NSRange) -> Bool {
                                        ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:91:249: error: cannot find type 'NSTextContainer' in scope
    func layoutManager(_ layoutManager: NSLayoutManager, shouldSetLineFragmentRect lineFragmentRect: UnsafeMutablePointer<CGRect>, lineFragmentUsedRect: UnsafeMutablePointer<CGRect>, baselineOffset: UnsafeMutablePointer<CGFloat>, in textContainer: NSTextContainer, forGlyphRange glyphRange: NSRange) -> Bool {
                                                                                                                                                                                                                                                        ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:104:157: error: cannot find type 'NSLayoutManager' in scope
    func layoutManager(_ layoutManager: NSLayoutManager, shouldUse action: NSLayoutManager.ControlCharacterAction, forControlCharacterAt charIndex: Int) -> NSLayoutManager.ControlCharacterAction {
                                                                                                                                                            ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:104:41: error: cannot find type 'NSLayoutManager' in scope
    func layoutManager(_ layoutManager: NSLayoutManager, shouldUse action: NSLayoutManager.ControlCharacterAction, forControlCharacterAt charIndex: Int) -> NSLayoutManager.ControlCharacterAction {
                                        ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:104:76: error: cannot find type 'NSLayoutManager' in scope
    func layoutManager(_ layoutManager: NSLayoutManager, shouldUse action: NSLayoutManager.ControlCharacterAction, forControlCharacterAt charIndex: Int) -> NSLayoutManager.ControlCharacterAction {
                                                                           ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:143:120: error: cannot find type 'NSTextContainer' in scope
    func enumerateTypographicBounds(forCharacterRange characterRange: NSRange, with block: @escaping (NSRange, CGRect, NSTextContainer) -> Void) {
                                                                                                                       ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:157:107: error: cannot find type 'NSTextContainer' in scope
    func typographicBounds(ofGlyphRange glyphRange: NSRange, onLineFragment lineFrame: CGRect, container: NSTextContainer) -> CGRect? {
                                                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:183:43: error: cannot find type 'CGGlyph' in scope
    func typographicBounds(ofGlyph glyph: CGGlyph, atGlyphIndex glyphIndex: Int, characterIndex: Int, onLineFragment lineFrame: CGRect, container: NSTextContainer) -> CGRect {
                                          ^~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:183:148: error: cannot find type 'NSTextContainer' in scope
    func typographicBounds(ofGlyph glyph: CGGlyph, atGlyphIndex glyphIndex: Int, characterIndex: Int, onLineFragment lineFrame: CGRect, container: NSTextContainer) -> CGRect {
                                                                                                                                                   ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LeafTextContainerLayout.swift:116:18: error: cannot find type 'NSTextStorage' in scope
    var storage: NSTextStorage? {
                 ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ListItemMarkerContainerLayout.swift:107:18: error: cannot find type 'NSTextStorage' in scope
    var storage: NSTextStorage? {
                 ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NSTextStorage+NativeMark.swift:8:11: error: cannot find type 'NSTextStorage' in scope
extension NSTextStorage {
          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NSTextStorage+NativeMark.swift:64:11: error: cannot find type 'NSTextStorage' in scope
extension NSTextStorage: ImageTextAttachmentLayoutDelegate {
          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:43:42: error: cannot find type 'NSTextContainer' in scope
    func lineFragment(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect) -> CGRect {
                                         ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:49:123: error: cannot find type 'NativeImage' in scope
    override func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> NativeImage? {
                                                                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:49:71: error: cannot find type 'NSTextContainer' in scope
    override func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> NativeImage? {
                                                                      ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:49:19: error: method does not override any method from its superclass
    override func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> NativeImage? {
    ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:56:55: error: cannot find type 'NSTextContainer' in scope
    override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
                                                      ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:56:19: error: method does not override any method from its superclass
    override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
    ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:448:49: error: cannot find type 'NSTextAttachment' in scope
    func renderTextAttachment(_ textAttachment: NSTextAttachment, with state: State, into result: NSMutableAttributedString) {
                                                ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:459:87: error: cannot find type 'NativeFont' in scope
    func defaultFont(at characterIndex: Int, in result: NSMutableAttributedString) -> NativeFont {
                                                                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/SpacerAttachment.swift:16:51: error: cannot find type 'NSTextContainer' in scope
    override func lineFragment(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect) -> CGRect {
                                                  ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/SpacerAttachment.swift:16:19: error: method does not override any method from its superclass
    override func lineFragment(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect) -> CGRect {
    ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:13:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:29:18: error: property does not override any property from its superclass
    override var isSimpleRectangularTextContainer: Bool { false }
    ~~~~~~~~     ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:16:28: error: cannot find type 'NSTextContainer' in scope
final class TextContainer: NSTextContainer {
                           ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift:13:19: error: cannot find type 'NSTextStorage' in scope
    init(storage: NSTextStorage, layoutManager: LayoutManager) {
                  ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:8:8: error: type 'TextContainerStyle' does not conform to protocol 'Equatable'
struct TextContainerStyle: Equatable {
       ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:9: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'TextContainerStyle' to 'Equatable'
    let backgroundColor: NativeColor?
        ^
Swift.==:1:24: note: candidate would match if 'TextContainerStyle' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'TextContainerStyle' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'TextContainerStyle' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'TextContainerStyle' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'TextContainerStyle' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'TextContainerStyle' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'TextContainerStyle' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'TextContainerStyle' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:5:24: note: candidate would match if 'TextContainerStyle' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation.__BridgedNSError:2:24: note: candidate would match if 'TextContainerStyle' conformed to '__BridgedNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'TextContainerStyle' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.Equatable:2:17: note: protocol requires function '==' with type '(TextContainerStyle, TextContainerStyle) -> Bool'
    static func == (lhs: Self, rhs: Self) -> Bool
                ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:50: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:63: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:77: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                            ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:16:99: error: 'nil' requires a contextual type
    static let none = TextContainerStyle(margin: nil, border: nil, padding: nil, backgroundColor: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:17:37: error: cannot find type 'NativeColor' in scope
    init(thickness: CGFloat, color: NativeColor) {
                                    ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:15:24: error: cannot find type 'NativeColor' in scope
    private let color: NativeColor
                       ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:28:51: error: cannot find type 'NSTextContainer' in scope
    override func lineFragment(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect) -> CGRect {
                                                  ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:28:19: error: method does not override any method from its superclass
    override func lineFragment(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect) -> CGRect {
    ~~~~~~~~      ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:13:56: error: cannot find type 'NativeImage' in scope
    public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
                                                       ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:13:56: error: cannot find type 'NativeImage' in scope
    public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
                                                       ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:11:20: error: cannot find type 'NSTextAlignment' in scope
    case alignment(NSTextAlignment)
                   ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:19:20: error: cannot find type 'NSLineBreakMode' in scope
    case lineBreak(NSLineBreakMode)
                   ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:22:51: error: cannot find type 'NativeColor' in scope
    case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
                                                  ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:18:60: error: cannot find type 'NativeColor' in scope
    public init(shape: BorderShape, width: CGFloat, color: NativeColor) {
                                                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:46: error: cannot infer contextual base in reference to member 'rectangle'
    case blockBorder(Border = Border(shape: .rectangle(sides: .all), width: 1, color: .adaptableCodeBorderColor))
                                            ~^~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:64: error: cannot infer contextual base in reference to member 'all'
    case blockBorder(Border = Border(shape: .rectangle(sides: .all), width: 1, color: .adaptableCodeBorderColor))
                                                              ~^~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:88: error: cannot infer contextual base in reference to member 'adaptableCodeBorderColor'
    case blockBorder(Border = Border(shape: .rectangle(sides: .all), width: 1, color: .adaptableCodeBorderColor))
                                                                                      ~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:26:26: error: cannot find type 'NativeColor' in scope
    case blockBackground(NativeColor?)
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:11:20: error: cannot find type 'NativeColor' in scope
    case textColor(NativeColor)
                   ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:13:26: error: cannot find type 'NativeColor' in scope
    case backgroundColor(NativeColor?)
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:24: error: cannot find type 'NSUnderlineStyle' in scope
    case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
                       ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:49: error: cannot find type 'NativeColor' in scope
    case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
                                                ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:20: error: cannot find type 'NSUnderlineStyle' in scope
    case underline(NSUnderlineStyle, color: NativeColor? = nil)
                   ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:45: error: cannot find type 'NativeColor' in scope
    case underline(NSUnderlineStyle, color: NativeColor? = nil)
                                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:22:44: error: cannot find type 'NativeColor' in scope
                          backgroundColor: NativeColor? = .adaptableCodeBackgroundColor)
                                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:32:36: error: cannot find type 'NativeColor' in scope
    static func textColor(_ value: NativeColor) -> BlockStyle {
                                   ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:40:42: error: cannot find type 'NativeColor' in scope
    static func backgroundColor(_ value: NativeColor?) -> BlockStyle {
                                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:40: error: cannot find type 'NSUnderlineStyle' in scope
    static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
                                       ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:65: error: cannot find type 'NativeColor' in scope
    static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
                                                                ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:52:36: error: cannot find type 'NSUnderlineStyle' in scope
    static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
                                   ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:52:61: error: cannot find type 'NativeColor' in scope
    static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
                                                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:49: error: cannot find type 'NSMutableParagraphStyle' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:92: error: cannot find type 'NativeFont' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:49: error: cannot find type 'NSMutableParagraphStyle' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:92: error: cannot find type 'NativeFont' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:13:15: error: type 'Border' does not conform to protocol 'Equatable'
public struct Border: Equatable {
              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'Border' to 'Equatable'
    public let color: NativeColor
               ^
Swift.==:1:24: note: candidate would match if 'Border' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'Border' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'Border' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'Border' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'Border' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'Border' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'Border' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'Border' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:5:24: note: candidate would match if 'Border' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation.__BridgedNSError:2:24: note: candidate would match if 'Border' conformed to '__BridgedNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'Border' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.Equatable:2:17: note: protocol requires function '==' with type '(Border, Border) -> Bool'
    static func == (lhs: Self, rhs: Self) -> Bool
                ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:26:45: error: cannot infer contextual base in reference to member 'rectangle'
    public static let none = Border(shape: .rectangle(sides: []), width: 0, color: .clear)
                                           ~^~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:26:85: error: cannot infer contextual base in reference to member 'clear'
    public static let none = Border(shape: .rectangle(sides: []), width: 0, color: .clear)
                                                                                   ~^~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:4:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
    private let session = URLSession.shared
                          ~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:10:71: error: cannot find type 'NativeImage' in scope
    public func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void) {
                                                                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:13:56: error: cannot find type 'NativeImage' in scope
    public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
                                                       ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/FourSidedValue.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:59: error: cannot infer contextual base in reference to member 'roundedRect'
                          border: Border = Border(shape: .roundedRect(cornerRadius: 3), width: 1, color: .adaptableCodeBorderColor),
                                                         ~^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:107: error: cannot infer contextual base in reference to member 'adaptableCodeBorderColor'
                          border: Border = Border(shape: .roundedRect(cornerRadius: 3), width: 1, color: .adaptableCodeBorderColor),
                                                                                                         ~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:28:49: error: cannot find type 'NSMutableParagraphStyle' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:28:92: error: cannot find type 'NativeFont' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:8:18: error: cannot find type 'NativeColor' in scope
public extension NativeColor {
                 ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:90:19: error: cannot find type 'NativeColor' in scope
private extension NativeColor {
                  ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:10:18: error: cannot find type 'NSUnderlineStyle' in scope
public extension NSUnderlineStyle {
                 ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:15:23: error: cannot find type 'NSUnderlineStyle' in scope
    public let style: NSUnderlineStyle
                      ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor?
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:18:24: error: cannot find type 'NSUnderlineStyle' in scope
    public init(style: NSUnderlineStyle, color: NativeColor?) {
                       ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:18:49: error: cannot find type 'NativeColor' in scope
    public init(style: NSUnderlineStyle, color: NativeColor?) {
                                                ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:53:35: error: cannot infer contextual base in reference to member 'adaptableBackgroundColor'
                .backgroundColor(.adaptableBackgroundColor),
                                 ~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:54:29: error: cannot infer contextual base in reference to member 'adaptableTextColor'
                .textColor(.adaptableTextColor)
                           ~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:90:45: error: cannot infer contextual base in reference to member 'roundedRect'
                .blockBorder(Border(shape: .roundedRect(cornerRadius: 3), width: 1, color: .adaptableCodeBorderColor)),
                                           ~^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:90:93: error: cannot infer contextual base in reference to member 'adaptableCodeBorderColor'
                .blockBorder(Border(shape: .roundedRect(cornerRadius: 3), width: 1, color: .adaptableCodeBorderColor)),
                                                                                           ~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:92:35: error: cannot infer contextual base in reference to member 'adaptableCodeBackgroundColor'
                .blockBackground(.adaptableCodeBackgroundColor),
                                 ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:93:35: error: cannot infer contextual base in reference to member 'adaptableCodeBackgroundColor'
                .backgroundColor(.adaptableCodeBackgroundColor)
                                 ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:96:29: error: cannot infer contextual base in reference to member 'adaptableBlockQuoteTextColor'
                .textColor(.adaptableBlockQuoteTextColor),
                           ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:100:45: error: cannot infer contextual base in reference to member 'rectangle'
                .blockBorder(Border(shape: .rectangle(sides: .left), width: 8, color: .adaptableBlockQuoteMarginColor)),
                                           ~^~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:100:63: error: cannot infer contextual base in reference to member 'left'
                .blockBorder(Border(shape: .rectangle(sides: .left), width: 8, color: .adaptableBlockQuoteMarginColor)),
                                                             ~^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:100:88: error: cannot infer contextual base in reference to member 'adaptableBlockQuoteMarginColor'
                .blockBorder(Border(shape: .rectangle(sides: .left), width: 8, color: .adaptableBlockQuoteMarginColor)),
                                                                                      ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:102:34: error: 'nil' requires a contextual type
                .blockBackground(nil)
                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:109:34: error: 'nil' requires a contextual type
                .blockBackground(nil),
                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:120:34: error: 'nil' requires a contextual type
                .blockBackground(nil),
                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:130:34: error: 'nil' requires a contextual type
                .blockBackground(nil),
                                 ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:133:54: error: cannot infer contextual base in reference to member 'adaptableSeparatorColor'
                .thematicBreak(thickness: 1, color: .adaptableSeparatorColor),
                                                    ~^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:144:33: error: cannot infer contextual base in reference to member 'single'
                .strikethrough(.single)
                               ~^~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:151:29: error: cannot infer contextual base in reference to member 'adaptableLinkColor'
                .textColor(.adaptableLinkColor),
                           ~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:152:29: error: cannot infer contextual base in reference to member 'single'
                .underline(.single)
                           ~^~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:66:72: error: cannot find type 'NativeFont' in scope
    func defaultFont(for attributes: [NSAttributedString.Key: Any]) -> NativeFont {
                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:80:49: error: cannot find type 'NSMutableParagraphStyle' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:80:92: error: cannot find type 'NativeFont' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:95:49: error: cannot find type 'NSMutableParagraphStyle' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:95:92: error: cannot find type 'NativeFont' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:11:23: error: cannot find type 'NSUnderlineStyle' in scope
    public let style: NSUnderlineStyle
                      ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:12:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor?
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:14:24: error: cannot find type 'NSUnderlineStyle' in scope
    public init(style: NSUnderlineStyle, color: NativeColor?) {
                       ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:14:49: error: cannot find type 'NativeColor' in scope
    public init(style: NSUnderlineStyle, color: NativeColor?) {
                                                ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:11:20: error: cannot find type 'NSTextAlignment' in scope
    case alignment(NSTextAlignment)
                   ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:19:20: error: cannot find type 'NSLineBreakMode' in scope
    case lineBreak(NSLineBreakMode)
                   ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:22:51: error: cannot find type 'NativeColor' in scope
    case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
                                                  ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:18:60: error: cannot find type 'NativeColor' in scope
    public init(shape: BorderShape, width: CGFloat, color: NativeColor) {
                                                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:46: error: cannot infer contextual base in reference to member 'rectangle'
    case blockBorder(Border = Border(shape: .rectangle(sides: .all), width: 1, color: .adaptableCodeBorderColor))
                                            ~^~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:64: error: cannot infer contextual base in reference to member 'all'
    case blockBorder(Border = Border(shape: .rectangle(sides: .all), width: 1, color: .adaptableCodeBorderColor))
                                                              ~^~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:88: error: cannot infer contextual base in reference to member 'adaptableCodeBorderColor'
    case blockBorder(Border = Border(shape: .rectangle(sides: .all), width: 1, color: .adaptableCodeBorderColor))
                                                                                      ~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:26:26: error: cannot find type 'NativeColor' in scope
    case blockBackground(NativeColor?)
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:11:20: error: cannot find type 'NativeColor' in scope
    case textColor(NativeColor)
                   ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:13:26: error: cannot find type 'NativeColor' in scope
    case backgroundColor(NativeColor?)
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:24: error: cannot find type 'NSUnderlineStyle' in scope
    case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
                       ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:49: error: cannot find type 'NativeColor' in scope
    case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
                                                ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:20: error: cannot find type 'NSUnderlineStyle' in scope
    case underline(NSUnderlineStyle, color: NativeColor? = nil)
                   ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:45: error: cannot find type 'NativeColor' in scope
    case underline(NSUnderlineStyle, color: NativeColor? = nil)
                                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:22:44: error: cannot find type 'NativeColor' in scope
                          backgroundColor: NativeColor? = .adaptableCodeBackgroundColor)
                                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:23: error: cannot find type 'NativeColor' in scope
    public let color: NativeColor
                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:32:36: error: cannot find type 'NativeColor' in scope
    static func textColor(_ value: NativeColor) -> BlockStyle {
                                   ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:40:42: error: cannot find type 'NativeColor' in scope
    static func backgroundColor(_ value: NativeColor?) -> BlockStyle {
                                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:40: error: cannot find type 'NSUnderlineStyle' in scope
    static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
                                       ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:65: error: cannot find type 'NativeColor' in scope
    static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
                                                                ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:52:36: error: cannot find type 'NSUnderlineStyle' in scope
    static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
                                   ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:52:61: error: cannot find type 'NativeColor' in scope
    static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
                                                            ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:49: error: cannot find type 'NSMutableParagraphStyle' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:92: error: cannot find type 'NativeFont' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:49: error: cannot find type 'NSMutableParagraphStyle' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:92: error: cannot find type 'NativeFont' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:98:54: error: cannot find type 'NativeFont' in scope
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:98:84: error: value of type 'TextStyle' has no member 'makeFont'
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                                    ~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:98:44: error: reference to member 'font' cannot be resolved without a contextual type
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                           ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:105:54: error: cannot find type 'NativeFont' in scope
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:105:84: error: value of type 'TextStyle' has no member 'makeFont'
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                                    ~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:105:44: error: reference to member 'font' cannot be resolved without a contextual type
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                           ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:108:54: error: cannot find type 'NativeFont' in scope
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:108:84: error: value of type 'TextStyle' has no member 'makeFont'
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                                    ~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:108:44: error: reference to member 'font' cannot be resolved without a contextual type
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                           ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:13:15: error: type 'Border' does not conform to protocol 'Equatable'
public struct Border: Equatable {
              ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:16:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'Border' to 'Equatable'
    public let color: NativeColor
               ^
Swift.==:1:24: note: candidate would match if 'Border' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'Border' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'Border' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'Border' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'Border' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'Border' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'Border' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'Border' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:5:24: note: candidate would match if 'Border' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation.__BridgedNSError:2:24: note: candidate would match if 'Border' conformed to '__BridgedNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'Border' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.Equatable:2:17: note: protocol requires function '==' with type '(Border, Border) -> Bool'
    static func == (lhs: Self, rhs: Self) -> Bool
                ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:26:45: error: cannot infer contextual base in reference to member 'rectangle'
    public static let none = Border(shape: .rectangle(sides: []), width: 0, color: .clear)
                                           ~^~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:26:85: error: cannot infer contextual base in reference to member 'clear'
    public static let none = Border(shape: .rectangle(sides: []), width: 0, color: .clear)
                                                                                   ~^~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:62:41: error: value of type 'CGRect' has no member 'fill'
            frame.leftFrame(for: width).fill()
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:65:40: error: value of type 'CGRect' has no member 'fill'
            frame.topFrame(for: width).fill()
            ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:68:42: error: value of type 'CGRect' has no member 'fill'
            frame.rightFrame(for: width).fill()
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:71:43: error: value of type 'CGRect' has no member 'fill'
            frame.bottomFrame(for: width).fill()
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:80:20: error: cannot find 'NativeBezierPath' in scope
        let path = NativeBezierPath(roundedRect: pathFrame, cornerRadius: cornerRadius)
                   ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:83:9: error: cannot find 'saveGraphicsState' in scope
        saveGraphicsState()
        ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift:86:9: error: cannot find 'restoreGraphicsState' in scope
        restoreGraphicsState()
        ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:4:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
    private let session = URLSession.shared
                          ~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:10:71: error: cannot find type 'NativeImage' in scope
    public func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void) {
                                                                      ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
    func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
                                                               ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:12:24: error: 'nil' requires a contextual type
            completion(nil)
                       ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:17:53: error: cannot find 'NativeImage' in scope
            guard let data = maybeData, let image = NativeImage(data: data) else {
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:13:56: error: cannot find type 'NativeImage' in scope
    public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
                                                       ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
    func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
                                                ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/FourSidedValue.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:59: error: cannot infer contextual base in reference to member 'roundedRect'
                          border: Border = Border(shape: .roundedRect(cornerRadius: 3), width: 1, color: .adaptableCodeBorderColor),
                                                         ~^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:107: error: cannot infer contextual base in reference to member 'adaptableCodeBorderColor'
                          border: Border = Border(shape: .roundedRect(cornerRadius: 3), width: 1, color: .adaptableCodeBorderColor),
                                                                                                         ~^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:28:49: error: cannot find type 'NSMutableParagraphStyle' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:28:92: error: cannot find type 'NativeFont' in scope
    func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:37:25: error: type 'NSAttributedString.Key' has no member 'foregroundColor'
            attributes[.foregroundColor] = color
                       ~^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:25: error: type 'NSAttributedString.Key' has no member 'font'
            attributes[.font] = style.makeFont()
                       ~^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:39: error: value of type 'TextStyle' has no member 'makeFont'
            attributes[.font] = style.makeFont()
                                ~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:41:25: error: type 'NSAttributedString.Key' has no member 'backgroundColor'
            attributes[.backgroundColor] = backgroundColor
                       ~^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:43:54: error: cannot find type 'NativeFont' in scope
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:43:84: error: value of type 'TextStyle' has no member 'makeFont'
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                                    ~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:43:44: error: reference to member 'font' cannot be resolved without a contextual type
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                           ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:44:25: error: type 'NSAttributedString.Key' has no member 'kern'
            attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
                       ~^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:47:29: error: type 'NSAttributedString.Key' has no member 'strikethroughColor'
                attributes[.strikethroughColor] = color
                           ~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:49:25: error: type 'NSAttributedString.Key' has no member 'strikethroughStyle'
            attributes[.strikethroughStyle] = NSNumber(value: style.rawValue)
                       ~^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:52:29: error: type 'NSAttributedString.Key' has no member 'underlineColor'
                attributes[.underlineColor] = color
                           ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:54:25: error: type 'NSAttributedString.Key' has no member 'underlineStyle'
            attributes[.underlineStyle] = NSNumber(value: style.rawValue)
                       ~^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:56:53: error: cannot find type 'NativeFont' in scope
            let currentFont = attributes[.font] as? NativeFont
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:56:43: error: reference to member 'font' cannot be resolved without a contextual type
            let currentFont = attributes[.font] as? NativeFont
                                          ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:57:25: error: type 'NSAttributedString.Key' has no member 'font'
            attributes[.font] = currentFont.withSize(fontSize)
                       ~^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:59:53: error: cannot find type 'NativeFont' in scope
            let currentFont = attributes[.font] as? NativeFont
                                                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:59:43: error: reference to member 'font' cannot be resolved without a contextual type
            let currentFont = attributes[.font] as? NativeFont
                                          ^
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:60:25: error: type 'NSAttributedString.Key' has no member 'font'
            attributes[.font] = currentFont.withTraits(traits)
                       ~^~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:62:54: error: cannot find type 'NativeFont' in scope
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:62:84: error: value of type 'TextStyle' has no member 'makeFont'
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                                                    ~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:62:44: error: reference to member 'font' cannot be resolved without a contextual type
            let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
                                           ^
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift:12:26: error: cannot find type 'NativeColor' in scope
    let backgroundColor: NativeColor?
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:8:18: error: cannot find type 'NativeColor' in scope
public extension NativeColor {
                 ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:90:19: error: cannot find type 'NativeColor' in scope
private extension NativeColor {
                  ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
#error("Unsupported platform")
       ^~~~~~~~~~~~~~~~~~~~~~
Can't demangle: $s13NativeMarkKit10BlockStyleO13thematicBreak33_BB078D51CEF5B42E7B224795AAB1111FLLXeF9thicknessL_10Foundation7CGFloatVvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c -filelist /tmp/TemporaryDirectory.O9cQ2N/sources-1 -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyleSelector.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/BorderSides.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/FourSidedValue.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyleSelector.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/Margin.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/OrderedListMarkerFormat.swift -primary-file /host/spi-builder-workspace/Sources/NativeMarkKit/style/Padding.swift -supplementary-output-file-map /tmp/TemporaryDirectory.O9cQ2N/supplementaryOutputs-7 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -module-name NativeMarkKit -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/BlockStyle.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/BlockStyleSelector.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/Border.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/BorderSides.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/DefaultImageLoader.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/DefaultImageSizer.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/Em.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/FourSidedValue.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/ImageLoader.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/ImageSizer.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/InlineStyle.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/InlineStyleSelector.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/Length.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/Margin.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/NativeColor+Adaptable.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/NativeTypes.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/OrderedListMarkerFormat.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/NativeMarkKit.build/style/Padding.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.9-dev (LLVM 464b04eb9b157e3, Swift 7203d52cb1e074d)
2.	Compiling with the current language version
3.	Contents of /tmp/TemporaryDirectory.O9cQ2N/sources-1:
---
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/Document.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/Element.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/InlineText.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/Link.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/LinkDefinition.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/ListInfo.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/ListInfoKind.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/ListItem.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/ast/TaskListItemMark.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ATXHeadingBlockStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/Block.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/BlockCloser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/BlockContinuationParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/BlockKind.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/BlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/BlockQuoteBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/BlockQuoteStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/BlockStartParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/DocumentBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/FencedCodeBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/FencedCodeBlockStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/HeadingBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/IndentedCodeBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/IndentedCodeBlockStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ItemBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ItemBlockStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/LineInserter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/LineParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/LineResult.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/LinkDefinitionsLineParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ListBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ListKind.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ListStyle.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ParagraphBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/SetextHeadingBlockStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ThematicBreakBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/block/ThematicBreakBlockStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/AutolinkParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/BackslashParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/BackticksParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/BangParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/BlockLinkDefinition.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/CloseBracketParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/Delimiter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/DelimiterOrInlineText.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/DelimiterParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/DelimiterStack.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/EntityParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/InlineBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/InlineLinkParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/InlineParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/LinkDefinitionParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/LinkDestinationParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/LinkLabel.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/LinkLabelParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/LinkTitleParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/NewlineParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/OpenBracketParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/SpacesAndNewlineParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/StringParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/TextCursor.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/TextPosition.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/TextRange.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/inline/TextResult.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/lexer/Lexer.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/lexer/Line.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/lexer/LineColumn.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/lexer/LineColumnCount.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AbstractView.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/AccessibleURL.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BlockQuoteTextContainerLayout.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BorderValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CompositeTextContainerLayout .swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ContainerBreakValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Environment.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/GraphicsContext.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ImageTextAttachment.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/InlineContainerStyleValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Int+Render.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LeafTextContainerLayout.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ListItemContentTextContainerLayout.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ListItemMarkerContainerLayout.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ListItemTextContainerLayout.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ListTextContainerLayout.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ListValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/MarginValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NSAttributedStringKey+NativeMark.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NSTextStorage+NativeMark.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeMarkLabel+AppKit.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeMarkLabel+UIKit.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeMarkText+AppKit.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeMarkText+UIKit.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/OrderedListMarkerFormat+Render.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/OrderedListMarkerFormatValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/PaddingValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/RenderParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/SpacerAttachment.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TaskItemTextAttachment+AppKit.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TaskItemTextAttachment+UIKit.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayout.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerLayoutBuilder.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainerStyle.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/URLOpener.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/UnorderedListMarkerFormat+Render.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/UnorderedListMarkerFormatValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyleSelector.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Border.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BorderSides.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/FourSidedValue.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyleSelector.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Margin.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/OrderedListMarkerFormat.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Padding.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle+AppKit.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle+UIKit.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/style/UnorderedListMarkerFormat.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/Array+Utils.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/CGFloat+Utils.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/CGPoint+Utils.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/CGRect+Utils.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/Character+Utils.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/HtmlEntities.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/Identifier.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/ParserError.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/utils/String+Utils.swift
---
4.	While walking into 'BlockStyle' (at /host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:10:8)
5.	While evaluating request USRGenerationRequest(NativeMarkKit.(file).BlockStyle.thematicBreak(thickness:color:).thickness@/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:22:24)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend[0x6b367f3]
/usr/bin/swift-frontend[0x6b3440e]
/usr/bin/swift-frontend[0x6b36b5f]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7f3a4bf00420]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f3a4b34700b]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b)[0x7f3a4b326859]
/usr/bin/swift-frontend[0x22b3aa2]
/usr/bin/swift-frontend[0x1f25594]
/usr/bin/swift-frontend[0x2277429]
/usr/bin/swift-frontend[0x1bdf11c]
/usr/bin/swift-frontend[0x88a5c7]
/usr/bin/swift-frontend[0x88a0e7]
/usr/bin/swift-frontend[0x8891be]
/usr/bin/swift-frontend[0x2277f3a]
/usr/bin/swift-frontend[0x8562e9]
/usr/bin/swift-frontend[0x855af7]
/usr/bin/swift-frontend[0x852bde]
/usr/bin/swift-frontend[0x1525a1e]
/usr/bin/swift-frontend[0x1f7ae22]
/usr/bin/swift-frontend[0x1f7de3b]
/usr/bin/swift-frontend[0x1f7ae6a]
/usr/bin/swift-frontend[0x1f7ec76]
/usr/bin/swift-frontend[0x1f7ae6a]
/usr/bin/swift-frontend[0x1f7ad33]
/usr/bin/swift-frontend[0x214a8b2]
/usr/bin/swift-frontend[0x1523136]
/usr/bin/swift-frontend[0x852220]
/usr/bin/swift-frontend[0x8520ba]
/usr/bin/swift-frontend[0x8477e5]
/usr/bin/swift-frontend[0x8471e4]
/usr/bin/swift-frontend[0x66fcdc]
/usr/bin/swift-frontend[0x66dcdc]
/usr/bin/swift-frontend[0x6691b0]
/usr/bin/swift-frontend[0x4c43d1]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x7f3a4b328083]
/usr/bin/swift-frontend[0x4c3b1e]
BUILD FAILURE 5.9 linux

Build Machine: Linux 1