Build Information
Successful build of libcmark_gfm with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KristopherGBaker/libcmark_gfm.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/KristopherGBaker/libcmark_gfm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/34] Compiling libcmark_gfm cmark.c
[1/34] Compiling libcmark_gfm xml.c
[2/34] Compiling libcmark_gfm buffer.c
[2/34] Compiling libcmark_gfm cmark_ctype.c
[4/34] Compiling libcmark_gfm tagfilter.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.
[5/34] Compiling libcmark_gfm tasklist.c
[6/34] Compiling libcmark_gfm ext_scanners.c
[7/34] Compiling libcmark_gfm blocks.c
[8/34] Compiling libcmark_gfm table.c
[9/34] Compiling libcmark_gfm core-extensions.c
[10/34] Compiling libcmark_gfm commonmark.c
[11/34] Compiling libcmark_gfm syntax_extension.c
[12/34] Compiling libcmark_gfm strikethrough.c
[13/34] Compiling libcmark_gfm registry.c
[14/34] Compiling libcmark_gfm references.c
[15/34] Compiling libcmark_gfm render.c
[16/34] Compiling libcmark_gfm utf8.c
[17/34] Compiling libcmark_gfm autolink.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 node.c
[22/34] Compiling libcmark_gfm map.c
[23/34] Compiling libcmark_gfm man.c
[24/34] Compiling libcmark_gfm iterator.c
[25/34] Compiling libcmark_gfm latex.c
[26/34] Compiling libcmark_gfm footnotes.c
[27/34] Compiling libcmark_gfm html.c
[28/34] Compiling libcmark_gfm houdini_html_e.c
[29/34] Compiling libcmark_gfm houdini_href_e.c
[30/34] Compiling libcmark_gfm arena.c
[31/34] Compiling libcmark_gfm inlines.c
[32/34] Compiling libcmark_gfm houdini_html_u.c
[33/34] Compiling libcmark_gfm scanners.c
Build complete! (1.40s)
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.