The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MarkupEditor, reference 0.9.1 (ef0efa), with Swift 6.1 for Linux on 3 Apr 2026 05:41:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stevengharris/MarkupEditor.git
Reference: 0.9.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/stevengharris/MarkupEditor
 * tag               0.9.1      -> FETCH_HEAD
HEAD is now at ef0efac Merge pull request #268 from stevengharris/macosmenu
Cloned https://github.com/stevengharris/MarkupEditor.git
Revision (git rev-parse @):
ef0efac819dd0c56e6aff3a3f03ae2b81ffc1613
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stevengharris/MarkupEditor.git at 0.9.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stevengharris/MarkupEditor.git
https://github.com/stevengharris/MarkupEditor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MarkupEditor",
  "name" : "MarkupEditor",
  "path" : "/host/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" : "/host/spi-builder-workspace/MarkupEditor/Resources/behaviorconfig.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditor/Resources/keymapconfig.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditor/Resources/markup-editor.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/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/ToolbarButton.swift",
        "Utilities/ToolbarContents.swift",
        "Utilities/ToolbarStyle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BaseTests",
      "module_type" : "SwiftTarget",
      "name" : "BaseTests",
      "path" : "MarkupEditorTests/BaseTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/baseline.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/correction.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/denting-multi.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/denting.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/format-multi.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/format-off.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/format-on.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/format-selection.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/insert-image-url.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/insert-link.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/insert-table.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/list-enter-collapsed.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/list-enter-range.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/list-multi.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/list.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/paste-html-preprocessing.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/paste-html.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/paste-text-preprocessing.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/paste-text.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/search.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/style-multi.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/MarkupEditorTests/BaseTests/Data/style.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Building for debugging...
