Build Information
Failed to build WordPress-AztecEditor-iOS, reference develop (2aade4
), with Swift 6.1 for macOS (SPM) on 16 Jun 2025 14:05:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
8 |
9 | public typealias RawValue = String
:
105 | public static let span = Element("span")
106 | public static let strike = Element("strike")
107 | public static let strong = Element("strong")
| |- warning: static property 'strong' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'strong' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 | public static let sub = Element("sub")
109 | public static let sup = Element("sup")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:108:23: warning: static property 'sub' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
106 | public static let strike = Element("strike")
107 | public static let strong = Element("strong")
108 | public static let sub = Element("sub")
| |- warning: static property 'sub' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sub' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
109 | public static let sup = Element("sup")
110 | public static let table = Element("table")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:109:23: warning: static property 'sup' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
107 | public static let strong = Element("strong")
108 | public static let sub = Element("sub")
109 | public static let sup = Element("sup")
| |- warning: static property 'sup' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 | public static let table = Element("table")
111 | public static let tbody = Element("tbody")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:110:23: warning: static property 'table' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
108 | public static let sub = Element("sub")
109 | public static let sup = Element("sup")
110 | public static let table = Element("table")
| |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 | public static let tbody = Element("tbody")
112 | public static let td = Element("td")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:111:23: warning: static property 'tbody' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
109 | public static let sup = Element("sup")
110 | public static let table = Element("table")
111 | public static let tbody = Element("tbody")
| |- warning: static property 'tbody' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tbody' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 | public static let td = Element("td")
113 | public static let tfoot = Element("tfoot")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:112:23: warning: static property 'td' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
110 | public static let table = Element("table")
111 | public static let tbody = Element("tbody")
112 | public static let td = Element("td")
| |- warning: static property 'td' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'td' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
113 | public static let tfoot = Element("tfoot")
114 | public static let th = Element("th")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:113:23: warning: static property 'tfoot' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
111 | public static let tbody = Element("tbody")
112 | public static let td = Element("td")
113 | public static let tfoot = Element("tfoot")
| |- warning: static property 'tfoot' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tfoot' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 | public static let th = Element("th")
115 | public static let thead = Element("thead")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:114:23: warning: static property 'th' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
112 | public static let td = Element("td")
113 | public static let tfoot = Element("tfoot")
114 | public static let th = Element("th")
| |- warning: static property 'th' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'th' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 | public static let thead = Element("thead")
116 | public static let tr = Element("tr")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:115:23: warning: static property 'thead' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
113 | public static let tfoot = Element("tfoot")
114 | public static let th = Element("th")
115 | public static let thead = Element("thead")
| |- warning: static property 'thead' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'thead' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 | public static let tr = Element("tr")
117 | public static let track = Element("track")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:116:23: warning: static property 'tr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
114 | public static let th = Element("th")
115 | public static let thead = Element("thead")
116 | public static let tr = Element("tr")
| |- warning: static property 'tr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
117 | public static let track = Element("track")
118 | public static let u = Element("u")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:117:23: warning: static property 'track' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
115 | public static let thead = Element("thead")
116 | public static let tr = Element("tr")
117 | public static let track = Element("track")
| |- warning: static property 'track' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'track' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 | public static let u = Element("u")
119 | public static let ul = Element("ul")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:118:23: warning: static property 'u' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
116 | public static let tr = Element("tr")
117 | public static let track = Element("track")
118 | public static let u = Element("u")
| |- warning: static property 'u' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'u' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 | public static let ul = Element("ul")
120 | public static let video = Element("video")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:119:23: warning: static property 'ul' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
117 | public static let track = Element("track")
118 | public static let u = Element("u")
119 | public static let ul = Element("ul")
| |- warning: static property 'ul' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ul' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | public static let video = Element("video")
121 | public static let wbr = Element("wbr")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:120:23: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
118 | public static let u = Element("u")
119 | public static let ul = Element("ul")
120 | public static let video = Element("video")
| |- warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
121 | public static let wbr = Element("wbr")
122 | public static let body = Element("body")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:121:23: warning: static property 'wbr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
119 | public static let ul = Element("ul")
120 | public static let video = Element("video")
121 | public static let wbr = Element("wbr")
| |- warning: static property 'wbr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wbr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
122 | public static let body = Element("body")
123 | public static let mark = Element("mark")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:122:23: warning: static property 'body' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
120 | public static let video = Element("video")
121 | public static let wbr = Element("wbr")
122 | public static let body = Element("body")
| |- warning: static property 'body' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'body' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
123 | public static let mark = Element("mark")
124 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:123:23: warning: static property 'mark' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
121 | public static let wbr = Element("wbr")
122 | public static let body = Element("body")
123 | public static let mark = Element("mark")
| |- warning: static property 'mark' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mark' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
124 |
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/ElementNode.swift:15:24: warning: static property 'headerLevels' is not concurrency-safe because non-'Sendable' type '[Element]' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | private static let headerLevels: [Element] = [.h1, .h2, .h3, .h4, .h5, .h6]
| |- warning: static property 'headerLevels' is not concurrency-safe because non-'Sendable' type '[Element]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'headerLevels' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | public class func elementTypeForHeaderLevel(_ headerLevel: Int) -> Element? {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:7:15: note: consider making struct 'Element' conform to the 'Sendable' protocol
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
[32/35] Compiling HTMLParser Node.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:15:23: warning: static property 'blockLevelElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | /// This can be extended in case new elements need to be defined.
14 | ///
15 | public static var blockLevelElements: Set<Element> = Set([.address, .aztecRootNode, .blockquote, .div, .dl, .dd, .dt, .fieldset, .figure, .figcaption, .form, .h1, .h2, .h3, .h4, .h5, .h6, .hr, .li, .noscript, .ol, .p, .pre, .table, .td, .tr, .ul])
| |- warning: static property 'blockLevelElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'blockLevelElements' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'blockLevelElements' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// List of void elements. These will *not* to have a closing tag and cannot have children.
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:21:23: warning: static property 'voidElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 | /// Ref. http://w3c.github.io/html/syntax.html#void-elements
20 | ///
21 | public static var voidElements: [Element] = [.area, .base, .br, .col, .embed, .hr, .img, .input, .link, .meta, .param, .source, .track, .wbr, .source]
| |- warning: static property 'voidElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'voidElements' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'voidElements' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 | /// This should hardly be anything other than .pre, but has been made customizable anyway.
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:25:23: warning: static property 'preformattedElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | /// This should hardly be anything other than .pre, but has been made customizable anyway.
24 | ///
25 | public static var preformattedElements: [Element] = [.pre]
| |- warning: static property 'preformattedElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'preformattedElements' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'preformattedElements' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 | /// List of block HTML elements that can be merged together when they are sibling to each other
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:29:23: warning: static property 'mergeableBlockLevelElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
27 | /// List of block HTML elements that can be merged together when they are sibling to each other
28 | ///
29 | public static var mergeableBlockLevelElements = Set<Element>([.blockquote, .div, .figure, .figcaption, .h1, .h2, .h3, .h4, .h5, .h6, .hr, .li, .ol, .ul, .p, .pre])
| |- warning: static property 'mergeableBlockLevelElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'mergeableBlockLevelElements' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'mergeableBlockLevelElements' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | /// List of style HTML elements that can be merged together when they are sibling to each other
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:32:23: warning: static property 'mergeableStyleElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
30 |
31 | /// List of style HTML elements that can be merged together when they are sibling to each other
32 | public static var mergeableStyleElements = Set<Element>([.i, .em, .b, .strong, .strike, .u, .code, .cite, .a, .sup, .sub, .mark])
| |- warning: static property 'mergeableStyleElements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'mergeableStyleElements' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'mergeableStyleElements' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// List of block level elements that can be merged but only when they have a single children that is also mergeable
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:36:23: warning: static property 'mergeableBlocklevelElementsSingleChildren' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 | /// List of block level elements that can be merged but only when they have a single children that is also mergeable
35 | ///
36 | public static var mergeableBlocklevelElementsSingleChildren = Set<Element>()
| |- warning: static property 'mergeableBlocklevelElementsSingleChildren' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'mergeableBlocklevelElementsSingleChildren' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'mergeableBlocklevelElementsSingleChildren' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:58:16: warning: static property 'aztecRootNode' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
56 |
57 | public extension Element {
58 | static let aztecRootNode = Element("aztec.htmltag.rootnode")
| |- warning: static property 'aztecRootNode' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'aztecRootNode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | }
60 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:64:23: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
62 | ///
63 | extension Element {
64 | public static let a = Element("a")
| |- warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
65 | public static let area = Element("area")
66 | public static let address = Element("address")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:65:23: warning: static property 'area' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
63 | extension Element {
64 | public static let a = Element("a")
65 | public static let area = Element("area")
| |- warning: static property 'area' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'area' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | public static let address = Element("address")
67 | public static let b = Element("b")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:66:23: warning: static property 'address' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
64 | public static let a = Element("a")
65 | public static let area = Element("area")
66 | public static let address = Element("address")
| |- warning: static property 'address' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'address' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 | public static let b = Element("b")
68 | public static let base = Element("base")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:67:23: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
65 | public static let area = Element("area")
66 | public static let address = Element("address")
67 | public static let b = Element("b")
| |- warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
68 | public static let base = Element("base")
69 | public static let br = Element("br")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:68:23: warning: static property 'base' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
66 | public static let address = Element("address")
67 | public static let b = Element("b")
68 | public static let base = Element("base")
| |- warning: static property 'base' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'base' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | public static let br = Element("br")
70 | public static let blockquote = Element("blockquote")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:69:23: warning: static property 'br' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
67 | public static let b = Element("b")
68 | public static let base = Element("base")
69 | public static let br = Element("br")
| |- warning: static property 'br' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'br' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | public static let blockquote = Element("blockquote")
71 | public static let cite = Element("cite")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:70:23: warning: static property 'blockquote' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
68 | public static let base = Element("base")
69 | public static let br = Element("br")
70 | public static let blockquote = Element("blockquote")
| |- warning: static property 'blockquote' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'blockquote' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | public static let cite = Element("cite")
72 | public static let code = Element("code")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:71:23: warning: static property 'cite' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
69 | public static let br = Element("br")
70 | public static let blockquote = Element("blockquote")
71 | public static let cite = Element("cite")
| |- warning: static property 'cite' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'cite' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
72 | public static let code = Element("code")
73 | public static let col = Element("col")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:72:23: warning: static property 'code' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
70 | public static let blockquote = Element("blockquote")
71 | public static let cite = Element("cite")
72 | public static let code = Element("code")
| |- warning: static property 'code' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'code' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | public static let col = Element("col")
74 | public static let dd = Element("dd")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:73:23: warning: static property 'col' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
71 | public static let cite = Element("cite")
72 | public static let code = Element("code")
73 | public static let col = Element("col")
| |- warning: static property 'col' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'col' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
74 | public static let dd = Element("dd")
75 | public static let del = Element("del")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:74:23: warning: static property 'dd' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
72 | public static let code = Element("code")
73 | public static let col = Element("col")
74 | public static let dd = Element("dd")
| |- warning: static property 'dd' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'dd' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
75 | public static let del = Element("del")
76 | public static let div = Element("div")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:75:23: warning: static property 'del' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
73 | public static let col = Element("col")
74 | public static let dd = Element("dd")
75 | public static let del = Element("del")
| |- warning: static property 'del' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'del' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | public static let div = Element("div")
77 | public static let dl = Element("dl")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:76:23: warning: static property 'div' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
74 | public static let dd = Element("dd")
75 | public static let del = Element("del")
76 | public static let div = Element("div")
| |- warning: static property 'div' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'div' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
77 | public static let dl = Element("dl")
78 | public static let dt = Element("dt")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:77:23: warning: static property 'dl' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
75 | public static let del = Element("del")
76 | public static let div = Element("div")
77 | public static let dl = Element("dl")
| |- warning: static property 'dl' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'dl' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | public static let dt = Element("dt")
79 | public static let em = Element("em")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:78:23: warning: static property 'dt' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
76 | public static let div = Element("div")
77 | public static let dl = Element("dl")
78 | public static let dt = Element("dt")
| |- warning: static property 'dt' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'dt' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public static let em = Element("em")
80 | public static let embed = Element("embed")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:79:23: warning: static property 'em' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
77 | public static let dl = Element("dl")
78 | public static let dt = Element("dt")
79 | public static let em = Element("em")
| |- warning: static property 'em' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'em' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
80 | public static let embed = Element("embed")
81 | public static let fieldset = Element("fieldset")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:80:23: warning: static property 'embed' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
78 | public static let dt = Element("dt")
79 | public static let em = Element("em")
80 | public static let embed = Element("embed")
| |- warning: static property 'embed' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'embed' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
81 | public static let fieldset = Element("fieldset")
82 | public static let figure = Element("figure")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:81:23: warning: static property 'fieldset' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
79 | public static let em = Element("em")
80 | public static let embed = Element("embed")
81 | public static let fieldset = Element("fieldset")
| |- warning: static property 'fieldset' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'fieldset' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 | public static let figure = Element("figure")
83 | public static let figcaption = Element("figcaption")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:82:23: warning: static property 'figure' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
80 | public static let embed = Element("embed")
81 | public static let fieldset = Element("fieldset")
82 | public static let figure = Element("figure")
| |- warning: static property 'figure' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'figure' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
83 | public static let figcaption = Element("figcaption")
84 | public static let form = Element("form")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:83:23: warning: static property 'figcaption' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
81 | public static let fieldset = Element("fieldset")
82 | public static let figure = Element("figure")
83 | public static let figcaption = Element("figcaption")
| |- warning: static property 'figcaption' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'figcaption' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
84 | public static let form = Element("form")
85 | public static let meta = Element("meta")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:84:23: warning: static property 'form' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
82 | public static let figure = Element("figure")
83 | public static let figcaption = Element("figcaption")
84 | public static let form = Element("form")
| |- warning: static property 'form' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'form' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 | public static let meta = Element("meta")
86 | public static let h1 = Element("h1")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:85:23: warning: static property 'meta' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
83 | public static let figcaption = Element("figcaption")
84 | public static let form = Element("form")
85 | public static let meta = Element("meta")
| |- warning: static property 'meta' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'meta' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | public static let h1 = Element("h1")
87 | public static let h2 = Element("h2")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:86:23: warning: static property 'h1' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
84 | public static let form = Element("form")
85 | public static let meta = Element("meta")
86 | public static let h1 = Element("h1")
| |- warning: static property 'h1' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'h1' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
87 | public static let h2 = Element("h2")
88 | public static let h3 = Element("h3")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:87:23: warning: static property 'h2' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
85 | public static let meta = Element("meta")
86 | public static let h1 = Element("h1")
87 | public static let h2 = Element("h2")
| |- warning: static property 'h2' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'h2' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
88 | public static let h3 = Element("h3")
89 | public static let h4 = Element("h4")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:88:23: warning: static property 'h3' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
86 | public static let h1 = Element("h1")
87 | public static let h2 = Element("h2")
88 | public static let h3 = Element("h3")
| |- warning: static property 'h3' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'h3' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
89 | public static let h4 = Element("h4")
90 | public static let h5 = Element("h5")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:89:23: warning: static property 'h4' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
87 | public static let h2 = Element("h2")
88 | public static let h3 = Element("h3")
89 | public static let h4 = Element("h4")
| |- warning: static property 'h4' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'h4' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
90 | public static let h5 = Element("h5")
91 | public static let h6 = Element("h6")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:90:23: warning: static property 'h5' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
88 | public static let h3 = Element("h3")
89 | public static let h4 = Element("h4")
90 | public static let h5 = Element("h5")
| |- warning: static property 'h5' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'h5' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
91 | public static let h6 = Element("h6")
92 | public static let hr = Element("hr")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:91:23: warning: static property 'h6' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
89 | public static let h4 = Element("h4")
90 | public static let h5 = Element("h5")
91 | public static let h6 = Element("h6")
| |- warning: static property 'h6' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'h6' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
92 | public static let hr = Element("hr")
93 | public static let i = Element("i")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:92:23: warning: static property 'hr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
90 | public static let h5 = Element("h5")
91 | public static let h6 = Element("h6")
92 | public static let hr = Element("hr")
| |- warning: static property 'hr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
93 | public static let i = Element("i")
94 | public static let img = Element("img")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:93:23: warning: static property 'i' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
91 | public static let h6 = Element("h6")
92 | public static let hr = Element("hr")
93 | public static let i = Element("i")
| |- warning: static property 'i' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'i' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 | public static let img = Element("img")
95 | public static let input = Element("input")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:94:23: warning: static property 'img' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
92 | public static let hr = Element("hr")
93 | public static let i = Element("i")
94 | public static let img = Element("img")
| |- warning: static property 'img' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'img' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
95 | public static let input = Element("input")
96 | public static let li = Element("li")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:95:23: warning: static property 'input' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
93 | public static let i = Element("i")
94 | public static let img = Element("img")
95 | public static let input = Element("input")
| |- warning: static property 'input' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'input' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 | public static let li = Element("li")
97 | public static let link = Element("link")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:96:23: warning: static property 'li' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
94 | public static let img = Element("img")
95 | public static let input = Element("input")
96 | public static let li = Element("li")
| |- warning: static property 'li' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'li' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
97 | public static let link = Element("link")
98 | public static let noscript = Element("noscript")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:97:23: warning: static property 'link' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
95 | public static let input = Element("input")
96 | public static let li = Element("li")
97 | public static let link = Element("link")
| |- warning: static property 'link' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'link' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
98 | public static let noscript = Element("noscript")
99 | public static let ol = Element("ol")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:98:23: warning: static property 'noscript' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
96 | public static let li = Element("li")
97 | public static let link = Element("link")
98 | public static let noscript = Element("noscript")
| |- warning: static property 'noscript' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'noscript' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 | public static let ol = Element("ol")
100 | public static let p = Element("p")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:99:23: warning: static property 'ol' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
97 | public static let link = Element("link")
98 | public static let noscript = Element("noscript")
99 | public static let ol = Element("ol")
| |- warning: static property 'ol' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ol' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 | public static let p = Element("p")
101 | public static let param = Element("param")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:100:23: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
98 | public static let noscript = Element("noscript")
99 | public static let ol = Element("ol")
100 | public static let p = Element("p")
| |- warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 | public static let param = Element("param")
102 | public static let pre = Element("pre")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:101:23: warning: static property 'param' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
99 | public static let ol = Element("ol")
100 | public static let p = Element("p")
101 | public static let param = Element("param")
| |- warning: static property 'param' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'param' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | public static let pre = Element("pre")
103 | public static let s = Element("s")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:102:23: warning: static property 'pre' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
100 | public static let p = Element("p")
101 | public static let param = Element("param")
102 | public static let pre = Element("pre")
| |- warning: static property 'pre' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'pre' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | public static let s = Element("s")
104 | public static let source = Element("source")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:103:23: warning: static property 's' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
101 | public static let param = Element("param")
102 | public static let pre = Element("pre")
103 | public static let s = Element("s")
| |- warning: static property 's' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 's' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
104 | public static let source = Element("source")
105 | public static let span = Element("span")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:104:23: warning: static property 'source' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
102 | public static let pre = Element("pre")
103 | public static let s = Element("s")
104 | public static let source = Element("source")
| |- warning: static property 'source' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'source' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 | public static let span = Element("span")
106 | public static let strike = Element("strike")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:105:23: warning: static property 'span' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
103 | public static let s = Element("s")
104 | public static let source = Element("source")
105 | public static let span = Element("span")
| |- warning: static property 'span' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'span' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 | public static let strike = Element("strike")
107 | public static let strong = Element("strong")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:106:23: warning: static property 'strike' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
104 | public static let source = Element("source")
105 | public static let span = Element("span")
106 | public static let strike = Element("strike")
| |- warning: static property 'strike' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'strike' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 | public static let strong = Element("strong")
108 | public static let sub = Element("sub")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:107:23: warning: static property 'strong' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
105 | public static let span = Element("span")
106 | public static let strike = Element("strike")
107 | public static let strong = Element("strong")
| |- warning: static property 'strong' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'strong' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 | public static let sub = Element("sub")
109 | public static let sup = Element("sup")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:108:23: warning: static property 'sub' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
106 | public static let strike = Element("strike")
107 | public static let strong = Element("strong")
108 | public static let sub = Element("sub")
| |- warning: static property 'sub' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sub' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
109 | public static let sup = Element("sup")
110 | public static let table = Element("table")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:109:23: warning: static property 'sup' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
107 | public static let strong = Element("strong")
108 | public static let sub = Element("sub")
109 | public static let sup = Element("sup")
| |- warning: static property 'sup' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sup' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 | public static let table = Element("table")
111 | public static let tbody = Element("tbody")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:110:23: warning: static property 'table' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
108 | public static let sub = Element("sub")
109 | public static let sup = Element("sup")
110 | public static let table = Element("table")
| |- warning: static property 'table' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'table' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 | public static let tbody = Element("tbody")
112 | public static let td = Element("td")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:111:23: warning: static property 'tbody' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
109 | public static let sup = Element("sup")
110 | public static let table = Element("table")
111 | public static let tbody = Element("tbody")
| |- warning: static property 'tbody' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tbody' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 | public static let td = Element("td")
113 | public static let tfoot = Element("tfoot")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:112:23: warning: static property 'td' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
110 | public static let table = Element("table")
111 | public static let tbody = Element("tbody")
112 | public static let td = Element("td")
| |- warning: static property 'td' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'td' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
113 | public static let tfoot = Element("tfoot")
114 | public static let th = Element("th")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:113:23: warning: static property 'tfoot' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
111 | public static let tbody = Element("tbody")
112 | public static let td = Element("td")
113 | public static let tfoot = Element("tfoot")
| |- warning: static property 'tfoot' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tfoot' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 | public static let th = Element("th")
115 | public static let thead = Element("thead")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:114:23: warning: static property 'th' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
112 | public static let td = Element("td")
113 | public static let tfoot = Element("tfoot")
114 | public static let th = Element("th")
| |- warning: static property 'th' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'th' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 | public static let thead = Element("thead")
116 | public static let tr = Element("tr")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:115:23: warning: static property 'thead' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
113 | public static let tfoot = Element("tfoot")
114 | public static let th = Element("th")
115 | public static let thead = Element("thead")
| |- warning: static property 'thead' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'thead' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 | public static let tr = Element("tr")
117 | public static let track = Element("track")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:116:23: warning: static property 'tr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
114 | public static let th = Element("th")
115 | public static let thead = Element("thead")
116 | public static let tr = Element("tr")
| |- warning: static property 'tr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
117 | public static let track = Element("track")
118 | public static let u = Element("u")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:117:23: warning: static property 'track' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
115 | public static let thead = Element("thead")
116 | public static let tr = Element("tr")
117 | public static let track = Element("track")
| |- warning: static property 'track' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'track' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 | public static let u = Element("u")
119 | public static let ul = Element("ul")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:118:23: warning: static property 'u' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
116 | public static let tr = Element("tr")
117 | public static let track = Element("track")
118 | public static let u = Element("u")
| |- warning: static property 'u' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'u' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 | public static let ul = Element("ul")
120 | public static let video = Element("video")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:119:23: warning: static property 'ul' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
117 | public static let track = Element("track")
118 | public static let u = Element("u")
119 | public static let ul = Element("ul")
| |- warning: static property 'ul' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ul' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | public static let video = Element("video")
121 | public static let wbr = Element("wbr")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:120:23: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
118 | public static let u = Element("u")
119 | public static let ul = Element("ul")
120 | public static let video = Element("video")
| |- warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
121 | public static let wbr = Element("wbr")
122 | public static let body = Element("body")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:121:23: warning: static property 'wbr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
119 | public static let ul = Element("ul")
120 | public static let video = Element("video")
121 | public static let wbr = Element("wbr")
| |- warning: static property 'wbr' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'wbr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
122 | public static let body = Element("body")
123 | public static let mark = Element("mark")
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:122:23: warning: static property 'body' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
120 | public static let video = Element("video")
121 | public static let wbr = Element("wbr")
122 | public static let body = Element("body")
| |- warning: static property 'body' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'body' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
123 | public static let mark = Element("mark")
124 |
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:123:23: warning: static property 'mark' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
:
121 | public static let wbr = Element("wbr")
122 | public static let body = Element("body")
123 | public static let mark = Element("mark")
| |- warning: static property 'mark' is not concurrency-safe because non-'Sendable' type 'Element' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mark' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
124 |
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/ElementNode.swift:15:24: warning: static property 'headerLevels' is not concurrency-safe because non-'Sendable' type '[Element]' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }
14 |
15 | private static let headerLevels: [Element] = [.h1, .h2, .h3, .h4, .h5, .h6]
| |- warning: static property 'headerLevels' is not concurrency-safe because non-'Sendable' type '[Element]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'headerLevels' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | public class func elementTypeForHeaderLevel(_ headerLevel: Int) -> Element? {
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:7:15: note: consider making struct 'Element' conform to the 'Sendable' protocol
5 | /// have non-standard names.
6 | ///
7 | public struct Element: RawRepresentable, Hashable {
| `- note: consider making struct 'Element' conform to the 'Sendable' protocol
8 |
9 | public typealias RawValue = String
[33/35] Compiling HTMLParser InAttributesConverter.swift
[34/35] Compiling HTMLParser InNodeConverter.swift
[35/35] Compiling HTMLParser InNodesConverter.swift
[36/172] Compiling Aztec Aztec.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[37/172] Compiling Aztec Metrics.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[38/172] Compiling Aztec ElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[39/172] Compiling Aztec MainAttributesConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[40/172] Compiling Aztec BoldElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[41/172] Compiling Aztec ForegroundColorElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[42/172] Compiling Aztec ItalicElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[43/172] Compiling Aztec UnderlineElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[44/172] Compiling Aztec AttachmentElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[45/172] Compiling Aztec ElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[46/172] Compiling Aztec FormatterElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[47/172] Compiling Aztec BRElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[48/172] Compiling Aztec CiteElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[49/172] Compiling Aztec FigcaptionElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[50/172] Compiling Aztec FigureElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[51/172] Compiling Aztec GenericElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[52/187] Compiling Aztec HRElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[53/187] Compiling Aztec ImageElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[54/187] Compiling Aztec LIElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[55/187] Compiling Aztec VideoElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[56/187] Compiling Aztec ConditionalStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[57/187] Compiling Aztec StringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[58/187] Compiling Aztec ConditionalItalicStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[59/187] Compiling Aztec BoldStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[60/187] Compiling Aztec CiteStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[61/187] Compiling Aztec ItalicStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[62/187] Compiling Aztec MarkStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[63/187] Compiling Aztec SubscriptStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[64/187] Compiling Aztec SuperscriptStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[65/187] Compiling Aztec UnderlineStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[66/187] Compiling Aztec HTMLStyleToggler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[67/187] Compiling Aztec NSAttributedStringKey+Aztec.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[68/187] Compiling Aztec NSAttributedStringKey+Conversion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[69/187] Compiling Aztec NSBundle+AztecBundle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[70/187] Compiling Aztec NSLayoutManager+Attachments.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[71/187] Compiling Aztec NSMutableAttributedString+ParagraphProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[72/187] Compiling Aztec NSMutableAttributedString+ReplaceAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[73/187] Compiling Aztec NSMutableAttributedString+ReplaceOcurrences.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[74/187] Compiling Aztec NSRange+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[75/187] Compiling Aztec NSTextingResult+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[76/187] Compiling Aztec String+EndOfLine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[77/187] Compiling Aztec String+Paragraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[78/187] Compiling Aztec String+RangeConversion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[79/187] Compiling Aztec StringUTF16+RangeConversion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[80/187] Compiling Aztec UIColor+Parsers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[81/187] Compiling Aztec UIFont+Emoji.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[82/187] Compiling Aztec AttributedStringParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[83/187] Compiling Aztec AttributedStringSerializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[84/187] Compiling Aztec HTMLConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[85/187] Compiling Aztec ParagraphPropertyConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[86/187] Compiling Aztec Plugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[87/187] Compiling Aztec PluginInputCustomizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[88/187] Compiling Aztec PluginManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[89/187] Compiling Aztec PluginOutputCustomizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[90/187] Compiling Aztec HTMLProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[91/187] Compiling Aztec HTMLTreeProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[92/187] Compiling Aztec PipelineProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[93/187] Compiling Aztec Processor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[94/187] Compiling Aztec RegexProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[95/187] Compiling Aztec ShortcodeAttribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[96/187] Compiling Aztec ShortcodeAttributeParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[97/187] Compiling Aztec TextListFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[98/187] Compiling Aztec UnderlineFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[99/187] Compiling Aztec Assets.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[100/187] Compiling Aztec FormatBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[101/187] Compiling Aztec FormatBarDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[102/187] Compiling Aztec FormatBarItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[103/187] Compiling Aztec FormattingIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[104/187] Compiling Aztec HTMLRepresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[105/187] Compiling Aztec UnsupportedHTML.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[106/187] Compiling Aztec AttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[107/187] Compiling Aztec CommentAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[108/187] Compiling Aztec HTMLAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[109/187] Compiling Aztec ImageAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[110/187] Compiling Aztec LineAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[111/187] Compiling Aztec VideoAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[112/187] Compiling Aztec Figure.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[113/187] Compiling Aztec HTMLDiv.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[114/187] Compiling Aztec HTMLLi.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[115/187] Compiling Aztec HTMLParagraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[116/187] Compiling Aztec HTMLPre.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[117/187] Compiling Aztec Header.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[118/187] Compiling Aztec ParagraphProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[119/187] Compiling Aztec TextList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[120/187] Compiling Aztec ParagraphStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[121/187] Compiling Aztec RenderableAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[122/187] Compiling Aztec TextStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[123/187] Compiling Aztec TextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[124/187] Compiling Aztec TextViewPasteboardDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[125/187] Compiling Aztec VideoAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[126/187] Compiling Aztec resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[127/187] Emitting module Aztec
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[128/187] Compiling Aztec UIFont+Traits.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[129/187] Compiling Aztec UIImage+Resize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[130/187] Compiling Aztec UILayoutPriority+Swift4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[131/187] Compiling Aztec UIPasteboard+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[132/187] Compiling Aztec UIStackView+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[133/187] Compiling Aztec UITextView+Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[134/187] Compiling Aztec UITextView+Undoable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[135/187] Compiling Aztec AttributeFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[136/187] Compiling Aztec FontFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[137/187] Compiling Aztec ParagraphAttributeFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[138/187] Compiling Aztec StandardAttributeFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[139/187] Compiling Aztec BlockquoteFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[140/187] Compiling Aztec BoldFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[141/187] Compiling Aztec BoldWithShadowForHeadingFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[142/187] Compiling Aztec CiteFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[143/187] Compiling Aztec EditorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[144/187] Compiling Aztec Array+Attribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[145/187] Compiling Aztec Array+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[146/187] Compiling Aztec Array+ShortcodeAttribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[147/187] Compiling Aztec Dictionary+AttributedStringKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[148/187] Compiling Aztec DocumentReadingOptionKey+Swift4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[149/187] Compiling Aztec DocumentType+Swift4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[150/187] Compiling Aztec NSAttributedString+Analyzers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[151/187] Compiling Aztec NSAttributedString+Archive.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[152/187] Compiling Aztec NSAttributedString+Attachments.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[153/187] Compiling Aztec NSAttributedString+CharacterName.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[154/187] Compiling Aztec NSAttributedString+FontTraits.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[155/187] Compiling Aztec NSAttributedString+Lists.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[156/187] Compiling Aztec NSAttributedString+ParagraphRange.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[157/187] Compiling Aztec NSAttributedString+ReplaceOcurrences.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[158/187] Compiling Aztec CodeFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[159/187] Compiling Aztec ColorFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[160/187] Compiling Aztec FigcaptionFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[161/187] Compiling Aztec FigureFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[162/187] Compiling Aztec HTMLDivFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[163/187] Compiling Aztec HTMLParagraphFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[164/187] Compiling Aztec HeaderFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[165/187] Compiling Aztec ItalicFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[166/187] Compiling Aztec LiFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[167/187] Compiling Aztec LinkFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[168/187] Compiling Aztec MarkFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[169/187] Compiling Aztec PreFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[170/187] Compiling Aztec StrikethroughFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[171/187] Compiling Aztec SubscriptFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[172/187] Compiling Aztec SuperscriptFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[173/187] Compiling Aztec ShortcodeAttributeSerializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[174/187] Compiling Aztec CommentAttachmentRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[175/187] Compiling Aztec HTMLAttachmentRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[176/187] Compiling Aztec ColorProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[177/187] Compiling Aztec CommentAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[178/187] Compiling Aztec Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[179/187] Compiling Aztec FontProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[180/187] Compiling Aztec HTMLAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[181/187] Compiling Aztec HTMLStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[182/187] Compiling Aztec ImageAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[183/187] Compiling Aztec LayoutManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[184/187] Compiling Aztec LineAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[185/187] Compiling Aztec MediaAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[186/187] Compiling Aztec Blockquote.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[187/187] Compiling Aztec Figcaption.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/WordPressEditor/Assets/aztec.png
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/28] Emitting module HTMLParser
[3/30] Compiling HTMLParser ForegroundColorCSSAttributeMatcher.swift
[4/30] Compiling HTMLParser ItalicCSSAttributeMatcher.swift
[5/30] Compiling HTMLParser UnderlineCSSAttributeMatcher.swift
[6/30] Compiling HTMLParser CSSParser.swift
[7/30] Compiling HTMLParser HTMLParser.swift
[8/30] Compiling HTMLParser InAttributeConverter.swift
[9/30] Compiling HTMLParser CLinkedListToArrayConverter.swift
[10/30] Compiling HTMLParser Converter.swift
[11/30] Compiling HTMLParser TextNode.swift
[12/30] Compiling HTMLParser BoldCSSAttributeMatcher.swift
[13/30] Compiling HTMLParser CSSAttributeMatcher.swift
[14/30] Compiling HTMLParser ElementToStringConverter.swift
[15/30] Compiling HTMLParser GenericElementToTagConverter.swift
[16/30] Compiling HTMLParser Character+Name.swift
[17/30] Compiling HTMLParser CSSAttribute.swift
[18/30] Compiling HTMLParser CSSAttributeType.swift
[19/30] Compiling HTMLParser CommentNode.swift
[20/30] Compiling HTMLParser InAttributesConverter.swift
[21/30] Compiling HTMLParser InNodeConverter.swift
[22/30] Compiling HTMLParser InNodesConverter.swift
[23/30] Compiling HTMLParser String+CharacterName.swift
[24/30] Compiling HTMLParser String+HTML.swift
[25/30] Compiling HTMLParser Element.swift
[26/30] Compiling HTMLParser ElementNode.swift
[27/30] Compiling HTMLParser Node.swift
[28/30] Compiling HTMLParser HTMLSerializer.swift
[29/30] Compiling HTMLParser Attribute.swift
[30/30] Compiling HTMLParser AttributeType.swift
[31/167] Compiling Aztec AttributedStringParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[32/167] Compiling Aztec AttributedStringSerializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[33/167] Compiling Aztec HTMLConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[34/167] Compiling Aztec ParagraphPropertyConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[35/167] Compiling Aztec Plugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[36/167] Compiling Aztec PluginInputCustomizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[37/167] Compiling Aztec PluginManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[38/167] Compiling Aztec PluginOutputCustomizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[39/167] Compiling Aztec HTMLProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[40/167] Compiling Aztec HTMLTreeProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[41/167] Compiling Aztec PipelineProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[42/167] Compiling Aztec Processor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[43/167] Compiling Aztec RegexProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[44/167] Compiling Aztec ShortcodeAttribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[45/167] Compiling Aztec ShortcodeAttributeParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[46/182] Compiling Aztec TextListFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[47/182] Compiling Aztec UnderlineFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[48/182] Compiling Aztec Assets.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[49/182] Compiling Aztec FormatBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[50/182] Compiling Aztec FormatBarDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[51/182] Compiling Aztec FormatBarItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[52/182] Compiling Aztec FormattingIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[53/182] Compiling Aztec HTMLRepresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[54/182] Compiling Aztec UnsupportedHTML.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[55/182] Compiling Aztec AttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[56/182] Compiling Aztec CommentAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[57/182] Compiling Aztec HTMLAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[58/182] Compiling Aztec ImageAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[59/182] Compiling Aztec LineAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[60/182] Compiling Aztec VideoAttachmentToElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[61/182] Compiling Aztec CodeFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[62/182] Compiling Aztec ColorFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[63/182] Compiling Aztec FigcaptionFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[64/182] Compiling Aztec FigureFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[65/182] Compiling Aztec HTMLDivFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[66/182] Compiling Aztec HTMLParagraphFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[67/182] Compiling Aztec HeaderFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[68/182] Compiling Aztec ItalicFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[69/182] Compiling Aztec LiFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[70/182] Compiling Aztec LinkFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[71/182] Compiling Aztec MarkFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[72/182] Compiling Aztec PreFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[73/182] Compiling Aztec StrikethroughFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[74/182] Compiling Aztec SubscriptFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[75/182] Compiling Aztec SuperscriptFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[76/182] Compiling Aztec NSAttributedStringKey+Aztec.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[77/182] Compiling Aztec NSAttributedStringKey+Conversion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[78/182] Compiling Aztec NSBundle+AztecBundle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[79/182] Compiling Aztec NSLayoutManager+Attachments.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[80/182] Compiling Aztec NSMutableAttributedString+ParagraphProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[81/182] Compiling Aztec NSMutableAttributedString+ReplaceAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[82/182] Compiling Aztec NSMutableAttributedString+ReplaceOcurrences.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[83/182] Compiling Aztec NSRange+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[84/182] Compiling Aztec NSTextingResult+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[85/182] Compiling Aztec String+EndOfLine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[86/182] Compiling Aztec String+Paragraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[87/182] Compiling Aztec String+RangeConversion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[88/182] Compiling Aztec StringUTF16+RangeConversion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[89/182] Compiling Aztec UIColor+Parsers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[90/182] Compiling Aztec UIFont+Emoji.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[91/182] Compiling Aztec HRElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[92/182] Compiling Aztec ImageElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[93/182] Compiling Aztec LIElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[94/182] Compiling Aztec VideoElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[95/182] Compiling Aztec ConditionalStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[96/182] Compiling Aztec StringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[97/182] Compiling Aztec ConditionalItalicStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[98/182] Compiling Aztec BoldStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[99/182] Compiling Aztec CiteStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[100/182] Compiling Aztec ItalicStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[101/182] Compiling Aztec MarkStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[102/182] Compiling Aztec SubscriptStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[103/182] Compiling Aztec SuperscriptStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[104/182] Compiling Aztec UnderlineStringAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[105/182] Compiling Aztec HTMLStyleToggler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[106/182] Compiling Aztec EditorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[107/182] Compiling Aztec Array+Attribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[108/182] Compiling Aztec Array+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[109/182] Compiling Aztec Array+ShortcodeAttribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[110/182] Compiling Aztec Dictionary+AttributedStringKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[111/182] Compiling Aztec DocumentReadingOptionKey+Swift4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[112/182] Compiling Aztec DocumentType+Swift4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[113/182] Compiling Aztec NSAttributedString+Analyzers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[114/182] Compiling Aztec NSAttributedString+Archive.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[115/182] Compiling Aztec NSAttributedString+Attachments.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[116/182] Compiling Aztec NSAttributedString+CharacterName.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[117/182] Compiling Aztec NSAttributedString+FontTraits.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[118/182] Compiling Aztec NSAttributedString+Lists.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[119/182] Compiling Aztec NSAttributedString+ParagraphRange.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[120/182] Compiling Aztec NSAttributedString+ReplaceOcurrences.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[121/182] Compiling Aztec Figure.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[122/182] Compiling Aztec HTMLDiv.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[123/182] Compiling Aztec HTMLLi.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[124/182] Compiling Aztec HTMLParagraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[125/182] Compiling Aztec HTMLPre.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[126/182] Compiling Aztec Header.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[127/182] Compiling Aztec ParagraphProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[128/182] Compiling Aztec TextList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[129/182] Compiling Aztec ParagraphStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[130/182] Compiling Aztec RenderableAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[131/182] Compiling Aztec TextStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[132/182] Compiling Aztec TextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[133/182] Compiling Aztec TextViewPasteboardDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[134/182] Compiling Aztec VideoAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[135/182] Compiling Aztec resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[136/182] Emitting module Aztec
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[137/182] Compiling Aztec UIFont+Traits.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[138/182] Compiling Aztec UIImage+Resize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[139/182] Compiling Aztec UILayoutPriority+Swift4.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[140/182] Compiling Aztec UIPasteboard+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[141/182] Compiling Aztec UIStackView+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[142/182] Compiling Aztec UITextView+Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[143/182] Compiling Aztec UITextView+Undoable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[144/182] Compiling Aztec AttributeFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[145/182] Compiling Aztec FontFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[146/182] Compiling Aztec ParagraphAttributeFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[147/182] Compiling Aztec StandardAttributeFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[148/182] Compiling Aztec BlockquoteFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[149/182] Compiling Aztec BoldFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[150/182] Compiling Aztec BoldWithShadowForHeadingFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[151/182] Compiling Aztec CiteFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[152/182] Compiling Aztec ShortcodeAttributeSerializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[153/182] Compiling Aztec CommentAttachmentRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[154/182] Compiling Aztec HTMLAttachmentRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[155/182] Compiling Aztec ColorProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[156/182] Compiling Aztec CommentAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[157/182] Compiling Aztec Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[158/182] Compiling Aztec FontProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[159/182] Compiling Aztec HTMLAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[160/182] Compiling Aztec HTMLStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[161/182] Compiling Aztec ImageAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[162/182] Compiling Aztec LayoutManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[163/182] Compiling Aztec LineAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[164/182] Compiling Aztec MediaAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[165/182] Compiling Aztec Blockquote.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[166/182] Compiling Aztec Figcaption.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[167/182] Compiling Aztec Aztec.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[168/182] Compiling Aztec Metrics.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[169/182] Compiling Aztec ElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[170/182] Compiling Aztec MainAttributesConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[171/182] Compiling Aztec BoldElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[172/182] Compiling Aztec ForegroundColorElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[173/182] Compiling Aztec ItalicElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[174/182] Compiling Aztec UnderlineElementAttributeConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[175/182] Compiling Aztec AttachmentElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[176/182] Compiling Aztec ElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[177/182] Compiling Aztec FormatterElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[178/182] Compiling Aztec BRElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[179/182] Compiling Aztec CiteElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[180/182] Compiling Aztec FigcaptionElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[181/182] Compiling Aztec FigureElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
[182/182] Compiling Aztec GenericElementConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 |
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Aztec.xctestplan
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/WordPressEditor/Assets/aztec.png
BUILD FAILURE 6.1 macosSpm