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 main (89b9b1), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 17:40:49 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexhunsley/patchouli-jsonpatch
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 PatchouliCore String+Util.swift
[6/24] Compiling JSONPatch JSONPointer.swift
[7/24] Compiling PatchouliCore StringPatchType.swift
[8/24] Compiling PatchouliCore DSL+StringPatch.swift
[9/24] Compiling JSONPatch JSONPatch.swift
[10/24] Compiling JSONPatch NSDictionary+DeepCopy.swift
[11/24] Compiling JSONPatch NSArray+DeepCopy.swift
[12/24] Compiling PatchouliCore PatchType.swift
[13/24] Emitting module PatchouliCore
[14/24] Compiling PatchouliCore AddressedPatchItemsBuilder.swift
[15/24] Compiling PatchouliCore PatchouliError.swift
[16/24] Compiling PatchouliCore DSL.swift
[17/24] Compiling PatchouliCore PatchedContent+Reduce.swift
[18/24] Compiling PatchouliCore Patchable.swift
[19/24] Compiling JSONPatch JSONError.swift
[20/24] Compiling JSONPatch JSONPatchCodable.swift
[21/24] Compiling JSONPatch JSONPatchGenerator.swift
[22/24] Compiling JSONPatch JSONEquality.swift
[23/24] Compiling JSONPatch JSONElement.swift
[24/24] Emitting module JSONPatch
[25/30] Compiling PatchouliJSON ModuleExports.swift
[26/30] Compiling PatchouliJSON JSONPatchType.swift
[27/30] Compiling PatchouliJSON String+Util.swift
[28/30] Compiling PatchouliJSON DSL+JSONPatchType.swift
[29/30] Compiling PatchouliJSON JSONSimpleContentBuilder.swift
[30/30] Emitting module PatchouliJSON
Build complete! (11.58s)
Fetching https://github.com/alexhunsley/patchouli-core
Fetching https://github.com/raymccrae/swift-jsonpatch.git
[1/457] Fetching patchouli-core
[166/1071] Fetching patchouli-core, swift-jsonpatch
Fetched https://github.com/raymccrae/swift-jsonpatch.git from cache (1.21s)
Fetched https://github.com/alexhunsley/patchouli-core from cache (1.21s)
Computing version for https://github.com/alexhunsley/patchouli-core
Computed https://github.com/alexhunsley/patchouli-core at 0.9.5 (1.63s)
Computing version for https://github.com/raymccrae/swift-jsonpatch.git
Computed https://github.com/raymccrae/swift-jsonpatch.git at 1.0.6 (2.74s)
Creating working copy for https://github.com/alexhunsley/patchouli-core
Working copy of https://github.com/alexhunsley/patchouli-core resolved at 0.9.5
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
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.