The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONPatch, reference v1.0.6 (1eb123), with Swift 6.1 for watchOS using Xcode 16.3 on 9 May 2026 02:23:12 UTC.

Swift 6 data race errors: 9

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONPatch -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/raymccrae/swift-jsonpatch.git
Reference: v1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/raymccrae/swift-jsonpatch
 * tag               v1.0.6     -> FETCH_HEAD
HEAD is now at 1eb1236 Merge pull request #7 from chrisschlitt/feature/linux-support
Cloned https://github.com/raymccrae/swift-jsonpatch.git
Revision (git rev-parse @):
1eb12363c1ee681712d2a42d2ee6f0322f92cf31
SUCCESS checkout https://github.com/raymccrae/swift-jsonpatch.git at v1.0.6
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/raymccrae/swift-jsonpatch.git
https://github.com/raymccrae/swift-jsonpatch.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONPatch",
  "name" : "JSONPatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONPatch",
      "targets" : [
        "JSONPatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONPatchTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONPatchTests",
      "path" : "Tests",
      "sources" : [
        "JSONPatchTests/ArrayTests.swift",
        "JSONPatchTests/Bundle.swift",
        "JSONPatchTests/JSONCodableTests.swift",
        "JSONPatchTests/JSONElementTests.swift",
        "JSONPatchTests/JSONFileTestCase.swift",
        "JSONPatchTests/JSONPatchGeneratorTests.swift",
        "JSONPatchTests/JSONPatchTests.swift",
        "JSONPatchTests/JSONPointerTests.swift",
        "JSONPatchTests/TestFileTestCase.swift"
      ],
      "target_dependencies" : [
        "JSONPatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONPatch",
      "module_type" : "SwiftTarget",
      "name" : "JSONPatch",
      "path" : "Sources/JSONPatch",
      "product_memberships" : [
        "JSONPatch"
      ],
      "sources" : [
        "JSONElement.swift",
        "JSONEquality.swift",
        "JSONError.swift",
        "JSONPatch.swift",
        "JSONPatchCodable.swift",
        "JSONPatchGenerator.swift",
        "JSONPointer.swift",
        "NSArray+DeepCopy.swift",
        "NSDictionary+DeepCopy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONPatch",
  "name" : "JSONPatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONPatch",
      "targets" : [
        "JSONPatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONPatchTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONPatchTests",
      "path" : "Tests",
      "sources" : [
        "JSONPatchTests/ArrayTests.swift",
        "JSONPatchTests/Bundle.swift",
        "JSONPatchTests/JSONCodableTests.swift",
        "JSONPatchTests/JSONElementTests.swift",
        "JSONPatchTests/JSONFileTestCase.swift",
        "JSONPatchTests/JSONPatchGeneratorTests.swift",
        "JSONPatchTests/JSONPatchTests.swift",
        "JSONPatchTests/JSONPointerTests.swift",
        "JSONPatchTests/TestFileTestCase.swift"
      ],
      "target_dependencies" : [
        "JSONPatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONPatch",
      "module_type" : "SwiftTarget",
      "name" : "JSONPatch",
      "path" : "Sources/JSONPatch",
      "product_memberships" : [
        "JSONPatch"
      ],
      "sources" : [
        "JSONElement.swift",
        "JSONEquality.swift",
        "JSONError.swift",
        "JSONPatch.swift",
        "JSONPatchCodable.swift",
        "JSONPatchGenerator.swift",
        "JSONPointer.swift",
        "NSArray+DeepCopy.swift",
        "NSDictionary+DeepCopy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "JSONPatch",
    "schemes" : [
      "JSONPatch",
      "JSONPatchFramework"
    ],
    "targets" : [
      "JSONPatch",
      "JSONPatchTests",
      "JSONPatchFramework"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JSONPatch"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONPatch -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme JSONPatch -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  JSONPatch: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'JSONPatch' in project 'JSONPatch'
        ➜ Explicit dependency on target 'JSONPatch' in project 'JSONPatch'
    Target 'JSONPatch' in project 'JSONPatch' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 915489921c8e4e343401bca7befedcd0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/915489921c8e4e343401bca7befedcd0.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.modulemap (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-OutputFileMap.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.LinkFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch_const_extract_protocols.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftConstValuesFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch_const_extract_protocols.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftConstValuesFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.LinkFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-OutputFileMap.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftConstValuesFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch_const_extract_protocols.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.LinkFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-OutputFileMap.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.DependencyStaticMetadataFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.DependencyMetadataFileList (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/JSONPatch.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.modulemap (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver JSONPatch normal armv7k com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver JSONPatch normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver JSONPatch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ JSONPatch (in target 'JSONPatch' from project 'JSONPatch')
EmitSwiftModule normal arm64_32 (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: warning: static property 'wholeDocument' is not concurrency-safe because non-'Sendable' type 'JSONPointer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:25:15: note: consider making struct 'JSONPointer' conform to the 'Sendable' protocol
public struct JSONPointer {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: add '@MainActor' to make static property 'wholeDocument' part of global actor 'MainActor'
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:186:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
SwiftCompile normal arm64_32 Compiling\ JSONEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ JSONError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
SwiftCompile normal arm64_32 Compiling\ JSONPatch.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ JSONElement.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ JSONPatchGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ JSONPatchCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ JSONPatch (in target 'JSONPatch' from project 'JSONPatch')
EmitSwiftModule normal armv7k (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: warning: static property 'wholeDocument' is not concurrency-safe because non-'Sendable' type 'JSONPointer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:25:15: note: consider making struct 'JSONPointer' conform to the 'Sendable' protocol
public struct JSONPointer {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: add '@MainActor' to make static property 'wholeDocument' part of global actor 'MainActor'
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:186:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
SwiftCompile normal armv7k Compiling\ JSONPatch.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ JSONPatchCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONPatch (in target 'JSONPatch' from project 'JSONPatch')
EmitSwiftModule normal arm64 (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: warning: static property 'wholeDocument' is not concurrency-safe because non-'Sendable' type 'JSONPointer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:25:15: note: consider making struct 'JSONPointer' conform to the 'Sendable' protocol
public struct JSONPointer {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: add '@MainActor' to make static property 'wholeDocument' part of global actor 'MainActor'
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:186:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
SwiftCompile normal arm64 Compiling\ NSArray+DeepCopy.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for JSONPatch (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for JSONPatch (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriver\ Compilation\ Requirements JSONPatch normal armv7k com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriver\ Compilation\ Requirements JSONPatch normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ JSONError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftmodule (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftdoc (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.abi.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftmodule (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftdoc (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.abi.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftsourceinfo (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftsourceinfo (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ JSONElement.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ JSONError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONError.swift:30:10: warning: associated value 'patchTestFailed(path:expected:found:)' of 'Sendable'-conforming enum 'JSONError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case patchTestFailed(path: String, expected: Any, found: Any?)
         ^
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 Compiling\ JSONPointer.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: warning: static property 'wholeDocument' is not concurrency-safe because non-'Sendable' type 'JSONPointer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:25:15: note: consider making struct 'JSONPointer' conform to the 'Sendable' protocol
public struct JSONPointer {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: add '@MainActor' to make static property 'wholeDocument' part of global actor 'MainActor'
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:186:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
SwiftCompile normal armv7k Compiling\ NSArray+DeepCopy.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 Compiling\ JSONPatchCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ NSDictionary+DeepCopy.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k Compiling\ JSONPointer.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: warning: static property 'wholeDocument' is not concurrency-safe because non-'Sendable' type 'JSONPointer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:25:15: note: consider making struct 'JSONPointer' conform to the 'Sendable' protocol
public struct JSONPointer {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: add '@MainActor' to make static property 'wholeDocument' part of global actor 'MainActor'
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:186:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
SwiftDriverJobDiscovery normal armv7k Compiling JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 Compiling\ NSArray+DeepCopy.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for JSONPatch (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriver\ Compilation\ Requirements JSONPatch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 Compiling\ JSONElement.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/JSONPatch-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-Swift.h (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/JSONPatch-Swift.h
SwiftDriverJobDiscovery normal armv7k Compiling NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftmodule (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftdoc (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.abi.json (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftsourceinfo (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ JSONPointer.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: warning: static property 'wholeDocument' is not concurrency-safe because non-'Sendable' type 'JSONPointer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:25:15: note: consider making struct 'JSONPointer' conform to the 'Sendable' protocol
public struct JSONPointer {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: add '@MainActor' to make static property 'wholeDocument' part of global actor 'MainActor'
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wholeDocument: JSONPointer = JSONPointer(components: [])
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:186:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
SwiftCompile normal armv7k Compiling\ NSDictionary+DeepCopy.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k Compiling\ JSONPatchGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 Compiling\ JSONEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 Compiling\ JSONPatch.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 Compiling\ JSONPatchGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k Compiling\ JSONEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriver\ Compilation JSONPatch normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 Compiling\ NSDictionary+DeepCopy.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/Binary/JSONPatch.o normal arm64_32 (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/Binary/JSONPatch.o
SwiftDriver\ Compilation JSONPatch normal armv7k com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/Binary/JSONPatch.o normal armv7k (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/Binary/JSONPatch.o
SwiftDriverJobDiscovery normal arm64 Compiling NSArray+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64 Compiling JSONElement.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64 Compiling JSONError.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64 Compiling JSONPatchCodable.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64 Compiling JSONEquality.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64 Compiling JSONPointer.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64 Compiling JSONPatch.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64 Compiling JSONPatchGenerator.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriverJobDiscovery normal arm64 Compiling NSDictionary+DeepCopy.swift (in target 'JSONPatch' from project 'JSONPatch')
SwiftDriver\ Compilation JSONPatch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPatch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/Binary/JSONPatch.o normal arm64 (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/Binary/JSONPatch.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.o normal arm64\ armv7k\ arm64_32 (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/Binary/JSONPatch.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/Binary/JSONPatch.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/Binary/JSONPatch.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.o
ExtractAppIntentsMetadata (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSONPatch --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.JSONPatch --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/JSONPatch.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64/JSONPatch.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/armv7k/JSONPatch.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONPatch.build/Debug-watchos/JSONPatch.build/Objects-normal/arm64_32/JSONPatch.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-05-08 19:23:11.736 appintentsmetadataprocessor[745:4391] Starting appintentsmetadataprocessor export
2026-05-08 19:23:11.777 appintentsmetadataprocessor[745:4391] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.o (in target 'JSONPatch' from project 'JSONPatch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONPatch.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONPatch",
  "name" : "JSONPatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONPatch",
      "targets" : [
        "JSONPatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONPatchTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONPatchTests",
      "path" : "Tests",
      "sources" : [
        "JSONPatchTests/ArrayTests.swift",
        "JSONPatchTests/Bundle.swift",
        "JSONPatchTests/JSONCodableTests.swift",
        "JSONPatchTests/JSONElementTests.swift",
        "JSONPatchTests/JSONFileTestCase.swift",
        "JSONPatchTests/JSONPatchGeneratorTests.swift",
        "JSONPatchTests/JSONPatchTests.swift",
        "JSONPatchTests/JSONPointerTests.swift",
        "JSONPatchTests/TestFileTestCase.swift"
      ],
      "target_dependencies" : [
        "JSONPatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONPatch",
      "module_type" : "SwiftTarget",
      "name" : "JSONPatch",
      "path" : "Sources/JSONPatch",
      "product_memberships" : [
        "JSONPatch"
      ],
      "sources" : [
        "JSONElement.swift",
        "JSONEquality.swift",
        "JSONError.swift",
        "JSONPatch.swift",
        "JSONPatchCodable.swift",
        "JSONPatchGenerator.swift",
        "JSONPointer.swift",
        "NSArray+DeepCopy.swift",
        "NSDictionary+DeepCopy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.