The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of JSONDecoder, reference master (d829be), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 10:03:17 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 JSONDecoder-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/asoderman/JSONDecoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/asoderman/JSONDecoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d829be3 Update for 0.1.5
Cloned https://github.com/asoderman/JSONDecoder.git
Revision (git rev-parse @):
d829be306118e03151cf9340b3e34f7b9ecf45f3
SUCCESS checkout https://github.com/asoderman/JSONDecoder.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/asoderman/JSONDecoder.git
https://github.com/asoderman/JSONDecoder.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONDecoder",
  "name" : "JSONDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONDecoder",
      "targets" : [
        "JSONDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoderTests",
      "path" : "Tests/JSONDecoderTests",
      "sources" : [
        "JSONDecoderTests.swift"
      ],
      "target_dependencies" : [
        "JSONDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONDecoder",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoder",
      "path" : "Sources/JSONDecoder",
      "product_memberships" : [
        "JSONDecoder"
      ],
      "sources" : [
        "JSONParser.swift",
        "JSONScanner.swift",
        "JSONToken.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" : "JSONDecoder",
  "name" : "JSONDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONDecoder",
      "targets" : [
        "JSONDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoderTests",
      "path" : "Tests/JSONDecoderTests",
      "sources" : [
        "JSONDecoderTests.swift"
      ],
      "target_dependencies" : [
        "JSONDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONDecoder",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoder",
      "path" : "Sources/JSONDecoder",
      "product_memberships" : [
        "JSONDecoder"
      ],
      "sources" : [
        "JSONParser.swift",
        "JSONScanner.swift",
        "JSONToken.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "JSONDecoder",
    "schemes" : [
      "JSONDecoder-Package",
      "JSONDecoderPackageDescription",
      "JSONDecoderPackageTests"
    ],
    "targets" : [
      "JSONDecoderPackageDescription",
      "JSONDecoderTests",
      "JSONDecoder",
      "JSONDecoderPackageTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONDecoder-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 JSONDecoder-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 'JSONDecoder' in project 'JSONDecoder' (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: 1e5b11715d85594b89e0b29a20a4c76c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1e5b11715d85594b89e0b29a20a4c76c.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/JSONDecoder.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/JSONDecoder.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/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/JSONDecoder.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/JSONDecoder.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/JSONDecoder.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/JSONDecoder.framework/Resources Versions/Current/Resources (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/JSONDecoder Versions/Current/JSONDecoder (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/JSONDecoder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/JSONDecoder
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Headers Versions/Current/Headers (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/Current A (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/JSONDecoder.DependencyStaticMetadataFileList (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/JSONDecoder.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Modules Versions/Current/Modules (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Modules
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/JSONDecoder.DependencyMetadataFileList (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/JSONDecoder.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftConstValuesFileList (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.LinkFileList (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-OutputFileMap.json (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Resources (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Headers (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/JSONDecoder.xcodeproj/JSONDecoder_Info.plist (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/JSONDecoder.xcodeproj/JSONDecoder_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Resources/Info.plist
SwiftDriver JSONDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONDecoder' from project 'JSONDecoder')
    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 JSONDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList -DSWIFT_PACKAGE -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 -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 -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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.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/JSONDecoder.build/Debug/JSONDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_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/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745488996168973-swift-frontend-JSONDecoder-JSONScanner.swift-arm64_apple_macos10.10-o-Onone-3129402483.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1735 seconds (0.2595 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0016 (  1.2%)   0.0048 ( 11.2%)   0.0064 (  3.7%)   0.0682 ( 26.3%)  load-stdlib
   0.0447 ( 34.2%)   0.0131 ( 30.7%)   0.0578 ( 33.3%)   0.0578 ( 22.3%)  build-rewrite-system
   0.0159 ( 12.1%)   0.0045 ( 10.6%)   0.0204 ( 11.7%)   0.0204 (  7.9%)  perform-sema
   0.0158 ( 12.1%)   0.0045 ( 10.5%)   0.0203 ( 11.7%)   0.0203 (  7.8%)  Type checking and Semantic analysis
   0.0149 ( 11.4%)   0.0040 (  9.5%)   0.0189 ( 10.9%)   0.0190 (  7.3%)  typecheck-stmt
   0.0139 ( 10.6%)   0.0035 (  8.2%)   0.0174 ( 10.0%)   0.0174 (  6.7%)  typecheck-expr
   0.0013 (  1.0%)   0.0014 (  3.4%)   0.0027 (  1.6%)   0.0148 (  5.7%)  parse-and-resolve-imports
   0.0013 (  1.0%)   0.0014 (  3.3%)   0.0027 (  1.5%)   0.0147 (  5.7%)  Import resolution
   0.0071 (  5.4%)   0.0018 (  4.1%)   0.0088 (  5.1%)   0.0088 (  3.4%)  precheck-target
   0.0037 (  2.9%)   0.0014 (  3.3%)   0.0051 (  3.0%)   0.0052 (  2.0%)  typecheck-decl
   0.0038 (  2.9%)   0.0001 (  0.3%)   0.0039 (  2.3%)   0.0039 (  1.5%)  SIL optimization
   0.0020 (  1.6%)   0.0004 (  1.0%)   0.0025 (  1.4%)   0.0025 (  1.0%)  SILGen
   0.0016 (  1.2%)   0.0004 (  1.0%)   0.0021 (  1.2%)   0.0021 (  0.8%)  IRGen
   0.0015 (  1.1%)   0.0003 (  0.8%)   0.0018 (  1.1%)   0.0018 (  0.7%)  SILGen-function
   0.0009 (  0.7%)   0.0001 (  0.3%)   0.0010 (  0.6%)   0.0010 (  0.4%)  typecheck-expr-pattern
   0.0006 (  0.5%)   0.0004 (  0.9%)   0.0010 (  0.6%)   0.0010 (  0.4%)  typecheck-for-each
   0.0003 (  0.2%)   0.0004 (  0.9%)   0.0007 (  0.4%)   0.0007 (  0.3%)  import-clang-decl
   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%)  perform-whole-module-type-checking
   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%)  module-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.1310 (100.0%)   0.0425 (100.0%)   0.1735 (100.0%)   0.2595 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3600 seconds (0.4442 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2883 (100.0%)   0.0718 (100.0%)   0.3600 (100.0%)   0.4442 (100.0%)  Building Target
   0.2883 (100.0%)   0.0718 (100.0%)   0.3600 (100.0%)   0.4442 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONDecoder (in target 'JSONDecoder' from project 'JSONDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745488996168940-swift-frontend-JSONDecoder-all-arm64_apple_macos10.10-swiftmodule-Onone-766227642.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1156 seconds (0.1378 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0125 ( 24.0%)   0.0343 ( 53.9%)   0.0468 ( 40.5%)   0.0639 ( 46.4%)  load-stdlib
   0.0070 ( 13.4%)   0.0056 (  8.8%)   0.0125 ( 10.9%)   0.0135 (  9.8%)  parse-and-resolve-imports
   0.0069 ( 13.4%)   0.0055 (  8.7%)   0.0125 ( 10.8%)   0.0134 (  9.7%)  Import resolution
   0.0059 ( 11.3%)   0.0036 (  5.6%)   0.0094 (  8.1%)   0.0103 (  7.4%)  perform-sema
   0.0058 ( 11.2%)   0.0035 (  5.5%)   0.0093 (  8.1%)   0.0101 (  7.4%)  Type checking and Semantic analysis
   0.0054 ( 10.4%)   0.0030 (  4.6%)   0.0083 (  7.2%)   0.0089 (  6.5%)  typecheck-decl
   0.0034 (  6.5%)   0.0037 (  5.7%)   0.0070 (  6.1%)   0.0074 (  5.4%)  SIL optimization
   0.0028 (  5.3%)   0.0015 (  2.4%)   0.0043 (  3.7%)   0.0043 (  3.1%)  SILGen
   0.0008 (  1.5%)   0.0020 (  3.1%)   0.0028 (  2.4%)   0.0032 (  2.3%)  Serialization, swiftmodule
   0.0006 (  1.2%)   0.0008 (  1.2%)   0.0014 (  1.2%)   0.0014 (  1.0%)  SILGen-function
   0.0004 (  0.8%)   0.0001 (  0.1%)   0.0005 (  0.4%)   0.0005 (  0.3%)  Serialization, swiftsourceinfo
   0.0004 (  0.7%)   0.0001 (  0.1%)   0.0004 (  0.4%)   0.0004 (  0.3%)  build-rewrite-system
   0.0001 (  0.2%)   0.0001 (  0.1%)   0.0002 (  0.2%)   0.0002 (  0.1%)  typecheck-expr
   0.0001 (  0.2%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.1%)  Serialization, swiftdoc
   0.0000 (  0.1%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.1%)   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%)  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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0520 (100.0%)   0.0637 (100.0%)   0.1156 (100.0%)   0.1378 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0886 seconds (0.1082 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0352 (100.0%)   0.0533 (100.0%)   0.0886 (100.0%)   0.1082 (100.0%)  Building Target
   0.0352 (100.0%)   0.0533 (100.0%)   0.0886 (100.0%)   0.1082 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    case ExpectedClosingBrace()
                             ^~
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to remove the empty associated value list?
    case ExpectedClosingBrace()
                             ^~

/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to explicitly add a 'Void' associated value?
    case ExpectedClosingBrace()
                             ^
                              Void
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:414:10: warning: associated value 'UnknownToken(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case UnknownToken(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:415:10: warning: associated value 'ExpectedQuote(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case ExpectedQuote(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:416:10: warning: associated value 'ExpectedClosingBracket(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case ExpectedClosingBracket(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
SwiftCompile normal arm64 Compiling\ JSONToken.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745488996168837-swift-frontend-JSONDecoder-JSONToken.swift-arm64_apple_macos10.10-o-Onone-2350765726.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1082 seconds (0.1790 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0016 (  2.2%)   0.0062 ( 16.6%)   0.0078 (  7.2%)   0.0771 ( 43.1%)  load-stdlib
   0.0442 ( 62.4%)   0.0124 ( 33.1%)   0.0566 ( 52.3%)   0.0565 ( 31.6%)  build-rewrite-system
   0.0045 (  6.3%)   0.0038 ( 10.1%)   0.0083 (  7.6%)   0.0084 (  4.7%)  perform-sema
   0.0044 (  6.3%)   0.0037 ( 10.0%)   0.0082 (  7.5%)   0.0083 (  4.7%)  Type checking and Semantic analysis
   0.0032 (  4.5%)   0.0030 (  7.9%)   0.0062 (  5.7%)   0.0064 (  3.6%)  typecheck-decl
   0.0020 (  2.8%)   0.0022 (  6.0%)   0.0043 (  3.9%)   0.0048 (  2.7%)  IRGen
   0.0025 (  3.5%)   0.0011 (  3.0%)   0.0036 (  3.3%)   0.0038 (  2.1%)  SILGen
   0.0029 (  4.1%)   0.0005 (  1.4%)   0.0035 (  3.2%)   0.0035 (  1.9%)  SIL optimization
   0.0014 (  2.0%)   0.0007 (  1.8%)   0.0021 (  1.9%)   0.0023 (  1.3%)  SILGen-function
   0.0013 (  1.9%)   0.0008 (  2.1%)   0.0021 (  2.0%)   0.0021 (  1.2%)  typecheck-stmt
   0.0010 (  1.4%)   0.0011 (  3.0%)   0.0021 (  1.9%)   0.0021 (  1.2%)  parse-and-resolve-imports
   0.0009 (  1.3%)   0.0011 (  2.9%)   0.0020 (  1.9%)   0.0021 (  1.1%)  Import resolution
   0.0005 (  0.7%)   0.0003 (  0.9%)   0.0008 (  0.8%)   0.0008 (  0.5%)  typecheck-expr
   0.0003 (  0.4%)   0.0003 (  0.9%)   0.0006 (  0.6%)   0.0006 (  0.3%)  import-clang-decl
   0.0000 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)  precheck-target
   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%)  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%)  module-populate-cache
   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.0708 (100.0%)   0.0375 (100.0%)   0.1082 (100.0%)   0.1790 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3614 seconds (0.4434 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2816 (100.0%)   0.0799 (100.0%)   0.3614 (100.0%)   0.4434 (100.0%)  Building Target
   0.2816 (100.0%)   0.0799 (100.0%)   0.3614 (100.0%)   0.4434 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    case ExpectedClosingBrace()
                             ^~
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to remove the empty associated value list?
    case ExpectedClosingBrace()
                             ^~

/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to explicitly add a 'Void' associated value?
    case ExpectedClosingBrace()
                             ^
                              Void
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:414:10: warning: associated value 'UnknownToken(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case UnknownToken(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:415:10: warning: associated value 'ExpectedQuote(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case ExpectedQuote(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:416:10: warning: associated value 'ExpectedClosingBracket(token:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type 'JSONToken'; this is an error in the Swift 6 language mode
    case ExpectedClosingBracket(token: JSONToken)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift:9:7: note: class 'JSONToken' does not conform to the 'Sendable' protocol
class JSONToken: CustomStringConvertible {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: warning: string interpolation produces a debug description for a function value; did you mean to make this explicit?
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: note: use 'String(describing:)' to silence this warning
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
                                              String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:250:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:158:24: warning: function call causes an infinite recursion
            self.value = s_value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:180:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:93:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745488996168859-swift-frontend-JSONDecoder-JSONParser.swift-arm64_apple_macos10.10-o-Onone-2487641352.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3066 seconds (0.3844 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0017 (  0.7%)   0.0064 ( 11.5%)   0.0080 (  2.6%)   0.0852 ( 22.2%)  load-stdlib
   0.0409 ( 16.3%)   0.0106 ( 19.2%)   0.0515 ( 16.8%)   0.0515 ( 13.4%)  build-rewrite-system
   0.0434 ( 17.3%)   0.0079 ( 14.3%)   0.0513 ( 16.7%)   0.0515 ( 13.4%)  perform-sema
   0.0433 ( 17.2%)   0.0078 ( 14.2%)   0.0512 ( 16.7%)   0.0513 ( 13.4%)  Type checking and Semantic analysis
   0.0372 ( 14.8%)   0.0062 ( 11.3%)   0.0434 ( 14.2%)   0.0434 ( 11.3%)  typecheck-stmt
   0.0324 ( 12.9%)   0.0055 ( 10.0%)   0.0379 ( 12.4%)   0.0379 (  9.9%)  typecheck-expr
   0.0102 (  4.1%)   0.0001 (  0.3%)   0.0103 (  3.4%)   0.0103 (  2.7%)  SIL optimization
   0.0090 (  3.6%)   0.0013 (  2.4%)   0.0103 (  3.4%)   0.0103 (  2.7%)  precheck-target
   0.0077 (  3.1%)   0.0022 (  3.9%)   0.0099 (  3.2%)   0.0100 (  2.6%)  typecheck-decl
   0.0080 (  3.2%)   0.0016 (  2.9%)   0.0096 (  3.1%)   0.0096 (  2.5%)  IRGen
   0.0081 (  3.2%)   0.0013 (  2.4%)   0.0094 (  3.1%)   0.0094 (  2.5%)  SILGen
   0.0059 (  2.4%)   0.0009 (  1.6%)   0.0068 (  2.2%)   0.0068 (  1.8%)  SILGen-function
   0.0014 (  0.6%)   0.0014 (  2.6%)   0.0028 (  0.9%)   0.0029 (  0.7%)  parse-and-resolve-imports
   0.0014 (  0.5%)   0.0013 (  2.4%)   0.0027 (  0.9%)   0.0027 (  0.7%)  Import resolution
   0.0004 (  0.2%)   0.0005 (  1.0%)   0.0010 (  0.3%)   0.0010 (  0.2%)  import-clang-decl
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  typecheck-for-each
   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%)  get-conformance-access-path
   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%)  populate-source-file-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
   0.2514 (100.0%)   0.0552 (100.0%)   0.3066 (100.0%)   0.3844 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4350 seconds (0.5194 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3646 (100.0%)   0.0704 (100.0%)   0.4350 (100.0%)   0.5194 (100.0%)  Building Target
   0.3646 (100.0%)   0.0704 (100.0%)   0.4350 (100.0%)   0.5194 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONDecoder (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriver\ Compilation\ Requirements JSONDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONDecoder' from project 'JSONDecoder')
    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 JSONDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList -DSWIFT_PACKAGE -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 -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 -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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.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/JSONDecoder.build/Debug/JSONDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_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/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-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/JSONDecoder.framework/Versions/A/Headers/JSONDecoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-Swift.h (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Headers/JSONDecoder-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Modules/JSONDecoder.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftdoc (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Modules/JSONDecoder.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Modules/JSONDecoder.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.abi.json (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Modules/JSONDecoder.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Modules/JSONDecoder.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Modules/JSONDecoder.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Modules/JSONDecoder.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftsourceinfo (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Modules/JSONDecoder.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling JSONParser.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriver\ Compilation JSONDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONDecoder' from project 'JSONDecoder')
    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 JSONDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList -DSWIFT_PACKAGE -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 -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 -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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.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/JSONDecoder.build/Debug/JSONDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_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/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-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/JSONDecoder.framework/Versions/A/JSONDecoder normal (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.LinkFileList -install_name @rpath/JSONDecoder.framework/Versions/A/JSONDecoder -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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_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/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/JSONDecoder
ExtractAppIntentsMetadata (in target 'JSONDecoder' from project 'JSONDecoder')
    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 JSONDecoder --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 JSONDecoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A/JSONDecoder --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/JSONDecoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/JSONDecoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 03:03:16.897 appintentsmetadataprocessor[701:3836] Starting appintentsmetadataprocessor export
2025-04-24 03:03:16.899 appintentsmetadataprocessor[701:3836] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONDecoder.framework/Versions/A/JSONDecoder.tbd (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.framework/Versions/A/JSONDecoder -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONDecoder.framework/Versions/A/JSONDecoder.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework/Versions/A (in target 'JSONDecoder' from project 'JSONDecoder')
    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/JSONDecoder.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/JSONDecoder.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONDecoder.framework/JSONDecoder.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONDecoder.framework/Versions/A/JSONDecoder.tbd (in target 'JSONDecoder' from project 'JSONDecoder')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONDecoder.framework/Versions/A/JSONDecoder.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/JSONDecoder.framework/JSONDecoder.tbd
/Users/admin/builder/spi-builder-workspace/JSONDecoder.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 'JSONDecoder' from project 'JSONDecoder')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONDecoder",
  "name" : "JSONDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONDecoder",
      "targets" : [
        "JSONDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoderTests",
      "path" : "Tests/JSONDecoderTests",
      "sources" : [
        "JSONDecoderTests.swift"
      ],
      "target_dependencies" : [
        "JSONDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONDecoder",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoder",
      "path" : "Sources/JSONDecoder",
      "product_memberships" : [
        "JSONDecoder"
      ],
      "sources" : [
        "JSONParser.swift",
        "JSONScanner.swift",
        "JSONToken.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.