Build Information
Successful build of libcmark_gfm, reference 0.29.4 (adfab5
), with Swift 6.1 for Linux on 27 Apr 2025 02:22:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KristopherGBaker/libcmark_gfm.git
Reference: 0.29.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/KristopherGBaker/libcmark_gfm
* tag 0.29.4 -> FETCH_HEAD
HEAD is now at adfab58 Merge pull request #9 from KristopherGBaker/update-0.29.0.gfm.4
Cloned https://github.com/KristopherGBaker/libcmark_gfm.git
Revision (git rev-parse @):
adfab58d571f9e8d1447e7e876ca381d7f0f6cdb
SUCCESS checkout https://github.com/KristopherGBaker/libcmark_gfm.git at 0.29.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/KristopherGBaker/libcmark_gfm.git
https://github.com/KristopherGBaker/libcmark_gfm.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/34] Compiling libcmark_gfm cmark_ctype.c
[1/34] Compiling libcmark_gfm core-extensions.c
[2/34] Compiling libcmark_gfm cmark.c
[3/34] Compiling libcmark_gfm buffer.c
[4/34] Compiling libcmark_gfm commonmark.c
[5/34] Compiling libcmark_gfm autolink.c
[6/34] Compiling libcmark_gfm map.c
[7/34] Compiling libcmark_gfm xml.c
[8/34] Compiling libcmark_gfm blocks.c
[9/34] Compiling libcmark_gfm tagfilter.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.
[10/34] Compiling libcmark_gfm tasklist.c
[11/34] Compiling libcmark_gfm strikethrough.c
[12/34] Compiling libcmark_gfm table.c
[13/34] Compiling libcmark_gfm syntax_extension.c
[14/34] Compiling libcmark_gfm render.c
[14/34] Compiling libcmark_gfm registry.c
[16/34] Compiling libcmark_gfm references.c
[17/34] Compiling libcmark_gfm utf8.c
[18/34] Compiling libcmark_gfm plugin.c
[19/34] Compiling libcmark_gfm plaintext.c
[20/34] Compiling libcmark_gfm linked_list.c
[21/34] Compiling libcmark_gfm man.c
[22/34] Compiling libcmark_gfm latex.c
[23/34] Compiling libcmark_gfm node.c
[24/34] Compiling libcmark_gfm iterator.c
[25/34] Compiling libcmark_gfm houdini_href_e.c
[26/34] Compiling libcmark_gfm html.c
[27/34] Compiling libcmark_gfm houdini_html_e.c
[28/34] Compiling libcmark_gfm inlines.c
[29/34] Compiling libcmark_gfm footnotes.c
[30/34] Compiling libcmark_gfm arena.c
[31/34] Compiling libcmark_gfm houdini_html_u.c
[32/34] Compiling libcmark_gfm ext_scanners.c
[33/34] Compiling libcmark_gfm scanners.c
Build complete! (0.85s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.