The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DiffMatchPatch, reference main (d6a150), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 14:09:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/PasiSalenius/DiffMatchPatch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
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 DiffMatchPatch.m
[5/6] Compiling diff-match-patch NSString+UnicharUtilities.m
Build complete! (2.27s)
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.