[0/7] Write sources
[1/7] Copying keymapconfig.json
[1/7] Copying behaviorconfig.json
[3/7] Copying toolbarconfig.json
[5/7] Copying markup-editor.js
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/50] Compiling MarkupEditor Logger+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[9/50] Compiling MarkupEditor String+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[10/50] Compiling MarkupEditor UIView+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[11/50] Compiling MarkupEditor View+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[12/50] Compiling MarkupEditor MarkupCoordinator.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[13/50] Compiling MarkupEditor MarkupDelegate.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[14/56] Compiling MarkupEditor InsertToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[15/56] Compiling MarkupEditor LabeledToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[16/56] Compiling MarkupEditor MarkupToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[17/56] Compiling MarkupEditor MarkupToolbarUIView.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[18/56] Compiling MarkupEditor StyleToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[19/56] Compiling MarkupEditor TableToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[20/56] Compiling MarkupEditor MarkupEditor.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[21/56] Compiling MarkupEditor MarkupEditorUIView.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[22/56] Compiling MarkupEditor MarkupEditorView.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[23/56] Compiling MarkupEditor MarkupWKWebView.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[24/56] Compiling MarkupEditor MarkupWKWebViewConfiguration.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[25/56] Compiling MarkupEditor MarkupWKWebViewRepresentable.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[26/56] Compiling MarkupEditor FormatContext.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[27/56] Compiling MarkupEditor ListContext.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[28/56] Compiling MarkupEditor SelectionState.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[29/56] Compiling MarkupEditor StyleContext.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[30/56] Compiling MarkupEditor CorrectionToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[31/56] Compiling MarkupEditor FormatToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[32/56] Compiling MarkupEditor Blur.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[33/56] Compiling MarkupEditor BehaviorConfig.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[34/56] Compiling MarkupEditor JSONConfigurable.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[35/56] Compiling MarkupEditor KeymapConfig.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[36/56] Compiling MarkupEditor ToolbarConfig.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[37/56] Compiling MarkupEditor EditableAttributes.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/56] Emitting module MarkupEditor
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[39/56] Compiling MarkupEditor HtmlButton.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[40/56] Compiling MarkupEditor HtmlButtonGroup.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[41/56] Compiling MarkupEditor HtmlDiv.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[42/56] Compiling MarkupEditor HtmlDivHolder.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[43/56] Compiling MarkupEditor MarkupDivStructure.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[44/56] Compiling MarkupEditor MarkupWKWebView+DivExtensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[45/56] Compiling MarkupEditor PopoverHostingController.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[46/56] Compiling MarkupEditor TableSizer.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[47/56] Compiling MarkupEditor ToolbarButton.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[48/56] Compiling MarkupEditor ToolbarContents.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[49/56] Compiling MarkupEditor ToolbarStyle.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[50/56] Compiling MarkupEditor resource_bundle_accessor.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[51/56] Compiling MarkupEditor ForcePopoverModifier.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[52/56] Compiling MarkupEditor Icons.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[53/56] Compiling MarkupEditor ImageViewController.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[54/56] Compiling MarkupEditor LinkViewController.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[55/56] Compiling MarkupEditor MarkupMenu.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[56/56] Compiling MarkupEditor PlatformTypes.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling MarkupEditor Blur.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[3/44] Compiling MarkupEditor BehaviorConfig.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[4/44] Compiling MarkupEditor JSONConfigurable.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[5/44] Compiling MarkupEditor KeymapConfig.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[6/44] Compiling MarkupEditor ToolbarConfig.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[7/44] Compiling MarkupEditor EditableAttributes.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/50] Emitting module MarkupEditor
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[9/50] Compiling MarkupEditor PopoverHostingController.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[10/50] Compiling MarkupEditor TableSizer.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[11/50] Compiling MarkupEditor ToolbarButton.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[12/50] Compiling MarkupEditor ToolbarContents.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[13/50] Compiling MarkupEditor ToolbarStyle.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[14/50] Compiling MarkupEditor resource_bundle_accessor.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[15/50] Compiling MarkupEditor InsertToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[16/50] Compiling MarkupEditor LabeledToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[17/50] Compiling MarkupEditor MarkupToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[18/50] Compiling MarkupEditor MarkupToolbarUIView.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[19/50] Compiling MarkupEditor StyleToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[20/50] Compiling MarkupEditor TableToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[21/50] Compiling MarkupEditor HtmlButton.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[22/50] Compiling MarkupEditor HtmlButtonGroup.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[23/50] Compiling MarkupEditor HtmlDiv.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[24/50] Compiling MarkupEditor HtmlDivHolder.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[25/50] Compiling MarkupEditor MarkupDivStructure.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[26/50] Compiling MarkupEditor MarkupWKWebView+DivExtensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[27/50] Compiling MarkupEditor MarkupEditor.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[28/50] Compiling MarkupEditor MarkupEditorUIView.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[29/50] Compiling MarkupEditor MarkupEditorView.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[30/50] Compiling MarkupEditor MarkupWKWebView.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[31/50] Compiling MarkupEditor MarkupWKWebViewConfiguration.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[32/50] Compiling MarkupEditor MarkupWKWebViewRepresentable.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[33/50] Compiling MarkupEditor ForcePopoverModifier.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[34/50] Compiling MarkupEditor Icons.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[35/50] Compiling MarkupEditor ImageViewController.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[36/50] Compiling MarkupEditor LinkViewController.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[37/50] Compiling MarkupEditor MarkupMenu.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[38/50] Compiling MarkupEditor PlatformTypes.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[39/50] Compiling MarkupEditor Logger+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[40/50] Compiling MarkupEditor String+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[41/50] Compiling MarkupEditor UIView+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[42/50] Compiling MarkupEditor View+Extensions.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[43/50] Compiling MarkupEditor MarkupCoordinator.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[44/50] Compiling MarkupEditor MarkupDelegate.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[45/50] Compiling MarkupEditor FormatContext.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[46/50] Compiling MarkupEditor ListContext.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[47/50] Compiling MarkupEditor SelectionState.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[48/50] Compiling MarkupEditor StyleContext.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[49/50] Compiling MarkupEditor CorrectionToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
[50/50] Compiling MarkupEditor FormatToolbar.swift
/host/spi-builder-workspace/MarkupEditor/Divs/MarkupWKWebView+DivExtensions.swift:8:8: error: no such module 'OSLog'
  6 | //
  7 |
  8 | import OSLog
    |        `- error: no such module 'OSLog'
  9 |
 10 | extension MarkupWKWebView {
BUILD FAILURE 6.1 linux