The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of JSONFragmentDecoding, reference 0.1.0 (b36a98), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 16:27:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONFragmentDecoding-Package -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hamishknight/json-fragment-decoding.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hamishknight/json-fragment-decoding
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at b36a98a Initial commit
Cloned https://github.com/hamishknight/json-fragment-decoding.git
Revision (git rev-parse @):
b36a98af007198aaac8288f65baf4c6a5f94b544
SUCCESS checkout https://github.com/hamishknight/json-fragment-decoding.git at 0.1.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hamishknight/json-fragment-decoding.git
https://github.com/hamishknight/json-fragment-decoding.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONFragmentDecoding",
  "name" : "JSONFragmentDecoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONFragmentDecoding",
      "targets" : [
        "JSONFragmentDecoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONFragmentDecodingTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONFragmentDecodingTests",
      "path" : "Tests/JSONFragmentDecodingTests",
      "sources" : [
        "JSONFragmentDecodingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "JSONFragmentDecoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONFragmentDecoding",
      "module_type" : "SwiftTarget",
      "name" : "JSONFragmentDecoding",
      "path" : "Sources/JSONFragmentDecoding",
      "product_memberships" : [
        "JSONFragmentDecoding"
      ],
      "sources" : [
        "JSONFragmentDecoding.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" : "JSONFragmentDecoding",
  "name" : "JSONFragmentDecoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONFragmentDecoding",
      "targets" : [
        "JSONFragmentDecoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONFragmentDecodingTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONFragmentDecodingTests",
      "path" : "Tests/JSONFragmentDecodingTests",
      "sources" : [
        "JSONFragmentDecodingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "JSONFragmentDecoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONFragmentDecoding",
      "module_type" : "SwiftTarget",
      "name" : "JSONFragmentDecoding",
      "path" : "Sources/JSONFragmentDecoding",
      "product_memberships" : [
        "JSONFragmentDecoding"
      ],
      "sources" : [
        "JSONFragmentDecoding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "JSONFragmentDecoding",
    "schemes" : [
      "JSONFragmentDecoding",
      "JSONFragmentDecoding-Package",
      "JSONFragmentDecodingTests"
    ],
    "targets" : [
      "JSONFragmentDecoding",
      "JSONFragmentDecodingPackageDescription",
      "JSONFragmentDecodingPackageTests",
      "JSONFragmentDecodingTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONFragmentDecoding-Package -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 JSONFragmentDecoding-Package -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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'JSONFragmentDecoding' in project 'JSONFragmentDecoding' (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: 0bf9df3140b91790282ac0f36285e8d4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0bf9df3140b91790282ac0f36285e8d4.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/JSONFragmentDecoding.xcodeproj
    /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/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.LinkFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-OutputFileMap.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.LinkFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftConstValuesFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_const_extract_protocols.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_const_extract_protocols.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftConstValuesFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-OutputFileMap.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyStaticMetadataFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyMetadataFileList (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Headers (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Info.plist /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj/JSONFragmentDecoding_Info.plist (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj/JSONFragmentDecoding_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Info.plist
SwiftDriver JSONFragmentDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -parse-as-library -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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver JSONFragmentDecoding normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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 -enable-bare-slash-regex -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-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -parse-as-library -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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745598463663309-swift-frontend-JSONFragmentDecoding-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-659703778.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1361 seconds (3.2128 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0177 ( 34.6%)   0.0284 ( 33.5%)   0.0461 ( 33.9%)   1.5316 ( 47.7%)  parse-and-resolve-imports
   0.0173 ( 33.8%)   0.0280 ( 33.0%)   0.0453 ( 33.3%)   1.5308 ( 47.6%)  Import resolution
   0.0014 (  2.7%)   0.0050 (  5.8%)   0.0063 (  4.7%)   0.0955 (  3.0%)  load-stdlib
   0.0027 (  5.3%)   0.0045 (  5.3%)   0.0073 (  5.3%)   0.0113 (  0.4%)  perform-sema
   0.0027 (  5.3%)   0.0045 (  5.3%)   0.0072 (  5.3%)   0.0113 (  0.4%)  Type checking and Semantic analysis
   0.0027 (  5.3%)   0.0045 (  5.3%)   0.0072 (  5.3%)   0.0112 (  0.3%)  typecheck-decl
   0.0023 (  4.6%)   0.0027 (  3.2%)   0.0050 (  3.7%)   0.0066 (  0.2%)  SIL optimization
   0.0015 (  2.8%)   0.0022 (  2.6%)   0.0036 (  2.7%)   0.0043 (  0.1%)  SILGen
   0.0013 (  2.5%)   0.0021 (  2.5%)   0.0034 (  2.5%)   0.0038 (  0.1%)  SILGen-function
   0.0008 (  1.5%)   0.0014 (  1.7%)   0.0022 (  1.6%)   0.0028 (  0.1%)  typecheck-expr
   0.0003 (  0.6%)   0.0011 (  1.3%)   0.0015 (  1.1%)   0.0027 (  0.1%)  Serialization, swiftmodule
   0.0002 (  0.4%)   0.0001 (  0.1%)   0.0003 (  0.2%)   0.0003 (  0.0%)  precheck-target
   0.0001 (  0.2%)   0.0001 (  0.2%)   0.0003 (  0.2%)   0.0003 (  0.0%)  import-clang-decl
   0.0001 (  0.2%)   0.0001 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.2%)   0.0001 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.0%)  build-rewrite-system
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  Serialization, swiftdoc
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0513 (100.0%)   0.0848 (100.0%)   0.1361 (100.0%)   3.2128 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0787 seconds (1.6635 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0284 (100.0%)   0.0502 (100.0%)   0.0787 (100.0%)   1.6635 (100.0%)  Building Target
   0.0284 (100.0%)   0.0502 (100.0%)   0.0787 (100.0%)   1.6635 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ JSONFragmentDecoding.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745598463663177-swift-frontend-JSONFragmentDecoding-JSONFragmentDecoding.swift-arm64_apple_watchos11.4-o-Onone-3473913015.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3953 seconds (3.4341 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0227 ( 10.7%)   0.0407 ( 22.2%)   0.0634 ( 16.0%)   1.5520 ( 45.2%)  parse-and-resolve-imports
   0.0223 ( 10.5%)   0.0396 ( 21.7%)   0.0619 ( 15.7%)   1.5477 ( 45.1%)  Import resolution
   0.0715 ( 33.7%)   0.0177 (  9.7%)   0.0892 ( 22.6%)   0.0892 (  2.6%)  build-rewrite-system
   0.0124 (  5.8%)   0.0271 ( 14.9%)   0.0395 ( 10.0%)   0.0694 (  2.0%)  load-stdlib
   0.0107 (  5.0%)   0.0098 (  5.4%)   0.0205 (  5.2%)   0.0294 (  0.9%)  perform-sema
   0.0106 (  5.0%)   0.0098 (  5.4%)   0.0204 (  5.2%)   0.0293 (  0.9%)  Type checking and Semantic analysis
   0.0082 (  3.9%)   0.0081 (  4.4%)   0.0164 (  4.1%)   0.0250 (  0.7%)  typecheck-decl
   0.0111 (  5.2%)   0.0073 (  4.0%)   0.0184 (  4.6%)   0.0184 (  0.5%)  import-clang-decl
   0.0072 (  3.4%)   0.0052 (  2.9%)   0.0124 (  3.1%)   0.0182 (  0.5%)  typecheck-expr
   0.0122 (  5.7%)   0.0054 (  2.9%)   0.0175 (  4.4%)   0.0180 (  0.5%)  SILGen
   0.0071 (  3.4%)   0.0042 (  2.3%)   0.0113 (  2.9%)   0.0119 (  0.3%)  typecheck-stmt
   0.0043 (  2.0%)   0.0039 (  2.1%)   0.0082 (  2.1%)   0.0084 (  0.2%)  IRGen
   0.0043 (  2.0%)   0.0021 (  1.2%)   0.0064 (  1.6%)   0.0065 (  0.2%)  SILGen-function
   0.0047 (  2.2%)   0.0003 (  0.2%)   0.0050 (  1.3%)   0.0051 (  0.1%)  SIL optimization
   0.0024 (  1.1%)   0.0014 (  0.8%)   0.0038 (  1.0%)   0.0048 (  0.1%)  precheck-target
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2125 (100.0%)   0.1828 (100.0%)   0.3953 (100.0%)   3.4341 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1591 seconds (2.6996 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7966 (100.0%)   0.3625 (100.0%)   1.1591 (100.0%)   2.6996 (100.0%)  Building Target
   0.7966 (100.0%)   0.3625 (100.0%)   1.1591 (100.0%)   2.6996 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ JSONFragmentDecoding.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745598463663283-swift-frontend-JSONFragmentDecoding-JSONFragmentDecoding.swift-arm64_32_apple_watchos11.4-o-Onone-550465203.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9350 seconds (3.4285 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9548 ( 45.9%)   0.3783 ( 44.2%)   1.3331 ( 45.4%)   1.5523 ( 45.3%)  parse-and-resolve-imports
   0.9543 ( 45.9%)   0.3762 ( 44.0%)   1.3306 ( 45.3%)   1.5480 ( 45.1%)  Import resolution
   0.0714 (  3.4%)   0.0141 (  1.7%)   0.0855 (  2.9%)   0.0854 (  2.5%)  build-rewrite-system
   0.0122 (  0.6%)   0.0280 (  3.3%)   0.0403 (  1.4%)   0.0692 (  2.0%)  load-stdlib
   0.0111 (  0.5%)   0.0101 (  1.2%)   0.0212 (  0.7%)   0.0288 (  0.8%)  perform-sema
   0.0110 (  0.5%)   0.0101 (  1.2%)   0.0211 (  0.7%)   0.0287 (  0.8%)  Type checking and Semantic analysis
   0.0085 (  0.4%)   0.0087 (  1.0%)   0.0172 (  0.6%)   0.0245 (  0.7%)  typecheck-decl
   0.0110 (  0.5%)   0.0075 (  0.9%)   0.0186 (  0.6%)   0.0186 (  0.5%)  import-clang-decl
   0.0129 (  0.6%)   0.0050 (  0.6%)   0.0179 (  0.6%)   0.0184 (  0.5%)  SILGen
   0.0075 (  0.4%)   0.0067 (  0.8%)   0.0141 (  0.5%)   0.0174 (  0.5%)  typecheck-expr
   0.0073 (  0.4%)   0.0032 (  0.4%)   0.0105 (  0.4%)   0.0112 (  0.3%)  typecheck-stmt
   0.0048 (  0.2%)   0.0029 (  0.3%)   0.0077 (  0.3%)   0.0084 (  0.2%)  IRGen
   0.0049 (  0.2%)   0.0021 (  0.2%)   0.0070 (  0.2%)   0.0072 (  0.2%)  SILGen-function
   0.0046 (  0.2%)   0.0003 (  0.0%)   0.0048 (  0.2%)   0.0048 (  0.1%)  SIL optimization
   0.0025 (  0.1%)   0.0020 (  0.2%)   0.0045 (  0.2%)   0.0048 (  0.1%)  precheck-target
   0.0006 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.0796 (100.0%)   0.8554 (100.0%)   2.9350 (100.0%)   3.4285 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4276 seconds (2.6990 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7256 (100.0%)   0.7020 (100.0%)   2.4276 (100.0%)   2.6990 (100.0%)  Building Target
   1.7256 (100.0%)   0.7020 (100.0%)   2.4276 (100.0%)   2.6990 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745598463663339-swift-frontend-JSONFragmentDecoding-all-arm64_apple_watchos11.4-swiftmodule-Onone-1804143326.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7023 seconds (3.2427 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9513 ( 49.6%)   0.3727 ( 47.6%)   1.3240 ( 49.0%)   1.5487 ( 47.8%)  parse-and-resolve-imports
   0.9509 ( 49.6%)   0.3713 ( 47.4%)   1.3221 ( 48.9%)   1.5444 ( 47.6%)  Import resolution
   0.0013 (  0.1%)   0.0065 (  0.8%)   0.0078 (  0.3%)   0.0728 (  2.2%)  load-stdlib
   0.0031 (  0.2%)   0.0063 (  0.8%)   0.0093 (  0.3%)   0.0168 (  0.5%)  perform-sema
   0.0030 (  0.2%)   0.0062 (  0.8%)   0.0093 (  0.3%)   0.0168 (  0.5%)  Type checking and Semantic analysis
   0.0030 (  0.2%)   0.0062 (  0.8%)   0.0092 (  0.3%)   0.0167 (  0.5%)  typecheck-decl
   0.0010 (  0.1%)   0.0039 (  0.5%)   0.0050 (  0.2%)   0.0085 (  0.3%)  typecheck-expr
   0.0023 (  0.1%)   0.0032 (  0.4%)   0.0056 (  0.2%)   0.0063 (  0.2%)  SIL optimization
   0.0011 (  0.1%)   0.0026 (  0.3%)   0.0036 (  0.1%)   0.0040 (  0.1%)  SILGen
   0.0008 (  0.0%)   0.0021 (  0.3%)   0.0029 (  0.1%)   0.0033 (  0.1%)  SILGen-function
   0.0003 (  0.0%)   0.0014 (  0.2%)   0.0017 (  0.1%)   0.0024 (  0.1%)  Serialization, swiftmodule
   0.0003 (  0.0%)   0.0008 (  0.1%)   0.0011 (  0.0%)   0.0015 (  0.0%)  precheck-target
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  import-clang-decl
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  build-rewrite-system
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  Serialization, swiftdoc
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.9188 (100.0%)   0.7835 (100.0%)   2.7023 (100.0%)   3.2427 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3612 seconds (1.6633 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9621 (100.0%)   0.3991 (100.0%)   1.3612 (100.0%)   1.6633 (100.0%)  Building Target
   0.9621 (100.0%)   0.3991 (100.0%)   1.3612 (100.0%)   1.6633 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONFragmentDecoding/JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftDriver\ Compilation\ Requirements JSONFragmentDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -parse-as-library -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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements JSONFragmentDecoding normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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 -enable-bare-slash-regex -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-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -parse-as-library -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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Headers/JSONFragmentDecoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-Swift.h (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Headers/JSONFragmentDecoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.abi.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftmodule (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.abi.json (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftdoc (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftmodule (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftdoc (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftsourceinfo (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftsourceinfo (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftDriver\ Compilation JSONFragmentDecoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -parse-as-library -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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONFragmentDecoding.swift (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
SwiftDriver\ Compilation JSONFragmentDecoding normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONFragmentDecoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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 -enable-bare-slash-regex -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-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -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 -parse-as-library -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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/Binary/JSONFragmentDecoding normal arm64 (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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-watchos11.4 -dynamiclib -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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.LinkFileList -install_name @rpath/JSONFragmentDecoding.framework/JSONFragmentDecoding -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/Binary/JSONFragmentDecoding
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/Binary/JSONFragmentDecoding normal arm64_32 (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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-watchos11.4 -dynamiclib -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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.LinkFileList -install_name @rpath/JSONFragmentDecoding.framework/JSONFragmentDecoding -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/Binary/JSONFragmentDecoding
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding normal arm64\ arm64_32 (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/Binary/JSONFragmentDecoding /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/Binary/JSONFragmentDecoding -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding
ExtractAppIntentsMetadata (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    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 JSONFragmentDecoding --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 11.4 --bundle-identifier JSONFragmentDecoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug-watchos/JSONFragmentDecoding.build/Objects-normal/arm64_32/JSONFragmentDecoding.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 09:27:46.592 appintentsmetadataprocessor[699:4011] Starting appintentsmetadataprocessor export
2025-04-25 09:27:46.594 appintentsmetadataprocessor[699:4011] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding.tbd (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -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 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/JSONFragmentDecoding.framework/JSONFragmentDecoding.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/JSONFragmentDecoding.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONFragmentDecoding",
  "name" : "JSONFragmentDecoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONFragmentDecoding",
      "targets" : [
        "JSONFragmentDecoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONFragmentDecodingTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONFragmentDecodingTests",
      "path" : "Tests/JSONFragmentDecodingTests",
      "sources" : [
        "JSONFragmentDecodingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "JSONFragmentDecoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONFragmentDecoding",
      "module_type" : "SwiftTarget",
      "name" : "JSONFragmentDecoding",
      "path" : "Sources/JSONFragmentDecoding",
      "product_memberships" : [
        "JSONFragmentDecoding"
      ],
      "sources" : [
        "JSONFragmentDecoding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.