The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DiffMatchPatch, reference main (d6a150), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 08:26:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "diffmatchpatch",
      "name": "DiffMatchPatch",
      "url": "https://github.com/PasiSalenius/DiffMatchPatch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DiffMatchPatch",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PasiSalenius/DiffMatchPatch.git
[1/43] Fetching diffmatchpatch
Fetched https://github.com/PasiSalenius/DiffMatchPatch.git from cache (0.73s)
Creating working copy for https://github.com/PasiSalenius/DiffMatchPatch.git
Working copy of https://github.com/PasiSalenius/DiffMatchPatch.git resolved at main (d6a1507)
warning: '.resolve-product-dependencies': dependency 'diffmatchpatch' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/PasiSalenius/DiffMatchPatch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Compiling diff-match-patch DiffMatchPatchCFUtilities.c
[1/6] Compiling diff-match-patch NSString+UnicharUtilities.m
[2/6] Compiling diff-match-patch NSMutableDictionary+DMPExtensions.m
[3/6] Compiling diff-match-patch NSString+UriCompatibility.m
[4/6] Compiling diff-match-patch NSString+JavaSubstring.m
[5/6] Compiling diff-match-patch DiffMatchPatch.m
Build complete! (3.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.