The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MarkdownExtendedView, reference 1.2.4 (f28b7c), with Swift 6.1 for Linux on 17 Jan 2026 11:36:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChrisGVE/MarkdownExtendedView.git
Reference: 1.2.4
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/ChrisGVE/MarkdownExtendedView
 * tag               1.2.4      -> FETCH_HEAD
HEAD is now at f28b7c4    1 docs: update CHANGELOG for versions 1.2.1, 1.2.3, and 1.2.4
Cloned https://github.com/ChrisGVE/MarkdownExtendedView.git
Revision (git rev-parse @):
f28b7c45c812aedd4fe3e3e2214d7f53b8dd7bb0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChrisGVE/MarkdownExtendedView.git at 1.2.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChrisGVE/MarkdownExtendedView.git
https://github.com/ChrisGVE/MarkdownExtendedView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-markdown.git"
    },
    {
      "identity" : "extendedswiftmath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChrisGVE/ExtendedSwiftMath.git"
    }
  ],
  "manifest_display_name" : "MarkdownExtendedView",
  "name" : "MarkdownExtendedView",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MarkdownExtendedView",
      "targets" : [
        "MarkdownExtendedView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarkdownExtendedViewTests",
      "module_type" : "SwiftTarget",
      "name" : "MarkdownExtendedViewTests",
      "path" : "Tests/MarkdownExtendedViewTests",
      "sources" : [
        "ConfigurationTests.swift",
        "FootnoteTests.swift",
        "ImageTests.swift",
        "LinkTests.swift",
        "MarkdownExtendedViewTests.swift",
        "MarkdownFeaturesTests.swift",
        "MermaidTests.swift",
        "NestedListTests.swift",
        "SyntaxHighlightingTests.swift",
        "TaskListTests.swift"
      ],
      "target_dependencies" : [
        "MarkdownExtendedView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MarkdownExtendedView",
      "module_type" : "SwiftTarget",
      "name" : "MarkdownExtendedView",
      "path" : "Sources/MarkdownExtendedView",
      "product_dependencies" : [
        "Markdown",
        "ExtendedSwiftMath"
      ],
      "product_memberships" : [
        "MarkdownExtendedView"
      ],
      "sources" : [
        "Configuration/Features.swift",
        "Extensions/Checkbox+Helpers.swift",
        "MarkdownView.swift",
        "Parser/LaTeXPreprocessor.swift",
        "Preprocessing/FootnotePreprocessor.swift",
        "Renderer/LaTeXView.swift",
        "Renderer/MarkdownRenderer.swift",
        "SyntaxHighlighting/SyntaxHighlighter.swift",
        "Theme/Theme.swift",
        "Utilities/LinkOpener.swift",
        "Views/HighlightedCodeView.swift",
        "Views/MarkdownImageView.swift",
        "Views/MermaidView.swift",
        "Views/SafariView.swift",
        "Views/TappableLinkView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ChrisGVE/ExtendedSwiftMath.git
Fetching https://github.com/apple/swift-markdown.git
[1/1999] Fetching extendedswiftmath
[2/9060] Fetching extendedswiftmath, swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.61s)
Fetched https://github.com/ChrisGVE/ExtendedSwiftMath.git from cache (0.70s)
Computing version for https://github.com/ChrisGVE/ExtendedSwiftMath.git
Computed https://github.com/ChrisGVE/ExtendedSwiftMath.git at 2.0.4 (5.59s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.7.3 (0.73s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18283] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.05s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (1.81s)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Creating working copy for https://github.com/ChrisGVE/ExtendedSwiftMath.git
Working copy of https://github.com/ChrisGVE/ExtendedSwiftMath.git resolved at 2.0.4
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.7.3
Building for debugging...
[0/41] Write sources
[3/41] Compiling cmark-gfm-extensions strikethrough.c
[4/41] Compiling cmark-gfm-extensions tasklist.c
[5/41] Compiling cmark-gfm-extensions tagfilter.c
[6/41] Compiling cmark-gfm-extensions table.c
[7/41] Compiling cmark-gfm xml.c
[8/41] Compiling cmark-gfm-extensions ext_scanners.c
[8/41] Compiling cmark-gfm-extensions core-extensions.c
[10/41] Compiling cmark-gfm syntax_extension.c
[11/41] Compiling cmark-gfm-extensions autolink.c
[12/41] Compiling cmark-gfm registry.c
[13/41] Compiling cmark-gfm references.c
[14/41] Compiling cmark-gfm plugin.c
[15/41] Write swift-version-24593BA9C3E375BF.txt
[16/41] Compiling CAtomic CAtomic.c
[17/41] Compiling cmark-gfm plaintext.c
[18/41] Compiling cmark-gfm utf8.c
[18/41] Compiling cmark-gfm render.c
[20/41] Compiling cmark-gfm linked_list.c
[21/41] Compiling cmark-gfm map.c
[22/41] Compiling cmark-gfm node.c
[23/41] Compiling cmark-gfm man.c
[24/41] Compiling cmark-gfm iterator.c
[25/41] Compiling cmark-gfm houdini_html_e.c
[26/41] Compiling cmark-gfm houdini_href_e.c
[27/41] Compiling cmark-gfm footnotes.c
[28/41] Compiling cmark-gfm latex.c
[29/41] Compiling cmark-gfm cmark_ctype.c
[30/41] Compiling cmark-gfm houdini_html_u.c
[31/41] Compiling cmark-gfm html.c
[32/41] Compiling cmark-gfm cmark.c
[33/41] Copying Info.plist
[34/41] Copying mathFonts.bundle
[35/41] Compiling cmark-gfm scanners.c
[36/41] Compiling cmark-gfm inlines.c
[36/41] Compiling cmark-gfm arena.c
[38/41] Compiling cmark-gfm commonmark.c
[39/41] Compiling cmark-gfm buffer.c
[40/41] Compiling cmark-gfm blocks.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/125] Emitting module ExtendedSwiftMath
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[43/127] Compiling Markdown BasicBlockContainer.swift
[44/127] Compiling Markdown BasicInlineContainer.swift
[45/127] Compiling Markdown BlockContainer.swift
[46/127] Compiling Markdown BlockMarkup.swift
[47/127] Compiling Markdown InlineContainer.swift
[48/127] Compiling Markdown InlineMarkup.swift
[49/127] Compiling Markdown ListItemContainer.swift
[50/127] Compiling Markdown AtomicCounter.swift
[51/135] Compiling ExtendedSwiftMath RWLock.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[52/135] Compiling ExtendedSwiftMath resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[53/135] Compiling Markdown OrderedList.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[54/135] Compiling Markdown UnorderedList.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[55/135] Compiling Markdown Paragraph.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[56/135] Compiling Markdown ThematicBreak.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[57/135] Compiling Markdown Table.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[58/135] Compiling Markdown TableCell.swift
[59/135] Compiling Markdown TableCellContainer.swift
[60/135] Compiling Markdown TableHead.swift
[61/135] Compiling Markdown TableRow.swift
[62/135] Compiling Markdown Replacement.swift
[63/135] Compiling Markdown SourceLocation.swift
[64/135] Compiling Markdown Emphasis.swift
[65/135] Compiling Markdown Image.swift
[66/135] Compiling Markdown InlineAttributes.swift
[70/135] Compiling Markdown CodeBlock.swift
[71/135] Compiling Markdown HTMLBlock.swift
[72/135] Compiling Markdown Heading.swift
[75/135] Compiling Markdown TableBody.swift
[76/135] Compiling Markdown DoxygenAbstract.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[77/135] Compiling Markdown DoxygenDiscussion.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[78/135] Compiling Markdown DoxygenNote.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[79/135] Compiling Markdown DoxygenParameter.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[80/135] Compiling Markdown DoxygenReturns.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[81/135] Compiling Markdown ListItem.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[82/135] Compiling Markdown BlockDirective.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[83/135] Compiling Markdown BlockQuote.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[84/135] Compiling Markdown CustomBlock.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[86/135] Compiling Markdown ChildIndexPath.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[87/135] Compiling Markdown DirectiveArgument.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[95/135] Compiling Markdown Markup.swift
[96/135] Compiling Markdown MarkupChildren.swift
[97/135] Compiling Markdown MarkupData.swift
[98/135] Compiling Markdown PlainTextConvertibleMarkup.swift
[99/135] Compiling Markdown RawMarkup.swift
[109/135] Emitting module Markdown
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/85] Compiling Markdown ChildIndexPath.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[3/85] Compiling Markdown DirectiveArgument.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[4/85] Compiling Markdown Document.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[5/87] Compiling ExtendedSwiftMath RWLock.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[6/87] Compiling ExtendedSwiftMath resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[7/87] Compiling Markdown BasicBlockContainer.swift
[8/87] Compiling Markdown BasicInlineContainer.swift
[9/87] Compiling Markdown BlockContainer.swift
[10/87] Compiling Markdown BlockMarkup.swift
[11/87] Compiling Markdown InlineContainer.swift
[12/87] Compiling Markdown InlineMarkup.swift
[13/87] Compiling Markdown ListItemContainer.swift
[14/87] Compiling Markdown AtomicCounter.swift
[15/87] Compiling Markdown Link.swift
[16/87] Compiling Markdown Strikethrough.swift
[17/87] Compiling Markdown Strong.swift
[18/87] Compiling Markdown CustomInline.swift
[19/87] Compiling Markdown InlineCode.swift
[20/87] Compiling Markdown InlineHTML.swift
[21/87] Compiling Markdown LineBreak.swift
[22/87] Compiling Markdown SoftBreak.swift
[23/87] Compiling Markdown SymbolLink.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/95] Emitting module ExtendedSwiftMath
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[25/95] Emitting module Markdown
[26/95] Compiling Markdown LiteralMarkup.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[27/95] Compiling Markdown Markup.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[28/95] Compiling Markdown MarkupChildren.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[29/95] Compiling Markdown DoxygenNote.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[30/95] Compiling Markdown DoxygenParameter.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[31/95] Compiling Markdown DoxygenReturns.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[32/95] Compiling Markdown BlockDirective.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[33/95] Compiling Markdown BlockQuote.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[34/95] Compiling Markdown CustomBlock.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[35/95] Compiling Markdown ListItem.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[36/95] Compiling Markdown TableCell.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[37/95] Compiling Markdown TableCellContainer.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[38/95] Compiling Markdown MarkupData.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[39/95] Compiling Markdown PlainTextConvertibleMarkup.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[40/95] Compiling Markdown RawMarkup.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[41/95] Compiling Markdown DoxygenAbstract.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[42/95] Compiling Markdown DoxygenDiscussion.swift
/host/spi-builder-workspace/.build/checkouts/ExtendedSwiftMath/Sources/ExtendedSwiftMath/MathBundle/MTFontMathTableV2.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 | import CoreText
 11 |
[47/95] Compiling Markdown Replacement.swift
[48/95] Compiling Markdown SourceLocation.swift
[49/95] Compiling Markdown Emphasis.swift
[50/95] Compiling Markdown Image.swift
[51/95] Compiling Markdown InlineAttributes.swift
[52/95] Compiling Markdown OrderedList.swift
[53/95] Compiling Markdown UnorderedList.swift
[54/95] Compiling Markdown Paragraph.swift
[55/95] Compiling Markdown CodeBlock.swift
[56/95] Compiling Markdown HTMLBlock.swift
[57/95] Compiling Markdown Heading.swift
[58/95] Compiling Markdown ThematicBreak.swift
[59/95] Compiling Markdown Table.swift
[60/95] Compiling Markdown TableBody.swift
BUILD FAILURE 6.1 linux