The Swift Package Index logo.Swift Package Index

Build Information

Successful build of libcmark_gfm 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/KristopherGBaker/libcmark_gfm.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/libcmark_gfm",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/KristopherGBaker/libcmark_gfm.git from cache
Fetched https://github.com/KristopherGBaker/libcmark_gfm.git (0.22s)
Creating working copy for https://github.com/KristopherGBaker/libcmark_gfm.git
Working copy of https://github.com/KristopherGBaker/libcmark_gfm.git resolved at master
warning: '.resolve-product-dependencies': dependency 'libcmark_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 libcmark_gfm footnotes.c
[1/34] Compiling libcmark_gfm ext_scanners.c
[1/34] Compiling libcmark_gfm cmark.c
[3/34] Compiling libcmark_gfm cmark_ctype.c
[4/34] Compiling libcmark_gfm core-extensions.c
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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]
  if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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]
    if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
        ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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]
    if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
        ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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]
  if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      ^~~~~~~~~~~~~~~~~~~~
4 warnings generated.
[5/34] Compiling libcmark_gfm xml.c
[5/34] Compiling libcmark_gfm tasklist.c
[7/34] Compiling libcmark_gfm buffer.c
[8/34] Compiling libcmark_gfm tagfilter.c
[9/34] Compiling libcmark_gfm commonmark.c
[10/34] Compiling libcmark_gfm blocks.c
[11/34] Compiling libcmark_gfm strikethrough.c
[12/34] Compiling libcmark_gfm registry.c
[13/34] Compiling libcmark_gfm table.c
[13/34] Compiling libcmark_gfm render.c
[15/34] Compiling libcmark_gfm syntax_extension.c
[16/34] Compiling libcmark_gfm references.c
[17/34] Compiling libcmark_gfm plugin.c
[18/34] Compiling libcmark_gfm map.c
[19/34] Compiling libcmark_gfm man.c
[20/34] Compiling libcmark_gfm linked_list.c
[21/34] Compiling libcmark_gfm plaintext.c
[22/34] Compiling libcmark_gfm utf8.c
[23/34] Compiling libcmark_gfm node.c
[24/34] Compiling libcmark_gfm latex.c
[25/34] Compiling libcmark_gfm houdini_href_e.c
[26/34] Compiling libcmark_gfm iterator.c
[27/34] Compiling libcmark_gfm houdini_html_e.c
[28/34] Compiling libcmark_gfm inlines.c
[29/34] Compiling libcmark_gfm html.c
[29/34] Compiling libcmark_gfm houdini_html_u.c
[31/34] Compiling libcmark_gfm autolink.c
[32/34] Compiling libcmark_gfm arena.c
[33/34] Compiling libcmark_gfm scanners.c
Build complete! (7.64s)
Build complete.
Done.