This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/loopwerk/SwiftMarkdown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/8] Compiling PythonKit PythonLibrary+Symbols.swift
[5/8] Compiling PythonKit PythonLibrary.swift
[6/8] Emitting module PythonKit
[7/8] Compiling PythonKit NumpyConversion.swift
[8/8] Compiling PythonKit Python.swift
[9/10] Emitting module SwiftMarkdown
[10/10] Compiling SwiftMarkdown SwiftMarkdown.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PythonKit/PythonKit/Python.swift:631:12: warning: let 'Python' is not concurrency-safe because non-'Sendable' type 'PythonInterface' may have shared mutable state; this is an error in the Swift 6 language mode
 629 | ///     print(Python.type(list) == Python.list) // Prints true.
 630 | @_fixed_layout
 631 | public let Python = PythonInterface()
     |            |- warning: let 'Python' is not concurrency-safe because non-'Sendable' type 'PythonInterface' may have shared mutable state; this is an error in the Swift 6 language mode
     |            |- note: annotate 'Python' with '@MainActor' if property should only be accessed from the main actor
     |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 632 |
 633 | /// An interface for Python.
     :
 639 | ///   called `Python`.
 640 | @dynamicMemberLookup
 641 | public struct PythonInterface {
     |               `- note: consider making struct 'PythonInterface' conform to the 'Sendable' protocol
 642 |     /// A dictionary of the Python builtins.
 643 |     public let builtins: PythonObject
Build complete! (19.95s)
Fetching https://github.com/pvieito/PythonKit.git
[1/1595] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.98s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.1.0 (0.69s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at 0.1.0
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.