The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GFMarkdown, reference release (524ddd), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 03:43:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftysites/gfmarkdown.git
Reference: release
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftysites/gfmarkdown
 * branch            release    -> FETCH_HEAD
 * [new branch]      release    -> origin/release
HEAD is now at 524dddb Swift 6 update
Cloned https://github.com/swiftysites/gfmarkdown.git
Revision (git rev-parse @):
524dddb3d19356a463a1507fcf36fef882f9fe89
SUCCESS checkout https://github.com/swiftysites/gfmarkdown.git at release
Fetching https://github.com/apple/swift-cmark.git
[1/18374] Fetching swift-cmark
Fetched https://github.com/apple/swift-cmark.git from cache (1.68s)
Computing version for https://github.com/apple/swift-cmark.git
Computed https://github.com/apple/swift-cmark.git at 0.5.0 (4.74s)
Creating working copy for https://github.com/apple/swift-cmark.git
Working copy of https://github.com/apple/swift-cmark.git resolved at 0.5.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "gfmarkdown",
      "name": "GFMarkdown",
      "url": "https://github.com/swiftysites/gfmarkdown.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/gfmarkdown",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-cmark",
          "name": "cmark-gfm",
          "url": "https://github.com/apple/swift-cmark.git",
          "version": "0.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/swiftysites/gfmarkdown.git
[1/96] Fetching gfmarkdown
Fetched https://github.com/swiftysites/gfmarkdown.git from cache (0.75s)
Fetching https://github.com/apple/swift-cmark.git from cache
Fetched https://github.com/apple/swift-cmark.git from cache (0.89s)
Computing version for https://github.com/apple/swift-cmark.git
Computed https://github.com/apple/swift-cmark.git at 0.7.1 (1.57s)
Creating working copy for https://github.com/apple/swift-cmark.git
Working copy of https://github.com/apple/swift-cmark.git resolved at 0.7.1
Creating working copy for https://github.com/swiftysites/gfmarkdown.git
Working copy of https://github.com/swiftysites/gfmarkdown.git resolved at release (524dddb)
warning: '.resolve-product-dependencies': dependency 'gfmarkdown' is not used by any target
Found 1 product dependencies
  - cmark-gfm
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/swiftysites/gfmarkdown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.txt
[2/3] Compiling CMarkGFMPlus cmark_gfm_markdown_to_html.c
[4/8] Compiling GFMarkdown CMarkOption.swift
[5/8] Emitting module GFMarkdown
[6/8] Compiling GFMarkdown GFMExtension.swift
[7/8] Compiling GFMarkdown MarkdownString.swift
[8/8] Compiling GFMarkdown Markdown.swift
Build complete! (2.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-cmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-cmark.git"
    }
  ],
  "manifest_display_name" : "GFMarkdown",
  "name" : "GFMarkdown",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GFMarkdown",
      "targets" : [
        "GFMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GFMarkdownTests",
      "module_type" : "SwiftTarget",
      "name" : "GFMarkdownTests",
      "path" : "Sources/GFMarkdownTests",
      "sources" : [
        "MarkdownStringTests.swift",
        "MarkdownTests.swift"
      ],
      "target_dependencies" : [
        "GFMarkdown"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GFMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "GFMarkdown",
      "path" : "Sources/GFMarkdown",
      "product_memberships" : [
        "GFMarkdown"
      ],
      "sources" : [
        "CMarkOption.swift",
        "GFMExtension.swift",
        "Markdown.swift",
        "MarkdownString.swift"
      ],
      "target_dependencies" : [
        "CMarkGFMPlus"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CMarkGFMPlus",
      "module_type" : "ClangTarget",
      "name" : "CMarkGFMPlus",
      "path" : "Sources/CMarkGFMPlus",
      "product_dependencies" : [
        "cmark-gfm",
        "cmark-gfm-extensions"
      ],
      "product_memberships" : [
        "GFMarkdown"
      ],
      "sources" : [
        "cmark_gfm_markdown_to_html.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.