The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONPatch, reference 3.0.0 (e040fc), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 04:39:19 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/peterringset/JSONPatch.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/peterringset/JSONPatch
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at e040fc7 Update actions script to newest version of Swift default script
Cloned https://github.com/peterringset/JSONPatch.git
Revision (git rev-parse @):
e040fc7c02e5846a87b9ac3086ead61784542647
SUCCESS checkout https://github.com/peterringset/JSONPatch.git at 3.0.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "jsonpatch",
      "name": "JSONPatch",
      "url": "https://github.com/peterringset/JSONPatch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONPatch",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/peterringset/JSONPatch.git
[1/191] Fetching jsonpatch
Fetched https://github.com/peterringset/JSONPatch.git from cache (0.64s)
Creating working copy for https://github.com/peterringset/JSONPatch.git
Working copy of https://github.com/peterringset/JSONPatch.git resolved at 3.0.0 (e040fc7)
warning: '.resolve-product-dependencies': dependency 'jsonpatch' 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/peterringset/JSONPatch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Emitting module JSONPatch
[4/6] Compiling JSONPatch KeyPath+StringConversion.swift
[5/6] Compiling JSONPatch JSONPatch.swift
[6/6] Compiling JSONPatch AnyEncodable.swift
Build complete! (4.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONPatch",
  "name" : "JSONPatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONPatch",
      "targets" : [
        "JSONPatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONPatchTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONPatchTests",
      "path" : "Tests/JSONPatchTests",
      "sources" : [
        "JSONPatchTests.swift",
        "KeyPath+StringConversionTests.swift",
        "ReadmeTests.swift"
      ],
      "target_dependencies" : [
        "JSONPatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONPatch",
      "module_type" : "SwiftTarget",
      "name" : "JSONPatch",
      "path" : "Sources/JSONPatch",
      "product_memberships" : [
        "JSONPatch"
      ],
      "sources" : [
        "AnyEncodable.swift",
        "JSONPatch.swift",
        "KeyPath+StringConversion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.