The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCommonMark, reference 1.0.0 (ed252b), with Swift 6.3 for Wasm on 12 Apr 2026 16:35:01 UTC.

Swift 6 data race errors: 0

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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/SwiftCommonMark.git
Reference: 1.0.0
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/gonzalezreal/SwiftCommonMark
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at ed252be Add deprecation warnings
Cloned https://github.com/gonzalezreal/SwiftCommonMark.git
Revision (git rev-parse @):
ed252beaddecce28ea6363f800c773d6169011b8
SUCCESS checkout https://github.com/gonzalezreal/SwiftCommonMark.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/gonzalezreal/SwiftCommonMark.git
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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/21] Compiling cmark houdini_html_e.c
[1/21] Compiling cmark houdini_href_e.c
[2/21] Compiling cmark cmark.c
[3/21] Compiling cmark render.c
[4/21] Compiling cmark commonmark.c
[5/21] Compiling cmark xml.c
[6/21] Compiling cmark cmark_ctype.c
[7/21] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling cmark references.c
[9/21] Compiling cmark houdini_html_u.c
[10/21] Compiling cmark node.c
[11/21] Compiling cmark man.c
[12/21] Compiling cmark latex.c
[13/21] Compiling cmark iterator.c
[14/21] Write sources
[15/21] Compiling cmark html.c
[16/21] Compiling cmark buffer.c
[17/21] Compiling cmark inlines.c
[18/21] Compiling cmark blocks.c
[19/21] Compiling cmark scanners.c
[20/21] Compiling cmark utf8.c
[22/47] Emitting module CommonMark
[23/50] Compiling CommonMark Link.swift
[24/50] Compiling CommonMark Strong.swift
[25/50] Compiling CommonMark Deprecations.swift
[26/50] Compiling CommonMark ParsingOptions.swift
[27/50] Compiling CommonMark RenderingOptions.swift
[28/50] Compiling CommonMark Emphasis.swift
[29/50] Compiling CommonMark Image.swift
[30/50] Compiling CommonMark Inline+cmark.swift
[31/50] Compiling CommonMark Inline.swift
[32/50] Compiling CommonMark BulletList.swift
[33/50] Compiling CommonMark CodeBlock.swift
[34/50] Compiling CommonMark HTMLBlock.swift
[35/50] Compiling CommonMark Heading.swift
[36/50] Compiling CommonMark Block+cmark.swift
[37/50] Compiling CommonMark Block.swift
[38/50] Compiling CommonMark BlockArrayBuilder.swift
[39/50] Compiling CommonMark BlockQuote.swift
[40/50] Compiling CommonMark ListItem.swift
[41/50] Compiling CommonMark ListItemArrayBuilder.swift
[42/50] Compiling CommonMark OrderedList.swift
[43/50] Compiling CommonMark Paragraph.swift
[44/50] Compiling CommonMark InlineArrayBuilder.swift
[45/50] Compiling CommonMark InlineCode.swift
[46/50] Compiling CommonMark InlineHTML.swift
[47/50] Compiling CommonMark CommonMarkNode.swift
[48/50] Compiling CommonMark Document+cmark.swift
[49/50] Compiling CommonMark Document.swift
[50/50] Compiling CommonMark ParsingError.swift
Build complete! (15.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCommonMark",
  "name" : "SwiftCommonMark",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "cmark",
      "targets" : [
        "cmark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CommonMark",
      "targets" : [
        "CommonMark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "cmark",
      "module_type" : "ClangTarget",
      "name" : "cmark",
      "path" : "Sources/cmark",
      "product_memberships" : [
        "cmark",
        "CommonMark"
      ],
      "sources" : [
        "blocks.c",
        "buffer.c",
        "cmark.c",
        "cmark_ctype.c",
        "commonmark.c",
        "houdini_href_e.c",
        "houdini_html_e.c",
        "houdini_html_u.c",
        "html.c",
        "inlines.c",
        "iterator.c",
        "latex.c",
        "man.c",
        "node.c",
        "references.c",
        "render.c",
        "scanners.c",
        "utf8.c",
        "xml.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommonMarkTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonMarkTests",
      "path" : "Tests/CommonMarkTests",
      "sources" : [
        "BlockArrayBuilderTests.swift",
        "DocumentTests.swift",
        "InlineArrayBuilderTests.swift",
        "ListItemArrayBuilderTests.swift"
      ],
      "target_dependencies" : [
        "CommonMark"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommonMark",
      "module_type" : "SwiftTarget",
      "name" : "CommonMark",
      "path" : "Sources/CommonMark",
      "product_memberships" : [
        "CommonMark"
      ],
      "sources" : [
        "Blocks/Block+cmark.swift",
        "Blocks/Block.swift",
        "Blocks/BlockArrayBuilder.swift",
        "Blocks/BlockQuote.swift",
        "Blocks/BulletList.swift",
        "Blocks/CodeBlock.swift",
        "Blocks/HTMLBlock.swift",
        "Blocks/Heading.swift",
        "Blocks/ListItem.swift",
        "Blocks/ListItemArrayBuilder.swift",
        "Blocks/OrderedList.swift",
        "Blocks/Paragraph.swift",
        "Document/CommonMarkNode.swift",
        "Document/Document+cmark.swift",
        "Document/Document.swift",
        "Document/ParsingError.swift",
        "Document/ParsingOptions.swift",
        "Document/RenderingOptions.swift",
        "Inlines/Emphasis.swift",
        "Inlines/Image.swift",
        "Inlines/Inline+cmark.swift",
        "Inlines/Inline.swift",
        "Inlines/InlineArrayBuilder.swift",
        "Inlines/InlineCode.swift",
        "Inlines/InlineHTML.swift",
        "Inlines/Link.swift",
        "Inlines/Strong.swift",
        "Internal/Deprecations.swift"
      ],
      "target_dependencies" : [
        "cmark"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.