The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of DynamicJSON, reference main (9648f3), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 23 Jun 2025 16:43:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicJSON-Package -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-dynamicjson.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-dynamicjson
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9648f32 Update CHANGELOG.
Cloned https://github.com/objecthub/swift-dynamicjson.git
Revision (git rev-parse @):
9648f32126ade414b00b9551c27870d4ad9b168c
SUCCESS checkout https://github.com/objecthub/swift-dynamicjson.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/objecthub/swift-dynamicjson.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicJSON",
  "name" : "DynamicJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicJSON",
      "targets" : [
        "DynamicJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONPathTool",
      "targets" : [
        "JSONPathTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONPathTool",
      "module_type" : "SwiftTarget",
      "name" : "JSONPathTool",
      "path" : "Sources/JSONPathTool",
      "product_memberships" : [
        "JSONPathTool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "DynamicJSON"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DynamicJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicJSONTests",
      "path" : "Tests/DynamicJSONTests",
      "sources" : [
        "DynamicJSONTests.swift",
        "JSONConstructorTests.swift",
        "JSONLocationTests.swift",
        "JSONMergingTests.swift",
        "JSONMutationTests.swift",
        "JSONPatchComplianceSuite.swift",
        "JSONPatchComplianceTest.swift",
        "JSONPatchLargeTest.swift",
        "JSONPatchTestCase.swift",
        "JSONPathComplianceSuite.swift",
        "JSONPathComplianceTest.swift",
        "JSONPathTestCase.swift",
        "JSONPathTests.swift",
        "JSONPointerTests.swift",
        "JSONSchemaComplianceSuite.swift",
        "JSONSchemaComplianceTest.swift",
        "JSONSchemaDebugTest.swift",
        "JSONSchemaExampleTest.swift",
        "JSONSchemaFormatSuite.swift",
        "JSONSchemaOptionalSuite.swift",
        "JSONSchemaTestCase.swift",
        "JSONTypeTests.swift"
      ],
      "target_dependencies" : [
        "DynamicJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicJSON",
      "module_type" : "SwiftTarget",
      "name" : "DynamicJSON",
      "path" : "Sources/DynamicJSON",
      "product_memberships" : [
        "DynamicJSON",
        "JSONPathTool"
      ],
      "sources" : [
        "JSON.swift",
        "JSONLocation.swift",
        "JSONPatch/JSONPatch.swift",
        "JSONPatch/JSONPatchMaker.swift",
        "JSONPatch/JSONPatchOperation.swift",
        "JSONPath/JSONPath.swift",
        "JSONPath/JSONPathEnvironment.swift",
        "JSONPath/JSONPathEvaluator.swift",
        "JSONPath/JSONPathParser.swift",
        "JSONPointer.swift",
        "JSONReference.swift",
        "JSONSchema/JSONSchema.swift",
        "JSONSchema/JSONSchemaDialect.swift",
        "JSONSchema/JSONSchemaDraft2020.swift",
        "JSONSchema/JSONSchemaFormatValidators.swift",
        "JSONSchema/JSONSchemaIdentifier.swift",
        "JSONSchema/JSONSchemaProvider.swift",
        "JSONSchema/JSONSchemaRegistry.swift",
        "JSONSchema/JSONSchemaResource.swift",
        "JSONSchema/JSONSchemaValidationContext.swift",
        "JSONSchema/JSONSchemaValidationResult.swift",
        "JSONSchema/JSONSchemaValidator.swift",
        "JSONType.swift",
        "LocatedJSON.swift",
        "Util/Indirect.swift",
        "Util/JSONExtensions.swift",
        "Util/NSNumber.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "DynamicJSON",
    "schemes" : [
      "DynamicJSON",
      "JSONPathTool"
    ],
    "targets" : [
      "DynamicJSON",
      "DynamicJSONTests",
      "JSONPathTool"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DynamicJSON",
      "DynamicJSON-Package",
      "JSONPathTool"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicJSON-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 DynamicJSON-Package -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  DynamicJSON: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'JSONPathTool' in project 'DynamicJSON'
        ➜ Explicit dependency on target 'DynamicJSON' in project 'DynamicJSON'
    Target 'DynamicJSON' in project 'DynamicJSON'
        ➜ Explicit dependency on target 'DynamicJSON' in project 'DynamicJSON'
    Target 'DynamicJSON' in project 'DynamicJSON' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f4c2ff1defacfc0dd2cf3e579445790d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f4c2ff1defacfc0dd2cf3e579445790d.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.modulemap (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.DependencyStaticMetadataFileList (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON_const_extract_protocols.json (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-OutputFileMap.json (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftConstValuesFileList (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.LinkFileList (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftFileList (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool_const_extract_protocols.json (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.SwiftFileList (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.LinkFileList (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool-OutputFileMap.json (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/JSONPathTool.DependencyStaticMetadataFileList (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/JSONPathTool.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/JSONPathTool.DependencyMetadataFileList (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/JSONPathTool.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.DependencyMetadataFileList (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DynamicJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.modulemap (in target 'DynamicJSON' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver DynamicJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios16.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-EZ51YITGRGUNDHIOWBTBDX3HG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-9VKHEL45GO0S9UFDNN13E0L1J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-CBS67EYEN5VWGBB8OVQ8EUINJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-4FVR452VOSL178WGP8X8D0KNJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CXC27J8YUXK4G20ZP1M0E8MG3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-3HTANMTZCP6Y9JNQ39FV59MRN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-6FWRIXJQD5QRT88O82SYSLG08.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-6FQ15SRU9D9A044YPILL0CXXX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-KAXGLN8PC6ZXUDIXGFUI0P34.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4RWDBESMZFX3KO83RWRWMFLI8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-AJQDCBD0YWO0ZLC72RMWSWKZ9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-8YP91F7W9MGAILZQKSZI35L2I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-EYM3FL12NJ59LL2IBGYAY10L8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4ETX325NXP3BU0VNYJERSG1VG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-91RAPV12LSOIG9C27D473G2K3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BFJPZN6CR5B4H4UOGESGS2YS4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-BR0ISXVR4NA7TUR9FO6ZN9BUX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-DOHLKNIW7LGJIBKLRH4VGIFZV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-7RHAFQD18Z6AJZGMVSTXXMBCA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AHBR8CP1AD519ISL3E1UCJ16C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-4IWW8YK6LXOSTJY4P6C2VVRVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-6VOE3RHR5QPYA9TUEA3OEO0DS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-68WAU4OA82VV0C7HGEKHI9G17.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-C5WUIBSEU2CG1IFZQSODUOG9A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-49MC91NHVGD4Y6BRKL8ZQMQZD.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ DynamicJSON (in target 'DynamicJSON' from project 'DynamicJSON')
EmitSwiftModule normal arm64 (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LocatedJSON.swift,\ Indirect.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/LocatedJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/Util/Indirect.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/LocatedJSON.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/Util/Indirect.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONSchemaDialect.swift,\ JSONSchemaDraft2020.swift,\ JSONSchemaFormatValidators.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaDialect.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaDraft2020.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaDialect.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaDraft2020.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONSchemaResource.swift,\ JSONSchemaValidationContext.swift,\ JSONSchemaValidationResult.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaResource.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaValidationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaValidationResult.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaResource.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaValidationContext.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaValidationResult.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONExtensions.swift,\ NSNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/Util/JSONExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/Util/NSNumber.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/Util/JSONExtensions.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/Util/NSNumber.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONPointer.swift,\ JSONReference.swift,\ JSONSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONReference.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchema.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONReference.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchema.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSON.swift,\ JSONLocation.swift,\ JSONPatch.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPatch/JSONPatch.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSON.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ JSONPatchMaker.swift,\ JSONPatchOperation.swift,\ JSONPath.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPatch/JSONPatchMaker.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPatch/JSONPatchOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPath/JSONPath.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPatch/JSONPatchMaker.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPatch/JSONPatchOperation.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPath/JSONPath.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONSchemaValidator.swift,\ JSONType.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONType.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaValidator.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONType.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONSchemaIdentifier.swift,\ JSONSchemaProvider.swift,\ JSONSchemaRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaRegistry.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaIdentifier.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaProvider.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaRegistry.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONPathEnvironment.swift,\ JSONPathEvaluator.swift,\ JSONPathParser.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPath/JSONPathEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPath/JSONPathEvaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPath/JSONPathParser.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPath/JSONPathEnvironment.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPath/JSONPathEvaluator.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicJSON/JSONPath/JSONPathParser.swift (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for DynamicJSON (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriver\ Compilation\ Requirements DynamicJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios16.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LocatedJSON.swift, Indirect.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DynamicJSON-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-Swift.h (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/DynamicJSON-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.swiftmodule (in target 'DynamicJSON' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.swiftdoc (in target 'DynamicJSON' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.abi.json (in target 'DynamicJSON' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.swiftsourceinfo (in target 'DynamicJSON' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver JSONPathTool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPathTool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios16.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSONPatchMaker.swift, JSONPatchOperation.swift, JSONPath.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSONSchemaValidator.swift, JSONType.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSONPathEnvironment.swift, JSONPathEvaluator.swift, JSONPathParser.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSONSchemaIdentifier.swift, JSONSchemaProvider.swift, JSONSchemaRegistry.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSONExtensions.swift, NSNumber.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSONPointer.swift, JSONReference.swift, JSONSchema.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift, JSONLocation.swift, JSONPatch.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSONSchemaDialect.swift, JSONSchemaDraft2020.swift, JSONSchemaFormatValidators.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSONSchemaResource.swift, JSONSchemaValidationContext.swift, JSONSchemaValidationResult.swift (in target 'DynamicJSON' from project 'DynamicJSON')
SwiftDriver\ Compilation DynamicJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios16.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.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/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-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/Products/Debug-iphoneos/DynamicJSON.o normal (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios16.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.o
ExtractAppIntentsMetadata (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DynamicJSON --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --platform-family iOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.DynamicJSON --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.appintents --target-triple arm64-apple-ios16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/DynamicJSON.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-23 09:43:55.843 appintentsmetadataprocessor[632:3675] Starting appintentsmetadataprocessor export
2025-06-23 09:43:55.905 appintentsmetadataprocessor[632:3675] Extracted no relevant App Intents symbols, skipping writing output
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONPathTool (in target 'JSONPathTool' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPathTool/main.swift (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONPathTool/main.swift (in target 'JSONPathTool' from project 'DynamicJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONPathTool/main.swift (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.o (in target 'DynamicJSON' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicJSON.o
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONPathTool (in target 'JSONPathTool' from project 'DynamicJSON')
SwiftDriver\ Compilation\ Requirements JSONPathTool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPathTool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios16.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftdoc (in target 'JSONPathTool' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.abi.json (in target 'JSONPathTool' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftmodule (in target 'JSONPathTool' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftsourceinfo (in target 'JSONPathTool' from project 'DynamicJSON')
    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/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'JSONPathTool' from project 'DynamicJSON')
SwiftDriver\ Compilation JSONPathTool normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONPathTool -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios16.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/Products/Debug-iphoneos/JSONPathTool normal (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios16.0 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/JSONPathTool.build/Objects-normal/arm64/JSONPathTool-linker-args.resp -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicJSON.build/Debug-iphoneos/DynamicJSON.build/Objects-normal/arm64/DynamicJSON-linker-args.resp
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool (in target 'JSONPathTool' from project 'DynamicJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONPathTool
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicJSON",
  "name" : "DynamicJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicJSON",
      "targets" : [
        "DynamicJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONPathTool",
      "targets" : [
        "JSONPathTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSONPathTool",
      "module_type" : "SwiftTarget",
      "name" : "JSONPathTool",
      "path" : "Sources/JSONPathTool",
      "product_memberships" : [
        "JSONPathTool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "DynamicJSON"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DynamicJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicJSONTests",
      "path" : "Tests/DynamicJSONTests",
      "sources" : [
        "DynamicJSONTests.swift",
        "JSONConstructorTests.swift",
        "JSONLocationTests.swift",
        "JSONMergingTests.swift",
        "JSONMutationTests.swift",
        "JSONPatchComplianceSuite.swift",
        "JSONPatchComplianceTest.swift",
        "JSONPatchLargeTest.swift",
        "JSONPatchTestCase.swift",
        "JSONPathComplianceSuite.swift",
        "JSONPathComplianceTest.swift",
        "JSONPathTestCase.swift",
        "JSONPathTests.swift",
        "JSONPointerTests.swift",
        "JSONSchemaComplianceSuite.swift",
        "JSONSchemaComplianceTest.swift",
        "JSONSchemaDebugTest.swift",
        "JSONSchemaExampleTest.swift",
        "JSONSchemaFormatSuite.swift",
        "JSONSchemaOptionalSuite.swift",
        "JSONSchemaTestCase.swift",
        "JSONTypeTests.swift"
      ],
      "target_dependencies" : [
        "DynamicJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicJSON",
      "module_type" : "SwiftTarget",
      "name" : "DynamicJSON",
      "path" : "Sources/DynamicJSON",
      "product_memberships" : [
        "DynamicJSON",
        "JSONPathTool"
      ],
      "sources" : [
        "JSON.swift",
        "JSONLocation.swift",
        "JSONPatch/JSONPatch.swift",
        "JSONPatch/JSONPatchMaker.swift",
        "JSONPatch/JSONPatchOperation.swift",
        "JSONPath/JSONPath.swift",
        "JSONPath/JSONPathEnvironment.swift",
        "JSONPath/JSONPathEvaluator.swift",
        "JSONPath/JSONPathParser.swift",
        "JSONPointer.swift",
        "JSONReference.swift",
        "JSONSchema/JSONSchema.swift",
        "JSONSchema/JSONSchemaDialect.swift",
        "JSONSchema/JSONSchemaDraft2020.swift",
        "JSONSchema/JSONSchemaFormatValidators.swift",
        "JSONSchema/JSONSchemaIdentifier.swift",
        "JSONSchema/JSONSchemaProvider.swift",
        "JSONSchema/JSONSchemaRegistry.swift",
        "JSONSchema/JSONSchemaResource.swift",
        "JSONSchema/JSONSchemaValidationContext.swift",
        "JSONSchema/JSONSchemaValidationResult.swift",
        "JSONSchema/JSONSchemaValidator.swift",
        "JSONType.swift",
        "LocatedJSON.swift",
        "Util/Indirect.swift",
        "Util/JSONExtensions.swift",
        "Util/NSNumber.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.