Build Information
Failed to build NativeMarkKit, reference 2.1.1 (4833aa), with Swift 6.3 for Android on 12 Apr 2026 23:56:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:13:56: error: cannot find type 'NativeImage' in scope
11 | public init() {}
12 |
13 | public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
| `- error: cannot find type 'NativeImage' in scope
14 | let aspectRatio = image.size.width / image.size.height
15 | let width = min(lineFragment.width, image.size.width)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
9 |
10 | public protocol ImageSizer {
11 | func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
| `- error: cannot find type 'NativeImage' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:11:20: error: cannot find type 'NSTextAlignment' in scope
9 |
10 | public enum BlockStyle {
11 | case alignment(NSTextAlignment)
| `- error: cannot find type 'NSTextAlignment' in scope
12 | case firstLineHeadIndent(Length)
13 | case headIndent(Length)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:19:20: error: cannot find type 'NSLineBreakMode' in scope
17 | case paragraphSpacingAfter(Length)
18 | case paragraphSpacingBefore(Length)
19 | case lineBreak(NSLineBreakMode)
| `- error: cannot find type 'NSLineBreakMode' in scope
20 | case orderedListMarker(OrderedListMarkerFormat, prefix: String = "", suffix: String = ".")
21 | case unorderedListMarker(UnorderedListMarkerFormat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:22:51: error: cannot find type 'NativeColor' in scope
20 | case orderedListMarker(OrderedListMarkerFormat, prefix: String = "", suffix: String = ".")
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
| `- error: cannot find type 'NativeColor' in scope
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
24 | case inlineStyle(InlineStyle)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:37: error: cannot find type 'NativeColor' in scope
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
| `- error: cannot find type 'NativeColor' in scope
24 | case inlineStyle(InlineStyle)
25 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:95: error: cannot find type 'NativeColor' in scope
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
| `- error: cannot find type 'NativeColor' in scope
24 | case inlineStyle(InlineStyle)
25 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:11:20: error: cannot find type 'NativeColor' in scope
9 |
10 | public enum InlineStyle {
11 | case textColor(NativeColor)
| `- error: cannot find type 'NativeColor' in scope
12 | case textStyle(TextStyle)
13 | case backgroundColor(NativeColor?)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:13:26: error: cannot find type 'NativeColor' in scope
11 | case textColor(NativeColor)
12 | case textStyle(TextStyle)
13 | case backgroundColor(NativeColor?)
| `- error: cannot find type 'NativeColor' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:24: error: cannot find type 'NSUnderlineStyle' in scope
13 | case backgroundColor(NativeColor?)
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NSUnderlineStyle' in scope
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
17 | case fontSize(CGFloat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:49: error: cannot find type 'NativeColor' in scope
13 | case backgroundColor(NativeColor?)
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NativeColor' in scope
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
17 | case fontSize(CGFloat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:20: error: cannot find type 'NSUnderlineStyle' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NSUnderlineStyle' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:45: error: cannot find type 'NativeColor' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NativeColor' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:19:54: error: cannot find type 'NativeColor' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
| `- error: cannot find type 'NativeColor' in scope
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
21 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:38: error: cannot find type 'NativeColor' in scope
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
| `- error: cannot find type 'NativeColor' in scope
21 | }
22 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:96: error: cannot find type 'NativeColor' in scope
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
| `- error: cannot find type 'NativeColor' in scope
21 | }
22 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:28:36: error: cannot find type 'NativeColor' in scope
26 |
27 | public extension BlockStyle {
28 | static func textColor(_ value: NativeColor) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
29 | .inlineStyle(.textColor(value))
30 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:36:42: error: cannot find type 'NativeColor' in scope
34 | }
35 |
36 | static func backgroundColor(_ value: NativeColor?) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
37 | .inlineStyle(.backgroundColor(value))
38 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:44:40: error: cannot find type 'NSUnderlineStyle' in scope
42 | }
43 |
44 | static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NSUnderlineStyle' in scope
45 | .inlineStyle(.strikethrough(style, color: color))
46 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:44:65: error: cannot find type 'NativeColor' in scope
42 | }
43 |
44 | static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
45 | .inlineStyle(.strikethrough(style, color: color))
46 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:36: error: cannot find type 'NSUnderlineStyle' in scope
46 | }
47 |
48 | static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NSUnderlineStyle' in scope
49 | .inlineStyle(.underline(style, color: color))
50 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:61: error: cannot find type 'NativeColor' in scope
46 | }
47 |
48 | static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
49 | .inlineStyle(.underline(style, color: color))
50 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:52:61: error: cannot find type 'NativeColor' in scope
50 | }
51 |
52 | static func backgroundBorder(width: CGFloat = 1, color: NativeColor = .lightGray, sides: BorderSides = .all) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
53 | .inlineStyle(.backgroundBorder(width: width, color: color, sides: sides))
54 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:49: error: cannot find type 'NSMutableParagraphStyle' in scope
56 |
57 | extension BlockStyle: ExpressibleAsParagraphStyle {
58 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
59 | switch self {
60 | case let .alignment(alignment):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:92: error: cannot find type 'NativeFont' in scope
56 |
57 | extension BlockStyle: ExpressibleAsParagraphStyle {
58 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NativeFont' in scope
59 | switch self {
60 | case let .alignment(alignment):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:49: error: cannot find type 'NSMutableParagraphStyle' in scope
14 |
15 | protocol ExpressibleAsParagraphStyle {
16 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
17 | }
18 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:92: error: cannot find type 'NativeFont' in scope
14 |
15 | protocol ExpressibleAsParagraphStyle {
16 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
| `- error: cannot find type 'NativeFont' in scope
17 | }
18 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundValue.swift:18:21: error: cannot find type 'NativeColor' in scope
16 | let rightMargin: Length
17 |
18 | init(fillColor: NativeColor, strokeColor: NativeColor, strokeWidth: CGFloat,
| `- error: cannot find type 'NativeColor' in scope
19 | cornerRadius: CGFloat, topMargin: Length, bottomMargin: Length,
20 | leftMargin: Length, rightMargin: Length) {
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundValue.swift:18:47: error: cannot find type 'NativeColor' in scope
16 | let rightMargin: Length
17 |
18 | init(fillColor: NativeColor, strokeColor: NativeColor, strokeWidth: CGFloat,
| `- error: cannot find type 'NativeColor' in scope
19 | cornerRadius: CGFloat, topMargin: Length, bottomMargin: Length,
20 | leftMargin: Length, rightMargin: Length) {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:4:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
2 |
3 | public final class DefaultImageLoader: ImageLoader {
4 | private let session = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
5 |
6 | public init() {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:10:71: error: cannot find type 'NativeImage' in scope
8 | }
9 |
10 | public func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void) {
| `- error: cannot find type 'NativeImage' in scope
11 | guard let url = URL(string: urlString) else {
12 | completion(nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
2 |
3 | public protocol ImageLoader {
4 | func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
| `- error: cannot find type 'NativeImage' in scope
5 | }
6 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:12:24: error: 'nil' requires a contextual type
10 | public func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void) {
11 | guard let url = URL(string: urlString) else {
12 | completion(nil)
| `- error: 'nil' requires a contextual type
13 | return
14 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:17:53: error: cannot find 'NativeImage' in scope
15 |
16 | let task = session.dataTask(with: url) { maybeData, _, _ in
17 | guard let data = maybeData, let image = NativeImage(data: data) else {
| `- error: cannot find 'NativeImage' in scope
18 | DispatchQueue.main.async {
19 | completion(nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:13:56: error: cannot find type 'NativeImage' in scope
11 | public init() {}
12 |
13 | public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
| `- error: cannot find type 'NativeImage' in scope
14 | image.size
15 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:24:49: error: cannot find type 'NSMutableParagraphStyle' in scope
22 |
23 | extension InlineStyle: ExpressibleAsParagraphStyle {
24 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
25 | // nop
26 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:24:92: error: cannot find type 'NativeFont' in scope
22 |
23 | extension InlineStyle: ExpressibleAsParagraphStyle {
24 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NativeFont' in scope
25 | // nop
26 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:33:25: error: type 'NSAttributedString.Key' has no member 'foregroundColor'
31 | switch self {
32 | case let .textColor(color):
33 | attributes[.foregroundColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'foregroundColor'
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:35:25: error: type 'NSAttributedString.Key' has no member 'font'
33 | attributes[.foregroundColor] = color
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
| `- error: type 'NSAttributedString.Key' has no member 'font'
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:35:39: error: value of type 'TextStyle' has no member 'makeFont'
33 | attributes[.foregroundColor] = color
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
| `- error: value of type 'TextStyle' has no member 'makeFont'
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:37:25: error: type 'NSAttributedString.Key' has no member 'backgroundColor'
35 | attributes[.font] = style.makeFont()
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
| `- error: type 'NSAttributedString.Key' has no member 'backgroundColor'
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:54: error: cannot find type 'NativeFont' in scope
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: cannot find type 'NativeFont' in scope
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:84: error: value of type 'TextStyle' has no member 'makeFont'
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: value of type 'TextStyle' has no member 'makeFont'
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:44: error: reference to member 'font' cannot be resolved without a contextual type
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: reference to member 'font' cannot be resolved without a contextual type
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:40:25: error: type 'NSAttributedString.Key' has no member 'kern'
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
| `- error: type 'NSAttributedString.Key' has no member 'kern'
41 | case let .strikethrough(style, color: color):
42 | if let color = color {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:43:29: error: type 'NSAttributedString.Key' has no member 'strikethroughColor'
41 | case let .strikethrough(style, color: color):
42 | if let color = color {
43 | attributes[.strikethroughColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'strikethroughColor'
44 | }
45 | attributes[.strikethroughStyle] = NSNumber(value: style.rawValue)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:45:25: error: type 'NSAttributedString.Key' has no member 'strikethroughStyle'
43 | attributes[.strikethroughColor] = color
44 | }
45 | attributes[.strikethroughStyle] = NSNumber(value: style.rawValue)
| `- error: type 'NSAttributedString.Key' has no member 'strikethroughStyle'
46 | case let .underline(style, color: color):
47 | if let color = color {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:48:29: error: type 'NSAttributedString.Key' has no member 'underlineColor'
46 | case let .underline(style, color: color):
47 | if let color = color {
48 | attributes[.underlineColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'underlineColor'
49 | }
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:50:25: error: type 'NSAttributedString.Key' has no member 'underlineStyle'
48 | attributes[.underlineColor] = color
49 | }
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
| `- error: type 'NSAttributedString.Key' has no member 'underlineStyle'
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:52:53: error: cannot find type 'NativeFont' in scope
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
| `- error: cannot find type 'NativeFont' in scope
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:52:43: error: reference to member 'font' cannot be resolved without a contextual type
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
| `- error: reference to member 'font' cannot be resolved without a contextual type
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:53:25: error: type 'NSAttributedString.Key' has no member 'font'
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
53 | attributes[.font] = currentFont.withSize(fontSize)
| `- error: type 'NSAttributedString.Key' has no member 'font'
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:55:53: error: cannot find type 'NativeFont' in scope
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
| `- error: cannot find type 'NativeFont' in scope
56 | attributes[.font] = currentFont.withTraits(traits)
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:55:43: error: reference to member 'font' cannot be resolved without a contextual type
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
| `- error: reference to member 'font' cannot be resolved without a contextual type
56 | attributes[.font] = currentFont.withTraits(traits)
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:56:25: error: type 'NSAttributedString.Key' has no member 'font'
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
56 | attributes[.font] = currentFont.withTraits(traits)
| `- error: type 'NSAttributedString.Key' has no member 'font'
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
58 | let backgroundBorder = BackgroundBorderValue(width: width, color: color, sides: sides)
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundBorderValue.swift:13:33: error: cannot find type 'NativeColor' in scope
11 | let sides: BorderSides
12 |
13 | init(width: CGFloat, color: NativeColor, sides: BorderSides) {
| `- error: cannot find type 'NativeColor' in scope
14 | self.width = width
15 | self.color = color
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:8:18: error: cannot find type 'NativeColor' in scope
6 | #endif
7 |
8 | public extension NativeColor {
| `- error: cannot find type 'NativeColor' in scope
9 | #if canImport(UIKit)
10 | static var adaptableTextColor: NativeColor {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:82:19: error: cannot find type 'NativeColor' in scope
80 | }
81 |
82 | private extension NativeColor {
| `- error: cannot find type 'NativeColor' in scope
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:61:46: error: cannot find type 'NativeColor' in scope
59 | #endif
60 |
61 | static var adaptableBlockQuoteTextColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
62 | makeAdaptiveColor(light: .blockQuoteText, dark: blockQuoteTextDark)
63 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:65:48: error: cannot find type 'NativeColor' in scope
63 | }
64 |
65 | static var adaptableBlockQuoteMarginColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
66 | makeAdaptiveColor(light: .lightGray, dark: .darkGray)
67 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:69:46: error: cannot find type 'NativeColor' in scope
67 | }
68 |
69 | static var adaptableCodeBackgroundColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
70 | makeAdaptiveColor(light: .codeBackground, dark: .codeBackgroundDark)
71 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:73:42: error: cannot find type 'NativeColor' in scope
71 | }
72 |
73 | static var adaptableCodeBorderColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
74 | makeAdaptiveColor(light: .lightGray, dark: .darkGray)
75 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:77:48: error: cannot find type 'NativeColor' in scope
75 | }
76 |
77 | static var adaptableImagePlaceholderColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
78 | makeAdaptiveColor(light: .imagePlaceholder, dark: .imagePlaceholderDark)
79 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:83:33: error: cannot find 'NativeColor' in scope
81 |
82 | private extension NativeColor {
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:84:37: error: cannot find 'NativeColor' in scope
82 | private extension NativeColor {
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:85:33: error: cannot find 'NativeColor' in scope
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:86:37: error: cannot find 'NativeColor' in scope
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:87:35: error: cannot find 'NativeColor' in scope
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
89 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:88:39: error: cannot find 'NativeColor' in scope
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
89 |
90 | #if canImport(AppKit)
[110/127] Compiling NativeMarkKit NativeTypes.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:13:56: error: cannot find type 'NativeImage' in scope
11 | public init() {}
12 |
13 | public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
| `- error: cannot find type 'NativeImage' in scope
14 | let aspectRatio = image.size.width / image.size.height
15 | let width = min(lineFragment.width, image.size.width)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
9 |
10 | public protocol ImageSizer {
11 | func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
| `- error: cannot find type 'NativeImage' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:11:20: error: cannot find type 'NSTextAlignment' in scope
9 |
10 | public enum BlockStyle {
11 | case alignment(NSTextAlignment)
| `- error: cannot find type 'NSTextAlignment' in scope
12 | case firstLineHeadIndent(Length)
13 | case headIndent(Length)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:19:20: error: cannot find type 'NSLineBreakMode' in scope
17 | case paragraphSpacingAfter(Length)
18 | case paragraphSpacingBefore(Length)
19 | case lineBreak(NSLineBreakMode)
| `- error: cannot find type 'NSLineBreakMode' in scope
20 | case orderedListMarker(OrderedListMarkerFormat, prefix: String = "", suffix: String = ".")
21 | case unorderedListMarker(UnorderedListMarkerFormat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:22:51: error: cannot find type 'NativeColor' in scope
20 | case orderedListMarker(OrderedListMarkerFormat, prefix: String = "", suffix: String = ".")
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
| `- error: cannot find type 'NativeColor' in scope
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
24 | case inlineStyle(InlineStyle)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:37: error: cannot find type 'NativeColor' in scope
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
| `- error: cannot find type 'NativeColor' in scope
24 | case inlineStyle(InlineStyle)
25 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:95: error: cannot find type 'NativeColor' in scope
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
| `- error: cannot find type 'NativeColor' in scope
24 | case inlineStyle(InlineStyle)
25 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:11:20: error: cannot find type 'NativeColor' in scope
9 |
10 | public enum InlineStyle {
11 | case textColor(NativeColor)
| `- error: cannot find type 'NativeColor' in scope
12 | case textStyle(TextStyle)
13 | case backgroundColor(NativeColor?)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:13:26: error: cannot find type 'NativeColor' in scope
11 | case textColor(NativeColor)
12 | case textStyle(TextStyle)
13 | case backgroundColor(NativeColor?)
| `- error: cannot find type 'NativeColor' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:24: error: cannot find type 'NSUnderlineStyle' in scope
13 | case backgroundColor(NativeColor?)
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NSUnderlineStyle' in scope
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
17 | case fontSize(CGFloat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:49: error: cannot find type 'NativeColor' in scope
13 | case backgroundColor(NativeColor?)
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NativeColor' in scope
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
17 | case fontSize(CGFloat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:20: error: cannot find type 'NSUnderlineStyle' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NSUnderlineStyle' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:45: error: cannot find type 'NativeColor' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NativeColor' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:19:54: error: cannot find type 'NativeColor' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
| `- error: cannot find type 'NativeColor' in scope
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
21 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:38: error: cannot find type 'NativeColor' in scope
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
| `- error: cannot find type 'NativeColor' in scope
21 | }
22 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:96: error: cannot find type 'NativeColor' in scope
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
| `- error: cannot find type 'NativeColor' in scope
21 | }
22 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:28:36: error: cannot find type 'NativeColor' in scope
26 |
27 | public extension BlockStyle {
28 | static func textColor(_ value: NativeColor) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
29 | .inlineStyle(.textColor(value))
30 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:36:42: error: cannot find type 'NativeColor' in scope
34 | }
35 |
36 | static func backgroundColor(_ value: NativeColor?) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
37 | .inlineStyle(.backgroundColor(value))
38 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:44:40: error: cannot find type 'NSUnderlineStyle' in scope
42 | }
43 |
44 | static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NSUnderlineStyle' in scope
45 | .inlineStyle(.strikethrough(style, color: color))
46 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:44:65: error: cannot find type 'NativeColor' in scope
42 | }
43 |
44 | static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
45 | .inlineStyle(.strikethrough(style, color: color))
46 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:36: error: cannot find type 'NSUnderlineStyle' in scope
46 | }
47 |
48 | static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NSUnderlineStyle' in scope
49 | .inlineStyle(.underline(style, color: color))
50 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:61: error: cannot find type 'NativeColor' in scope
46 | }
47 |
48 | static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
49 | .inlineStyle(.underline(style, color: color))
50 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:52:61: error: cannot find type 'NativeColor' in scope
50 | }
51 |
52 | static func backgroundBorder(width: CGFloat = 1, color: NativeColor = .lightGray, sides: BorderSides = .all) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
53 | .inlineStyle(.backgroundBorder(width: width, color: color, sides: sides))
54 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:49: error: cannot find type 'NSMutableParagraphStyle' in scope
56 |
57 | extension BlockStyle: ExpressibleAsParagraphStyle {
58 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
59 | switch self {
60 | case let .alignment(alignment):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:92: error: cannot find type 'NativeFont' in scope
56 |
57 | extension BlockStyle: ExpressibleAsParagraphStyle {
58 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NativeFont' in scope
59 | switch self {
60 | case let .alignment(alignment):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:49: error: cannot find type 'NSMutableParagraphStyle' in scope
14 |
15 | protocol ExpressibleAsParagraphStyle {
16 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
17 | }
18 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:92: error: cannot find type 'NativeFont' in scope
14 |
15 | protocol ExpressibleAsParagraphStyle {
16 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
| `- error: cannot find type 'NativeFont' in scope
17 | }
18 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundValue.swift:18:21: error: cannot find type 'NativeColor' in scope
16 | let rightMargin: Length
17 |
18 | init(fillColor: NativeColor, strokeColor: NativeColor, strokeWidth: CGFloat,
| `- error: cannot find type 'NativeColor' in scope
19 | cornerRadius: CGFloat, topMargin: Length, bottomMargin: Length,
20 | leftMargin: Length, rightMargin: Length) {
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundValue.swift:18:47: error: cannot find type 'NativeColor' in scope
16 | let rightMargin: Length
17 |
18 | init(fillColor: NativeColor, strokeColor: NativeColor, strokeWidth: CGFloat,
| `- error: cannot find type 'NativeColor' in scope
19 | cornerRadius: CGFloat, topMargin: Length, bottomMargin: Length,
20 | leftMargin: Length, rightMargin: Length) {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:4:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
2 |
3 | public final class DefaultImageLoader: ImageLoader {
4 | private let session = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
5 |
6 | public init() {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:10:71: error: cannot find type 'NativeImage' in scope
8 | }
9 |
10 | public func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void) {
| `- error: cannot find type 'NativeImage' in scope
11 | guard let url = URL(string: urlString) else {
12 | completion(nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
2 |
3 | public protocol ImageLoader {
4 | func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
| `- error: cannot find type 'NativeImage' in scope
5 | }
6 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:12:24: error: 'nil' requires a contextual type
10 | public func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void) {
11 | guard let url = URL(string: urlString) else {
12 | completion(nil)
| `- error: 'nil' requires a contextual type
13 | return
14 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:17:53: error: cannot find 'NativeImage' in scope
15 |
16 | let task = session.dataTask(with: url) { maybeData, _, _ in
17 | guard let data = maybeData, let image = NativeImage(data: data) else {
| `- error: cannot find 'NativeImage' in scope
18 | DispatchQueue.main.async {
19 | completion(nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:13:56: error: cannot find type 'NativeImage' in scope
11 | public init() {}
12 |
13 | public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
| `- error: cannot find type 'NativeImage' in scope
14 | image.size
15 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:24:49: error: cannot find type 'NSMutableParagraphStyle' in scope
22 |
23 | extension InlineStyle: ExpressibleAsParagraphStyle {
24 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
25 | // nop
26 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:24:92: error: cannot find type 'NativeFont' in scope
22 |
23 | extension InlineStyle: ExpressibleAsParagraphStyle {
24 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NativeFont' in scope
25 | // nop
26 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:33:25: error: type 'NSAttributedString.Key' has no member 'foregroundColor'
31 | switch self {
32 | case let .textColor(color):
33 | attributes[.foregroundColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'foregroundColor'
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:35:25: error: type 'NSAttributedString.Key' has no member 'font'
33 | attributes[.foregroundColor] = color
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
| `- error: type 'NSAttributedString.Key' has no member 'font'
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:35:39: error: value of type 'TextStyle' has no member 'makeFont'
33 | attributes[.foregroundColor] = color
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
| `- error: value of type 'TextStyle' has no member 'makeFont'
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:37:25: error: type 'NSAttributedString.Key' has no member 'backgroundColor'
35 | attributes[.font] = style.makeFont()
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
| `- error: type 'NSAttributedString.Key' has no member 'backgroundColor'
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:54: error: cannot find type 'NativeFont' in scope
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: cannot find type 'NativeFont' in scope
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:84: error: value of type 'TextStyle' has no member 'makeFont'
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: value of type 'TextStyle' has no member 'makeFont'
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:44: error: reference to member 'font' cannot be resolved without a contextual type
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: reference to member 'font' cannot be resolved without a contextual type
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:40:25: error: type 'NSAttributedString.Key' has no member 'kern'
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
| `- error: type 'NSAttributedString.Key' has no member 'kern'
41 | case let .strikethrough(style, color: color):
42 | if let color = color {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:43:29: error: type 'NSAttributedString.Key' has no member 'strikethroughColor'
41 | case let .strikethrough(style, color: color):
42 | if let color = color {
43 | attributes[.strikethroughColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'strikethroughColor'
44 | }
45 | attributes[.strikethroughStyle] = NSNumber(value: style.rawValue)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:45:25: error: type 'NSAttributedString.Key' has no member 'strikethroughStyle'
43 | attributes[.strikethroughColor] = color
44 | }
45 | attributes[.strikethroughStyle] = NSNumber(value: style.rawValue)
| `- error: type 'NSAttributedString.Key' has no member 'strikethroughStyle'
46 | case let .underline(style, color: color):
47 | if let color = color {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:48:29: error: type 'NSAttributedString.Key' has no member 'underlineColor'
46 | case let .underline(style, color: color):
47 | if let color = color {
48 | attributes[.underlineColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'underlineColor'
49 | }
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:50:25: error: type 'NSAttributedString.Key' has no member 'underlineStyle'
48 | attributes[.underlineColor] = color
49 | }
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
| `- error: type 'NSAttributedString.Key' has no member 'underlineStyle'
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:52:53: error: cannot find type 'NativeFont' in scope
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
| `- error: cannot find type 'NativeFont' in scope
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:52:43: error: reference to member 'font' cannot be resolved without a contextual type
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
| `- error: reference to member 'font' cannot be resolved without a contextual type
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:53:25: error: type 'NSAttributedString.Key' has no member 'font'
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
53 | attributes[.font] = currentFont.withSize(fontSize)
| `- error: type 'NSAttributedString.Key' has no member 'font'
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:55:53: error: cannot find type 'NativeFont' in scope
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
| `- error: cannot find type 'NativeFont' in scope
56 | attributes[.font] = currentFont.withTraits(traits)
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:55:43: error: reference to member 'font' cannot be resolved without a contextual type
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
| `- error: reference to member 'font' cannot be resolved without a contextual type
56 | attributes[.font] = currentFont.withTraits(traits)
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:56:25: error: type 'NSAttributedString.Key' has no member 'font'
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
56 | attributes[.font] = currentFont.withTraits(traits)
| `- error: type 'NSAttributedString.Key' has no member 'font'
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
58 | let backgroundBorder = BackgroundBorderValue(width: width, color: color, sides: sides)
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundBorderValue.swift:13:33: error: cannot find type 'NativeColor' in scope
11 | let sides: BorderSides
12 |
13 | init(width: CGFloat, color: NativeColor, sides: BorderSides) {
| `- error: cannot find type 'NativeColor' in scope
14 | self.width = width
15 | self.color = color
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:8:18: error: cannot find type 'NativeColor' in scope
6 | #endif
7 |
8 | public extension NativeColor {
| `- error: cannot find type 'NativeColor' in scope
9 | #if canImport(UIKit)
10 | static var adaptableTextColor: NativeColor {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:82:19: error: cannot find type 'NativeColor' in scope
80 | }
81 |
82 | private extension NativeColor {
| `- error: cannot find type 'NativeColor' in scope
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:61:46: error: cannot find type 'NativeColor' in scope
59 | #endif
60 |
61 | static var adaptableBlockQuoteTextColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
62 | makeAdaptiveColor(light: .blockQuoteText, dark: blockQuoteTextDark)
63 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:65:48: error: cannot find type 'NativeColor' in scope
63 | }
64 |
65 | static var adaptableBlockQuoteMarginColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
66 | makeAdaptiveColor(light: .lightGray, dark: .darkGray)
67 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:69:46: error: cannot find type 'NativeColor' in scope
67 | }
68 |
69 | static var adaptableCodeBackgroundColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
70 | makeAdaptiveColor(light: .codeBackground, dark: .codeBackgroundDark)
71 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:73:42: error: cannot find type 'NativeColor' in scope
71 | }
72 |
73 | static var adaptableCodeBorderColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
74 | makeAdaptiveColor(light: .lightGray, dark: .darkGray)
75 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:77:48: error: cannot find type 'NativeColor' in scope
75 | }
76 |
77 | static var adaptableImagePlaceholderColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
78 | makeAdaptiveColor(light: .imagePlaceholder, dark: .imagePlaceholderDark)
79 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:83:33: error: cannot find 'NativeColor' in scope
81 |
82 | private extension NativeColor {
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:84:37: error: cannot find 'NativeColor' in scope
82 | private extension NativeColor {
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:85:33: error: cannot find 'NativeColor' in scope
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:86:37: error: cannot find 'NativeColor' in scope
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:87:35: error: cannot find 'NativeColor' in scope
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
89 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:88:39: error: cannot find 'NativeColor' in scope
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
89 |
90 | #if canImport(AppKit)
[111/127] Compiling NativeMarkKit OrderedListMarkerFormat.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:13:56: error: cannot find type 'NativeImage' in scope
11 | public init() {}
12 |
13 | public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
| `- error: cannot find type 'NativeImage' in scope
14 | let aspectRatio = image.size.width / image.size.height
15 | let width = min(lineFragment.width, image.size.width)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:11:49: error: cannot find type 'NativeImage' in scope
9 |
10 | public protocol ImageSizer {
11 | func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize
| `- error: cannot find type 'NativeImage' in scope
12 | }
13 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:11:20: error: cannot find type 'NSTextAlignment' in scope
9 |
10 | public enum BlockStyle {
11 | case alignment(NSTextAlignment)
| `- error: cannot find type 'NSTextAlignment' in scope
12 | case firstLineHeadIndent(Length)
13 | case headIndent(Length)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:19:20: error: cannot find type 'NSLineBreakMode' in scope
17 | case paragraphSpacingAfter(Length)
18 | case paragraphSpacingBefore(Length)
19 | case lineBreak(NSLineBreakMode)
| `- error: cannot find type 'NSLineBreakMode' in scope
20 | case orderedListMarker(OrderedListMarkerFormat, prefix: String = "", suffix: String = ".")
21 | case unorderedListMarker(UnorderedListMarkerFormat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:22:51: error: cannot find type 'NativeColor' in scope
20 | case orderedListMarker(OrderedListMarkerFormat, prefix: String = "", suffix: String = ".")
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
| `- error: cannot find type 'NativeColor' in scope
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
24 | case inlineStyle(InlineStyle)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:37: error: cannot find type 'NativeColor' in scope
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
| `- error: cannot find type 'NativeColor' in scope
24 | case inlineStyle(InlineStyle)
25 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:23:95: error: cannot find type 'NativeColor' in scope
21 | case unorderedListMarker(UnorderedListMarkerFormat)
22 | case thematicBreak(thickness: CGFloat, color: NativeColor = .adaptableSeparatorColor)
23 | case blockBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.em, bottomMargin: Length = 1.em, leftMargin: Length = 1.em, rightMargin: Length = 1.em)
| `- error: cannot find type 'NativeColor' in scope
24 | case inlineStyle(InlineStyle)
25 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:11:20: error: cannot find type 'NativeColor' in scope
9 |
10 | public enum InlineStyle {
11 | case textColor(NativeColor)
| `- error: cannot find type 'NativeColor' in scope
12 | case textStyle(TextStyle)
13 | case backgroundColor(NativeColor?)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:13:26: error: cannot find type 'NativeColor' in scope
11 | case textColor(NativeColor)
12 | case textStyle(TextStyle)
13 | case backgroundColor(NativeColor?)
| `- error: cannot find type 'NativeColor' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:24: error: cannot find type 'NSUnderlineStyle' in scope
13 | case backgroundColor(NativeColor?)
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NSUnderlineStyle' in scope
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
17 | case fontSize(CGFloat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:15:49: error: cannot find type 'NativeColor' in scope
13 | case backgroundColor(NativeColor?)
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NativeColor' in scope
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
17 | case fontSize(CGFloat)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:20: error: cannot find type 'NSUnderlineStyle' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NSUnderlineStyle' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:16:45: error: cannot find type 'NativeColor' in scope
14 | case kerning(Length)
15 | case strikethrough(NSUnderlineStyle, color: NativeColor? = nil)
16 | case underline(NSUnderlineStyle, color: NativeColor? = nil)
| `- error: cannot find type 'NativeColor' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:19:54: error: cannot find type 'NativeColor' in scope
17 | case fontSize(CGFloat)
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
| `- error: cannot find type 'NativeColor' in scope
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
21 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:38: error: cannot find type 'NativeColor' in scope
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
| `- error: cannot find type 'NativeColor' in scope
21 | }
22 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:20:96: error: cannot find type 'NativeColor' in scope
18 | case fontTraits(FontTraits)
19 | case backgroundBorder(width: CGFloat = 1, color: NativeColor = .adaptableBlockQuoteMarginColor, sides: BorderSides = .all)
20 | case inlineBackground(fillColor: NativeColor = .adaptableCodeBackgroundColor, strokeColor: NativeColor = .adaptableCodeBorderColor, strokeWidth: CGFloat = 1, cornerRadius: CGFloat = 3, topMargin: Length = 1.pt, bottomMargin: Length = 1.pt, leftMargin: Length = 6.pt, rightMargin: Length = 6.pt)
| `- error: cannot find type 'NativeColor' in scope
21 | }
22 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:28:36: error: cannot find type 'NativeColor' in scope
26 |
27 | public extension BlockStyle {
28 | static func textColor(_ value: NativeColor) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
29 | .inlineStyle(.textColor(value))
30 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:36:42: error: cannot find type 'NativeColor' in scope
34 | }
35 |
36 | static func backgroundColor(_ value: NativeColor?) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
37 | .inlineStyle(.backgroundColor(value))
38 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:44:40: error: cannot find type 'NSUnderlineStyle' in scope
42 | }
43 |
44 | static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NSUnderlineStyle' in scope
45 | .inlineStyle(.strikethrough(style, color: color))
46 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:44:65: error: cannot find type 'NativeColor' in scope
42 | }
43 |
44 | static func strikethrough(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
45 | .inlineStyle(.strikethrough(style, color: color))
46 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:36: error: cannot find type 'NSUnderlineStyle' in scope
46 | }
47 |
48 | static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NSUnderlineStyle' in scope
49 | .inlineStyle(.underline(style, color: color))
50 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:48:61: error: cannot find type 'NativeColor' in scope
46 | }
47 |
48 | static func underline(_ style: NSUnderlineStyle, color: NativeColor? = nil) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
49 | .inlineStyle(.underline(style, color: color))
50 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:52:61: error: cannot find type 'NativeColor' in scope
50 | }
51 |
52 | static func backgroundBorder(width: CGFloat = 1, color: NativeColor = .lightGray, sides: BorderSides = .all) -> BlockStyle {
| `- error: cannot find type 'NativeColor' in scope
53 | .inlineStyle(.backgroundBorder(width: width, color: color, sides: sides))
54 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:49: error: cannot find type 'NSMutableParagraphStyle' in scope
56 |
57 | extension BlockStyle: ExpressibleAsParagraphStyle {
58 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
59 | switch self {
60 | case let .alignment(alignment):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:58:92: error: cannot find type 'NativeFont' in scope
56 |
57 | extension BlockStyle: ExpressibleAsParagraphStyle {
58 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NativeFont' in scope
59 | switch self {
60 | case let .alignment(alignment):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:49: error: cannot find type 'NSMutableParagraphStyle' in scope
14 |
15 | protocol ExpressibleAsParagraphStyle {
16 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
17 | }
18 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:16:92: error: cannot find type 'NativeFont' in scope
14 |
15 | protocol ExpressibleAsParagraphStyle {
16 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont)
| `- error: cannot find type 'NativeFont' in scope
17 | }
18 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundValue.swift:18:21: error: cannot find type 'NativeColor' in scope
16 | let rightMargin: Length
17 |
18 | init(fillColor: NativeColor, strokeColor: NativeColor, strokeWidth: CGFloat,
| `- error: cannot find type 'NativeColor' in scope
19 | cornerRadius: CGFloat, topMargin: Length, bottomMargin: Length,
20 | leftMargin: Length, rightMargin: Length) {
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundValue.swift:18:47: error: cannot find type 'NativeColor' in scope
16 | let rightMargin: Length
17 |
18 | init(fillColor: NativeColor, strokeColor: NativeColor, strokeWidth: CGFloat,
| `- error: cannot find type 'NativeColor' in scope
19 | cornerRadius: CGFloat, topMargin: Length, bottomMargin: Length,
20 | leftMargin: Length, rightMargin: Length) {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:4:38: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
2 |
3 | public final class DefaultImageLoader: ImageLoader {
4 | private let session = URLSession.shared
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
5 |
6 | public init() {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:10:71: error: cannot find type 'NativeImage' in scope
8 | }
9 |
10 | public func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void) {
| `- error: cannot find type 'NativeImage' in scope
11 | guard let url = URL(string: urlString) else {
12 | completion(nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageLoader.swift:4:64: error: cannot find type 'NativeImage' in scope
2 |
3 | public protocol ImageLoader {
4 | func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void)
| `- error: cannot find type 'NativeImage' in scope
5 | }
6 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:12:24: error: 'nil' requires a contextual type
10 | public func loadImage(_ urlString: String, completion: @escaping (NativeImage?) -> Void) {
11 | guard let url = URL(string: urlString) else {
12 | completion(nil)
| `- error: 'nil' requires a contextual type
13 | return
14 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageLoader.swift:17:53: error: cannot find 'NativeImage' in scope
15 |
16 | let task = session.dataTask(with: url) { maybeData, _, _ in
17 | guard let data = maybeData, let image = NativeImage(data: data) else {
| `- error: cannot find 'NativeImage' in scope
18 | DispatchQueue.main.async {
19 | completion(nil)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:13:56: error: cannot find type 'NativeImage' in scope
11 | public init() {}
12 |
13 | public func imageSize(_ urlString: String?, image: NativeImage, lineFragment: CGRect) -> CGSize {
| `- error: cannot find type 'NativeImage' in scope
14 | image.size
15 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:24:49: error: cannot find type 'NSMutableParagraphStyle' in scope
22 |
23 | extension InlineStyle: ExpressibleAsParagraphStyle {
24 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NSMutableParagraphStyle' in scope
25 | // nop
26 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:24:92: error: cannot find type 'NativeFont' in scope
22 |
23 | extension InlineStyle: ExpressibleAsParagraphStyle {
24 | func updateParagraphStyle(_ paragraphStyle: NSMutableParagraphStyle, with defaultFont: NativeFont) {
| `- error: cannot find type 'NativeFont' in scope
25 | // nop
26 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:33:25: error: type 'NSAttributedString.Key' has no member 'foregroundColor'
31 | switch self {
32 | case let .textColor(color):
33 | attributes[.foregroundColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'foregroundColor'
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:35:25: error: type 'NSAttributedString.Key' has no member 'font'
33 | attributes[.foregroundColor] = color
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
| `- error: type 'NSAttributedString.Key' has no member 'font'
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:35:39: error: value of type 'TextStyle' has no member 'makeFont'
33 | attributes[.foregroundColor] = color
34 | case let .textStyle(style):
35 | attributes[.font] = style.makeFont()
| `- error: value of type 'TextStyle' has no member 'makeFont'
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:37:25: error: type 'NSAttributedString.Key' has no member 'backgroundColor'
35 | attributes[.font] = style.makeFont()
36 | case let .backgroundColor(backgroundColor):
37 | attributes[.backgroundColor] = backgroundColor
| `- error: type 'NSAttributedString.Key' has no member 'backgroundColor'
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:54: error: cannot find type 'NativeFont' in scope
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: cannot find type 'NativeFont' in scope
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:84: error: value of type 'TextStyle' has no member 'makeFont'
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: value of type 'TextStyle' has no member 'makeFont'
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:39:44: error: reference to member 'font' cannot be resolved without a contextual type
37 | attributes[.backgroundColor] = backgroundColor
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
| `- error: reference to member 'font' cannot be resolved without a contextual type
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
41 | case let .strikethrough(style, color: color):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:40:25: error: type 'NSAttributedString.Key' has no member 'kern'
38 | case let .kerning(kerning):
39 | let defaultFont = (attributes[.font] as? NativeFont) ?? TextStyle.body.makeFont()
40 | attributes[.kern] = kerning.asRawPoints(for: defaultFont.pointSize)
| `- error: type 'NSAttributedString.Key' has no member 'kern'
41 | case let .strikethrough(style, color: color):
42 | if let color = color {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:43:29: error: type 'NSAttributedString.Key' has no member 'strikethroughColor'
41 | case let .strikethrough(style, color: color):
42 | if let color = color {
43 | attributes[.strikethroughColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'strikethroughColor'
44 | }
45 | attributes[.strikethroughStyle] = NSNumber(value: style.rawValue)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:45:25: error: type 'NSAttributedString.Key' has no member 'strikethroughStyle'
43 | attributes[.strikethroughColor] = color
44 | }
45 | attributes[.strikethroughStyle] = NSNumber(value: style.rawValue)
| `- error: type 'NSAttributedString.Key' has no member 'strikethroughStyle'
46 | case let .underline(style, color: color):
47 | if let color = color {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:48:29: error: type 'NSAttributedString.Key' has no member 'underlineColor'
46 | case let .underline(style, color: color):
47 | if let color = color {
48 | attributes[.underlineColor] = color
| `- error: type 'NSAttributedString.Key' has no member 'underlineColor'
49 | }
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:50:25: error: type 'NSAttributedString.Key' has no member 'underlineStyle'
48 | attributes[.underlineColor] = color
49 | }
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
| `- error: type 'NSAttributedString.Key' has no member 'underlineStyle'
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:52:53: error: cannot find type 'NativeFont' in scope
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
| `- error: cannot find type 'NativeFont' in scope
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:52:43: error: reference to member 'font' cannot be resolved without a contextual type
50 | attributes[.underlineStyle] = NSNumber(value: style.rawValue)
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
| `- error: reference to member 'font' cannot be resolved without a contextual type
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:53:25: error: type 'NSAttributedString.Key' has no member 'font'
51 | case let .fontSize(fontSize):
52 | let currentFont = attributes[.font] as? NativeFont
53 | attributes[.font] = currentFont.withSize(fontSize)
| `- error: type 'NSAttributedString.Key' has no member 'font'
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:55:53: error: cannot find type 'NativeFont' in scope
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
| `- error: cannot find type 'NativeFont' in scope
56 | attributes[.font] = currentFont.withTraits(traits)
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:55:43: error: reference to member 'font' cannot be resolved without a contextual type
53 | attributes[.font] = currentFont.withSize(fontSize)
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
| `- error: reference to member 'font' cannot be resolved without a contextual type
56 | attributes[.font] = currentFont.withTraits(traits)
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:56:25: error: type 'NSAttributedString.Key' has no member 'font'
54 | case let .fontTraits(traits):
55 | let currentFont = attributes[.font] as? NativeFont
56 | attributes[.font] = currentFont.withTraits(traits)
| `- error: type 'NSAttributedString.Key' has no member 'font'
57 | case let .backgroundBorder(width: width, color: color, sides: sides):
58 | let backgroundBorder = BackgroundBorderValue(width: width, color: color, sides: sides)
/host/spi-builder-workspace/Sources/NativeMarkKit/render/BackgroundBorderValue.swift:13:33: error: cannot find type 'NativeColor' in scope
11 | let sides: BorderSides
12 |
13 | init(width: CGFloat, color: NativeColor, sides: BorderSides) {
| `- error: cannot find type 'NativeColor' in scope
14 | self.width = width
15 | self.color = color
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:8:18: error: cannot find type 'NativeColor' in scope
6 | #endif
7 |
8 | public extension NativeColor {
| `- error: cannot find type 'NativeColor' in scope
9 | #if canImport(UIKit)
10 | static var adaptableTextColor: NativeColor {
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:82:19: error: cannot find type 'NativeColor' in scope
80 | }
81 |
82 | private extension NativeColor {
| `- error: cannot find type 'NativeColor' in scope
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:61:46: error: cannot find type 'NativeColor' in scope
59 | #endif
60 |
61 | static var adaptableBlockQuoteTextColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
62 | makeAdaptiveColor(light: .blockQuoteText, dark: blockQuoteTextDark)
63 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:65:48: error: cannot find type 'NativeColor' in scope
63 | }
64 |
65 | static var adaptableBlockQuoteMarginColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
66 | makeAdaptiveColor(light: .lightGray, dark: .darkGray)
67 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:69:46: error: cannot find type 'NativeColor' in scope
67 | }
68 |
69 | static var adaptableCodeBackgroundColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
70 | makeAdaptiveColor(light: .codeBackground, dark: .codeBackgroundDark)
71 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:73:42: error: cannot find type 'NativeColor' in scope
71 | }
72 |
73 | static var adaptableCodeBorderColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
74 | makeAdaptiveColor(light: .lightGray, dark: .darkGray)
75 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:77:48: error: cannot find type 'NativeColor' in scope
75 | }
76 |
77 | static var adaptableImagePlaceholderColor: NativeColor {
| `- error: cannot find type 'NativeColor' in scope
78 | makeAdaptiveColor(light: .imagePlaceholder, dark: .imagePlaceholderDark)
79 | }
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:83:33: error: cannot find 'NativeColor' in scope
81 |
82 | private extension NativeColor {
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:84:37: error: cannot find 'NativeColor' in scope
82 | private extension NativeColor {
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:85:33: error: cannot find 'NativeColor' in scope
83 | static let blockQuoteText = NativeColor(red: 0.25, green: 0.25, blue: 0.25, alpha: 1.0)
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:86:37: error: cannot find 'NativeColor' in scope
84 | static let blockQuoteTextDark = NativeColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:87:35: error: cannot find 'NativeColor' in scope
85 | static let codeBackground = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
89 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeColor+Adaptable.swift:88:39: error: cannot find 'NativeColor' in scope
86 | static let codeBackgroundDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
87 | static let imagePlaceholder = NativeColor(red: 0.95, green: 0.95, blue: 0.95, alpha: 1.0)
88 | static let imagePlaceholderDark = NativeColor(red: 0.05, green: 0.05, blue: 0.05, alpha: 1.0)
| `- error: cannot find 'NativeColor' in scope
89 |
90 | #if canImport(AppKit)
[112/127] Compiling NativeMarkKit ParagraphBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[113/127] Compiling NativeMarkKit SetextHeadingBlockStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[114/127] Compiling NativeMarkKit ThematicBreakBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[115/127] Compiling NativeMarkKit ThematicBreakBlockStarter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[116/127] Compiling NativeMarkKit AutolinkParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[117/127] Compiling NativeMarkKit BackslashParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[118/127] Compiling NativeMarkKit BackticksParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[119/127] Compiling NativeMarkKit BangParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[120/127] Compiling NativeMarkKit CloseBracketParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[121/127] Compiling NativeMarkKit Delimiter.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[122/127] Compiling NativeMarkKit DelimiterOrInlineText.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[123/127] Compiling NativeMarkKit DelimiterParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[124/127] Compiling NativeMarkKit DelimiterStack.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[125/127] Compiling NativeMarkKit EntityParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[126/127] Compiling NativeMarkKit InlineBlockParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
[127/127] Compiling NativeMarkKit InlineLinkParser.swift
/host/spi-builder-workspace/Sources/NativeMarkKit/render/CGRect+Render.swift:28:8: error: Unsupported platform
26 | }
27 | #else
28 | #error("Unsupported platform")
| `- error: Unsupported platform
29 | #endif
30 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/LayoutManager.swift:7:8: error: Unsupported platform
5 | import AppKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeImage.swift:35:8: error: Unsupported platform
33 |
34 | #else
35 | #error("Unsupported platform")
| `- error: Unsupported platform
36 | #endif
37 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/NativeTextAttachment.swift:21:8: error: Unsupported platform
19 | import UIKit
20 | #else
21 | #error("Unsupported platform")
| `- error: Unsupported platform
22 | #endif
23 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/Renderer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/TextContainer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/render/ThematicBreakAttachment.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByHeight.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/AspectScaleDownByWidth.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/BlockStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/DefaultImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Em.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/ImageSizer.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/InlineStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Length.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/NativeTypes.swift:33:8: error: Unsupported platform
31 | #else
32 |
33 | #error("Unsupported platform")
| `- error: Unsupported platform
34 |
35 | #endif
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Points.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Strikethrough.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleSheet.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/StyleStack.swift:8:8: error: Unsupported platform
6 | import UIKit
7 | #else
8 | #error("Unsupported platform")
| `- error: Unsupported platform
9 | #endif
10 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/TextStyle.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
/host/spi-builder-workspace/Sources/NativeMarkKit/style/Underline.swift:7:8: error: Unsupported platform
5 | import UIKit
6 | #else
7 | #error("Unsupported platform")
| `- error: Unsupported platform
8 | #endif
9 |
BUILD FAILURE 6.3 android