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 0.1.5 (d829be), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 10:03:24 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 generic/platform=tvOS 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: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/asoderman/JSONDecoder
 * tag               0.1.5      -> FETCH_HEAD
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 0.1.5
========================================
Build
========================================
Selected platform:         tvOS
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 generic/platform=tvOS 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 generic/platform=tvOS "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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: b73651043bc1faf23a8966f98057200e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b73651043bc1faf23a8966f98057200e.xcbuilddata
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
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
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/JSONDecoder.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/JSONDecoder.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/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-appletvos/JSONDecoder.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/JSONDecoder.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/JSONDecoder.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/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 -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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\ 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-1745489002976261-swift-frontend-JSONDecoder-JSONParser.swift-arm64_apple_tvos18.4-o-Onone-37844280.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3080 seconds (0.3923 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0015 (  0.6%)   0.0060 ( 10.6%)   0.0075 (  2.4%)   0.0887 ( 22.6%)  load-stdlib
   0.0417 ( 16.6%)   0.0123 ( 21.9%)   0.0541 ( 17.6%)   0.0540 ( 13.8%)  build-rewrite-system
   0.0435 ( 17.3%)   0.0082 ( 14.6%)   0.0516 ( 16.8%)   0.0525 ( 13.4%)  perform-sema
   0.0434 ( 17.2%)   0.0081 ( 14.5%)   0.0515 ( 16.7%)   0.0524 ( 13.4%)  Type checking and Semantic analysis
   0.0371 ( 14.7%)   0.0058 ( 10.4%)   0.0430 ( 13.9%)   0.0430 ( 11.0%)  typecheck-stmt
   0.0316 ( 12.6%)   0.0049 (  8.8%)   0.0366 ( 11.9%)   0.0366 (  9.3%)  typecheck-expr
   0.0091 (  3.6%)   0.0017 (  3.0%)   0.0107 (  3.5%)   0.0107 (  2.7%)  IRGen
   0.0073 (  2.9%)   0.0024 (  4.4%)   0.0097 (  3.2%)   0.0106 (  2.7%)  typecheck-decl
   0.0102 (  4.0%)   0.0001 (  0.3%)   0.0103 (  3.3%)   0.0103 (  2.6%)  SIL optimization
   0.0086 (  3.4%)   0.0014 (  2.4%)   0.0099 (  3.2%)   0.0099 (  2.5%)  precheck-target
   0.0085 (  3.4%)   0.0012 (  2.1%)   0.0096 (  3.1%)   0.0096 (  2.5%)  SILGen
   0.0062 (  2.4%)   0.0008 (  1.4%)   0.0069 (  2.2%)   0.0069 (  1.8%)  SILGen-function
   0.0013 (  0.5%)   0.0014 (  2.6%)   0.0027 (  0.9%)   0.0030 (  0.8%)  parse-and-resolve-imports
   0.0012 (  0.5%)   0.0014 (  2.5%)   0.0026 (  0.9%)   0.0029 (  0.7%)  Import resolution
   0.0004 (  0.1%)   0.0004 (  0.8%)   0.0008 (  0.3%)   0.0008 (  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%)  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.2519 (100.0%)   0.0562 (100.0%)   0.3080 (100.0%)   0.3923 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4385 seconds (0.5282 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3672 (100.0%)   0.0713 (100.0%)   0.4385 (100.0%)   0.5282 (100.0%)  Building Target
   0.3672 (100.0%)   0.0713 (100.0%)   0.4385 (100.0%)   0.5282 (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-1745489002976568-swift-frontend-JSONDecoder-all-arm64_apple_tvos18.4-swiftmodule-Onone-2872473181.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0496 seconds (0.1600 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0014 (  4.8%)   0.0069 ( 32.4%)   0.0082 ( 16.6%)   0.1175 ( 73.4%)  load-stdlib
   0.0033 ( 11.7%)   0.0039 ( 18.2%)   0.0072 ( 14.5%)   0.0077 (  4.8%)  SIL optimization
   0.0057 ( 19.9%)   0.0019 (  9.0%)   0.0076 ( 15.3%)   0.0076 (  4.8%)  perform-sema
   0.0056 ( 19.8%)   0.0019 (  8.8%)   0.0075 ( 15.1%)   0.0075 (  4.7%)  Type checking and Semantic analysis
   0.0053 ( 18.6%)   0.0017 (  8.1%)   0.0070 ( 14.1%)   0.0070 (  4.4%)  typecheck-decl
   0.0028 (  9.9%)   0.0007 (  3.2%)   0.0035 (  7.0%)   0.0035 (  2.2%)  SILGen
   0.0008 (  2.8%)   0.0020 (  9.6%)   0.0028 (  5.7%)   0.0033 (  2.1%)  Serialization, swiftmodule
   0.0009 (  3.3%)   0.0009 (  4.1%)   0.0018 (  3.6%)   0.0018 (  1.1%)  parse-and-resolve-imports
   0.0009 (  3.2%)   0.0008 (  3.8%)   0.0017 (  3.5%)   0.0017 (  1.1%)  Import resolution
   0.0007 (  2.3%)   0.0002 (  0.8%)   0.0008 (  1.7%)   0.0008 (  0.5%)  SILGen-function
   0.0004 (  1.3%)   0.0001 (  0.6%)   0.0005 (  1.0%)   0.0005 (  0.3%)  build-rewrite-system
   0.0004 (  1.3%)   0.0001 (  0.3%)   0.0004 (  0.9%)   0.0004 (  0.3%)  Serialization, swiftsourceinfo
   0.0001 (  0.4%)   0.0002 (  0.8%)   0.0003 (  0.6%)   0.0003 (  0.2%)  typecheck-expr
   0.0001 (  0.3%)   0.0000 (  0.1%)   0.0001 (  0.2%)   0.0001 (  0.1%)  Serialization, swiftdoc
   0.0000 (  0.1%)   0.0000 (  0.0%)   0.0000 (  0.1%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.1%)   0.0000 (  0.0%)   0.0000 (  0.1%)   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%)  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.0284 (100.0%)   0.0212 (100.0%)   0.0496 (100.0%)   0.1600 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0349 seconds (0.1450 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0175 (100.0%)   0.0174 (100.0%)   0.0349 (100.0%)   0.1450 (100.0%)  Building Target
   0.0175 (100.0%)   0.0174 (100.0%)   0.0349 (100.0%)   0.1450 (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\ JSONScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745489002976260-swift-frontend-JSONDecoder-JSONScanner.swift-arm64_apple_tvos18.4-o-Onone-2775892380.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1745 seconds (0.2596 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0013 (  1.1%)   0.0057 ( 11.7%)   0.0071 (  4.1%)   0.0900 ( 34.7%)  load-stdlib
   0.0452 ( 36.1%)   0.0130 ( 26.4%)   0.0582 ( 33.4%)   0.0582 ( 22.4%)  build-rewrite-system
   0.0148 ( 11.8%)   0.0059 ( 12.1%)   0.0207 ( 11.9%)   0.0213 (  8.2%)  perform-sema
   0.0147 ( 11.8%)   0.0059 ( 12.0%)   0.0206 ( 11.8%)   0.0212 (  8.2%)  Type checking and Semantic analysis
   0.0140 ( 11.2%)   0.0049 ( 10.0%)   0.0189 ( 10.8%)   0.0191 (  7.4%)  typecheck-stmt
   0.0131 ( 10.5%)   0.0046 (  9.3%)   0.0177 ( 10.1%)   0.0179 (  6.9%)  typecheck-expr
   0.0065 (  5.2%)   0.0015 (  3.1%)   0.0080 (  4.6%)   0.0080 (  3.1%)  precheck-target
   0.0031 (  2.5%)   0.0034 (  6.9%)   0.0065 (  3.7%)   0.0071 (  2.7%)  typecheck-decl
   0.0040 (  3.2%)   0.0001 (  0.2%)   0.0041 (  2.3%)   0.0041 (  1.6%)  SIL optimization
   0.0011 (  0.9%)   0.0013 (  2.6%)   0.0024 (  1.4%)   0.0024 (  0.9%)  parse-and-resolve-imports
   0.0011 (  0.9%)   0.0012 (  2.5%)   0.0023 (  1.3%)   0.0023 (  0.9%)  Import resolution
   0.0018 (  1.5%)   0.0003 (  0.6%)   0.0021 (  1.2%)   0.0021 (  0.8%)  SILGen
   0.0013 (  1.0%)   0.0005 (  1.0%)   0.0018 (  1.0%)   0.0018 (  0.7%)  IRGen
   0.0013 (  1.0%)   0.0002 (  0.4%)   0.0015 (  0.9%)   0.0015 (  0.6%)  SILGen-function
   0.0010 (  0.8%)   0.0001 (  0.2%)   0.0011 (  0.6%)   0.0011 (  0.4%)  typecheck-expr-pattern
   0.0003 (  0.2%)   0.0004 (  0.9%)   0.0008 (  0.4%)   0.0008 (  0.3%)  import-clang-decl
   0.0005 (  0.4%)   0.0002 (  0.3%)   0.0007 (  0.4%)   0.0007 (  0.3%)  typecheck-for-each
   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%)  populate-source-file-class-member-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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1253 (100.0%)   0.0492 (100.0%)   0.1745 (100.0%)   0.2596 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3685 seconds (0.4645 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2930 (100.0%)   0.0755 (100.0%)   0.3685 (100.0%)   0.4645 (100.0%)  Building Target
   0.2930 (100.0%)   0.0755 (100.0%)   0.3685 (100.0%)   0.4645 (100.0%)  Total
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

SwiftCompile normal arm64 Compiling\ JSONToken.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDecoder/JSONToken.swift (in target 'JSONDecoder' from project 'JSONDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745489002976572-swift-frontend-JSONDecoder-JSONToken.swift-arm64_apple_tvos18.4-o-Onone-2783330122.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1848 seconds (0.2216 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0121 ( 13.4%)   0.0353 ( 37.3%)   0.0474 ( 25.7%)   0.0685 ( 30.9%)  load-stdlib
   0.0452 ( 50.1%)   0.0129 ( 13.6%)   0.0581 ( 31.4%)   0.0581 ( 26.2%)  build-rewrite-system
   0.0059 (  6.5%)   0.0065 (  6.9%)   0.0124 (  6.7%)   0.0166 (  7.5%)  parse-and-resolve-imports
   0.0058 (  6.5%)   0.0065 (  6.9%)   0.0123 (  6.7%)   0.0165 (  7.5%)  Import resolution
   0.0042 (  4.7%)   0.0091 (  9.6%)   0.0133 (  7.2%)   0.0156 (  7.0%)  perform-sema
   0.0042 (  4.7%)   0.0090 (  9.5%)   0.0132 (  7.2%)   0.0155 (  7.0%)  Type checking and Semantic analysis
   0.0031 (  3.5%)   0.0086 (  9.1%)   0.0117 (  6.3%)   0.0140 (  6.3%)  typecheck-decl
   0.0017 (  1.8%)   0.0020 (  2.1%)   0.0036 (  2.0%)   0.0042 (  1.9%)  IRGen
   0.0019 (  2.1%)   0.0017 (  1.8%)   0.0036 (  1.9%)   0.0036 (  1.6%)  SILGen
   0.0030 (  3.3%)   0.0005 (  0.5%)   0.0034 (  1.9%)   0.0034 (  1.6%)  SIL optimization
   0.0010 (  1.2%)   0.0012 (  1.2%)   0.0022 (  1.2%)   0.0022 (  1.0%)  SILGen-function
   0.0012 (  1.3%)   0.0005 (  0.5%)   0.0016 (  0.9%)   0.0016 (  0.7%)  typecheck-stmt
   0.0005 (  0.6%)   0.0005 (  0.5%)   0.0010 (  0.6%)   0.0010 (  0.5%)  typecheck-expr
   0.0003 (  0.3%)   0.0003 (  0.4%)   0.0006 (  0.3%)   0.0006 (  0.3%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   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%)  get-conformance-access-path
   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%)  SIL verification, pre-optimization
   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.0902 (100.0%)   0.0946 (100.0%)   0.1848 (100.0%)   0.2216 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4217 seconds (0.4637 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3021 (100.0%)   0.1196 (100.0%)   0.4217 (100.0%)   0.4637 (100.0%)  Building Target
   0.3021 (100.0%)   0.1196 (100.0%)   0.4217 (100.0%)   0.4637 (100.0%)  Total
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

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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.framework/Headers/JSONDecoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Headers/JSONDecoder-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/Modules/JSONDecoder.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JSONScanner.swift (in target 'JSONDecoder' from project 'JSONDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling JSONToken.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/JSONDecoder.framework/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-tvos18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.LinkFileList -install_name @rpath/JSONDecoder.framework/JSONDecoder -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 18.4 --bundle-identifier JSONDecoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework --target-triple arm64-apple-tvos18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/JSONDecoder --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/Objects-normal/arm64/JSONDecoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/JSONDecoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/JSONDecoder.build/JSONDecoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDecoder.build/Debug-appletvos/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:23.713 appintentsmetadataprocessor[695:3816] Starting appintentsmetadataprocessor export
2025-04-24 03:03:23.715 appintentsmetadataprocessor[695:3816] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/JSONDecoder.framework/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JSONDecoder.framework/JSONDecoder -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/JSONDecoder.framework/JSONDecoder.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/JSONDecoder.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/JSONDecoder.framework
** 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.