Build Information
Failed to build WordPress-AztecEditor-iOS, reference develop (2aade4
), with Swift 6.1 for visionOS using Xcode 16.3 on 16 Jun 2025 14:05:52 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WordPress-AztecEditor-iOS-Package -destination generic/platform=xrOS
Build Log
public static let header3 = FormattingIdentifier("header3")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:28:23: warning: static property 'header4' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let header4 = FormattingIdentifier("header4")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:28:23: note: add '@MainActor' to make static property 'header4' part of global actor 'MainActor'
public static let header4 = FormattingIdentifier("header4")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let header4 = FormattingIdentifier("header4")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:29:23: warning: static property 'header5' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let header5 = FormattingIdentifier("header5")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:29:23: note: add '@MainActor' to make static property 'header5' part of global actor 'MainActor'
public static let header5 = FormattingIdentifier("header5")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let header5 = FormattingIdentifier("header5")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:30:23: warning: static property 'header6' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let header6 = FormattingIdentifier("header6")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:30:23: note: add '@MainActor' to make static property 'header6' part of global actor 'MainActor'
public static let header6 = FormattingIdentifier("header6")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let header6 = FormattingIdentifier("header6")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:31:23: warning: static property 'horizontalruler' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let horizontalruler = FormattingIdentifier("horizontalruler")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:31:23: note: add '@MainActor' to make static property 'horizontalruler' part of global actor 'MainActor'
public static let horizontalruler = FormattingIdentifier("horizontalruler")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let horizontalruler = FormattingIdentifier("horizontalruler")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:32:23: warning: static property 'link' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let link = FormattingIdentifier("link")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:32:23: note: add '@MainActor' to make static property 'link' part of global actor 'MainActor'
public static let link = FormattingIdentifier("link")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let link = FormattingIdentifier("link")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:33:23: warning: static property 'orderedlist' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orderedlist = FormattingIdentifier("orderedlist")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:33:23: note: add '@MainActor' to make static property 'orderedlist' part of global actor 'MainActor'
public static let orderedlist = FormattingIdentifier("orderedlist")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orderedlist = FormattingIdentifier("orderedlist")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:34:23: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let p = FormattingIdentifier("p")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:34:23: note: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
public static let p = FormattingIdentifier("p")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let p = FormattingIdentifier("p")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:35:23: warning: static property 'sourcecode' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sourcecode = FormattingIdentifier("sourcecode")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:35:23: note: add '@MainActor' to make static property 'sourcecode' part of global actor 'MainActor'
public static let sourcecode = FormattingIdentifier("sourcecode")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sourcecode = FormattingIdentifier("sourcecode")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:36:23: warning: static property 'strikethrough' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let strikethrough = FormattingIdentifier("strikethrough")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:36:23: note: add '@MainActor' to make static property 'strikethrough' part of global actor 'MainActor'
public static let strikethrough = FormattingIdentifier("strikethrough")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let strikethrough = FormattingIdentifier("strikethrough")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:37:23: warning: static property 'underline' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let underline = FormattingIdentifier("underline")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:37:23: note: add '@MainActor' to make static property 'underline' part of global actor 'MainActor'
public static let underline = FormattingIdentifier("underline")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let underline = FormattingIdentifier("underline")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:38:23: warning: static property 'unorderedlist' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unorderedlist = FormattingIdentifier("unorderedlist")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:38:23: note: add '@MainActor' to make static property 'unorderedlist' part of global actor 'MainActor'
public static let unorderedlist = FormattingIdentifier("unorderedlist")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unorderedlist = FormattingIdentifier("unorderedlist")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:39:23: warning: static property 'mark' is not concurrency-safe because non-'Sendable' type 'FormattingIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mark = FormattingIdentifier("mark")
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:3:15: note: consider making struct 'FormattingIdentifier' conform to the 'Sendable' protocol
public struct FormattingIdentifier: RawRepresentable, Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:39:23: note: add '@MainActor' to make static property 'mark' part of global actor 'MainActor'
public static let mark = FormattingIdentifier("mark")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mark = FormattingIdentifier("mark")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift:15:24: warning: static property 'defaultElementConverters' is not concurrency-safe because non-'Sendable' type '[Element : any ElementConverter]' may have shared mutable state; this is an error in the Swift 6 language mode
private static let defaultElementConverters: [Element: ElementConverter] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift:7:15: note: struct 'Element' does not conform to the 'Sendable' protocol
public struct Element: RawRepresentable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Base/ElementConverter.swift:6:17: note: protocol 'ElementConverter' does not conform to the 'Sendable' protocol
public protocol ElementConverter {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift:15:24: note: add '@MainActor' to make static property 'defaultElementConverters' part of global actor 'MainActor'
private static let defaultElementConverters: [Element: ElementConverter] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift:15:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let defaultElementConverters: [Element: ElementConverter] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/ShortcodeAttributeParser.swift:34:16: warning: static property 'attributesRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var attributesRegex: NSRegularExpression = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/ShortcodeAttributeParser.swift:34:16: note: convert 'attributesRegex' to a 'let' constant to make 'Sendable' shared state immutable
static var attributesRegex: NSRegularExpression = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/ShortcodeAttributeParser.swift:34:16: note: add '@MainActor' to make static property 'attributesRegex' part of global actor 'MainActor'
static var attributesRegex: NSRegularExpression = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/ShortcodeAttributeParser.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var attributesRegex: NSRegularExpression = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ColorProvider.swift:13:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var shared = ColorProvider()
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ColorProvider.swift:13:23: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
public static var shared = ColorProvider()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ColorProvider.swift:13:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static var shared = ColorProvider()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ColorProvider.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var shared = ColorProvider()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/Configuration.swift:5:23: warning: static property 'headersWithBoldTrait' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var headersWithBoldTrait = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/Configuration.swift:5:23: note: convert 'headersWithBoldTrait' to a 'let' constant to make 'Sendable' shared state immutable
public static var headersWithBoldTrait = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/Configuration.swift:5:23: note: add '@MainActor' to make static property 'headersWithBoldTrait' part of global actor 'MainActor'
public static var headersWithBoldTrait = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/Configuration.swift:5:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var headersWithBoldTrait = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/Configuration.swift:6:23: warning: static property 'useDefaultFont' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var useDefaultFont = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/Configuration.swift:6:23: note: convert 'useDefaultFont' to a 'let' constant to make 'Sendable' shared state immutable
public static var useDefaultFont = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/Configuration.swift:6:23: note: add '@MainActor' to make static property 'useDefaultFont' part of global actor 'MainActor'
public static var useDefaultFont = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/Configuration.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var useDefaultFont = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/FontProvider.swift:10:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var shared = FontProvider()
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/FontProvider.swift:10:23: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
public static var shared = FontProvider()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/FontProvider.swift:10:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static var shared = FontProvider()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/FontProvider.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var shared = FontProvider()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ImageAttachment.swift:174:28: warning: static property 'mappedValues' is not concurrency-safe because non-'Sendable' type '[String : ImageAttachment.Alignment]' may have shared mutable state; this is an error in the Swift 6 language mode
private static let mappedValues:[String: Alignment] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ImageAttachment.swift:142:17: note: consider making enum 'Alignment' conform to the 'Sendable' protocol
public enum Alignment: Int {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ImageAttachment.swift:174:28: note: add '@MainActor' to make static property 'mappedValues' part of global actor 'MainActor'
private static let mappedValues:[String: Alignment] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ImageAttachment.swift:174:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let mappedValues:[String: Alignment] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ImageAttachment.swift:214:28: warning: static property 'mappedValues' is not concurrency-safe because non-'Sendable' type '[String : ImageAttachment.Size]' may have shared mutable state; this is an error in the Swift 6 language mode
private static let mappedValues: [String: Size] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ImageAttachment.swift:188:17: note: consider making enum 'Size' conform to the 'Sendable' protocol
public enum Size: Int {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ImageAttachment.swift:214:28: note: add '@MainActor' to make static property 'mappedValues' part of global actor 'MainActor'
private static let mappedValues: [String: Size] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ImageAttachment.swift:214:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let mappedValues: [String: Size] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/MediaAttachment.swift:23:23: warning: static property 'defaultAppearance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var defaultAppearance = Appearance()
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/MediaAttachment.swift:23:23: note: convert 'defaultAppearance' to a 'let' constant to make 'Sendable' shared state immutable
public static var defaultAppearance = Appearance()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/MediaAttachment.swift:23:23: note: add '@MainActor' to make static property 'defaultAppearance' part of global actor 'MainActor'
public static var defaultAppearance = Appearance()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/MediaAttachment.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var defaultAppearance = Appearance()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Header.swift:22:27: warning: static property 'fontSizeMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var fontSizeMap: [HeaderType: Float] = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Header.swift:22:27: note: convert 'fontSizeMap' to a 'let' constant to make 'Sendable' shared state immutable
public static var fontSizeMap: [HeaderType: Float] = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Header.swift:22:27: note: add '@MainActor' to make static property 'fontSizeMap' part of global actor 'MainActor'
public static var fontSizeMap: [HeaderType: Float] = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Header.swift:22:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var fontSizeMap: [HeaderType: Float] = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift:5:17: warning: let 'romanMarker' is not concurrency-safe because non-'Sendable' type 'NSTextList' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let romanMarker = NSTextList(markerFormat: .lowercaseRoman, options: 0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextList.h:38:12: note: class 'NSTextList' does not conform to the 'Sendable' protocol
@interface NSTextList : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift:5:17: note: add '@MainActor' to make let 'romanMarker' part of global actor 'MainActor'
fileprivate let romanMarker = NSTextList(markerFormat: .lowercaseRoman, options: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift:5:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let romanMarker = NSTextList(markerFormat: .lowercaseRoman, options: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2128:10: warning: main actor-isolated instance method 'storage(_:attachment:imageFor:onSuccess:onFailure:)' cannot be used to satisfy nonisolated requirement from protocol 'TextStorageAttachmentsDelegate'; this is an error in the Swift 6 language mode
func storage(
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2128:10: note: add 'nonisolated' to 'storage(_:attachment:imageFor:onSuccess:onFailure:)' to make this instance method not isolated to the actor
func storage(
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2126:21: note: add '@preconcurrency' to the 'TextStorageAttachmentsDelegate' conformance to defer isolation checking to run time
extension TextView: TextStorageAttachmentsDelegate {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift:18:10: note: mark the protocol requirement 'storage(_:attachment:imageFor:onSuccess:onFailure:)' 'async' to allow actor-isolated conformances
func storage(
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2142:10: warning: main actor-isolated instance method 'storage(_:placeholderFor:)' cannot be used to satisfy nonisolated requirement from protocol 'TextStorageAttachmentsDelegate'; this is an error in the Swift 6 language mode
func storage(_ storage: TextStorage, placeholderFor attachment: NSTextAttachment) -> UIImage {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2142:10: note: add 'nonisolated' to 'storage(_:placeholderFor:)' to make this instance method not isolated to the actor
func storage(_ storage: TextStorage, placeholderFor attachment: NSTextAttachment) -> UIImage {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift:33:10: note: mark the protocol requirement 'storage(_:placeholderFor:)' 'async' to allow actor-isolated conformances
func storage(_ storage: TextStorage, placeholderFor attachment: NSTextAttachment) -> UIImage
^
async
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2150:10: warning: main actor-isolated instance method 'storage(_:urlFor:)' cannot be used to satisfy nonisolated requirement from protocol 'TextStorageAttachmentsDelegate'; this is an error in the Swift 6 language mode
func storage(_ storage: TextStorage, urlFor imageAttachment: ImageAttachment) -> URL? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2150:10: note: add 'nonisolated' to 'storage(_:urlFor:)' to make this instance method not isolated to the actor
func storage(_ storage: TextStorage, urlFor imageAttachment: ImageAttachment) -> URL? {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift:44:10: note: mark the protocol requirement 'storage(_:urlFor:)' 'async' to allow actor-isolated conformances
func storage(_ storage: TextStorage, urlFor imageAttachment: ImageAttachment) -> URL?
^
async
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2158:10: warning: main actor-isolated instance method 'storage(_:deletedAttachment:)' cannot be used to satisfy nonisolated requirement from protocol 'TextStorageAttachmentsDelegate'; this is an error in the Swift 6 language mode
func storage(_ storage: TextStorage, deletedAttachment attachment: MediaAttachment) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2158:10: note: add 'nonisolated' to 'storage(_:deletedAttachment:)' to make this instance method not isolated to the actor
func storage(_ storage: TextStorage, deletedAttachment attachment: MediaAttachment) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift:52:10: note: mark the protocol requirement 'storage(_:deletedAttachment:)' 'async' to allow actor-isolated conformances
func storage(_ storage: TextStorage, deletedAttachment: MediaAttachment)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2174:10: warning: main actor-isolated instance method 'storage(_:boundsFor:with:)' cannot be used to satisfy nonisolated requirement from protocol 'TextStorageAttachmentsDelegate'; this is an error in the Swift 6 language mode
func storage(_ storage: TextStorage, boundsFor attachment: NSTextAttachment, with lineFragment: CGRect) -> CGRect {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2174:10: note: add 'nonisolated' to 'storage(_:boundsFor:with:)' to make this instance method not isolated to the actor
func storage(_ storage: TextStorage, boundsFor attachment: NSTextAttachment, with lineFragment: CGRect) -> CGRect {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift:63:10: note: mark the protocol requirement 'storage(_:boundsFor:with:)' 'async' to allow actor-isolated conformances
func storage(_ storage: TextStorage, boundsFor attachment: NSTextAttachment, with lineFragment: CGRect) -> CGRect
^
async
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2162:10: warning: main actor-isolated instance method 'storage(_:imageFor:with:)' cannot be used to satisfy nonisolated requirement from protocol 'TextStorageAttachmentsDelegate'; this is an error in the Swift 6 language mode
func storage(_ storage: TextStorage, imageFor attachment: NSTextAttachment, with size: CGSize) -> UIImage? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift:2162:10: note: add 'nonisolated' to 'storage(_:imageFor:with:)' to make this instance method not isolated to the actor
func storage(_ storage: TextStorage, imageFor attachment: NSTextAttachment, with size: CGSize) -> UIImage? {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift:74:10: note: mark the protocol requirement 'storage(_:imageFor:with:)' 'async' to allow actor-isolated conformances
func storage(_ storage: TextStorage, imageFor attachment: NSTextAttachment, with size: CGSize) -> UIImage?
^
async
LinkAssetCatalog /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Assets/Media.xcassets (in target 'WordPress-AztecEditor-iOS_Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-linkAssetCatalog --thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_output/thinned --thinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_dependencies_thinned --thinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_generated_info.plist_thinned --unthinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_output/unthinned --unthinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_dependencies_unthinned --unthinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_generated_info.plist_unthinned --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle --plist-output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_generated_info.plist
note: Emplaced /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle/Assets.car (in target 'WordPress-AztecEditor-iOS_Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Emitting module for Aztec (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftDriver\ Compilation\ Requirements Aztec normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Aztec -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/empty-WordPress-AztecEditor-iOS_Aztec.plist (in target 'WordPress-AztecEditor-iOS_Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/empty-WordPress-AztecEditor-iOS_Aztec.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_generated_info.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle/Info.plist
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Aztec-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec-Swift.h (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Aztec-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Aztec.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Aztec.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Aztec.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.swiftdoc (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Aztec.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Aztec.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.abi.json (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Aztec.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Aztec.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.swiftsourceinfo (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Aztec.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Figure.swift,\ HTMLDiv.swift,\ HTMLLi.swift,\ HTMLParagraph.swift,\ HTMLPre.swift,\ Header.swift,\ ParagraphProperty.swift,\ TextList.swift,\ ParagraphStyle.swift,\ RenderableAttachment.swift,\ TextStorage.swift,\ TextView.swift,\ TextViewPasteboardDelegate.swift,\ VideoAttachment.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Figure.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLDiv.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLLi.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLParagraph.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLPre.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Header.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/RenderableAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextViewPasteboardDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/VideoAttachment.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Figure.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLDiv.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLLi.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLParagraph.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLPre.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Header.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/ParagraphProperty.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphStyle.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/RenderableAttachment.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextViewPasteboardDelegate.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/VideoAttachment.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ EditorView.swift,\ Array+Attribute.swift,\ Array+Helpers.swift,\ Array+ShortcodeAttribute.swift,\ Dictionary+AttributedStringKey.swift,\ DocumentReadingOptionKey+Swift4.swift,\ DocumentType+Swift4.swift,\ NSAttributedString+Analyzers.swift,\ NSAttributedString+Archive.swift,\ NSAttributedString+Attachments.swift,\ NSAttributedString+CharacterName.swift,\ NSAttributedString+FontTraits.swift,\ NSAttributedString+Lists.swift,\ NSAttributedString+ParagraphRange.swift,\ NSAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/EditorView/EditorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Dictionary+AttributedStringKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentReadingOptionKey+Swift4.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentType+Swift4.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Analyzers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Archive.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+FontTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Lists.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ParagraphRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
Building workspace spi-builder-workspace with scheme WordPress-AztecEditor-iOS-Package
(3 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
WordPress-AztecEditor-iOS: /Users/admin/builder/spi-builder-workspace
resolved source packages: WordPress-AztecEditor-iOS
{
"dependencies" : [
],
"manifest_display_name" : "WordPress-AztecEditor-iOS",
"name" : "WordPress-AztecEditor-iOS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Aztec",
"targets" : [
"Aztec"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTMLParser",
"targets" : [
"HTMLParser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WordPressEditor",
"targets" : [
"WordPressEditor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WordPressEditorTests",
"module_type" : "SwiftTarget",
"name" : "WordPressEditorTests",
"path" : "Tests/WordPressEditorTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/WordPressEditorTests/Resources/GutenpackAttachmentRender_2x.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/WordPressEditorTests/Resources/GutenpackAttachmentRender_3x.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Extensions/ImageAttachmentWordPressTests.swift",
"Extensions/MediaAttachmentWordPressTests.swift",
"Extensions/StringRegExTests.swift",
"Extensions/VideoAttachmentWordPressTests.swift",
"Processors/EmbedURLProcessorTests.swift",
"Processors/ShortcodeProcessorTests.swift",
"WordPressPlugin/Calypso/AutopRemovep/AutoPProcessorTests.swift",
"WordPressPlugin/Calypso/AutopRemovep/RemovePProcessorTests.swift",
"WordPressPlugin/Calypso/CaptionShortcode/CaptionShortcodeInputProcessorTests.swift",
"WordPressPlugin/Calypso/CaptionShortcode/CaptionShortcodeOutputProcessorTests.swift",
"WordPressPlugin/Calypso/GalleryShortcode/GalleryAttachmentToElementConverterTests.swift",
"WordPressPlugin/Calypso/GalleryShortcode/GalleryElementConverterTests.swift",
"WordPressPlugin/Calypso/GalleryShortcode/GalleryElementToTagConverterTests.swift",
"WordPressPlugin/Calypso/GalleryShortcode/GalleryShortcodeInputProcessorTests.swift",
"WordPressPlugin/Gutenberg/GutenbergInputHTMLTreeProcessorTests.swift",
"WordPressPlugin/Gutenberg/GutenbergOutputHTMLTreeProcessorTests.swift",
"WordPressPlugin/Gutenberg/GutenblockTests.swift",
"WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift",
"WordPressPlugin/WordPressPluginTests.swift"
],
"target_dependencies" : [
"Aztec",
"WordPressEditor"
],
"type" : "test"
},
{
"c99name" : "WordPressEditor",
"module_type" : "SwiftTarget",
"name" : "WordPressEditor",
"path" : "Sources/WordPressEditor",
"product_memberships" : [
"WordPressEditor"
],
"sources" : [
"Classes/Extensions/ImageAttachment+WordPress.swift",
"Classes/Extensions/MediaAttachment+WordPress.swift",
"Classes/Extensions/String+RegEx.swift",
"Classes/Extensions/VideoAttachment+WordPress.swift",
"Classes/Plugins/WordPressPlugin/Calypso/AutopRemovep/AutoPProcessor.swift",
"Classes/Plugins/WordPressPlugin/Calypso/AutopRemovep/RemovePProcessor.swift",
"Classes/Plugins/WordPressPlugin/Calypso/CaptionShortcode/CaptionShortcodeInputProcessor.swift",
"Classes/Plugins/WordPressPlugin/Calypso/CaptionShortcode/CaptionShortcodeOutputProcessor.swift",
"Classes/Plugins/WordPressPlugin/Calypso/Embeds/WordPressPasteboardDelegate.swift",
"Classes/Plugins/WordPressPlugin/Calypso/GalleryShortcode/GalleryAttachment.swift",
"Classes/Plugins/WordPressPlugin/Calypso/GalleryShortcode/GalleryAttachmentToElementConverter.swift",
"Classes/Plugins/WordPressPlugin/Calypso/GalleryShortcode/GalleryElementConverter.swift",
"Classes/Plugins/WordPressPlugin/Calypso/GalleryShortcode/GalleryElementToTagConverter.swift",
"Classes/Plugins/WordPressPlugin/Calypso/GalleryShortcode/GalleryShortcodeInputProcessor.swift",
"Classes/Plugins/WordPressPlugin/Calypso/GalleryShortcode/GallerySupportedAttribute.swift",
"Classes/Plugins/WordPressPlugin/Calypso/VideoShortcode/VideoShortcodeProcessor.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/CommentNode+Gutenberg.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenbergAttributeDecoder.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenbergAttributeEncoder.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenbergAttributeNames.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenbergInputHTMLTreeProcessor.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenbergOutputHTMLTreeProcessor.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/Gutenblock.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenblockConverter.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenpackAttachment.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenpackAttachmentRenderer.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenpackAttachmentToElementConverter.swift",
"Classes/Plugins/WordPressPlugin/Gutenberg/GutenpackConverter.swift",
"Classes/Plugins/WordPressPlugin/WordPressInputCustomizer.swift",
"Classes/Plugins/WordPressPlugin/WordPressOutputCustomizer.swift",
"Classes/Plugins/WordPressPlugin/WordPressPlugin.swift",
"Classes/Processors/EmbedURLProcessor.swift",
"Classes/Processors/ShortcodeProcessor.swift",
"Classes/Renderers/SpecialTagAttachmentRenderer.swift",
"Classes/ViewControllers/OptionsTableViewController/OptionsTablePresenter.swift",
"Classes/ViewControllers/OptionsTableViewController/OptionsTableViewController.swift"
],
"target_dependencies" : [
"Aztec"
],
"type" : "library"
},
{
"c99name" : "HTMLParserTests",
"module_type" : "SwiftTarget",
"name" : "HTMLParserTests",
"path" : "Tests/HTMLParserTests",
"sources" : [
"HTML/Conversions/CSSParserTests.swift",
"HTML/Conversions/DefaultHTMLSerializerTests.swift",
"HTML/Conversions/HTMLParserTests.swift",
"HTML/Nodes/ElementNodeTests.swift",
"HTML/Nodes/TextNodeTests.swift"
],
"target_dependencies" : [
"HTMLParser"
],
"type" : "test"
},
{
"c99name" : "HTMLParser",
"module_type" : "SwiftTarget",
"name" : "HTMLParser",
"path" : "Sources/HTMLParser",
"product_memberships" : [
"Aztec",
"HTMLParser",
"WordPressEditor"
],
"sources" : [
"Converters/In/CSSParser.swift",
"Converters/In/HTMLParser.swift",
"Converters/In/InAttributeConverter.swift",
"Converters/In/InAttributesConverter.swift",
"Converters/In/InNodeConverter.swift",
"Converters/In/InNodesConverter.swift",
"Converters/Out/HTMLSerializer.swift",
"DOM/Data/Attribute.swift",
"DOM/Data/AttributeType.swift",
"DOM/Data/CSSAttribute.swift",
"DOM/Data/CSSAttributeType.swift",
"DOM/Data/CommentNode.swift",
"DOM/Data/Element.swift",
"DOM/Data/ElementNode.swift",
"DOM/Data/Node.swift",
"DOM/Data/TextNode.swift",
"DOM/Logic/CSS/BoldCSSAttributeMatcher.swift",
"DOM/Logic/CSS/CSSAttributeMatcher.swift",
"DOM/Logic/CSS/ForegroundColorCSSAttributeMatcher.swift",
"DOM/Logic/CSS/ItalicCSSAttributeMatcher.swift",
"DOM/Logic/CSS/UnderlineCSSAttributeMatcher.swift",
"ElementsToHTML/Base/ElementToStringConverter.swift",
"ElementsToHTML/Implementations/GenericElementToTagConverter.swift",
"Extensions/Character+Name.swift",
"Extensions/String+CharacterName.swift",
"Extensions/String+HTML.swift",
"HTMLToElements/CLinkedListToArrayConverter.swift",
"HTMLToElements/Converter.swift"
],
"type" : "library"
},
{
"c99name" : "AztecTests",
"module_type" : "SwiftTarget",
"name" : "AztecTests",
"path" : "Tests/AztecTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/CommentAttachmentRender_2x.png.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/CommentAttachmentRender_3x.png.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/HTMLAttachmentRender_2x.png.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/HTMLAttachmentRender_3x.png.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/README.md",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/UIImageResizeImage1_2x.png.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/UIImageResizeImage1_3x.png.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/UIImageResizeImage2_2x.png.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/UIImageResizeImage2_3x.png.dat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/aztec.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/AztecTests/Resources/content.html",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Converters/AttributesToStringAttributes/BoldElementAttributeConverterTests.swift",
"Converters/AttributesToStringAttributes/ItalicElementAttributeConverterTests.swift",
"Converters/AttributesToStringAttributes/UnderlineElementAttributeConverterTests.swift",
"Converters/ElementToAttributedString/GenericElementConverterTests.swift",
"Converters/StringAttributesToAttributes/BoldStringAttributeConverterTests.swift",
"Converters/StringAttributesToAttributes/ItalicStringAttributeConverterTests.swift",
"Converters/StringAttributesToAttributes/UnderlineStringAttributeConverterTests.swift",
"EditorView/EditorViewTests.swift",
"Extensions/ArrayHelperTests.swift",
"Extensions/NSAttributedStringAnalyzerTests.swift",
"Extensions/NSAttributedStringAttachmentsTests.swift",
"Extensions/NSAttributedStringKeyHelperTests.swift",
"Extensions/NSAttributedStringListsTests.swift",
"Extensions/NSAttributedStringParagraphRangeTests.swift",
"Extensions/NSAttributedStringReplaceOcurrencesTests.swift",
"Extensions/NSMutableAttributedStringParagraphProperty.swift",
"Extensions/NSMutableAttributedStringReplaceOcurrencesTests.swift",
"Extensions/NSRangeComparisonTests.swift",
"Extensions/StringEndOfLineTests.swift",
"Extensions/StringHTMLTests.swift",
"Extensions/StringParagraphTests.swift",
"Extensions/StringRangeConversionTests.swift",
"Extensions/StringRangeMultibyteConversionTests.swift",
"Extensions/UIColorHexParserTests.swift",
"Extensions/UIImageResizeTests.swift",
"Extensions/UIPasteboardHelpersTests.swift",
"Extensions/UIStackViewHelpersTests.swift",
"Formatters/BlockquoteFormatterTests.swift",
"Formatters/BoldFormatterTests.swift",
"Formatters/FontFormatterTests.swift",
"Formatters/HeaderFormatterTests.swift",
"Formatters/PreFormaterTests.swift",
"Formatters/TextListFormatterTests.swift",
"Importer/InAttributeConverterTests.swift",
"Importer/InNodeConverterTests.swift",
"NSAttributedString/Conversions/AttributedStringParserTests.swift",
"NSAttributedString/Conversions/AttributedStringSerializerTests.swift",
"Processor/HTMLProcessorTests.swift",
"Processor/HTMLTreeProcessorTests.swift",
"Processor/ShortcodeAttributeSerializerTests.swift",
"Renderers/CommentAttachmentRendererTests.swift",
"Renderers/HTMLAttachmentRendererTests.swift",
"TestingSupport/NSBundle+AztecTestsBundle.swift",
"TestingSupport/TextViewStub.swift",
"TestingSupport/TextViewStubAttachmentDelegate.swift",
"TestingSupport/TextViewStubDelegate.swift",
"TestingSupport/UIKit+Extensions.swift",
"TextKit/HTMLRepresentationTests.swift",
"TextKit/HTMLStorageTests.swift",
"TextKit/ParagraphStyleTests.swift",
"TextKit/TextStorageTests.swift",
"TextKit/TextViewTests.swift",
"TextKit/UnsupportedHTMLTests.swift"
],
"target_dependencies" : [
"Aztec"
],
"type" : "test"
},
{
"c99name" : "Aztec",
"module_type" : "SwiftTarget",
"name" : "Aztec",
"path" : "Sources/Aztec",
"product_memberships" : [
"Aztec",
"WordPressEditor"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Assets/Media.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Assets/html_colors.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Aztec.swift",
"Classes/Constants/Metrics.swift",
"Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift",
"Classes/Converters/AttributesToStringAttributes/Base/MainAttributesConverter.swift",
"Classes/Converters/AttributesToStringAttributes/Implementations/BoldElementAttributeConverter.swift",
"Classes/Converters/AttributesToStringAttributes/Implementations/ForegroundColorElementAttributeConverter.swift",
"Classes/Converters/AttributesToStringAttributes/Implementations/ItalicElementAttributeConverter.swift",
"Classes/Converters/AttributesToStringAttributes/Implementations/UnderlineElementAttributeConverter.swift",
"Classes/Converters/ElementsToAttributedString/Base/AttachmentElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Base/ElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Base/FormatterElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/BRElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/CiteElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/FigcaptionElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/FigureElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/GenericElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/HRElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/ImageElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/LIElementConverter.swift",
"Classes/Converters/ElementsToAttributedString/Implementations/VideoElementConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Base/ConditionalStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Base/StringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/ConditionalConverters/ConditionalItalicStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Implementations/BoldStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Implementations/CiteStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Implementations/ItalicStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Implementations/MarkStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Implementations/SubscriptStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Implementations/SuperscriptStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Implementations/UnderlineStringAttributeConverter.swift",
"Classes/Converters/StringAttributesToAttributes/Utility/HTMLStyleToggler.swift",
"Classes/EditorView/EditorView.swift",
"Classes/Extensions/Array+Attribute.swift",
"Classes/Extensions/Array+Helpers.swift",
"Classes/Extensions/Array+ShortcodeAttribute.swift",
"Classes/Extensions/Dictionary+AttributedStringKey.swift",
"Classes/Extensions/DocumentReadingOptionKey+Swift4.swift",
"Classes/Extensions/DocumentType+Swift4.swift",
"Classes/Extensions/NSAttributedString+Analyzers.swift",
"Classes/Extensions/NSAttributedString+Archive.swift",
"Classes/Extensions/NSAttributedString+Attachments.swift",
"Classes/Extensions/NSAttributedString+CharacterName.swift",
"Classes/Extensions/NSAttributedString+FontTraits.swift",
"Classes/Extensions/NSAttributedString+Lists.swift",
"Classes/Extensions/NSAttributedString+ParagraphRange.swift",
"Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift",
"Classes/Extensions/NSAttributedStringKey+Aztec.swift",
"Classes/Extensions/NSAttributedStringKey+Conversion.swift",
"Classes/Extensions/NSBundle+AztecBundle.swift",
"Classes/Extensions/NSLayoutManager+Attachments.swift",
"Classes/Extensions/NSMutableAttributedString+ParagraphProperty.swift",
"Classes/Extensions/NSMutableAttributedString+ReplaceAttributes.swift",
"Classes/Extensions/NSMutableAttributedString+ReplaceOcurrences.swift",
"Classes/Extensions/NSRange+Helpers.swift",
"Classes/Extensions/NSTextingResult+Helpers.swift",
"Classes/Extensions/String+EndOfLine.swift",
"Classes/Extensions/String+Paragraph.swift",
"Classes/Extensions/String+RangeConversion.swift",
"Classes/Extensions/StringUTF16+RangeConversion.swift",
"Classes/Extensions/UIColor+Parsers.swift",
"Classes/Extensions/UIFont+Emoji.swift",
"Classes/Extensions/UIFont+Traits.swift",
"Classes/Extensions/UIImage+Resize.swift",
"Classes/Extensions/UILayoutPriority+Swift4.swift",
"Classes/Extensions/UIPasteboard+Helpers.swift",
"Classes/Extensions/UIStackView+Helpers.swift",
"Classes/Extensions/UITextView+Delegate.swift",
"Classes/Extensions/UITextView+Undoable.swift",
"Classes/Formatters/Base/AttributeFormatter.swift",
"Classes/Formatters/Base/FontFormatter.swift",
"Classes/Formatters/Base/ParagraphAttributeFormatter.swift",
"Classes/Formatters/Base/StandardAttributeFormatter.swift",
"Classes/Formatters/Implementations/BlockquoteFormatter.swift",
"Classes/Formatters/Implementations/BoldFormatter.swift",
"Classes/Formatters/Implementations/BoldWithShadowForHeadingFormatter.swift",
"Classes/Formatters/Implementations/CiteFormatter.swift",
"Classes/Formatters/Implementations/CodeFormatter.swift",
"Classes/Formatters/Implementations/ColorFormatter.swift",
"Classes/Formatters/Implementations/FigcaptionFormatter.swift",
"Classes/Formatters/Implementations/FigureFormatter.swift",
"Classes/Formatters/Implementations/HTMLDivFormatter.swift",
"Classes/Formatters/Implementations/HTMLParagraphFormatter.swift",
"Classes/Formatters/Implementations/HeaderFormatter.swift",
"Classes/Formatters/Implementations/ItalicFormatter.swift",
"Classes/Formatters/Implementations/LiFormatter.swift",
"Classes/Formatters/Implementations/LinkFormatter.swift",
"Classes/Formatters/Implementations/MarkFormatter.swift",
"Classes/Formatters/Implementations/PreFormatter.swift",
"Classes/Formatters/Implementations/StrikethroughFormatter.swift",
"Classes/Formatters/Implementations/SubscriptFormatter.swift",
"Classes/Formatters/Implementations/SuperscriptFormatter.swift",
"Classes/Formatters/Implementations/TextListFormatter.swift",
"Classes/Formatters/Implementations/UnderlineFormatter.swift",
"Classes/GUI/Assets.swift",
"Classes/GUI/FormatBar/FormatBar.swift",
"Classes/GUI/FormatBar/FormatBarDelegate.swift",
"Classes/GUI/FormatBar/FormatBarItem.swift",
"Classes/GUI/FormatBar/FormattingIdentifier.swift",
"Classes/NSAttributedString/Attributes/HTMLRepresentation.swift",
"Classes/NSAttributedString/Attributes/UnsupportedHTML.swift",
"Classes/NSAttributedString/Conversions/AttachmentToElementConverter/Base/AttachmentToElementConverter.swift",
"Classes/NSAttributedString/Conversions/AttachmentToElementConverter/CommentAttachmentToElementConverter.swift",
"Classes/NSAttributedString/Conversions/AttachmentToElementConverter/HTMLAttachmentToElementConverter.swift",
"Classes/NSAttributedString/Conversions/AttachmentToElementConverter/ImageAttachmentToElementConverter.swift",
"Classes/NSAttributedString/Conversions/AttachmentToElementConverter/LineAttachmentToElementConverter.swift",
"Classes/NSAttributedString/Conversions/AttachmentToElementConverter/VideoAttachmentToElementConverter.swift",
"Classes/NSAttributedString/Conversions/AttributedStringParser.swift",
"Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift",
"Classes/NSAttributedString/Conversions/HTMLConverter.swift",
"Classes/NSAttributedString/Conversions/ParagraphPropertyConverters/Base/ParagraphPropertyConverter.swift",
"Classes/Plugin/Plugin.swift",
"Classes/Plugin/PluginInputCustomizer.swift",
"Classes/Plugin/PluginManager.swift",
"Classes/Plugin/PluginOutputCustomizer.swift",
"Classes/Processor/HTMLProcessor.swift",
"Classes/Processor/HTMLTreeProcessor.swift",
"Classes/Processor/PipelineProcessor.swift",
"Classes/Processor/Processor.swift",
"Classes/Processor/RegexProcessor.swift",
"Classes/Processor/ShortcodeAttribute.swift",
"Classes/Processor/ShortcodeAttributeParser.swift",
"Classes/Processor/ShortcodeAttributeSerializer.swift",
"Classes/Renderers/CommentAttachmentRenderer.swift",
"Classes/Renderers/HTMLAttachmentRenderer.swift",
"Classes/TextKit/ColorProvider.swift",
"Classes/TextKit/CommentAttachment.swift",
"Classes/TextKit/Configuration.swift",
"Classes/TextKit/FontProvider.swift",
"Classes/TextKit/HTMLAttachment.swift",
"Classes/TextKit/HTMLStorage.swift",
"Classes/TextKit/ImageAttachment.swift",
"Classes/TextKit/LayoutManager.swift",
"Classes/TextKit/LineAttachment.swift",
"Classes/TextKit/MediaAttachment.swift",
"Classes/TextKit/ParagraphProperty/Blockquote.swift",
"Classes/TextKit/ParagraphProperty/Figcaption.swift",
"Classes/TextKit/ParagraphProperty/Figure.swift",
"Classes/TextKit/ParagraphProperty/HTMLDiv.swift",
"Classes/TextKit/ParagraphProperty/HTMLLi.swift",
"Classes/TextKit/ParagraphProperty/HTMLParagraph.swift",
"Classes/TextKit/ParagraphProperty/HTMLPre.swift",
"Classes/TextKit/ParagraphProperty/Header.swift",
"Classes/TextKit/ParagraphProperty/ParagraphProperty.swift",
"Classes/TextKit/ParagraphProperty/TextList.swift",
"Classes/TextKit/ParagraphStyle.swift",
"Classes/TextKit/RenderableAttachment.swift",
"Classes/TextKit/TextStorage.swift",
"Classes/TextKit/TextView.swift",
"Classes/TextKit/TextViewPasteboardDelegate.swift",
"Classes/TextKit/VideoAttachment.swift"
],
"target_dependencies" : [
"HTMLParser"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Aztec",
"HTMLParser",
"WordPress-AztecEditor-iOS-Package",
"WordPressEditor"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Aztec",
"HTMLParser",
"WordPress-AztecEditor-iOS-Package",
"WordPressEditor"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WordPress-AztecEditor-iOS-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme WordPress-AztecEditor-iOS-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
WordPress-AztecEditor-iOS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (11 targets)
Target 'HTMLParser' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'HTMLParser' in project 'WordPress-AztecEditor-iOS'
Target 'WordPressEditorTests' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'WordPress-AztecEditor-iOS_WordPressEditorTests' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'HTMLParser' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'Aztec' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'WordPressEditor' in project 'WordPress-AztecEditor-iOS'
Target 'WordPress-AztecEditor-iOS_WordPressEditorTests' in project 'WordPress-AztecEditor-iOS' (no dependencies)
Target 'AztecTests' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'WordPress-AztecEditor-iOS_AztecTests' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'HTMLParser' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'Aztec' in project 'WordPress-AztecEditor-iOS'
Target 'WordPress-AztecEditor-iOS_AztecTests' in project 'WordPress-AztecEditor-iOS' (no dependencies)
Target 'WordPressEditor' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'WordPressEditor' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'HTMLParser' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'Aztec' in project 'WordPress-AztecEditor-iOS'
Target 'WordPressEditor' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'HTMLParser' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'Aztec' in project 'WordPress-AztecEditor-iOS'
Target 'Aztec' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'Aztec' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'WordPress-AztecEditor-iOS_Aztec' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'HTMLParser' in project 'WordPress-AztecEditor-iOS'
Target 'Aztec' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'WordPress-AztecEditor-iOS_Aztec' in project 'WordPress-AztecEditor-iOS'
➜ Explicit dependency on target 'HTMLParser' in project 'WordPress-AztecEditor-iOS'
Target 'HTMLParser' in project 'WordPress-AztecEditor-iOS' (no dependencies)
Target 'WordPress-AztecEditor-iOS_Aztec' in project 'WordPress-AztecEditor-iOS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 72889b2e955f60287b2c852588d69731
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/72889b2e955f60287b2c852588d69731.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_WordPressEditorTests.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_WordPressEditorTests.build/empty-WordPress-AztecEditor-iOS_WordPressEditorTests.plist (in target 'WordPress-AztecEditor-iOS_WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_WordPressEditorTests.build/empty-WordPress-AztecEditor-iOS_WordPressEditorTests.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_WordPressEditorTests.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/empty-WordPress-AztecEditor-iOS_Aztec.plist (in target 'WordPress-AztecEditor-iOS_Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/empty-WordPress-AztecEditor-iOS_Aztec.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_Aztec.build/assetcatalog_generated_info.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_AztecTests.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_AztecTests.build/empty-WordPress-AztecEditor-iOS_AztecTests.plist (in target 'WordPress-AztecEditor-iOS_AztecTests' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/WordPress-AztecEditor-iOS_AztecTests.build/empty-WordPress-AztecEditor-iOS_AztecTests.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_AztecTests.bundle/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle (in target 'WordPress-AztecEditor-iOS_Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle
SwiftDriver HTMLParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HTMLParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle (in target 'WordPress-AztecEditor-iOS_Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/WordPress-AztecEditor-iOS_Aztec.bundle
SwiftCompile normal arm64 Compiling\ CSSParser.swift,\ HTMLParser.swift,\ InAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/InAttributeConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/CSSParser.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/HTMLParser.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/InAttributeConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTMLSerializer.swift,\ Attribute.swift,\ AttributeType.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/Out/HTMLSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/AttributeType.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/Out/HTMLSerializer.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Attribute.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/AttributeType.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CSSAttribute.swift,\ CSSAttributeType.swift,\ CommentNode.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/CSSAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/CSSAttributeType.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/CommentNode.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/CSSAttribute.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/CSSAttributeType.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/CommentNode.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Element.swift,\ ElementNode.swift,\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/ElementNode.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Node.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Element.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/ElementNode.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/Node.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ InAttributesConverter.swift,\ InNodeConverter.swift,\ InNodesConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/InAttributesConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/InNodeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/InNodesConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/InAttributesConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/InNodeConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Converters/In/InNodesConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ HTMLParser (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
EmitSwiftModule normal arm64 (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CLinkedListToArrayConverter.swift,\ Converter.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/HTMLToElements/CLinkedListToArrayConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/HTMLToElements/Converter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/HTMLToElements/CLinkedListToArrayConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/HTMLToElements/Converter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TextNode.swift,\ BoldCSSAttributeMatcher.swift,\ CSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/TextNode.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/BoldCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/CSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Data/TextNode.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/BoldCSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/CSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ElementToStringConverter.swift,\ GenericElementToTagConverter.swift,\ Character+Name.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/ElementsToHTML/Base/ElementToStringConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/ElementsToHTML/Implementations/GenericElementToTagConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Extensions/Character+Name.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/ElementsToHTML/Base/ElementToStringConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/ElementsToHTML/Implementations/GenericElementToTagConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Extensions/Character+Name.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ForegroundColorCSSAttributeMatcher.swift,\ ItalicCSSAttributeMatcher.swift,\ UnderlineCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/ForegroundColorCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/ItalicCSSAttributeMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/UnderlineCSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/ForegroundColorCSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/ItalicCSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/DOM/Logic/CSS/UnderlineCSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ String+CharacterName.swift,\ String+HTML.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Extensions/String+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Extensions/String+HTML.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Extensions/String+CharacterName.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTMLParser/Extensions/String+HTML.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CLinkedListToArrayConverter.swift, Converter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling ElementToStringConverter.swift, GenericElementToTagConverter.swift, Character+Name.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling ForegroundColorCSSAttributeMatcher.swift, ItalicCSSAttributeMatcher.swift, UnderlineCSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling InAttributesConverter.swift, InNodeConverter.swift, InNodesConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Emitting module for HTMLParser (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftDriver\ Compilation\ Requirements HTMLParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HTMLParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling TextNode.swift, BoldCSSAttributeMatcher.swift, CSSAttributeMatcher.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HTMLParser.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser.abi.json (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HTMLParser.swiftmodule/arm64-apple-xros.abi.json
SwiftDriver Aztec normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Aztec -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CSSAttribute.swift, CSSAttributeType.swift, CommentNode.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling CSSParser.swift, HTMLParser.swift, InAttributeConverter.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling String+CharacterName.swift, String+HTML.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 Compiling\ GenericElementConverter.swift,\ HRElementConverter.swift,\ ImageElementConverter.swift,\ LIElementConverter.swift,\ VideoElementConverter.swift,\ ConditionalStringAttributeConverter.swift,\ StringAttributeConverter.swift,\ ConditionalItalicStringAttributeConverter.swift,\ BoldStringAttributeConverter.swift,\ CiteStringAttributeConverter.swift,\ ItalicStringAttributeConverter.swift,\ MarkStringAttributeConverter.swift,\ SubscriptStringAttributeConverter.swift,\ SuperscriptStringAttributeConverter.swift,\ UnderlineStringAttributeConverter.swift,\ HTMLStyleToggler.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/GenericElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/HRElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/ImageElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/LIElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/VideoElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Base/ConditionalStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Base/StringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/ConditionalConverters/ConditionalItalicStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/BoldStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/CiteStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/ItalicStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/MarkStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SubscriptStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SuperscriptStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/UnderlineStringAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Utility/HTMLStyleToggler.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/GenericElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/HRElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/ImageElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/LIElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/VideoElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Base/ConditionalStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Base/StringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/ConditionalConverters/ConditionalItalicStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/BoldStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/CiteStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/ItalicStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/MarkStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SubscriptStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/SuperscriptStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Implementations/UnderlineStringAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/StringAttributesToAttributes/Utility/HTMLStyleToggler.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Aztec.swift,\ Metrics.swift,\ ElementAttributeConverter.swift,\ MainAttributesConverter.swift,\ BoldElementAttributeConverter.swift,\ ForegroundColorElementAttributeConverter.swift,\ ItalicElementAttributeConverter.swift,\ UnderlineElementAttributeConverter.swift,\ AttachmentElementConverter.swift,\ ElementConverter.swift,\ FormatterElementConverter.swift,\ BRElementConverter.swift,\ CiteElementConverter.swift,\ FigcaptionElementConverter.swift,\ FigureElementConverter.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Aztec.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Constants/Metrics.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/MainAttributesConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/BoldElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ForegroundColorElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ItalicElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/UnderlineElementAttributeConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Base/AttachmentElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Base/ElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Base/FormatterElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/BRElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/CiteElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigcaptionElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigureElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/resource_bundle_accessor.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Aztec.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Constants/Metrics.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/ElementAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Base/MainAttributesConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/BoldElementAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ForegroundColorElementAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/ItalicElementAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/AttributesToStringAttributes/Implementations/UnderlineElementAttributeConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Base/AttachmentElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Base/ElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Base/FormatterElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/BRElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/CiteElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigcaptionElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Converters/ElementsToAttributedString/Implementations/FigureElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIFont+Traits.swift,\ UIImage+Resize.swift,\ UILayoutPriority+Swift4.swift,\ UIPasteboard+Helpers.swift,\ UIStackView+Helpers.swift,\ UITextView+Delegate.swift,\ UITextView+Undoable.swift,\ AttributeFormatter.swift,\ FontFormatter.swift,\ ParagraphAttributeFormatter.swift,\ StandardAttributeFormatter.swift,\ BlockquoteFormatter.swift,\ BoldFormatter.swift,\ BoldWithShadowForHeadingFormatter.swift,\ CiteFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIFont+Traits.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIImage+Resize.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UILayoutPriority+Swift4.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIStackView+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UITextView+Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UITextView+Undoable.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Base/AttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Base/FontFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Base/ParagraphAttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Base/StandardAttributeFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/BlockquoteFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/BoldFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/BoldWithShadowForHeadingFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/CiteFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIFont+Traits.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIImage+Resize.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UILayoutPriority+Swift4.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIPasteboard+Helpers.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIStackView+Helpers.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UITextView+Delegate.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UITextView+Undoable.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Base/AttributeFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Base/FontFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Base/ParagraphAttributeFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Base/StandardAttributeFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/BlockquoteFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/BoldFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/BoldWithShadowForHeadingFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/CiteFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CodeFormatter.swift,\ ColorFormatter.swift,\ FigcaptionFormatter.swift,\ FigureFormatter.swift,\ HTMLDivFormatter.swift,\ HTMLParagraphFormatter.swift,\ HeaderFormatter.swift,\ ItalicFormatter.swift,\ LiFormatter.swift,\ LinkFormatter.swift,\ MarkFormatter.swift,\ PreFormatter.swift,\ StrikethroughFormatter.swift,\ SubscriptFormatter.swift,\ SuperscriptFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/CodeFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/ColorFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/FigcaptionFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/FigureFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/HTMLDivFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/HTMLParagraphFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/HeaderFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/ItalicFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/LiFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/LinkFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/MarkFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/PreFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/StrikethroughFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/SubscriptFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/SuperscriptFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/CodeFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/ColorFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/FigcaptionFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/FigureFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/HTMLDivFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/HTMLParagraphFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/HeaderFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/ItalicFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/LiFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/LinkFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/MarkFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/PreFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/StrikethroughFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/SubscriptFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/SuperscriptFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TextListFormatter.swift,\ UnderlineFormatter.swift,\ Assets.swift,\ FormatBar.swift,\ FormatBarDelegate.swift,\ FormatBarItem.swift,\ FormattingIdentifier.swift,\ HTMLRepresentation.swift,\ UnsupportedHTML.swift,\ AttachmentToElementConverter.swift,\ CommentAttachmentToElementConverter.swift,\ HTMLAttachmentToElementConverter.swift,\ ImageAttachmentToElementConverter.swift,\ LineAttachmentToElementConverter.swift,\ VideoAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/TextListFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/UnderlineFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/Assets.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormatBar.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormatBarDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Attributes/HTMLRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Attributes/UnsupportedHTML.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/Base/AttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/CommentAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/HTMLAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/ImageAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/LineAttachmentToElementConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/VideoAttachmentToElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/TextListFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Formatters/Implementations/UnderlineFormatter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/Assets.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormatBar.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormatBarDelegate.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormatBarItem.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/GUI/FormatBar/FormattingIdentifier.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Attributes/HTMLRepresentation.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Attributes/UnsupportedHTML.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/Base/AttachmentToElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/CommentAttachmentToElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/HTMLAttachmentToElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/ImageAttachmentToElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/LineAttachmentToElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttachmentToElementConverter/VideoAttachmentToElementConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NSAttributedStringKey+Aztec.swift,\ NSAttributedStringKey+Conversion.swift,\ NSBundle+AztecBundle.swift,\ NSLayoutManager+Attachments.swift,\ NSMutableAttributedString+ParagraphProperty.swift,\ NSMutableAttributedString+ReplaceAttributes.swift,\ NSMutableAttributedString+ReplaceOcurrences.swift,\ NSRange+Helpers.swift,\ NSTextingResult+Helpers.swift,\ String+EndOfLine.swift,\ String+Paragraph.swift,\ String+RangeConversion.swift,\ StringUTF16+RangeConversion.swift,\ UIColor+Parsers.swift,\ UIFont+Emoji.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedStringKey+Aztec.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedStringKey+Conversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSBundle+AztecBundle.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSLayoutManager+Attachments.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSMutableAttributedString+ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSTextingResult+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/String+EndOfLine.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/String+Paragraph.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/String+RangeConversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/StringUTF16+RangeConversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIColor+Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIFont+Emoji.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedStringKey+Aztec.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedStringKey+Conversion.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSBundle+AztecBundle.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSLayoutManager+Attachments.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSMutableAttributedString+ParagraphProperty.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceAttributes.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSMutableAttributedString+ReplaceOcurrences.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSRange+Helpers.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSTextingResult+Helpers.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/String+EndOfLine.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/String+Paragraph.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/String+RangeConversion.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/StringUTF16+RangeConversion.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIColor+Parsers.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/UIFont+Emoji.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EditorView.swift,\ Array+Attribute.swift,\ Array+Helpers.swift,\ Array+ShortcodeAttribute.swift,\ Dictionary+AttributedStringKey.swift,\ DocumentReadingOptionKey+Swift4.swift,\ DocumentType+Swift4.swift,\ NSAttributedString+Analyzers.swift,\ NSAttributedString+Archive.swift,\ NSAttributedString+Attachments.swift,\ NSAttributedString+CharacterName.swift,\ NSAttributedString+FontTraits.swift,\ NSAttributedString+Lists.swift,\ NSAttributedString+ParagraphRange.swift,\ NSAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/EditorView/EditorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Dictionary+AttributedStringKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentReadingOptionKey+Swift4.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentType+Swift4.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Analyzers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Archive.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+FontTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Lists.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ParagraphRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/EditorView/EditorView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Attribute.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+ShortcodeAttribute.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Dictionary+AttributedStringKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentReadingOptionKey+Swift4.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentType+Swift4.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Analyzers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Archive.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+CharacterName.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+FontTraits.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Lists.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ParagraphRange.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/supplementaryOutputs-19 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Aztec_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Aztec -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/EditorView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Array+Attribute.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Array+Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Array+ShortcodeAttribute.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Dictionary+AttributedStringKey.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/DocumentReadingOptionKey+Swift4.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/DocumentType+Swift4.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+Analyzers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+Archive.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+Attachments.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+CharacterName.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+FontTraits.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+Lists.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+ParagraphRange.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+ReplaceOcurrences.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/EditorView.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Array+Attribute.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Array+Helpers.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Array+ShortcodeAttribute.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/Dictionary+AttributedStringKey.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/DocumentReadingOptionKey+Swift4.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/DocumentType+Swift4.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+Analyzers.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+Archive.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+Attachments.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+CharacterName.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+FontTraits.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+Lists.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+ParagraphRange.o -index-unit-output-path /WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/Objects-normal/arm64/NSAttributedString+ReplaceOcurrences.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/EditorView/EditorView.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Attribute.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Helpers.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+ShortcodeAttribute.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Dictionary+AttributedStringKey.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentReadingOptionKey+Swift4.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentType+Swift4.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Analyzers.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Archive.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift:57:25: error: 'UIScreen' is unavailable in visionOS
let scale = UIScreen.main.scale
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+CharacterName.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+FontTraits.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Lists.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ParagraphRange.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AttributedStringParser.swift,\ AttributedStringSerializer.swift,\ HTMLConverter.swift,\ ParagraphPropertyConverter.swift,\ Plugin.swift,\ PluginInputCustomizer.swift,\ PluginManager.swift,\ PluginOutputCustomizer.swift,\ HTMLProcessor.swift,\ HTMLTreeProcessor.swift,\ PipelineProcessor.swift,\ Processor.swift,\ RegexProcessor.swift,\ ShortcodeAttribute.swift,\ ShortcodeAttributeParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttributedStringParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/HTMLConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/ParagraphPropertyConverters/Base/ParagraphPropertyConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Plugin/Plugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Plugin/PluginInputCustomizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Plugin/PluginManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Plugin/PluginOutputCustomizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/HTMLProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/HTMLTreeProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/PipelineProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/Processor.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/RegexProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/ShortcodeAttributeParser.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttributedStringParser.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/AttributedStringSerializer.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/HTMLConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/NSAttributedString/Conversions/ParagraphPropertyConverters/Base/ParagraphPropertyConverter.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Plugin/Plugin.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Plugin/PluginInputCustomizer.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Plugin/PluginManager.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Plugin/PluginOutputCustomizer.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/HTMLProcessor.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/HTMLTreeProcessor.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/PipelineProcessor.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/Processor.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/RegexProcessor.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/ShortcodeAttribute.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Processor/ShortcodeAttributeParser.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Aztec (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
EmitSwiftModule normal arm64 (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Element.swift, ElementNode.swift, Node.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 Compiling\ Figure.swift,\ HTMLDiv.swift,\ HTMLLi.swift,\ HTMLParagraph.swift,\ HTMLPre.swift,\ Header.swift,\ ParagraphProperty.swift,\ TextList.swift,\ ParagraphStyle.swift,\ RenderableAttachment.swift,\ TextStorage.swift,\ TextView.swift,\ TextViewPasteboardDelegate.swift,\ VideoAttachment.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Figure.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLDiv.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLLi.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLParagraph.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLPre.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Header.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/ParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/RenderableAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextViewPasteboardDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/VideoAttachment.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Figure.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLDiv.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLLi.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLParagraph.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/HTMLPre.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/Header.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/ParagraphProperty.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphProperty/TextList.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/ParagraphStyle.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/RenderableAttachment.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextStorage.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextView.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/TextViewPasteboardDelegate.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/TextKit/VideoAttachment.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/Aztec.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HTMLSerializer.swift, Attribute.swift, AttributeType.swift (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
SwiftDriver\ Compilation HTMLParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HTMLParser' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HTMLParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-xros/HTMLParser.build/Objects-normal/arm64/HTMLParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ EditorView.swift,\ Array+Attribute.swift,\ Array+Helpers.swift,\ Array+ShortcodeAttribute.swift,\ Dictionary+AttributedStringKey.swift,\ DocumentReadingOptionKey+Swift4.swift,\ DocumentType+Swift4.swift,\ NSAttributedString+Analyzers.swift,\ NSAttributedString+Archive.swift,\ NSAttributedString+Attachments.swift,\ NSAttributedString+CharacterName.swift,\ NSAttributedString+FontTraits.swift,\ NSAttributedString+Lists.swift,\ NSAttributedString+ParagraphRange.swift,\ NSAttributedString+ReplaceOcurrences.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/EditorView/EditorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Array+ShortcodeAttribute.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/Dictionary+AttributedStringKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentReadingOptionKey+Swift4.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/DocumentType+Swift4.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Analyzers.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Archive.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+CharacterName.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+FontTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Lists.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ParagraphRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+ReplaceOcurrences.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Aztec/Classes/Extensions/NSAttributedString+Attachments.swift (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
Building workspace spi-builder-workspace with scheme WordPress-AztecEditor-iOS-Package
(3 failures)
BUILD FAILURE 6.1 visionOS