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 libcmark_gfm, reference master (3e8c42), with Swift 6.0 for Linux on 28 Nov 2024 21:38:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KristopherGBaker/libcmark_gfm.git
Reference: master
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/KristopherGBaker/libcmark_gfm
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3e8c423 Delete .travis.yml
Cloned https://github.com/KristopherGBaker/libcmark_gfm.git
Revision (git rev-parse @):
3e8c4238a4657a12411c82aa1e43a89930c9881f
SUCCESS checkout https://github.com/KristopherGBaker/libcmark_gfm.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/KristopherGBaker/libcmark_gfm.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/34] Compiling libcmark_gfm core-extensions.c
[1/34] Compiling libcmark_gfm cmark_ctype.c
[2/34] Compiling libcmark_gfm arena.c
[3/34] Compiling libcmark_gfm cmark.c
[4/34] Compiling libcmark_gfm autolink.c
[5/34] Compiling libcmark_gfm buffer.c
[6/34] Compiling libcmark_gfm xml.c
/host/spi-builder-workspace/Sources/libcmark_gfm/tasklist.c:40:7: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
   40 |   if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      |       ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/libcmark_gfm/tasklist.c:113:9: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  113 |     if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      |         ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/libcmark_gfm/tasklist.c:134:9: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  134 |     if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      |         ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/libcmark_gfm/tasklist.c:146:7: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  146 |   if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      |       ^~~~~~~~~~~~~~~~~~~~
4 warnings generated.
[7/34] Compiling libcmark_gfm tasklist.c
[8/34] Compiling libcmark_gfm node.c
[9/34] Compiling libcmark_gfm syntax_extension.c
[10/34] Compiling libcmark_gfm blocks.c
[11/34] Compiling libcmark_gfm tagfilter.c
[12/34] Compiling libcmark_gfm strikethrough.c
[13/34] Compiling libcmark_gfm registry.c
[14/34] Compiling libcmark_gfm render.c
[14/34] Compiling libcmark_gfm table.c
[16/34] Compiling libcmark_gfm references.c
[17/34] Compiling libcmark_gfm plugin.c
[18/34] Compiling libcmark_gfm plaintext.c
[19/34] Compiling libcmark_gfm utf8.c
[20/34] Compiling libcmark_gfm linked_list.c
[21/34] Compiling libcmark_gfm map.c
[22/34] Compiling libcmark_gfm man.c
[23/34] Compiling libcmark_gfm html.c
[24/34] Compiling libcmark_gfm houdini_href_e.c
[25/34] Compiling libcmark_gfm iterator.c
[26/34] Compiling libcmark_gfm houdini_html_e.c
[27/34] Compiling libcmark_gfm latex.c
[28/34] Compiling libcmark_gfm footnotes.c
[29/34] Compiling libcmark_gfm houdini_html_u.c
[30/34] Compiling libcmark_gfm inlines.c
[31/34] Compiling libcmark_gfm ext_scanners.c
[32/34] Compiling libcmark_gfm commonmark.c
[33/34] Compiling libcmark_gfm scanners.c
Build complete! (0.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "libcmark_gfm",
  "name" : "libcmark_gfm",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "libcmark_gfm",
      "targets" : [
        "libcmark_gfm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libcmark_gfm",
      "module_type" : "ClangTarget",
      "name" : "libcmark_gfm",
      "path" : "Sources/libcmark_gfm",
      "product_memberships" : [
        "libcmark_gfm"
      ],
      "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.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.