Build Information
Successful build of cmark with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brokenhandsio/cmark-gfm.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/brokenhandsio/cmark-gfm
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e97450a Revert out changes to blocks.c and manually control cmark extensions where we should be doing it
Cloned https://github.com/brokenhandsio/cmark-gfm.git
Revision (git rev-parse @):
e97450a77a40f12b4f88f95891621c3b5d8669de
SUCCESS checkout https://github.com/brokenhandsio/cmark-gfm.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "cmark-gfm",
"name": "cmark",
"url": "https://github.com/brokenhandsio/cmark-gfm.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cmark-gfm",
"dependencies": [
]
}
]
}
Fetching https://github.com/brokenhandsio/cmark-gfm.git from cache
Fetched https://github.com/brokenhandsio/cmark-gfm.git (0.18s)
Creating working copy for https://github.com/brokenhandsio/cmark-gfm.git
Working copy of https://github.com/brokenhandsio/cmark-gfm.git resolved at master
warning: '.resolve-product-dependencies': dependency 'cmark-gfm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/34] Compiling cmark xml.c
[1/34] Compiling cmark tagfilter.c
[2/34] Compiling cmark syntax_extension.c
[3/34] Compiling cmark strikethrough.c
[3/34] Compiling cmark arena.c
[5/34] Compiling cmark registry.c
[6/34] Compiling cmark render.c
[7/34] Compiling cmark blocks.c
[8/34] Compiling cmark references.c
[9/34] Compiling cmark plugin.c
[10/34] Compiling cmark autolink.c
[11/34] Compiling cmark map.c
[12/34] Compiling cmark plaintext.c
[13/34] Compiling cmark tasklist.c
[14/34] Compiling cmark man.c
[15/34] Compiling cmark node.c
[16/34] Compiling cmark table.c
[17/34] Compiling cmark linked_list.c
[18/34] Compiling cmark iterator.c
[19/34] Compiling cmark latex.c
[20/34] Compiling cmark scanners.c
[21/34] Compiling cmark html.c
[22/34] Compiling cmark inlines.c
[23/34] Compiling cmark utf8.c
[24/34] Compiling cmark houdini_href_e.c
[25/34] Compiling cmark houdini_html_e.c
[26/34] Compiling cmark footnotes.c
[27/34] Compiling cmark core-extensions.c
[28/34] Compiling cmark ext_scanners.c
[29/34] Compiling cmark houdini_html_u.c
[30/34] Compiling cmark cmark_ctype.c
[31/34] Compiling cmark cmark.c
[32/34] Compiling cmark buffer.c
[33/34] Compiling cmark commonmark.c
Build complete! (5.14s)
Build complete.
Done.