The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MarkupEditor, reference main (940e2c), with Swift 6.1 for macOS (SPM) on 29 Apr 2026 04:20:43 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stevengharris/MarkupEditor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stevengharris/MarkupEditor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 940e2c4 Merge pull request #274 from stevengharris/macosconfig
Cloned https://github.com/stevengharris/MarkupEditor.git
Revision (git rev-parse @):
940e2c4ca7950cb1a82d138c2ed488e7b26b6946
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stevengharris/MarkupEditor.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stevengharris/MarkupEditor.git
https://github.com/stevengharris/MarkupEditor.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MarkupEditor",
  "name" : "MarkupEditor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "MarkupEditor",
      "targets" : [
        "MarkupEditor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTests",
      "path" : "MarkupEditorTests/SwiftTests",
      "sources" : [
        "PasteImage.swift"
      ],
      "target_dependencies" : [
        "MarkupEditor",
        "SharedTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SharedTest",
      "module_type" : "SwiftTarget",
      "name" : "SharedTest",
      "path" : "MarkupEditorTests/SharedTest",
      "sources" : [
        "HtmlTest.swift",
        "HtmlTestPage.swift",
        "HtmlTestSuite.swift"
      ],
      "target_dependencies" : [
        "MarkupEditor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MarkupEditor",
      "module_type" : "SwiftTarget",
      "name" : "MarkupEditor",
      "path" : "MarkupEditor",
      "product_memberships" : [
        "MarkupEditor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditor/Resources/behaviorconfig.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditor/Resources/keymapconfig.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditor/Resources/markup-editor.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditor/Resources/toolbarconfig.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Divs/HtmlButton.swift",
        "Divs/HtmlButtonGroup.swift",
        "Divs/HtmlDiv.swift",
        "Divs/HtmlDivHolder.swift",
        "Divs/MarkupDivStructure.swift",
        "Divs/MarkupWKWebView+DivExtensions.swift",
        "Extensions/Logger+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Extensions/View+Extensions.swift",
        "MarkupCoordinator.swift",
        "MarkupDelegate.swift",
        "MarkupEditor.swift",
        "MarkupEditorUIView.swift",
        "MarkupEditorView.swift",
        "MarkupWKWebView.swift",
        "MarkupWKWebViewConfiguration.swift",
        "MarkupWKWebViewRepresentable.swift",
        "Selection/FormatContext.swift",
        "Selection/ListContext.swift",
        "Selection/SelectionState.swift",
        "Selection/StyleContext.swift",
        "Toolbars/CorrectionToolbar.swift",
        "Toolbars/FormatToolbar.swift",
        "Toolbars/InsertToolbar.swift",
        "Toolbars/LabeledToolbar.swift",
        "Toolbars/MarkupToolbar.swift",
        "Toolbars/MarkupToolbarUIView.swift",
        "Toolbars/StyleToolbar.swift",
        "Toolbars/TableToolbar.swift",
        "Utilities/Blur.swift",
        "Utilities/Config/BehaviorConfig.swift",
        "Utilities/Config/JSONConfigurable.swift",
        "Utilities/Config/KeymapConfig.swift",
        "Utilities/Config/ToolbarConfig.swift",
        "Utilities/EditableAttributes.swift",
        "Utilities/ForcePopoverModifier.swift",
        "Utilities/Icons.swift",
        "Utilities/ImageViewController.swift",
        "Utilities/LinkViewController.swift",
        "Utilities/MarkupMenu.swift",
        "Utilities/PlatformTypes.swift",
        "Utilities/PopoverHostingController.swift",
        "Utilities/TableSizer.swift",
        "Utilities/ToolbarContents.swift",
        "Utilities/ToolbarImageButton.swift",
        "Utilities/ToolbarStyle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BaseTests",
      "module_type" : "SwiftTarget",
      "name" : "BaseTests",
      "path" : "MarkupEditorTests/BaseTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/baseline.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/correction.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/denting-multi.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/denting.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/format-multi.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/format-off.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/format-on.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/format-selection.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/insert-image-url.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/insert-link.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/insert-table.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/list-enter-collapsed.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/list-enter-range.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/list-multi.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/list.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/paste-html-preprocessing.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/paste-html.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/paste-text-preprocessing.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/paste-text.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/search.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/style-multi.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/style.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/table-actions.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Baseline.swift",
        "Correction.swift",
        "Denting.swift",
        "DentingMulti .swift",
        "FormatMulti.swift",
        "FormatOff.swift",
        "FormatOn.swift",
        "FormatSelection.swift",
        "InsertImageUrl.swift",
        "InsertLink.swift",
        "InsertTable.swift",
        "List.swift",
        "ListEnterCollapsed.swift",
        "ListEnterRange.swift",
        "ListMulti.swift",
        "PasteHtml.swift",
        "PasteHtmlPreprocessing.swift",
        "PasteText.swift",
        "PasteTextPreprocessing.swift",
        "Search.swift",
        "Style.swift",
        "StyleMulti.swift",
        "TableActions.swift"
      ],
      "target_dependencies" : [
        "MarkupEditor",
        "SharedTest"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[2/7] Copying keymapconfig.json
[3/7] Copying behaviorconfig.json
[3/7] Copying toolbarconfig.json
[4/7] Copying markup-editor.js
[6/7] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/52] Emitting module MarkupEditor
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
[9/56] Compiling MarkupEditor LabeledToolbar.swift
[10/56] Compiling MarkupEditor MarkupToolbar.swift
[11/56] Compiling MarkupEditor MarkupToolbarUIView.swift
[12/56] Compiling MarkupEditor StyleToolbar.swift
[13/56] Compiling MarkupEditor TableToolbar.swift
[14/56] Compiling MarkupEditor ToolbarContents.swift
[15/56] Compiling MarkupEditor ToolbarImageButton.swift
[16/56] Compiling MarkupEditor ToolbarStyle.swift
[17/56] Compiling MarkupEditor resource_bundle_accessor.swift
[18/56] Compiling MarkupEditor SelectionState.swift
[19/56] Compiling MarkupEditor StyleContext.swift
[20/56] Compiling MarkupEditor CorrectionToolbar.swift
[21/56] Compiling MarkupEditor FormatToolbar.swift
[22/56] Compiling MarkupEditor InsertToolbar.swift
[23/56] Compiling MarkupEditor HtmlButton.swift
[24/56] Compiling MarkupEditor HtmlButtonGroup.swift
[25/56] Compiling MarkupEditor HtmlDiv.swift
[26/56] Compiling MarkupEditor HtmlDivHolder.swift
[27/56] Compiling MarkupEditor MarkupDivStructure.swift
[28/56] Compiling MarkupEditor MarkupMenu.swift
[29/56] Compiling MarkupEditor PlatformTypes.swift
[30/56] Compiling MarkupEditor PopoverHostingController.swift
[31/56] Compiling MarkupEditor TableSizer.swift
[32/56] Compiling MarkupEditor Blur.swift
[33/56] Compiling MarkupEditor BehaviorConfig.swift
[34/56] Compiling MarkupEditor JSONConfigurable.swift
[35/56] Compiling MarkupEditor KeymapConfig.swift
[36/56] Compiling MarkupEditor ToolbarConfig.swift
[37/56] Compiling MarkupEditor MarkupWKWebView.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[38/56] Compiling MarkupEditor MarkupWKWebViewConfiguration.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[39/56] Compiling MarkupEditor MarkupWKWebViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[40/56] Compiling MarkupEditor FormatContext.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[41/56] Compiling MarkupEditor ListContext.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[42/56] Compiling MarkupEditor MarkupWKWebView+DivExtensions.swift
[43/56] Compiling MarkupEditor Logger+Extensions.swift
[44/56] Compiling MarkupEditor String+Extensions.swift
[45/56] Compiling MarkupEditor UIView+Extensions.swift
[46/56] Compiling MarkupEditor View+Extensions.swift
[47/56] Compiling MarkupEditor MarkupCoordinator.swift
[48/56] Compiling MarkupEditor MarkupDelegate.swift
[49/56] Compiling MarkupEditor MarkupEditor.swift
[50/56] Compiling MarkupEditor MarkupEditorUIView.swift
[51/56] Compiling MarkupEditor MarkupEditorView.swift
[52/56] Compiling MarkupEditor EditableAttributes.swift
[53/56] Compiling MarkupEditor ForcePopoverModifier.swift
[54/56] Compiling MarkupEditor Icons.swift
[55/56] Compiling MarkupEditor ImageViewController.swift
[56/56] Compiling MarkupEditor LinkViewController.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/46] Compiling MarkupEditor LabeledToolbar.swift
[3/46] Compiling MarkupEditor MarkupToolbar.swift
[4/46] Compiling MarkupEditor MarkupToolbarUIView.swift
[5/46] Compiling MarkupEditor StyleToolbar.swift
[6/46] Compiling MarkupEditor TableToolbar.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/50] Emitting module MarkupEditor
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
[8/50] Compiling MarkupEditor MarkupMenu.swift
[9/50] Compiling MarkupEditor PlatformTypes.swift
[10/50] Compiling MarkupEditor PopoverHostingController.swift
[11/50] Compiling MarkupEditor TableSizer.swift
[12/50] Compiling MarkupEditor HtmlButton.swift
[13/50] Compiling MarkupEditor HtmlButtonGroup.swift
[14/50] Compiling MarkupEditor HtmlDiv.swift
[15/50] Compiling MarkupEditor HtmlDivHolder.swift
[16/50] Compiling MarkupEditor MarkupDivStructure.swift
[17/50] Compiling MarkupEditor SelectionState.swift
[18/50] Compiling MarkupEditor StyleContext.swift
[19/50] Compiling MarkupEditor CorrectionToolbar.swift
[20/50] Compiling MarkupEditor FormatToolbar.swift
[21/50] Compiling MarkupEditor InsertToolbar.swift
[22/50] Compiling MarkupEditor MarkupWKWebView+DivExtensions.swift
[23/50] Compiling MarkupEditor Logger+Extensions.swift
[24/50] Compiling MarkupEditor String+Extensions.swift
[25/50] Compiling MarkupEditor UIView+Extensions.swift
[26/50] Compiling MarkupEditor View+Extensions.swift
[27/50] Compiling MarkupEditor ToolbarContents.swift
[28/50] Compiling MarkupEditor ToolbarImageButton.swift
[29/50] Compiling MarkupEditor ToolbarStyle.swift
[30/50] Compiling MarkupEditor resource_bundle_accessor.swift
[31/50] Compiling MarkupEditor EditableAttributes.swift
[32/50] Compiling MarkupEditor ForcePopoverModifier.swift
[33/50] Compiling MarkupEditor Icons.swift
[34/50] Compiling MarkupEditor ImageViewController.swift
[35/50] Compiling MarkupEditor LinkViewController.swift
[36/50] Compiling MarkupEditor MarkupCoordinator.swift
[37/50] Compiling MarkupEditor MarkupDelegate.swift
[38/50] Compiling MarkupEditor MarkupEditor.swift
[39/50] Compiling MarkupEditor MarkupEditorUIView.swift
[40/50] Compiling MarkupEditor MarkupEditorView.swift
[41/50] Compiling MarkupEditor Blur.swift
[42/50] Compiling MarkupEditor BehaviorConfig.swift
[43/50] Compiling MarkupEditor JSONConfigurable.swift
[44/50] Compiling MarkupEditor KeymapConfig.swift
[45/50] Compiling MarkupEditor ToolbarConfig.swift
[46/50] Compiling MarkupEditor MarkupWKWebView.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[47/50] Compiling MarkupEditor MarkupWKWebViewConfiguration.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[48/50] Compiling MarkupEditor MarkupWKWebViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[49/50] Compiling MarkupEditor FormatContext.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
[50/50] Compiling MarkupEditor ListContext.swift
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:154:5: error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 152 |     }
 153 |
 154 |     @MainActor
     |     `- error: 'isolated' deinit requires frontend flag -enable-experimental-feature IsolatedDeinit to enable the usage of this language feature
 155 |     deinit {
 156 |         stopLoading()
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:156:9: error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 154 |     @MainActor
 155 |     deinit {
 156 |         stopLoading()
     |         `- error: call to main actor-isolated instance method 'stopLoading()' in a synchronous nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
