The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-cmark-gfm, reference main (396d17), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 13:39:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/swift-cmark-gfm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stackotter/swift-cmark-gfm
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 396d17b Update to latest cmark-gfm
Cloned https://github.com/stackotter/swift-cmark-gfm.git
Revision (git rev-parse @):
396d17bd022e4c90429bea3991130c1d39a4c361
SUCCESS checkout https://github.com/stackotter/swift-cmark-gfm.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-cmark-gfm",
      "name": "swift-cmark-gfm",
      "url": "https://github.com/stackotter/swift-cmark-gfm.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark-gfm",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/stackotter/swift-cmark-gfm.git
[1/180] Fetching swift-cmark-gfm
Fetched https://github.com/stackotter/swift-cmark-gfm.git from cache (0.86s)
Creating working copy for https://github.com/stackotter/swift-cmark-gfm.git
Working copy of https://github.com/stackotter/swift-cmark-gfm.git resolved at main (396d17b)
warning: '.resolve-product-dependencies': dependency 'swift-cmark-gfm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/stackotter/swift-cmark-gfm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/34] Compiling CMarkGFM cmark_ctype.c
[1/34] Compiling CMarkGFM xml.c
[2/34] Compiling CMarkGFM ext_scanners.c
[2/34] Compiling CMarkGFM footnotes.c
[4/34] Compiling CMarkGFM buffer.c
[5/34] Compiling CMarkGFM blocks.c
[6/34] Compiling CMarkGFM commonmark.c
[7/34] Compiling CMarkGFM tasklist.c
[8/34] Compiling CMarkGFM syntax_extension.c
[9/34] Compiling CMarkGFM cmark.c
[10/34] Compiling CMarkGFM tagfilter.c
[11/34] Compiling CMarkGFM core-extensions.c
[12/34] Compiling CMarkGFM table.c
[13/34] Compiling CMarkGFM strikethrough.c
[14/34] Compiling CMarkGFM utf8.c
[15/34] Compiling CMarkGFM registry.c
[16/34] Compiling CMarkGFM render.c
[17/34] Compiling CMarkGFM plugin.c
[18/34] Compiling CMarkGFM references.c
[19/34] Compiling CMarkGFM plaintext.c
[20/34] Compiling CMarkGFM node.c
[21/34] Compiling CMarkGFM map.c
[22/34] Compiling CMarkGFM linked_list.c
[23/34] Compiling CMarkGFM man.c
[24/34] Compiling CMarkGFM iterator.c
[25/34] Compiling CMarkGFM latex.c
[26/34] Compiling CMarkGFM arena.c
[27/34] Compiling CMarkGFM html.c
[28/34] Compiling CMarkGFM houdini_html_e.c
[29/34] Compiling CMarkGFM houdini_href_e.c
[30/34] Compiling CMarkGFM inlines.c
[31/34] Compiling CMarkGFM houdini_html_u.c
[32/34] Compiling CMarkGFM scanners.c
[33/34] Compiling CMarkGFM autolink.c
Build complete! (1.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-cmark-gfm",
  "name" : "swift-cmark-gfm",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CMarkGFM",
      "targets" : [
        "CMarkGFM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CMarkGFM",
      "module_type" : "ClangTarget",
      "name" : "CMarkGFM",
      "path" : "Sources/CMarkGFM",
      "product_memberships" : [
        "CMarkGFM"
      ],
      "sources" : [
        "arena.c",
        "autolink.c",
        "blocks.c",
        "buffer.c",
        "cmark.c",
        "cmark_ctype.c",
        "commonmark.c",
        "core-extensions.c",
        "ext_scanners.c",
        "footnotes.c",
        "houdini_href_e.c",
        "houdini_html_e.c",
        "houdini_html_u.c",
        "html.c",
        "inlines.c",
        "iterator.c",
        "latex.c",
        "linked_list.c",
        "man.c",
        "map.c",
        "node.c",
        "plaintext.c",
        "plugin.c",
        "references.c",
        "registry.c",
        "render.c",
        "scanners.c",
        "strikethrough.c",
        "syntax_extension.c",
        "table.c",
        "tagfilter.c",
        "tasklist.c",
        "utf8.c",
        "xml.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.