Build Information
Successful build of WordPress-AztecEditor-iOS, reference develop (8dea1e
), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 12:12:45 UTC.
Swift 6 data race errors: 151
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
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2005:33: warning: call to main actor-isolated instance method 'getHTML(prettify:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
XCTAssertEqual(textView.getHTML(prettify: false), html)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:799:17: note: calls to instance method 'getHTML(prettify:)' from outside of its actor context are implicitly asynchronous
public func getHTML(prettify: Bool = true) -> String {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2011: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(withHTML: "WordPress")
^
/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/TextKit/TextViewTests.swift:2010:10: note: add '@MainActor' to make instance method 'testNonBreakingSpacesAreProperlyEncoded()' part of global actor 'MainActor'
func testNonBreakingSpacesAreProperlyEncoded() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2016:18: warning: call to main actor-isolated instance method 'setHTML' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
textView.setHTML(html)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:818:17: note: calls to instance method 'setHTML' from outside of its actor context are implicitly asynchronous
public func setHTML(_ html: String) {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2010:10: note: add '@MainActor' to make instance method 'testNonBreakingSpacesAreProperlyEncoded()' part of global actor 'MainActor'
func testNonBreakingSpacesAreProperlyEncoded() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2017:31: warning: call to main actor-isolated instance method 'getHTML(prettify:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let output = textView.getHTML(prettify: false)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:799:17: note: calls to instance method 'getHTML(prettify:)' from outside of its actor context are implicitly asynchronous
public func getHTML(prettify: Bool = true) -> String {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2010:10: note: add '@MainActor' to make instance method 'testNonBreakingSpacesAreProperlyEncoded()' part of global actor 'MainActor'
func testNonBreakingSpacesAreProperlyEncoded() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2024: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(withHTML: "<ul><li></li></ul>")
^
/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/TextKit/TextViewTests.swift:2023:10: note: add '@MainActor' to make instance method 'testEmptyListsPersistsAfterAztec()' part of global actor 'MainActor'
func testEmptyListsPersistsAfterAztec() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2026:29: warning: call to main actor-isolated instance method 'getHTML(prettify:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let html = textView.getHTML(prettify: false)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:799:17: note: calls to instance method 'getHTML(prettify:)' from outside of its actor context are implicitly asynchronous
public func getHTML(prettify: Bool = true) -> String {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2023:10: note: add '@MainActor' to make instance method 'testEmptyListsPersistsAfterAztec()' part of global actor 'MainActor'
func testEmptyListsPersistsAfterAztec() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2032: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(withHTML: "WordPress")
^
/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/TextKit/TextViewTests.swift:2031:10: note: add '@MainActor' to make instance method 'testNestedLists()' part of global actor 'MainActor'
func testNestedLists() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2037:18: warning: call to main actor-isolated instance method 'setHTML' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
textView.setHTML(html)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:818:17: note: calls to instance method 'setHTML' from outside of its actor context are implicitly asynchronous
public func setHTML(_ html: String) {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2031:10: note: add '@MainActor' to make instance method 'testNestedLists()' part of global actor 'MainActor'
func testNestedLists() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2038:31: warning: call to main actor-isolated instance method 'getHTML(prettify:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let output = textView.getHTML(prettify: false)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:799:17: note: calls to instance method 'getHTML(prettify:)' from outside of its actor context are implicitly asynchronous
public func getHTML(prettify: Bool = true) -> String {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2031:10: note: add '@MainActor' to make instance method 'testNestedLists()' part of global actor 'MainActor'
func testNestedLists() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2046:30: 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 sourceTextView = TextViewStub(withHTML: "This is text with attributes: <strong>bold</strong>")
^
/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/TextKit/TextViewTests.swift:2045:10: note: add '@MainActor' to make instance method 'testCopyAndPasteToPlainText()' part of global actor 'MainActor'
func testCopyAndPasteToPlainText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2048:24: warning: main actor-isolated property 'selectedRange' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.selectedRange = NSRange(location: 0, length: sourceTextView.text.count)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:201:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSRange selectedRange;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2045:10: note: add '@MainActor' to make instance method 'testCopyAndPasteToPlainText()' part of global actor 'MainActor'
func testCopyAndPasteToPlainText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2048:84: warning: main actor-isolated property 'text' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.selectedRange = NSRange(location: 0, length: sourceTextView.text.count)
^
/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: property declared here
@property(null_resettable,nonatomic,copy) NSString *text;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2045:10: note: add '@MainActor' to make instance method 'testCopyAndPasteToPlainText()' part of global actor 'MainActor'
func testCopyAndPasteToPlainText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2049:24: warning: call to main actor-isolated instance method 'copy' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.copy(nil)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:518:24: note: calls to instance method 'copy' from outside of its actor context are implicitly asynchronous
open override func copy(_ sender: Any?) {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2045:10: note: add '@MainActor' to make instance method 'testCopyAndPasteToPlainText()' part of global actor 'MainActor'
func testCopyAndPasteToPlainText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2055:30: 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 sourceTextView = TextViewStub(withHTML: "<p>This is text with attributes: <strong>bold</strong> and <italic>italic</italic></p>")
^
/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/TextKit/TextViewTests.swift:2054:10: note: add '@MainActor' to make instance method 'testCopyHTML()' part of global actor 'MainActor'
func testCopyHTML() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2057:24: warning: main actor-isolated property 'selectedRange' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.selectedRange = NSRange(location: 0, length: sourceTextView.text.count)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:201:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSRange selectedRange;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2054:10: note: add '@MainActor' to make instance method 'testCopyHTML()' part of global actor 'MainActor'
func testCopyHTML() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2057:84: warning: main actor-isolated property 'text' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.selectedRange = NSRange(location: 0, length: sourceTextView.text.count)
^
/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: property declared here
@property(null_resettable,nonatomic,copy) NSString *text;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2054:10: note: add '@MainActor' to make instance method 'testCopyHTML()' part of global actor 'MainActor'
func testCopyHTML() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2058:24: warning: call to main actor-isolated instance method 'copy' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.copy(nil)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:518:24: note: calls to instance method 'copy' from outside of its actor context are implicitly asynchronous
open override func copy(_ sender: Any?) {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2054:10: note: add '@MainActor' to make instance method 'testCopyHTML()' part of global actor 'MainActor'
func testCopyHTML() throws {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2064:30: 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 sourceTextView = TextViewStub(withHTML: "<p>This is text with attributes: <strong>bold</strong> and <italic>italic</italic></p>")
^
/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/TextKit/TextViewTests.swift:2063:10: note: add '@MainActor' to make instance method 'testCutHTML()' part of global actor 'MainActor'
func testCutHTML() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2066:24: warning: main actor-isolated property 'selectedRange' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.selectedRange = NSRange(location: 0, length: sourceTextView.text.count)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:201:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSRange selectedRange;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2063:10: note: add '@MainActor' to make instance method 'testCutHTML()' part of global actor 'MainActor'
func testCutHTML() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2066:84: warning: main actor-isolated property 'text' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.selectedRange = NSRange(location: 0, length: sourceTextView.text.count)
^
/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: property declared here
@property(null_resettable,nonatomic,copy) NSString *text;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2063:10: note: add '@MainActor' to make instance method 'testCutHTML()' part of global actor 'MainActor'
func testCutHTML() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2067:24: warning: call to main actor-isolated instance method 'cut' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.cut(nil)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:509:24: note: calls to instance method 'cut' from outside of its actor context are implicitly asynchronous
open override func cut(_ sender: Any?) {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2063:10: note: add '@MainActor' to make instance method 'testCutHTML()' part of global actor 'MainActor'
func testCutHTML() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2073:30: 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 sourceTextView = TextViewStub(withHTML: "<p><strong>bold</strong> and <italic>italic</italic></p>")
^
/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/TextKit/TextViewTests.swift:2072:10: note: add '@MainActor' to make instance method 'testCopyPartialHTML()' part of global actor 'MainActor'
func testCopyPartialHTML() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2075:24: warning: main actor-isolated property 'selectedRange' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.selectedRange = NSRange(location: 0, length: 3)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:201:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSRange selectedRange;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2072:10: note: add '@MainActor' to make instance method 'testCopyPartialHTML()' part of global actor 'MainActor'
func testCopyPartialHTML() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2076:24: warning: call to main actor-isolated instance method 'copy' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
sourceTextView.copy(nil)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:518:24: note: calls to instance method 'copy' from outside of its actor context are implicitly asynchronous
open override func copy(_ sender: Any?) {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2072:10: note: add '@MainActor' to make instance method 'testCopyPartialHTML()' part of global actor 'MainActor'
func testCopyPartialHTML() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2087: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(withHTML: "")
^
/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/TextKit/TextViewTests.swift:2082:10: note: add '@MainActor' to make instance method 'testPasteAttributedText()' part of global actor 'MainActor'
func testPasteAttributedText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2088:18: warning: main actor-isolated property 'textColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
textView.textColor = UIColor.red
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:284:23: note: mutation of this property is only permitted within the actor
open override var textColor: UIColor? {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2082:10: note: add '@MainActor' to make instance method 'testPasteAttributedText()' part of global actor 'MainActor'
func testPasteAttributedText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2089:18: warning: call to main actor-isolated instance method 'paste' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
textView.paste(nil)
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:530:24: note: calls to instance method 'paste' from outside of its actor context are implicitly asynchronous
open override func paste(_ sender: Any?) {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2082:10: note: add '@MainActor' to make instance method 'testPasteAttributedText()' part of global actor 'MainActor'
func testPasteAttributedText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2091:41: warning: main actor-isolated property 'attributedText' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let attributedString = textView.attributedText!
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:209:53: note: property declared here
@property(null_resettable,copy) NSAttributedString *attributedText API_AVAILABLE(ios(6.0));
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2082:10: note: add '@MainActor' to make instance method 'testPasteAttributedText()' part of global actor 'MainActor'
func testPasteAttributedText() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2097:33: warning: main actor-isolated property 'text' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
XCTAssertEqual(textView.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: property declared here
@property(null_resettable,nonatomic,copy) NSString *text;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2102: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(withHTML: "<p style=\"color:0xFF0000\">Hello world</p>")
^
/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/TextKit/TextViewTests.swift:2101:10: note: add '@MainActor' to make instance method 'testDeleteAllTextSetTypyingAttributesToDefault()' part of global actor 'MainActor'
func testDeleteAllTextSetTypyingAttributesToDefault() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2103:18: warning: main actor-isolated property 'defaultTextColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
textView.defaultTextColor = UIColor.green
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:276:19: note: mutation of this property is only permitted within the actor
open lazy var defaultTextColor: UIColor? = {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2101:10: note: add '@MainActor' to make instance method 'testDeleteAllTextSetTypyingAttributesToDefault()' part of global actor 'MainActor'
func testDeleteAllTextSetTypyingAttributesToDefault() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2104:18: warning: main actor-isolated property 'selectedRange' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
textView.selectedRange = textView.attributedText!.rangeOfEntireString
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:201:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSRange selectedRange;
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2101:10: note: add '@MainActor' to make instance method 'testDeleteAllTextSetTypyingAttributesToDefault()' part of global actor 'MainActor'
func testDeleteAllTextSetTypyingAttributesToDefault() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2104:43: warning: main actor-isolated property 'attributedText' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
textView.selectedRange = textView.attributedText!.rangeOfEntireString
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:209:53: note: property declared here
@property(null_resettable,copy) NSAttributedString *attributedText API_AVAILABLE(ios(6.0));
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2101:10: note: add '@MainActor' to make instance method 'testDeleteAllTextSetTypyingAttributesToDefault()' part of global actor 'MainActor'
func testDeleteAllTextSetTypyingAttributesToDefault() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2105:18: warning: call to main actor-isolated instance method 'deleteBackward()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
textView.deleteBackward()
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:739:24: note: calls to instance method 'deleteBackward()' from outside of its actor context are implicitly asynchronous
open override func deleteBackward() {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2101:10: note: add '@MainActor' to make instance method 'testDeleteAllTextSetTypyingAttributesToDefault()' part of global actor 'MainActor'
func testDeleteAllTextSetTypyingAttributesToDefault() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2106:35: warning: main actor-isolated property 'typingAttributes' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let attributes = textView.typingAttributes
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:380:23: note: property declared here
override open var typingAttributes: [NSAttributedString.Key: Any] {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2101:10: note: add '@MainActor' to make instance method 'testDeleteAllTextSetTypyingAttributesToDefault()' part of global actor 'MainActor'
func testDeleteAllTextSetTypyingAttributesToDefault() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2111: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(withHTML: "<p><a href=\"www.worpdress.com\">WordPress 워드 프레스</a></p>")
/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/TextKit/TextViewTests.swift:2110:10: note: add '@MainActor' to make instance method 'testLinksWithMultipleCharactersNonLatinDontBreak()' part of global actor 'MainActor'
func testLinksWithMultipleCharactersNonLatinDontBreak() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2112:29: warning: call to main actor-isolated instance method 'getHTML(prettify:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let html = textView.getHTML()
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:799:17: note: calls to instance method 'getHTML(prettify:)' from outside of its actor context are implicitly asynchronous
public func getHTML(prettify: Bool = true) -> String {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2110:10: note: add '@MainActor' to make instance method 'testLinksWithMultipleCharactersNonLatinDontBreak()' part of global actor 'MainActor'
func testLinksWithMultipleCharactersNonLatinDontBreak() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2115:18: warning: call to main actor-isolated instance method 'setHTML' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
textView.setHTML("<p><a href=\"www.worpdress.com\">WordPress</a><a href=\"www.jetpack.com\">워드 프레스</a></p>")
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:818:17: note: calls to instance method 'setHTML' from outside of its actor context are implicitly asynchronous
public func setHTML(_ html: String) {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2110:10: note: add '@MainActor' to make instance method 'testLinksWithMultipleCharactersNonLatinDontBreak()' part of global actor 'MainActor'
func testLinksWithMultipleCharactersNonLatinDontBreak() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2116:37: warning: call to main actor-isolated instance method 'getHTML(prettify:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let htmlTwoLinks = textView.getHTML()
^
/Users/admin/builder/spi-builder-workspace/Aztec/Classes/TextKit/TextView.swift:799:17: note: calls to instance method 'getHTML(prettify:)' from outside of its actor context are implicitly asynchronous
public func getHTML(prettify: Bool = true) -> String {
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:2110:10: note: add '@MainActor' to make instance method 'testLinksWithMultipleCharactersNonLatinDontBreak()' part of global actor 'MainActor'
func testLinksWithMultipleCharactersNonLatinDontBreak() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:1840:18: warning: sending value of non-Sendable type 'TextViewTests' risks causing data races; this is an error in the Swift 6 language mode
textView.toggleBoldface(self)
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:1840:18: note: sending task-isolated value of non-Sendable type 'TextViewTests' to main actor-isolated instance method 'toggleBoldface' risks causing races in between task-isolated and main actor-isolated uses
textView.toggleBoldface(self)
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:1844:18: warning: sending value of non-Sendable type 'TextViewTests' risks causing data races; this is an error in the Swift 6 language mode
textView.toggleItalics(self)
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:1844:18: note: sending task-isolated value of non-Sendable type 'TextViewTests' to main actor-isolated instance method 'toggleItalics' risks causing races in between task-isolated and main actor-isolated uses
textView.toggleItalics(self)
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:1867:18: warning: sending value of non-Sendable type 'TextViewTests' risks causing data races; this is an error in the Swift 6 language mode
textView.toggleBoldface(self)
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:1867:18: note: sending task-isolated value of non-Sendable type 'TextViewTests' to main actor-isolated instance method 'toggleBoldface' risks causing races in between task-isolated and main actor-isolated uses
textView.toggleBoldface(self)
^
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:1871:18: warning: sending value of non-Sendable type 'TextViewTests' risks causing data races; this is an error in the Swift 6 language mode
textView.toggleItalics(self)
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/TextViewTests.swift:1871:18: note: sending task-isolated value of non-Sendable type 'TextViewTests' to main actor-isolated instance method 'toggleItalics' risks causing races in between task-isolated and main actor-isolated uses
textView.toggleItalics(self)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/TextKit/UnsupportedHTMLTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling GutenpackConverter.swift, WordPressInputCustomizer.swift, WordPressOutputCustomizer.swift (in target 'WordPressEditor' from project 'WordPress-AztecEditor-iOS')
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:427: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:427: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:427: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
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')
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 GutenbergInputHTMLTreeProcessor.swift, GutenbergOutputHTMLTreeProcessor.swift, Gutenblock.swift, GutenblockConverter.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:427: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 SpecialTagAttachmentRenderer.swift, OptionsTablePresenter.swift, OptionsTableViewController.swift (in target 'WordPressEditor' 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
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
SwiftCompile normal arm64 Compiling\ NSRangeComparisonTests.swift,\ StringEndOfLineTests.swift,\ StringHTMLTests.swift,\ StringParagraphTests.swift,\ StringRangeConversionTests.swift,\ StringRangeMultibyteConversionTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSRangeComparisonTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/StringEndOfLineTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/StringHTMLTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/StringParagraphTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/StringRangeConversionTests.swift /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/StringRangeMultibyteConversionTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/AztecTests/Extensions/NSRangeComparisonTests.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/StringEndOfLineTests.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/StringHTMLTests.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/StringParagraphTests.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/StringRangeConversionTests.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/StringRangeMultibyteConversionTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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
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')
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\ 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 NSAttributedStringKeyHelperTests.swift, NSAttributedStringListsTests.swift, NSAttributedStringParagraphRangeTests.swift, NSAttributedStringReplaceOcurrencesTests.swift, NSMutableAttributedStringParagraphProperty.swift, NSMutableAttributedStringReplaceOcurrencesTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
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 ItalicStringAttributeConverterTests.swift, UnderlineStringAttributeConverterTests.swift, EditorViewTests.swift, ArrayHelperTests.swift, NSAttributedStringAnalyzerTests.swift, NSAttributedStringAttachmentsTests.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')
SwiftDriverJobDiscovery normal arm64 Compiling HTMLParserTests.swift, ElementNodeTests.swift, NodeTests.swift, TextNodeTests.swift, InAttributeConverterTests.swift, InNodeConverterTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_Aztec.bundle (in target 'WordPress-AztecEditor-iOS_Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_Aztec.bundle
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
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_Aztec.bundle (in target 'WordPress-AztecEditor-iOS_Aztec' from project 'WordPress-AztecEditor-iOS')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WordPress-AztecEditor-iOS_Aztec.bundle
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
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\ 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\ 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\ 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
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
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\ 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:427: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:427: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:427: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:427: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 NSRangeComparisonTests.swift, StringEndOfLineTests.swift, StringHTMLTests.swift, StringParagraphTests.swift, StringRangeConversionTests.swift, StringRangeMultibyteConversionTests.swift (in target 'AztecTests' from project 'WordPress-AztecEditor-iOS')
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
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\ 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\ 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
SwiftDriverJobDiscovery normal arm64 Compiling HTMLRepresentationTests.swift, HTMLStorageTests.swift, ParagraphStyleTests.swift, TextStorageTests.swift, TextViewTests.swift, UnsupportedHTMLTests.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
SwiftDriverJobDiscovery normal arm64 Compiling ShortcodeProcessorTests.swift, AutoPProcessorTests.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')
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
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:12:43.294 appintentsmetadataprocessor[763:4714] Starting appintentsmetadataprocessor export
2025-04-30 05:12:43.340 appintentsmetadataprocessor[763:4714] Extracted no relevant App Intents symbols, skipping writing output
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
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 CaptionShortcodeOutputProcessorTests.swift, GalleryAttachmentToElementConverterTests.swift (in target 'WordPressEditorTests' from project 'WordPress-AztecEditor-iOS')
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 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
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
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/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
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
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:12:43.412 appintentsmetadataprocessor[768:4763] Starting appintentsmetadataprocessor export
2025-04-30 05:12:43.448 appintentsmetadataprocessor[768:4763] 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')
SwiftDriverJobDiscovery normal arm64 Compiling RemovePProcessorTests.swift, CaptionShortcodeInputProcessorTests.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
SwiftDriverJobDiscovery normal arm64 Compiling VideoAttachmentWordPressTests.swift, EmbedURLProcessorTests.swift (in target 'WordPressEditorTests' 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
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
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
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
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
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:12:43.704 appintentsmetadataprocessor[771:4781] Starting appintentsmetadataprocessor export
2025-04-30 05:12:43.706 appintentsmetadataprocessor[771:4781] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
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 '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:12:43.736 appintentsnltrainingprocessor[773:4783] Parsing options for appintentsnltrainingprocessor
2025-04-30 05:12:43.738 appintentsnltrainingprocessor[773:4783] No AppShortcuts found - Skipping.
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:12:43.786 appintentsmetadataprocessor[774:4784] Starting appintentsmetadataprocessor export
2025-04-30 05:12:43.788 appintentsmetadataprocessor[774:4784] 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
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:12:43.806 appintentsnltrainingprocessor[776:4786] Parsing options for appintentsnltrainingprocessor
2025-04-30 05:12:43.808 appintentsnltrainingprocessor[776:4786] 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.