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 macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 16:28:03 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 platform=macOS,arch=arm64 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:         macosXcodebuild
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 075b70f07e94add12919968d8299e1be
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/075b70f07e94add12919968d8299e1be.xcbuilddata
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
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
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Resources Versions/Current/Resources (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Modules Versions/Current/Modules (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Modules
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-OutputFileMap.json
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/Current A (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/JSONFragmentDecoding Versions/Current/JSONFragmentDecoding (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/JSONFragmentDecoding /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/JSONFragmentDecoding
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Headers Versions/Current/Headers (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Resources (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/JSONFragmentDecoding.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/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/JSONFragmentDecoding.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A (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/JSONFragmentDecoding.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions (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/JSONFragmentDecoding.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/JSONFragmentDecoding.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/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/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONFragmentDecoding (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-1745598479102820-swift-frontend-JSONFragmentDecoding-all-arm64_apple_macos10.10-swiftmodule-Onone-1556487246.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.9738 seconds (4.4341 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5143 ( 49.6%)   0.4379 ( 47.5%)   1.9521 ( 49.1%)   2.1722 ( 49.0%)  parse-and-resolve-imports
   1.5140 ( 49.6%)   0.4377 ( 47.5%)   1.9517 ( 49.1%)   2.1718 ( 49.0%)  Import resolution
   0.0113 (  0.4%)   0.0306 (  3.3%)   0.0419 (  1.1%)   0.0599 (  1.4%)  load-stdlib
   0.0024 (  0.1%)   0.0029 (  0.3%)   0.0053 (  0.1%)   0.0056 (  0.1%)  perform-sema
   0.0021 (  0.1%)   0.0031 (  0.3%)   0.0051 (  0.1%)   0.0056 (  0.1%)  SIL optimization
   0.0024 (  0.1%)   0.0029 (  0.3%)   0.0053 (  0.1%)   0.0056 (  0.1%)  Type checking and Semantic analysis
   0.0023 (  0.1%)   0.0029 (  0.3%)   0.0052 (  0.1%)   0.0055 (  0.1%)  typecheck-decl
   0.0003 (  0.0%)   0.0016 (  0.2%)   0.0019 (  0.0%)   0.0024 (  0.1%)  Serialization, swiftmodule
   0.0010 (  0.0%)   0.0012 (  0.1%)   0.0022 (  0.1%)   0.0022 (  0.0%)  SILGen
   0.0008 (  0.0%)   0.0005 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  SILGen-function
   0.0008 (  0.0%)   0.0003 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  import-clang-decl
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  precheck-target
   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.0000 (  0.0%)   0.0000 (  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%)  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%)  populate-module-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
   3.0520 (100.0%)   0.9218 (100.0%)   3.9738 (100.0%)   4.4341 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0125 seconds (2.2518 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5336 (100.0%)   0.4789 (100.0%)   2.0125 (100.0%)   2.2518 (100.0%)  Building Target
   1.5336 (100.0%)   0.4789 (100.0%)   2.0125 (100.0%)   2.2518 (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-1745598479102802-swift-frontend-JSONFragmentDecoding-JSONFragmentDecoding.swift-arm64_apple_macos10.10-o-Onone-2982512470.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3153 seconds (4.9123 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0254 ( 12.4%)   0.0251 ( 22.5%)   0.0505 ( 16.0%)   2.3122 ( 47.1%)  parse-and-resolve-imports
   0.0249 ( 12.2%)   0.0245 ( 22.0%)   0.0495 ( 15.7%)   2.3112 ( 47.0%)  Import resolution
   0.0694 ( 34.1%)   0.0167 ( 15.0%)   0.0862 ( 27.3%)   0.0862 (  1.8%)  build-rewrite-system
   0.0013 (  0.6%)   0.0039 (  3.5%)   0.0052 (  1.7%)   0.0787 (  1.6%)  load-stdlib
   0.0110 (  5.4%)   0.0074 (  6.6%)   0.0183 (  5.8%)   0.0183 (  0.4%)  import-clang-decl
   0.0106 (  5.2%)   0.0054 (  4.9%)   0.0160 (  5.1%)   0.0160 (  0.3%)  perform-sema
   0.0106 (  5.2%)   0.0054 (  4.9%)   0.0160 (  5.1%)   0.0160 (  0.3%)  Type checking and Semantic analysis
   0.0115 (  5.6%)   0.0038 (  3.4%)   0.0152 (  4.8%)   0.0152 (  0.3%)  SILGen
   0.0083 (  4.1%)   0.0040 (  3.6%)   0.0124 (  3.9%)   0.0124 (  0.3%)  typecheck-decl
   0.0071 (  3.5%)   0.0042 (  3.8%)   0.0114 (  3.6%)   0.0114 (  0.2%)  typecheck-stmt
   0.0073 (  3.6%)   0.0038 (  3.4%)   0.0110 (  3.5%)   0.0110 (  0.2%)  typecheck-expr
   0.0048 (  2.4%)   0.0036 (  3.2%)   0.0083 (  2.6%)   0.0083 (  0.2%)  IRGen
   0.0041 (  2.0%)   0.0015 (  1.4%)   0.0056 (  1.8%)   0.0056 (  0.1%)  SILGen-function
   0.0044 (  2.1%)   0.0004 (  0.3%)   0.0048 (  1.5%)   0.0048 (  0.1%)  SIL optimization
   0.0027 (  1.3%)   0.0015 (  1.3%)   0.0042 (  1.3%)   0.0042 (  0.1%)  precheck-target
   0.0006 (  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2039 (100.0%)   0.1114 (100.0%)   0.3153 (100.0%)   4.9123 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3842 seconds (3.7313 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9765 (100.0%)   0.4077 (100.0%)   1.3842 (100.0%)   3.7313 (100.0%)  Building Target
   0.9765 (100.0%)   0.4077 (100.0%)   1.3842 (100.0%)   3.7313 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/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/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/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/JSONFragmentDecoding.framework/Versions/A/Headers/JSONFragmentDecoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/Objects-normal/arm64/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Headers/JSONFragmentDecoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Modules/JSONFragmentDecoding.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Modules/JSONFragmentDecoding.swiftmodule/Project/arm64-apple-macos.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/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/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/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/JSONFragmentDecoding.build/Objects-normal/arm64/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/Products/Debug/JSONFragmentDecoding.framework/Versions/A/JSONFragmentDecoding normal (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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.LinkFileList -install_name @rpath/JSONFragmentDecoding.framework/Versions/A/JSONFragmentDecoding -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier JSONFragmentDecoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/JSONFragmentDecoding --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/JSONFragmentDecoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONFragmentDecoding.build/Debug/JSONFragmentDecoding.build/Objects-normal/arm64/JSONFragmentDecoding.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 09:28:03.055 appintentsmetadataprocessor[702:3944] Starting appintentsmetadataprocessor export
2025-04-25 09:28:03.058 appintentsmetadataprocessor[702:3944] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONFragmentDecoding.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A/JSONFragmentDecoding -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONFragmentDecoding.framework/Versions/A/JSONFragmentDecoding.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONFragmentDecoding.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/JSONFragmentDecoding.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/JSONFragmentDecoding.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONFragmentDecoding.framework/JSONFragmentDecoding.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONFragmentDecoding.framework/Versions/A/JSONFragmentDecoding.tbd (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONFragmentDecoding.framework/Versions/A/JSONFragmentDecoding.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONFragmentDecoding.framework/JSONFragmentDecoding.tbd
/Users/admin/builder/spi-builder-workspace/JSONFragmentDecoding.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'JSONFragmentDecoding' from project 'JSONFragmentDecoding')
** 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.