The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GFMarkdown, reference 1.0.4 (524ddd), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 06:15:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftysites/gfmarkdown.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftysites/gfmarkdown
 * tag               1.0.4      -> FETCH_HEAD
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 1.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swiftysites/gfmarkdown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling CMarkGFMPlus cmark_gfm_markdown_to_html.c
[4/8] Compiling GFMarkdown CMarkOption.swift
[5/8] Compiling GFMarkdown GFMExtension.swift
[6/8] Compiling GFMarkdown MarkdownString.swift
[7/8] Emitting module GFMarkdown
[8/8] Compiling GFMarkdown Markdown.swift
Build complete! (6.58s)
Fetching https://github.com/apple/swift-cmark.git
[1/18113] Fetching swift-cmark
Fetched https://github.com/apple/swift-cmark.git from cache (1.47s)
Computing version for https://github.com/apple/swift-cmark.git
Computed https://github.com/apple/swift-cmark.git at 0.6.0 (4.11s)
Creating working copy for https://github.com/apple/swift-cmark.git
Working copy of https://github.com/apple/swift-cmark.git resolved at 0.6.0
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.