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 main (c59078), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 18:12:59 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SwiftMarkdown
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c590787 chore: Update copyright holder to Loopwerk
Cloned https://github.com/loopwerk/SwiftMarkdown.git
Revision (git rev-parse @):
c59078742072cfe1e008bcbfb283e9f1413d3bc9
SUCCESS checkout https://github.com/loopwerk/SwiftMarkdown.git at main
Fetching https://github.com/pvieito/PythonKit.git
[1/1643] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.87s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.1.0 (1.48s)
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.68s)
Fetching https://github.com/pvieito/PythonKit.git from cache
Fetched https://github.com/pvieito/PythonKit.git from cache (0.39s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.5.1 (0.44s)
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 main (c590787)
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 NumpyConversion.swift
[7/8] Compiling PythonKit PythonLibrary.swift
[8/8] Emitting module PythonKit
[9/10] Emitting module SwiftMarkdown
[10/10] Compiling SwiftMarkdown SwiftMarkdown.swift
Build complete! (5.53s)
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.