The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-markdown-html-rendering, reference main (af97d1), with Swift 6.1 for Linux on 23 Dec 2025 17:45:25 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/coenttb/swift-markdown-html-rendering.git
Reference: main
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/coenttb/swift-markdown-html-rendering
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at af97d1b Update swift-html-rendering to 0.1.15 and swift-css to 0.6.1
Cloned https://github.com/coenttb/swift-markdown-html-rendering.git
Revision (git rev-parse @):
af97d1b84c7e62cd0f378ef51c3ace506565ae92
SUCCESS checkout https://github.com/coenttb/swift-markdown-html-rendering.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-markdown-html-rendering.git
https://github.com/coenttb/swift-markdown-html-rendering.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-css",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-css"
    },
    {
      "identity" : "swift-html-rendering",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.15",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-html-rendering"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-markdown"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "swift-markdown-html-rendering",
  "name" : "swift-markdown-html-rendering",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "Markdown HTML Rendering",
      "targets" : [
        "Markdown HTML Rendering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Markdown Previews",
      "targets" : [
        "Markdown Previews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMarkdown",
      "path" : "Sources/SwiftMarkdown",
      "product_dependencies" : [
        "Markdown"
      ],
      "product_memberships" : [
        "Markdown HTML Rendering",
        "Markdown Previews"
      ],
      "sources" : [
        "SwiftMarkdown.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Markdown_Previews",
      "module_type" : "SwiftTarget",
      "name" : "Markdown Previews",
      "path" : "Sources/Markdown Previews",
      "product_memberships" : [
        "Markdown Previews"
      ],
      "sources" : [
        "MarkdownPreviews Configuration.swift",
        "MarkdownPreviews.swift"
      ],
      "target_dependencies" : [
        "Markdown HTML Rendering"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Markdown_HTML_Rendering_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Markdown HTML Rendering Tests",
      "path" : "Tests/Markdown HTML Rendering Tests",
      "product_dependencies" : [
        "HTML Rendering TestSupport"
      ],
      "sources" : [
        "DiagnosticTests.swift",
        "MarkdownHTMLTests.swift",
        "Support/SnapshotTests.swift",
        "TimestampTests.swift"
      ],
      "target_dependencies" : [
        "Markdown HTML Rendering"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Markdown_HTML_Rendering",
      "module_type" : "SwiftTarget",
      "name" : "Markdown HTML Rendering",
      "path" : "Sources/Markdown HTML Rendering",
      "product_dependencies" : [
        "HTML Rendering",
        "CSS",
        "CSS Theming",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Markdown HTML Rendering",
        "Markdown Previews"
      ],
      "sources" : [
        "BlockQuote.Style.swift",
        "Diagnostic.Icon.swift",
        "Diagnostic.Inline.swift",
        "Diagnostic.Level.swift",
        "Diagnostic.swift",
        "HTML.Builder.swift",
        "HTMLConverter.swift",
        "LinkIcon.swift",
        "Markdown.HTML.Builder.swift",
        "Markdown.HTML.Configuration.Directives.swift",
        "Markdown.HTML.Configuration.Elements.swift",
        "Markdown.HTML.Configuration.SlugGenerator.swift",
        "Markdown.HTML.Configuration.Style.swift",
        "Markdown.HTML.Configuration.swift",
        "Markdown.HTML.swift",
        "PlainTextWalker.swift",
        "Slug.swift",
        "Timestamp.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "SwiftMarkdown"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux