The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMarkdown, reference 0.4.0 (6c3f4c), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 15:52:30 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/loopwerk/SwiftMarkdown.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SwiftMarkdown
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 6c3f4cd Added a new urlize extension
Cloned https://github.com/loopwerk/SwiftMarkdown.git
Revision (git rev-parse @):
6c3f4cd38c24d88016367f8775112b2c7af287d3
SUCCESS checkout https://github.com/loopwerk/SwiftMarkdown.git at 0.4.0
Fetching https://github.com/pvieito/PythonKit.git
[1/1693] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.89s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.1.0 (1.56s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at 0.1.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": "swiftmarkdown",
      "name": "SwiftMarkdown",
      "url": "https://github.com/loopwerk/SwiftMarkdown.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMarkdown",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "pythonkit",
          "name": "PythonKit",
          "url": "https://github.com/pvieito/PythonKit.git",
          "version": "0.5.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PythonKit",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/loopwerk/SwiftMarkdown.git
[1/63] Fetching swiftmarkdown
Fetched https://github.com/loopwerk/SwiftMarkdown.git from cache (0.53s)
Fetching https://github.com/pvieito/PythonKit.git from cache
Fetched https://github.com/pvieito/PythonKit.git from cache (0.41s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.5.1 (0.47s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at 0.5.1
Creating working copy for https://github.com/loopwerk/SwiftMarkdown.git
Working copy of https://github.com/loopwerk/SwiftMarkdown.git resolved at 0.4.0 (6c3f4cd)
warning: '.resolve-product-dependencies': dependency 'swiftmarkdown' is not used by any target
Found 1 product dependencies
  - PythonKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/loopwerk/SwiftMarkdown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling PythonKit PythonLibrary+Symbols.swift
[5/8] Compiling PythonKit Python.swift
[6/8] Compiling PythonKit NumpyConversion.swift
[7/8] Emitting module PythonKit
[8/8] Compiling PythonKit PythonLibrary.swift
[9/10] Compiling SwiftMarkdown SwiftMarkdown.swift
[10/10] Emitting module SwiftMarkdown
Build complete! (4.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pythonkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pvieito/PythonKit.git"
    }
  ],
  "manifest_display_name" : "SwiftMarkdown",
  "name" : "SwiftMarkdown",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftMarkdown",
      "targets" : [
        "SwiftMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMarkdownTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMarkdownTests",
      "path" : "Tests/SwiftMarkdownTests",
      "sources" : [
        "SwiftMarkdownTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftMarkdown"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMarkdown",
      "path" : "Sources/SwiftMarkdown",
      "product_dependencies" : [
        "PythonKit"
      ],
      "product_memberships" : [
        "SwiftMarkdown"
      ],
      "sources" : [
        "SwiftMarkdown.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.