The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PatchouliJSON, reference 0.9.5 (89b9b1), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 17:30:50 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/alexhunsley/patchouli-jsonpatch.git
Reference: 0.9.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexhunsley/patchouli-jsonpatch
 * tag               0.9.5      -> FETCH_HEAD
HEAD is now at 89b9b1d Update README.md
Cloned https://github.com/alexhunsley/patchouli-jsonpatch.git
Revision (git rev-parse @):
89b9b1d595780f580c4636db082798cd08cc24d1
SUCCESS checkout https://github.com/alexhunsley/patchouli-jsonpatch.git at 0.9.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexhunsley/patchouli-jsonpatch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/24] Compiling JSONPatch NSDictionary+DeepCopy.swift
[6/24] Compiling JSONPatch JSONPatchCodable.swift
[7/24] Compiling PatchouliCore String+Util.swift
[8/24] Compiling PatchouliCore StringPatchType.swift
[9/24] Compiling PatchouliCore DSL+StringPatch.swift
[10/24] Compiling PatchouliCore PatchouliError.swift
[11/24] Compiling JSONPatch NSArray+DeepCopy.swift
[12/24] Compiling PatchouliCore Patchable.swift
[13/24] Compiling PatchouliCore PatchType.swift
[14/24] Compiling PatchouliCore DSL.swift
[15/24] Compiling PatchouliCore AddressedPatchItemsBuilder.swift
[16/24] Compiling PatchouliCore PatchedContent+Reduce.swift
[17/24] Emitting module PatchouliCore
[18/24] Compiling JSONPatch JSONPointer.swift
[19/24] Compiling JSONPatch JSONError.swift
[20/24] Compiling JSONPatch JSONPatchGenerator.swift
[21/24] Compiling JSONPatch JSONEquality.swift
[22/24] Compiling JSONPatch JSONElement.swift
[23/24] Emitting module JSONPatch
[24/24] Compiling JSONPatch JSONPatch.swift
[25/30] Emitting module PatchouliJSON
[26/30] Compiling PatchouliJSON DSL+JSONPatchType.swift
[27/30] Compiling PatchouliJSON String+Util.swift
[28/30] Compiling PatchouliJSON JSONPatchType.swift
[29/30] Compiling PatchouliJSON JSONSimpleContentBuilder.swift
[30/30] Compiling PatchouliJSON ModuleExports.swift
Build complete! (11.55s)
Fetching https://github.com/raymccrae/swift-jsonpatch.git
Fetching https://github.com/alexhunsley/patchouli-core
[1/614] Fetching swift-jsonpatch
[124/1071] Fetching swift-jsonpatch, patchouli-core
Fetched https://github.com/alexhunsley/patchouli-core from cache (1.09s)
Fetched https://github.com/raymccrae/swift-jsonpatch.git from cache (1.09s)
Computing version for https://github.com/alexhunsley/patchouli-core
Computed https://github.com/alexhunsley/patchouli-core at 0.9.5 (1.51s)
Computing version for https://github.com/raymccrae/swift-jsonpatch.git
Computed https://github.com/raymccrae/swift-jsonpatch.git at 1.0.6 (2.73s)
Creating working copy for https://github.com/raymccrae/swift-jsonpatch.git
Working copy of https://github.com/raymccrae/swift-jsonpatch.git resolved at 1.0.6
Creating working copy for https://github.com/alexhunsley/patchouli-core
Working copy of https://github.com/alexhunsley/patchouli-core resolved at 0.9.5
Build complete.
{
  "dependencies" : [
    {
      "identity" : "patchouli-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexhunsley/patchouli-core"
    },
    {
      "identity" : "swift-jsonpatch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/raymccrae/swift-jsonpatch.git"
    }
  ],
  "manifest_display_name" : "PatchouliJSON",
  "name" : "PatchouliJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PatchouliJSON",
      "targets" : [
        "PatchouliJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PatchouliJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "PatchouliJSONTests",
      "path" : "Tests",
      "sources" : [
        "Sources/PatchouliJSONTests.swift",
        "Sources/TestHepers.swift"
      ],
      "target_dependencies" : [
        "PatchouliJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PatchouliJSON",
      "module_type" : "SwiftTarget",
      "name" : "PatchouliJSON",
      "path" : "Sources",
      "product_dependencies" : [
        "PatchouliCore",
        "JSONPatch"
      ],
      "product_memberships" : [
        "PatchouliJSON"
      ],
      "sources" : [
        "DSL+JSONPatchType.swift",
        "JSONSimpleContentBuilder.swift",
        "ModuleExports.swift",
        "PatchTypes/JSONPatchType.swift",
        "Util/String+Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.