WebKit.WKWebView.stopLoading:2:22: note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
1 | class WKWebView {
2 | @MainActor open func stopLoading()}
  |                      `- note: calls to instance method 'stopLoading()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:45: error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                                             `- error: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
  |                      `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:23: error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |                       `- error: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
    |                                                        `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:157:9: error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 155 |     deinit {
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
     |         `- error: main actor-isolated property 'configuration' can not be referenced from a nonisolated context
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
 89 | /*! @abstract A copy of the configuration with which the web view was
 90 |  initialized. */
 91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
    |                                                               `- note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:158:9: error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 156 |         stopLoading()
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
     |         `- error: main actor-isolated property 'uiDelegate' can not be mutated from a nonisolated context
 159 |         navigationDelegate = nil
 160 |     }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:97:57: note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
 97 | @property (nullable, nonatomic, weak) id <WKUIDelegate> UIDelegate;
    |                                                         `- note: mutation of this property is only permitted within the actor
 98 |
 99 | /*! @abstract The web view's back-forward list. */
/Users/admin/builder/spi-builder-workspace/MarkupEditor/MarkupWKWebView.swift:159:9: error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 157 |         configuration.userContentController.removeScriptMessageHandler(forName: "markup")
 158 |         uiDelegate = nil
 159 |         navigationDelegate = nil
     |         `- error: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context
 160 |     }
 161 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
BUILD FAILURE 6.1 macosSpm