The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftMarkdown, reference 0.4.0 (6c3f4c), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 18:14:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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/1643] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.91s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.1.0 (1.50s)
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",
  "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",
      "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/loopwerk/SwiftMarkdown.git
[1/63] Fetching swiftmarkdown
Fetched https://github.com/loopwerk/SwiftMarkdown.git from cache (0.58s)
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.46s)
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.1
Building package at path:  $PWD
https://github.com/loopwerk/SwiftMarkdown.git
https://github.com/loopwerk/SwiftMarkdown.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/8] Compiling PythonKit PythonLibrary+Symbols.swift
[5/8] Compiling PythonKit Python.swift
[6/8] Compiling PythonKit PythonLibrary.swift
[7/8] Compiling PythonKit NumpyConversion.swift
[8/8] Emitting module PythonKit
[9/10] Emitting module SwiftMarkdown
[10/10] Compiling SwiftMarkdown SwiftMarkdown.swift
Build complete! (5.18s)
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.