Build Information
Successful build of libcmark_gfm, reference 0.29.4 (adfab5
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 02:30:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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": "libcmark_gfm",
"name": "libcmark_gfm",
"url": "https://github.com/KristopherGBaker/libcmark_gfm.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/libcmark_gfm",
"dependencies": [
]
}
]
}
Fetching https://github.com/KristopherGBaker/libcmark_gfm.git
[1/293] Fetching libcmark_gfm
Fetched https://github.com/KristopherGBaker/libcmark_gfm.git from cache (0.83s)
Creating working copy for https://github.com/KristopherGBaker/libcmark_gfm.git
Working copy of https://github.com/KristopherGBaker/libcmark_gfm.git resolved at 0.29.4 (adfab58)
warning: '.resolve-product-dependencies': dependency 'libcmark_gfm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/KristopherGBaker/libcmark_gfm.git
https://github.com/KristopherGBaker/libcmark_gfm.git
{
"dependencies" : [
],
"manifest_display_name" : "libcmark_gfm",
"name" : "libcmark_gfm",
"path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/34] Compiling libcmark_gfm cmark_ctype.c
[1/34] Compiling libcmark_gfm houdini_html_e.c
[2/34] Compiling libcmark_gfm cmark.c
[3/34] Compiling libcmark_gfm ext_scanners.c
[4/34] Compiling libcmark_gfm xml.c
[5/34] Compiling libcmark_gfm buffer.c
[6/34] Compiling libcmark_gfm footnotes.c
[7/34] Compiling libcmark_gfm commonmark.c
[8/34] Compiling libcmark_gfm houdini_html_u.c
[9/34] Compiling libcmark_gfm utf8.c
/Users/admin/builder/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) {
| ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/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) {
| ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/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) {
| ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/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 blocks.c
[12/34] Compiling libcmark_gfm tagfilter.c
[13/34] Compiling libcmark_gfm syntax_extension.c
[14/34] Compiling libcmark_gfm strikethrough.c
[15/34] Compiling libcmark_gfm registry.c
[16/34] Compiling libcmark_gfm render.c
[17/34] Compiling libcmark_gfm table.c
[18/34] Compiling libcmark_gfm references.c
[19/34] Compiling libcmark_gfm plugin.c
[20/34] Compiling libcmark_gfm plaintext.c
[21/34] Compiling libcmark_gfm scanners.c
[22/34] Compiling libcmark_gfm node.c
[23/34] Compiling libcmark_gfm map.c
[24/34] Compiling libcmark_gfm man.c
[25/34] Compiling libcmark_gfm linked_list.c
[26/34] Compiling libcmark_gfm iterator.c
[27/34] Compiling libcmark_gfm latex.c
[28/34] Compiling libcmark_gfm houdini_href_e.c
[29/34] Compiling libcmark_gfm core-extensions.c
[30/34] Compiling libcmark_gfm arena.c
[31/34] Compiling libcmark_gfm html.c
[32/34] Compiling libcmark_gfm inlines.c
[33/34] Compiling libcmark_gfm autolink.c
Build complete! (1.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "libcmark_gfm",
"name" : "libcmark_gfm",
"path" : "/Users/admin/builder/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"
}
Done.