The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of WordPress-AztecEditor-iOS, reference 1.20.0 (f20f41), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 12:13:43 UTC.

Swift 6 data race errors: 150

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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

        XCTAssertTrue(original.isEqual(to: textView.storage))
                                                    ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:298:16: note: property declared here
    public var storage: TextStorage {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/BlockquoteFormatterTests.swift:82:32: warning: main actor-isolated property 'storage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let storage = textView.storage
                               ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:298:16: note: property declared here
    public var storage: TextStorage {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/BlockquoteFormatterTests.swift:80:10: note: add '@MainActor' to make instance method 'testPresentInStorageAtIndexReturnsTrueWhenBlockquoteIsEffectivelyThere()' part of global actor 'MainActor'
    func testPresentInStorageAtIndexReturnsTrueWhenBlockquoteIsEffectivelyThere() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/BlockquoteFormatterTests.swift:103:20: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let view = TextView(defaultFont: UIFont.systemFont(ofSize: 14), defaultMissingImage: UIImage())
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/BlockquoteFormatterTests.swift:104:14: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        view.text = plainText
             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:197:53: note: mutation of this property is only permitted within the actor
@property(null_resettable,nonatomic,copy) NSString *text;
                                                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/BoldFormatterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling WordPressPasteboardDelegate.swift, GalleryAttachment.swift, GalleryAttachmentToElementConverter.swift, GalleryElementConverter.swift (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 Compiling\ AttributedStringParserTests.swift,\ AttributedStringSerializerTests.swift,\ HTMLProcessorTests.swift,\ HTMLTreeProcessorTests.swift,\ ShortcodeAttributeSerializerTests.swift,\ CommentAttachmentRendererTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/NSAttributedString/Conversions/AttributedStringParserTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/NSAttributedString/Conversions/AttributedStringSerializerTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Processor/HTMLProcessorTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Processor/HTMLTreeProcessorTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Processor/ShortcodeAttributeSerializerTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/NSAttributedString/Conversions/AttributedStringParserTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AztecTests/NSAttributedString/Conversions/AttributedStringParserTests.swift:1109:20: warning: static property 'sampleAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let sampleAttributes: [NSAttributedString.Key : Any] = [
                   ^
/Users/admin/builder/spi-builder-workspace/AztecTests/NSAttributedString/Conversions/AttributedStringParserTests.swift:1109:20: note: add '@MainActor' to make static property 'sampleAttributes' part of global actor 'MainActor'
        static let sampleAttributes: [NSAttributedString.Key : Any] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/NSAttributedString/Conversions/AttributedStringParserTests.swift:1109:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let sampleAttributes: [NSAttributedString.Key : Any] = [
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/NSAttributedString/Conversions/AttributedStringSerializerTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Processor/HTMLProcessorTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Processor/HTMLTreeProcessorTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Processor/ShortcodeAttributeSerializerTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:18:24: warning: call to main actor-isolated initializer 'init(withHTML:font:pasteboard:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextViewStub()
                       ^
/Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStub.swift:20:5: note: calls to initializer 'init(withHTML:font:pasteboard:)' from outside of its actor context are implicitly asynchronous
    init(withHTML html: String? = nil, font: UIFont = .systemFont(ofSize: 14), pasteboard: UIPasteboard = .forTesting) {
    ^
/Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStub.swift:20:5: note: main actor isolation inferred from inheritance from class 'TextView'
    init(withHTML html: String? = nil, font: UIFont = .systemFont(ofSize: 14), pasteboard: UIPasteboard = .forTesting) {
    ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:14:10: note: add '@MainActor' to make instance method 'testShouldRender()' part of global actor 'MainActor'
    func testShouldRender() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:25:24: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextView(
                       ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:24:10: note: add '@MainActor' to make instance method 'testBoundsForAttachment()' part of global actor 'MainActor'
    func testBoundsForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:29:18: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        textView.frame = CGRect(origin: .zero, size: CGSize(width: 100, height: 100))
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:24:10: note: add '@MainActor' to make instance method 'testBoundsForAttachment()' part of global actor 'MainActor'
    func testBoundsForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:52:24: warning: call to main actor-isolated initializer 'init(withHTML:font:pasteboard:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextViewStub()
                       ^
/Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStub.swift:20:5: note: calls to initializer 'init(withHTML:font:pasteboard:)' from outside of its actor context are implicitly asynchronous
    init(withHTML html: String? = nil, font: UIFont = .systemFont(ofSize: 14), pasteboard: UIPasteboard = .forTesting) {
    ^
/Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStub.swift:20:5: note: main actor isolation inferred from inheritance from class 'TextView'
    init(withHTML html: String? = nil, font: UIFont = .systemFont(ofSize: 14), pasteboard: UIPasteboard = .forTesting) {
    ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:50:10: note: add '@MainActor' to make instance method 'testImageForGutenbergCommentIsNil()' part of global actor 'MainActor'
    func testImageForGutenbergCommentIsNil() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:66:24: warning: call to main actor-isolated initializer 'init(withHTML:font:pasteboard:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextViewStub()
                       ^
/Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStub.swift:20:5: note: calls to initializer 'init(withHTML:font:pasteboard:)' from outside of its actor context are implicitly asynchronous
    init(withHTML html: String? = nil, font: UIFont = .systemFont(ofSize: 14), pasteboard: UIPasteboard = .forTesting) {
    ^
/Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStub.swift:20:5: note: main actor isolation inferred from inheritance from class 'TextView'
    init(withHTML html: String? = nil, font: UIFont = .systemFont(ofSize: 14), pasteboard: UIPasteboard = .forTesting) {
    ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/CommentAttachmentRendererTests.swift:64:10: note: add '@MainActor' to make instance method 'testRenderingImageWithIllegalSizeReturnsNil()' part of global actor 'MainActor'
    func testRenderingImageWithIllegalSizeReturnsNil() {
         ^
    @MainActor
SwiftDriverJobDiscovery normal arm64 Compiling AutoPProcessor.swift, RemovePProcessor.swift, CaptionShortcodeInputProcessor.swift, CaptionShortcodeOutputProcessor.swift (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 Compiling\ FontFormatterTests.swift,\ HeaderFormatterTests.swift,\ PreFormaterTests.swift,\ TextListFormatterTests.swift,\ CSSParserTests.swift,\ DefaultHTMLSerializerTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/FontFormatterTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/HeaderFormatterTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/PreFormaterTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/TextListFormatterTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Conversions/CSSParserTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Conversions/DefaultHTMLSerializerTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/FontFormatterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/HeaderFormatterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/PreFormaterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Formatters/TextListFormatterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Conversions/CSSParserTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Conversions/DefaultHTMLSerializerTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SpecialTagAttachmentRenderer.swift, OptionsTablePresenter.swift, OptionsTableViewController.swift (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 Compiling\ ItalicStringAttributeConverterTests.swift,\ UnderlineStringAttributeConverterTests.swift,\ EditorViewTests.swift,\ ArrayHelperTests.swift,\ NSAttributedStringAnalyzerTests.swift,\ NSAttributedStringAttachmentsTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Converters/StringAttributesToAttributes/ItalicStringAttributeConverterTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Converters/StringAttributesToAttributes/UnderlineStringAttributeConverterTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/ArrayHelperTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAttachmentsTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Converters/StringAttributesToAttributes/ItalicStringAttributeConverterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Converters/StringAttributesToAttributes/UnderlineStringAttributeConverterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:21:32: warning: call to main actor-isolated initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let editorView = Aztec.EditorView(
                               ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:119:12: note: calls to initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    public init(defaultFont: UIFont, defaultHTMLFont: UIFont, defaultParagraphStyle: ParagraphStyle, defaultMissingImage: UIImage) {
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:19:10: note: add '@MainActor' to make instance method 'testContentInset()' part of global actor 'MainActor'
    func testContentInset() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:28:20: warning: main actor-isolated property 'contentInset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        editorView.contentInset = insets
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:23:16: note: mutation of this property is only permitted within the actor
    public var contentInset: UIEdgeInsets {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:19:10: note: add '@MainActor' to make instance method 'testContentInset()' part of global actor 'MainActor'
    func testContentInset() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:30:48: warning: main actor-isolated property 'contentInset' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.richTextView.contentInset, insets)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: note: property declared here
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:30:35: warning: main actor-isolated property 'richTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.richTextView.contentInset, insets)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:8:16: note: property declared here
    public let richTextView: TextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:31:48: warning: main actor-isolated property 'contentInset' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.htmlTextView.contentInset, insets)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: note: property declared here
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:31:35: warning: main actor-isolated property 'htmlTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.htmlTextView.contentInset, insets)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:7:16: note: property declared here
    public let htmlTextView: UITextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:36:32: warning: call to main actor-isolated initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let editorView = Aztec.EditorView(
                               ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:119:12: note: calls to initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    public init(defaultFont: UIFont, defaultHTMLFont: UIFont, defaultParagraphStyle: ParagraphStyle, defaultMissingImage: UIImage) {
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:34:10: note: add '@MainActor' to make instance method 'testContentOffset()' part of global actor 'MainActor'
    func testContentOffset() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:43:20: warning: main actor-isolated property 'contentOffset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        editorView.contentOffset = offset
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:34:16: note: mutation of this property is only permitted within the actor
    public var contentOffset: CGPoint {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:34:10: note: add '@MainActor' to make instance method 'testContentOffset()' part of global actor 'MainActor'
    func testContentOffset() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:45:48: warning: main actor-isolated property 'contentOffset' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.richTextView.contentOffset, offset)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:55:59: note: property declared here
@property(nonatomic)         CGPoint                      contentOffset;                  // default CGPointZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:45:35: warning: main actor-isolated property 'richTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.richTextView.contentOffset, offset)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:8:16: note: property declared here
    public let richTextView: TextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:46:48: warning: main actor-isolated property 'contentOffset' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.htmlTextView.contentOffset, offset)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:55:59: note: property declared here
@property(nonatomic)         CGPoint                      contentOffset;                  // default CGPointZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:46:35: warning: main actor-isolated property 'htmlTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.htmlTextView.contentOffset, offset)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:7:16: note: property declared here
    public let htmlTextView: UITextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:51:32: warning: call to main actor-isolated initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let editorView = Aztec.EditorView(
                               ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:119:12: note: calls to initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    public init(defaultFont: UIFont, defaultHTMLFont: UIFont, defaultParagraphStyle: ParagraphStyle, defaultMissingImage: UIImage) {
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:49:10: note: add '@MainActor' to make instance method 'testScrollIndicatorInsets()' part of global actor 'MainActor'
    func testScrollIndicatorInsets() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:58:20: warning: main actor-isolated property 'horizontalScrollIndicatorInsets' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        editorView.horizontalScrollIndicatorInsets = insets
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:45:16: note: mutation of this property is only permitted within the actor
    public var horizontalScrollIndicatorInsets: UIEdgeInsets {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:49:10: note: add '@MainActor' to make instance method 'testScrollIndicatorInsets()' part of global actor 'MainActor'
    func testScrollIndicatorInsets() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:60:48: warning: main actor-isolated property 'horizontalScrollIndicatorInsets' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.richTextView.horizontalScrollIndicatorInsets, insets)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:130:59: note: property declared here
@property(nonatomic)         UIEdgeInsets                 horizontalScrollIndicatorInsets API_AVAILABLE(ios(11.1), tvos(11.1)) API_UNAVAILABLE(watchos); // default is UIEdgeInsetsZero.
                                                          ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:60:35: warning: main actor-isolated property 'richTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.richTextView.horizontalScrollIndicatorInsets, insets)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:8:16: note: property declared here
    public let richTextView: TextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:61:48: warning: main actor-isolated property 'horizontalScrollIndicatorInsets' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.htmlTextView.horizontalScrollIndicatorInsets, insets)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:130:59: note: property declared here
@property(nonatomic)         UIEdgeInsets                 horizontalScrollIndicatorInsets API_AVAILABLE(ios(11.1), tvos(11.1)) API_UNAVAILABLE(watchos); // default is UIEdgeInsetsZero.
                                                          ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:61:35: warning: main actor-isolated property 'htmlTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.htmlTextView.horizontalScrollIndicatorInsets, insets)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:7:16: note: property declared here
    public let htmlTextView: UITextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:66:32: warning: call to main actor-isolated initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let editorView = Aztec.EditorView(
                               ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:119:12: note: calls to initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    public init(defaultFont: UIFont, defaultHTMLFont: UIFont, defaultParagraphStyle: ParagraphStyle, defaultMissingImage: UIImage) {
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:64:10: note: add '@MainActor' to make instance method 'testEditingModeAndActiveView()' part of global actor 'MainActor'
    func testEditingModeAndActiveView() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:72:35: warning: main actor-isolated property 'editingMode' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.editingMode, .richText)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:71:33: note: property declared here
    fileprivate(set) public var editingMode: EditMode = .richText {
                                ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:73:35: warning: main actor-isolated property 'activeView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.activeView, editorView.richTextView)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:168:16: note: property declared here
    public var activeView: UITextView {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:73:58: warning: main actor-isolated property 'richTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.activeView, editorView.richTextView)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:8:16: note: property declared here
    public let richTextView: TextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:75:20: warning: call to main actor-isolated instance method 'toggleEditingMode()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        editorView.toggleEditingMode()
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:95:17: note: calls to instance method 'toggleEditingMode()' from outside of its actor context are implicitly asynchronous
    public func toggleEditingMode() {
                ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:64:10: note: add '@MainActor' to make instance method 'testEditingModeAndActiveView()' part of global actor 'MainActor'
    func testEditingModeAndActiveView() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:76:35: warning: main actor-isolated property 'editingMode' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.editingMode, .html)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:71:33: note: property declared here
    fileprivate(set) public var editingMode: EditMode = .richText {
                                ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:77:35: warning: main actor-isolated property 'activeView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.activeView, editorView.htmlTextView)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:168:16: note: property declared here
    public var activeView: UITextView {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:77:58: warning: main actor-isolated property 'htmlTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.activeView, editorView.htmlTextView)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:7:16: note: property declared here
    public let htmlTextView: UITextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:79:20: warning: call to main actor-isolated instance method 'toggleEditingMode()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        editorView.toggleEditingMode()
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:95:17: note: calls to instance method 'toggleEditingMode()' from outside of its actor context are implicitly asynchronous
    public func toggleEditingMode() {
                ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:64:10: note: add '@MainActor' to make instance method 'testEditingModeAndActiveView()' part of global actor 'MainActor'
    func testEditingModeAndActiveView() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:80:35: warning: main actor-isolated property 'editingMode' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.editingMode, .richText)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:71:33: note: property declared here
    fileprivate(set) public var editingMode: EditMode = .richText {
                                ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:81:35: warning: main actor-isolated property 'activeView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.activeView, editorView.richTextView)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:168:16: note: property declared here
    public var activeView: UITextView {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:81:58: warning: main actor-isolated property 'richTextView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.activeView, editorView.richTextView)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:8:16: note: property declared here
    public let richTextView: TextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:86:32: warning: call to main actor-isolated initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let editorView = Aztec.EditorView(
                               ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:119:12: note: calls to initializer 'init(defaultFont:defaultHTMLFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    public init(defaultFont: UIFont, defaultHTMLFont: UIFont, defaultParagraphStyle: ParagraphStyle, defaultMissingImage: UIImage) {
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:84:10: note: add '@MainActor' to make instance method 'testHTMLStorageTextColor()' part of global actor 'MainActor'
    func testHTMLStorageTextColor() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:92:35: warning: main actor-isolated property 'htmlStorage' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.htmlStorage.textColor, HTMLStorage.Styles.defaultTextColor)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:9:16: note: property declared here
    public var htmlStorage: HTMLStorage {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:94:20: warning: main actor-isolated property 'htmlStorage' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        editorView.htmlStorage.textColor = .red
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:9:16: note: mutation of this property is only permitted within the actor
    public var htmlStorage: HTMLStorage {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:84:10: note: add '@MainActor' to make instance method 'testHTMLStorageTextColor()' part of global actor 'MainActor'
    func testHTMLStorageTextColor() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:95:33: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        editorView.richTextView.text = "Hello World"
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:197:53: note: mutation of this property is only permitted within the actor
@property(null_resettable,nonatomic,copy) NSString *text;
                                                    ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:84:10: note: add '@MainActor' to make instance method 'testHTMLStorageTextColor()' part of global actor 'MainActor'
    func testHTMLStorageTextColor() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:95:20: warning: main actor-isolated property 'richTextView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        editorView.richTextView.text = "Hello World"
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:8:16: note: property declared here
    public let richTextView: TextView
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:84:10: note: add '@MainActor' to make instance method 'testHTMLStorageTextColor()' part of global actor 'MainActor'
    func testHTMLStorageTextColor() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:96:20: warning: call to main actor-isolated instance method 'toggleEditingMode()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        editorView.toggleEditingMode()
                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:95:17: note: calls to instance method 'toggleEditingMode()' from outside of its actor context are implicitly asynchronous
    public func toggleEditingMode() {
                ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:84:10: note: add '@MainActor' to make instance method 'testHTMLStorageTextColor()' part of global actor 'MainActor'
    func testHTMLStorageTextColor() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:98:36: warning: main actor-isolated property 'htmlStorage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let textColor = editorView.htmlStorage.attribute(.foregroundColor, at: 3, effectiveRange: nil) as! UIColor
                                   ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:9:16: note: property declared here
    public var htmlStorage: HTMLStorage {
               ^
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:84:10: note: add '@MainActor' to make instance method 'testHTMLStorageTextColor()' part of global actor 'MainActor'
    func testHTMLStorageTextColor() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/EditorView/EditorViewTests.swift:100:35: warning: main actor-isolated property 'htmlStorage' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        XCTAssertEqual(editorView.htmlStorage.textColor, UIColor.red)
                                  ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/EditorView/EditorView.swift:9:16: note: property declared here
    public var htmlStorage: HTMLStorage {
               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/ArrayHelperTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:18:20: warning: static property 'headerString' is not concurrency-safe because non-'Sendable' type 'NSAttributedString' may have shared mutable state; this is an error in the Swift 6 language mode
        static let headerString = NSAttributedString(string: "Newsflash gentlemen")
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:29:12: note: class 'NSAttributedString' does not conform to the 'Sendable' protocol
@interface NSAttributedString : NSObject <NSCopying, NSMutableCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:18:20: note: add '@MainActor' to make static property 'headerString' part of global actor 'MainActor'
        static let headerString = NSAttributedString(string: "Newsflash gentlemen")
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:18:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let headerString = NSAttributedString(string: "Newsflash gentlemen")
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:22:20: warning: static property 'linkifiedString' is not concurrency-safe because non-'Sendable' type 'NSAttributedString' may have shared mutable state; this is an error in the Swift 6 language mode
        static let linkifiedString = { _ -> NSAttributedString in
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:29:12: note: class 'NSAttributedString' does not conform to the 'Sendable' protocol
@interface NSAttributedString : NSObject <NSCopying, NSMutableCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:22:20: note: add '@MainActor' to make static property 'linkifiedString' part of global actor 'MainActor'
        static let linkifiedString = { _ -> NSAttributedString in
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:22:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let linkifiedString = { _ -> NSAttributedString in
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:28:20: warning: static property 'tailString' is not concurrency-safe because non-'Sendable' type 'NSAttributedString' may have shared mutable state; this is an error in the Swift 6 language mode
        static let tailString = NSAttributedString(string: " gets things to a different level")
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:29:12: note: class 'NSAttributedString' does not conform to the 'Sendable' protocol
@interface NSAttributedString : NSObject <NSCopying, NSMutableCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:28:20: note: add '@MainActor' to make static property 'tailString' part of global actor 'MainActor'
        static let tailString = NSAttributedString(string: " gets things to a different level")
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:28:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let tailString = NSAttributedString(string: " gets things to a different level")
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:32:20: warning: static property 'fullString' is not concurrency-safe because non-'Sendable' type 'NSAttributedString' may have shared mutable state; this is an error in the Swift 6 language mode
        static let fullString = { _ -> NSAttributedString in
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:29:12: note: class 'NSAttributedString' does not conform to the 'Sendable' protocol
@interface NSAttributedString : NSObject <NSCopying, NSMutableCopying, NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:32:20: note: add '@MainActor' to make static property 'fullString' part of global actor 'MainActor'
        static let fullString = { _ -> NSAttributedString in
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAnalyzerTests.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let fullString = { _ -> NSAttributedString in
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringAttachmentsTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CommentNode+Gutenberg.swift, GutenbergAttributeDecoder.swift, GutenbergAttributeEncoder.swift, GutenbergAttributeNames.swift (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 Compiling\ HTMLParserTests.swift,\ ElementNodeTests.swift,\ NodeTests.swift,\ TextNodeTests.swift,\ InAttributeConverterTests.swift,\ InNodeConverterTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Conversions/HTMLParserTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Nodes/ElementNodeTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Nodes/NodeTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Nodes/TextNodeTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InNodeConverterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Conversions/HTMLParserTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Nodes/ElementNodeTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Nodes/NodeTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/HTML/Nodes/TextNodeTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:13:46: warning: initialization of 'OpaquePointer' results in a dangling pointer
        let namePtr = UnsafePointer<xmlChar>(OpaquePointer(nameCStr))
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:13:60: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(_:)'
        let namePtr = UnsafePointer<xmlChar>(OpaquePointer(nameCStr))
                                                           ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:13:60: note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
        let namePtr = UnsafePointer<xmlChar>(OpaquePointer(nameCStr))
                                                           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:31:46: warning: initialization of 'OpaquePointer' results in a dangling pointer
        let namePtr = UnsafePointer<xmlChar>(OpaquePointer(nameCStr))
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:31:60: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(_:)'
        let namePtr = UnsafePointer<xmlChar>(OpaquePointer(nameCStr))
                                                           ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:31:60: note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
        let namePtr = UnsafePointer<xmlChar>(OpaquePointer(nameCStr))
                                                           ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:35:54: warning: initialization of 'OpaquePointer' results in a dangling pointer
        let valuePtr = UnsafeMutablePointer<xmlChar>(OpaquePointer(valueCStr))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:35:68: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(_:)'
        let valuePtr = UnsafeMutablePointer<xmlChar>(OpaquePointer(valueCStr))
                                                                   ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InAttributeConverterTests.swift:35:68: note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
        let valuePtr = UnsafeMutablePointer<xmlChar>(OpaquePointer(valueCStr))
                                                                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Importer/InNodeConverterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling WordPressPlugin.swift, EmbedURLProcessor.swift, ShortcodeProcessor.swift (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling Blockquote.swift, Figcaption.swift, 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 (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
SwiftDriver\ Compilation WordPressEditor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WordPressEditor' 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 WordPressEditor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor-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-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.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-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.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-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ HTMLAttachmentRendererTests.swift,\ NSBundle+AztecTestsBundle.swift,\ TextViewStub.swift,\ TextViewStubAttachmentDelegate.swift,\ TextViewStubDelegate.swift,\ UIKit+Extensions.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/NSBundle+AztecTestsBundle.swift /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStub.swift /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStubAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStubDelegate.swift /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/UIKit+Extensions.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift:8:24: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextView(
                       ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift:7:10: note: add '@MainActor' to make instance method 'testShouldRender()' part of global actor 'MainActor'
    func testShouldRender() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift:20:24: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextView(
                       ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift:19:10: note: add '@MainActor' to make instance method 'testBoundsForAttachment()' part of global actor 'MainActor'
    func testBoundsForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift:24:18: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        textView.frame = CGRect(origin: .zero, size: CGSize(width: 100, height: 100))
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift:19:10: note: add '@MainActor' to make instance method 'testBoundsForAttachment()' part of global actor 'MainActor'
    func testBoundsForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift:46:24: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextView(
                       ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/AztecTests/Renderers/HTMLAttachmentRendererTests.swift:45:10: note: add '@MainActor' to make instance method 'testImageForAttachmentOfWrongTypeReturnsNil()' part of global actor 'MainActor'
    func testImageForAttachmentOfWrongTypeReturnsNil() {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/NSBundle+AztecTestsBundle.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStub.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStubAttachmentDelegate.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/TextViewStubDelegate.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/TestingSupport/UIKit+Extensions.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSAttributedStringKeyHelperTests.swift,\ NSAttributedStringListsTests.swift,\ NSAttributedStringParagraphRangeTests.swift,\ NSAttributedStringReplaceOcurrencesTests.swift,\ NSMutableAttributedStringParagraphProperty.swift,\ NSMutableAttributedStringReplaceOcurrencesTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringKeyHelperTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringListsTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringParagraphRangeTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringReplaceOcurrencesTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSMutableAttributedStringParagraphProperty.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSMutableAttributedStringReplaceOcurrencesTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringKeyHelperTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringListsTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringParagraphRangeTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSAttributedStringReplaceOcurrencesTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSMutableAttributedStringParagraphProperty.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSMutableAttributedStringReplaceOcurrencesTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for AztecTests (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriver\ Compilation\ Requirements AztecTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AztecTests' 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 AztecTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests-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-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, BoldElementAttributeConverterTests.swift, ItalicElementAttributeConverterTests.swift, UnderlineElementAttributeConverterTests.swift, GenericElementConverterTests.swift, BoldStringAttributeConverterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriver\ Compilation 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 -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/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-iphoneos/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 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/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-iphoneos/Aztec.build/Objects-normal/arm64/Aztec_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/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-iphoneos/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 HTMLParserTests.swift, ElementNodeTests.swift, NodeTests.swift, TextNodeTests.swift, InAttributeConverterTests.swift, InNodeConverterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling ItalicStringAttributeConverterTests.swift, UnderlineStringAttributeConverterTests.swift, EditorViewTests.swift, ArrayHelperTests.swift, NSAttributedStringAnalyzerTests.swift, NSAttributedStringAttachmentsTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling NSRangeComparisonTests.swift, StringEndOfLineTests.swift, StringHTMLTests.swift, StringParagraphTests.swift, StringRangeConversionTests.swift, StringRangeMultibyteConversionTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling UIColorHexParserTests.swift, UIImageResizeTests.swift, UIPasteboardHelpersTests.swift, UIStackViewHelpersTests.swift, BlockquoteFormatterTests.swift, BoldFormatterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling HTMLAttachmentRendererTests.swift, NSBundle+AztecTestsBundle.swift, TextViewStub.swift, TextViewStubAttachmentDelegate.swift, TextViewStubDelegate.swift, UIKit+Extensions.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Aztec.o normal (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Aztec.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftmodule (in target 'AztecTests' 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-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftdoc (in target 'AztecTests' 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-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.abi.json (in target 'AztecTests' 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-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftsourceinfo (in target 'AztecTests' 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-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver WordPressEditorTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WordPressEditorTests' 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 WordPressEditorTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests-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-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FontFormatterTests.swift, HeaderFormatterTests.swift, PreFormaterTests.swift, TextListFormatterTests.swift, CSSParserTests.swift, DefaultHTMLSerializerTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling NSAttributedStringKeyHelperTests.swift, NSAttributedStringListsTests.swift, NSAttributedStringParagraphRangeTests.swift, NSAttributedStringReplaceOcurrencesTests.swift, NSMutableAttributedStringParagraphProperty.swift, NSMutableAttributedStringReplaceOcurrencesTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 Compiling\ CaptionShortcodeOutputProcessorTests.swift,\ GalleryAttachmentToElementConverterTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/CaptionShortcode/CaptionShortcodeOutputProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/GalleryShortcode/GalleryAttachmentToElementConverterTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/CaptionShortcode/CaptionShortcodeOutputProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/GalleryShortcode/GalleryAttachmentToElementConverterTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VideoAttachmentWordPressTests.swift,\ EmbedURLProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/VideoAttachmentWordPressTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Processors/EmbedURLProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/VideoAttachmentWordPressTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/VideoAttachmentWordPressTests.swift:11:80: warning: reference to class property 'videoPressHTMLAttribute' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        XCTAssertEqual(videoAttachment.extraAttributes[VideoShortcodeProcessor.videoPressHTMLAttribute], nil)
                                                                               ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditor/Classes/Plugins/WordPressPlugin/Calypso/VideoShortcode/VideoShortcodeProcessor.swift:7:23: note: class property declared here
    static public var videoPressHTMLAttribute = "data-wpvideopress"
                      ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/VideoAttachmentWordPressTests.swift:14:80: warning: reference to class property 'videoPressHTMLAttribute' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        XCTAssertEqual(videoAttachment.extraAttributes[VideoShortcodeProcessor.videoPressHTMLAttribute], .string(videoPressID))
                                                                               ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditor/Classes/Plugins/WordPressPlugin/Calypso/VideoShortcode/VideoShortcodeProcessor.swift:7:23: note: class property declared here
    static public var videoPressHTMLAttribute = "data-wpvideopress"
                      ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/VideoAttachmentWordPressTests.swift:17:80: warning: reference to class property 'videoPressHTMLAttribute' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        XCTAssertEqual(videoAttachment.extraAttributes[VideoShortcodeProcessor.videoPressHTMLAttribute], nil)
                                                                               ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditor/Classes/Plugins/WordPressPlugin/Calypso/VideoShortcode/VideoShortcodeProcessor.swift:7:23: note: class property declared here
    static public var videoPressHTMLAttribute = "data-wpvideopress"
                      ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/VideoAttachmentWordPressTests.swift:26:65: warning: reference to class property 'videoPressHTMLAttribute' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        videoAttachment.extraAttributes[VideoShortcodeProcessor.videoPressHTMLAttribute] = .string(videoPressID)
                                                                ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditor/Classes/Plugins/WordPressPlugin/Calypso/VideoShortcode/VideoShortcodeProcessor.swift:7:23: note: class property declared here
    static public var videoPressHTMLAttribute = "data-wpvideopress"
                      ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/VideoAttachmentWordPressTests.swift:29:65: warning: reference to class property 'videoPressHTMLAttribute' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        videoAttachment.extraAttributes[VideoShortcodeProcessor.videoPressHTMLAttribute] = nil
                                                                ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditor/Classes/Plugins/WordPressPlugin/Calypso/VideoShortcode/VideoShortcodeProcessor.swift:7:23: note: class property declared here
    static public var videoPressHTMLAttribute = "data-wpvideopress"
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Processors/EmbedURLProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ WordPressEditorTests (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
EmitSwiftModule normal arm64 (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/WordPressPluginTests.swift:11:9: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    let pluginManager: PluginManager = {
        ^
SwiftCompile normal arm64 Compiling\ GalleryShortcodeInputProcessorTests.swift,\ GutenbergInputHTMLTreeProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/GalleryShortcode/GalleryShortcodeInputProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenbergInputHTMLTreeProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/GalleryShortcode/GalleryShortcodeInputProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenbergInputHTMLTreeProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GutenbergOutputHTMLTreeProcessorTests.swift,\ GutenblockTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenbergOutputHTMLTreeProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenblockTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenbergOutputHTMLTreeProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenblockTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MediaAttachmentWordPressTests.swift,\ StringRegExTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/MediaAttachmentWordPressTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/StringRegExTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/MediaAttachmentWordPressTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/StringRegExTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ShortcodeProcessorTests.swift,\ AutoPProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Processors/ShortcodeProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/AutopRemovep/AutoPProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Processors/ShortcodeProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/AutopRemovep/AutoPProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GutenpackAttachmentRendererTests.swift,\ WordPressPluginTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/WordPressPluginTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:8:24: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextView(
                       ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:7:10: note: add '@MainActor' to make instance method 'testShouldRender()' part of global actor 'MainActor'
    func testShouldRender() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:20:24: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextView(
                       ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:19:10: note: add '@MainActor' to make instance method 'testBoundsForAttachment()' part of global actor 'MainActor'
    func testBoundsForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:24:18: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        textView.frame = CGRect(origin: .zero, size: CGSize(width: 100, height: 100))
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:19:10: note: add '@MainActor' to make instance method 'testBoundsForAttachment()' part of global actor 'MainActor'
    func testBoundsForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:30:44: warning: main actor-isolated property 'textContainer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let lineFragmentPadding = textView.textContainer.lineFragmentPadding
                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:234:49: note: property declared here
@property(nonatomic, readonly) NSTextContainer *textContainer API_AVAILABLE(ios(7.0));
                                                ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:19:10: note: add '@MainActor' to make instance method 'testBoundsForAttachment()' part of global actor 'MainActor'
    func testBoundsForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:34:29: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            width: textView.frame.width - (2 * lineFragmentPadding),
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:19:10: note: add '@MainActor' to make instance method 'testBoundsForAttachment()' part of global actor 'MainActor'
    func testBoundsForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:43:24: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextView(
                       ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:42:10: note: add '@MainActor' to make instance method 'testImageForAttachmentOfWrongTypeReturnsNil()' part of global actor 'MainActor'
    func testImageForAttachmentOfWrongTypeReturnsNil() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:53:24: warning: call to main actor-isolated initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let textView = TextView(
                       ^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:416:18: note: calls to initializer 'init(defaultFont:defaultParagraphStyle:defaultMissingImage:)' from outside of its actor context are implicitly asynchronous
    @objc public init(
                 ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:52:10: note: add '@MainActor' to make instance method 'testImageForAttachment()' part of global actor 'MainActor'
    func testImageForAttachment() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:60:30: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if UIScreen.main.scale == 3 {
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:60:25: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if UIScreen.main.scale == 3 {
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:62:37: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            } else if UIScreen.main.scale == 2 {
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Gutenberg/GutenpackAttachmentRendererTests.swift:62:32: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            } else if UIScreen.main.scale == 2 {
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/WordPressPluginTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/WordPressPluginTests.swift:11:9: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    let pluginManager: PluginManager = {
        ^
SwiftDriverJobDiscovery normal arm64 Compiling AttributedStringParserTests.swift, AttributedStringSerializerTests.swift, HTMLProcessorTests.swift, HTMLTreeProcessorTests.swift, ShortcodeAttributeSerializerTests.swift, CommentAttachmentRendererTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 Compiling\ RemovePProcessorTests.swift,\ CaptionShortcodeInputProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/AutopRemovep/RemovePProcessorTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/CaptionShortcode/CaptionShortcodeInputProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/AutopRemovep/RemovePProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/CaptionShortcode/CaptionShortcodeInputProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ ImageAttachmentWordPressTests.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/ImageAttachmentWordPressTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources/resource_bundle_accessor.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Extensions/ImageAttachmentWordPressTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GalleryElementConverterTests.swift,\ GalleryElementToTagConverterTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/GalleryShortcode/GalleryElementConverterTests.swift /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/GalleryShortcode/GalleryElementToTagConverterTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/GalleryShortcode/GalleryElementConverterTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/WordPressPlugin/Calypso/GalleryShortcode/GalleryElementToTagConverterTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ShortcodeProcessorTests.swift, AutoPProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling CaptionShortcodeOutputProcessorTests.swift, GalleryAttachmentToElementConverterTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling GutenbergOutputHTMLTreeProcessorTests.swift, GutenblockTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling MediaAttachmentWordPressTests.swift, StringRegExTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Emitting module for WordPressEditorTests (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriver\ Compilation\ Requirements WordPressEditorTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WordPressEditorTests' 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 WordPressEditorTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests-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-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'Aztec' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Aztec --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Aztec --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Aztec.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Aztec.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Aztec.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Aztec.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 05:13:41.790 appintentsmetadataprocessor[766:4757] Starting appintentsmetadataprocessor export
2025-04-30 05:13:41.840 appintentsmetadataprocessor[766:4757] Extracted no relevant App Intents symbols, skipping writing output
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftmodule (in target 'WordPressEditorTests' 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-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftdoc (in target 'WordPressEditorTests' 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-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.abi.json (in target 'WordPressEditorTests' 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-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftsourceinfo (in target 'WordPressEditorTests' 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-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RemovePProcessorTests.swift, CaptionShortcodeInputProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling VideoAttachmentWordPressTests.swift, EmbedURLProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling GalleryShortcodeInputProcessorTests.swift, GutenbergInputHTMLTreeProcessorTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Aztec.o (in target '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-iphoneos/Aztec.o
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/WordPress-AztecEditor-iOS_AztecTests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_AztecTests.bundle (in target 'AztecTests' 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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_AztecTests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/WordPress-AztecEditor-iOS_Aztec.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_Aztec.bundle (in target 'AztecTests' 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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_Aztec.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditor.o normal (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditor.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/empty-AztecTests.plist (in target '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-iphoneos/AztecTests.build/empty-AztecTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -scanforprivacyfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/WordPress-AztecEditor-iOS_Aztec.bundle -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/Info.plist
ExtractAppIntentsMetadata (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name WordPressEditor --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.WordPressEditor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditor.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditor.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/WordPressEditor.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/WordPressEditor.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 05:13:41.903 appintentsmetadataprocessor[769:4789] Starting appintentsmetadataprocessor export
2025-04-30 05:13:41.940 appintentsmetadataprocessor[769:4789] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling GutenpackAttachmentRendererTests.swift, WordPressPluginTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditor.o (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditor.o
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPress-AztecEditor-iOS_WordPressEditorTests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_WordPressEditorTests.bundle (in target 'WordPressEditorTests' 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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_WordPressEditorTests.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPress-AztecEditor-iOS_Aztec.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_Aztec.bundle (in target 'WordPressEditorTests' 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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_Aztec.bundle /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/empty-WordPressEditorTests.plist (in target '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-iphoneos/WordPressEditorTests.build/empty-WordPressEditorTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -scanforprivacyfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPress-AztecEditor-iOS_Aztec.bundle -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling GalleryElementConverterTests.swift, GalleryElementToTagConverterTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, ImageAttachmentWordPressTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriverJobDiscovery normal arm64 Compiling HTMLRepresentationTests.swift, HTMLStorageTests.swift, ParagraphStyleTests.swift, TextStorageTests.swift, TextViewTests.swift, UnsupportedHTMLTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftDriver\ Compilation WordPressEditorTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WordPressEditorTests' 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 WordPressEditorTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests-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-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation AztecTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AztecTests' 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 AztecTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests-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-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPressEditorTests normal (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPressEditorTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditor.build/Objects-normal/arm64/WordPressEditor.swiftmodule
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/AztecTests normal (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/AztecTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/Aztec.build/Objects-normal/arm64/Aztec.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPressEditorTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/iphoneos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name WordPressEditorTests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.WordPressEditorTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPressEditorTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/WordPressEditorTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/WordPressEditorTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/Objects-normal/arm64/WordPressEditorTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 05:13:42.387 appintentsmetadataprocessor[774:4822] Starting appintentsmetadataprocessor export
2025-04-30 05:13:42.390 appintentsmetadataprocessor[774:4822] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPressEditorTests (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/WordPressEditorTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest.dSYM
ExtractAppIntentsMetadata (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AztecTests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.AztecTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/AztecTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/AztecTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/AztecTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/Objects-normal/arm64/AztecTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 05:13:42.400 appintentsmetadataprocessor[776:4824] Starting appintentsmetadataprocessor export
2025-04-30 05:13:42.402 appintentsmetadataprocessor[776:4824] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/AztecTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/iphoneos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/Frameworks/libswift_Concurrency.dylib
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/AztecTests (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/AztecTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest.dSYM
AppIntentsSSUTraining (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/ssu --bundle-id spi-builder-workspace.WordPressEditorTests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/WordPressEditorTests.build/WordPressEditorTests.DependencyMetadataFileList --archive-ssu-assets
2025-04-30 05:13:42.420 appintentsnltrainingprocessor[778:4826] Parsing options for appintentsnltrainingprocessor
2025-04-30 05:13:42.422 appintentsnltrainingprocessor[778:4826] No AppShortcuts found - Skipping.
AppIntentsSSUTraining (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/ssu --bundle-id spi-builder-workspace.AztecTests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WordPress-AztecEditor-iOS.build/Debug-iphoneos/AztecTests.build/AztecTests.DependencyMetadataFileList --archive-ssu-assets
2025-04-30 05:13:42.420 appintentsnltrainingprocessor[779:4827] Parsing options for appintentsnltrainingprocessor
2025-04-30 05:13:42.421 appintentsnltrainingprocessor[779:4827] No AppShortcuts found - Skipping.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPressEditorTests.xctest (in target 'WordPressEditorTests' 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-iphoneos/WordPressEditorTests.xctest
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/AztecTests.xctest (in target 'AztecTests' 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-iphoneos/AztecTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WordPress-AztecEditor-iOS",
  "name" : "WordPress-AztecEditor-iOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Aztec",
      "targets" : [
        "Aztec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WordPressEditor",
      "targets" : [
        "WordPressEditor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WordPressEditorTests",
      "module_type" : "SwiftTarget",
      "name" : "WordPressEditorTests",
      "path" : "WordPressEditor/WordPressEditorTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/WordPressEditor/WordPressEditorTests/Resources/GutenpackAttachmentRender_2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/WordPressEditor/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" : "WordPressEditor/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" : "AztecTests",
      "module_type" : "SwiftTarget",
      "name" : "AztecTests",
      "path" : "AztecTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/CommentAttachmentRender_2x.png.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/CommentAttachmentRender_3x.png.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/HTMLAttachmentRender_2x.png.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/HTMLAttachmentRender_3x.png.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/README.md",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/UIImageResizeImage1_2x.png.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/UIImageResizeImage1_3x.png.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/UIImageResizeImage2_2x.png.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/UIImageResizeImage2_3x.png.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AztecTests/Resources/aztec.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/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",
        "HTML/Conversions/CSSParserTests.swift",
        "HTML/Conversions/DefaultHTMLSerializerTests.swift",
        "HTML/Conversions/HTMLParserTests.swift",
        "HTML/Nodes/ElementNodeTests.swift",
        "HTML/Nodes/NodeTests.swift",
        "HTML/Nodes/TextNodeTests.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" : "Aztec",
      "product_memberships" : [
        "Aztec",
        "WordPressEditor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Aztec/Assets/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Aztec/Assets/html_colors.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "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/ElementsToHTML/Base/ElementToStringConverter.swift",
        "Classes/Converters/ElementsToHTML/Implementations/GenericElementToTagConverter.swift",
        "Classes/Converters/HTMLToElements/CLinkedListToArrayConverter.swift",
        "Classes/Converters/HTMLToElements/Converter.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/Character+Name.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+CharacterName.swift",
        "Classes/Extensions/String+EndOfLine.swift",
        "Classes/Extensions/String+HTML.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/Libxml2/Converters/In/CSSParser.swift",
        "Classes/Libxml2/Converters/In/HTMLParser.swift",
        "Classes/Libxml2/Converters/In/InAttributeConverter.swift",
        "Classes/Libxml2/Converters/In/InAttributesConverter.swift",
        "Classes/Libxml2/Converters/In/InNodeConverter.swift",
        "Classes/Libxml2/Converters/In/InNodesConverter.swift",
        "Classes/Libxml2/Converters/Out/HTMLSerializer.swift",
        "Classes/Libxml2/DOM/Data/Attribute.swift",
        "Classes/Libxml2/DOM/Data/AttributeType.swift",
        "Classes/Libxml2/DOM/Data/CSSAttribute.swift",
        "Classes/Libxml2/DOM/Data/CSSAttributeType.swift",
        "Classes/Libxml2/DOM/Data/CommentNode.swift",
        "Classes/Libxml2/DOM/Data/Element.swift",
        "Classes/Libxml2/DOM/Data/ElementNode.swift",
        "Classes/Libxml2/DOM/Data/Node.swift",
        "Classes/Libxml2/DOM/Data/TextNode.swift",
        "Classes/Libxml2/DOM/Logic/CSS/BoldCSSAttributeMatcher.swift",
        "Classes/Libxml2/DOM/Logic/CSS/CSSAttributeMatcher.swift",
        "Classes/Libxml2/DOM/Logic/CSS/ForegroundColorCSSAttributeMatcher.swift",
        "Classes/Libxml2/DOM/Logic/CSS/ItalicCSSAttributeMatcher.swift",
        "Classes/Libxml2/DOM/Logic/CSS/UnderlineCSSAttributeMatcher.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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.