The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GFMarkdown, reference 1.0.4 (524ddd), with Swift 6.2 for Wasm on 22 Jun 2025 06:35:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftysites/gfmarkdown.git
Reference: 1.0.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/swiftysites/gfmarkdown
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at 524dddb Swift 6 update
Cloned https://github.com/swiftysites/gfmarkdown.git
Revision (git rev-parse @):
524dddb3d19356a463a1507fcf36fef882f9fe89
SUCCESS checkout https://github.com/swiftysites/gfmarkdown.git at 1.0.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swiftysites/gfmarkdown.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-cmark.git
[1/18113] Fetching swift-cmark
Fetched https://github.com/apple/swift-cmark.git from cache (1.76s)
Computing version for https://github.com/apple/swift-cmark.git
Computed https://github.com/apple/swift-cmark.git at 0.6.0 (6.80s)
Creating working copy for https://github.com/apple/swift-cmark.git
Working copy of https://github.com/apple/swift-cmark.git resolved at 0.6.0
Building for debugging...
[0/3] Write sources
[1/3] Compiling CMarkGFMPlus cmark_gfm_markdown_to_html.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling GFMarkdown MarkdownString.swift
[5/8] Compiling GFMarkdown CMarkOption.swift
[6/8] Emitting module GFMarkdown
[7/8] Compiling GFMarkdown Markdown.swift
[8/8] Compiling GFMarkdown GFMExtension.swift
Build complete! (18.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-cmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-cmark.git"
    }
  ],
  "manifest_display_name" : "GFMarkdown",
  "name" : "GFMarkdown",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GFMarkdown",
      "targets" : [
        "GFMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GFMarkdownTests",
      "module_type" : "SwiftTarget",
      "name" : "GFMarkdownTests",
      "path" : "Sources/GFMarkdownTests",
      "sources" : [
        "MarkdownStringTests.swift",
        "MarkdownTests.swift"
      ],
      "target_dependencies" : [
        "GFMarkdown"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GFMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "GFMarkdown",
      "path" : "Sources/GFMarkdown",
      "product_memberships" : [
        "GFMarkdown"
      ],
      "sources" : [
        "CMarkOption.swift",
        "GFMExtension.swift",
        "Markdown.swift",
        "MarkdownString.swift"
      ],
      "target_dependencies" : [
        "CMarkGFMPlus"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CMarkGFMPlus",
      "module_type" : "ClangTarget",
      "name" : "CMarkGFMPlus",
      "path" : "Sources/CMarkGFMPlus",
      "product_dependencies" : [
        "cmark-gfm",
        "cmark-gfm-extensions"
      ],
      "product_memberships" : [
        "GFMarkdown"
      ],
      "sources" : [
        "cmark_gfm_markdown_to_html.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.