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 DiffMatchPatch 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/PasiSalenius/DiffMatchPatch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PasiSalenius/DiffMatchPatch
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d6a1507 Check that we are not over length of longText before taking a substring.
Cloned https://github.com/PasiSalenius/DiffMatchPatch.git
Revision (git rev-parse @):
d6a15076e2de59cd8fd6aba9f7b852aee6b6c414
SUCCESS checkout https://github.com/PasiSalenius/DiffMatchPatch.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/PasiSalenius/DiffMatchPatch.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/6] Compiling diff-match-patch DiffMatchPatchCFUtilities.c
[1/6] Compiling diff-match-patch NSString+UriCompatibility.m
[2/6] Compiling diff-match-patch NSString+JavaSubstring.m
[3/6] Compiling diff-match-patch NSMutableDictionary+DMPExtensions.m
[4/6] Compiling diff-match-patch NSString+UnicharUtilities.m
[5/6] Compiling diff-match-patch DiffMatchPatch.m
Build complete! (2.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DiffMatchPatch",
  "name" : "DiffMatchPatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "diff-match-patch",
      "targets" : [
        "diff-match-patch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "diff_match_patch",
      "module_type" : "ClangTarget",
      "name" : "diff-match-patch",
      "path" : "Sources/diff-match-patch",
      "product_memberships" : [
        "diff-match-patch"
      ],
      "sources" : [
        "DiffMatchPatch.m",
        "DiffMatchPatchCFUtilities.c",
        "NSMutableDictionary+DMPExtensions.m",
        "NSString+JavaSubstring.m",
        "NSString+UnicharUtilities.m",
        "NSString+UriCompatibility.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.