The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Eval, reference master (df80bd), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 19:29:32 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 Eval-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/tevelee/Eval.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tevelee/Eval
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at df80bd8 CI update
Cloned https://github.com/tevelee/Eval.git
Revision (git rev-parse @):
df80bd880d561f1f12bdbac087f835bb13916d5e
SUCCESS checkout https://github.com/tevelee/Eval.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tevelee/Eval.git
https://github.com/tevelee/Eval.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Eval",
  "name" : "Eval",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Eval",
      "targets" : [
        "Eval"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EvalTests",
      "module_type" : "SwiftTarget",
      "name" : "EvalTests",
      "path" : "Tests/EvalTests",
      "sources" : [
        "IntegrationTests/InterpreterTests.swift",
        "IntegrationTests/PerformanceTest.swift",
        "IntegrationTests/Suffix.swift",
        "IntegrationTests/TemplateTests.swift",
        "UnitTests/DataTypeTests.swift",
        "UnitTests/FunctionTests.swift",
        "UnitTests/InterpreterContextTests.swift",
        "UnitTests/KeywordTests.swift",
        "UnitTests/LiteralTests.swift",
        "UnitTests/MatchResultTests.swift",
        "UnitTests/MatchStatementTests.swift",
        "UnitTests/MatcherTests.swift",
        "UnitTests/PatternTests.swift",
        "UnitTests/TemplateInterpreterTests.swift",
        "UnitTests/TypedInterpreterTests.swift",
        "UnitTests/UtilTests.swift",
        "UnitTests/VariableProcessor.swift",
        "UnitTests/VariableTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "Eval"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Eval",
      "module_type" : "SwiftTarget",
      "name" : "Eval",
      "path" : "Sources/Eval",
      "product_memberships" : [
        "Eval"
      ],
      "sources" : [
        "Common.swift",
        "Elements.swift",
        "TemplateInterpreter.swift",
        "TypedInterpreter.swift",
        "Utilities/MatchResult.swift",
        "Utilities/Matcher.swift",
        "Utilities/Pattern.swift",
        "Utilities/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/xcodeswift/xcproj.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/tadija/AEXML.git
Fetching from https://github.com/kylef/Spectre.git
Creating working copy of package ‘PathKit’
Checking out 0.9.2 of package ‘PathKit’
Creating working copy of package ‘Spectre’
Checking out 0.9.2 of package ‘Spectre’
Creating working copy of package ‘ShellOut’
Checking out 2.3.0 of package ‘ShellOut’
Creating working copy of package ‘xcproj’
Checking out 4.3.1 of package ‘xcproj’
Creating working copy of package ‘AEXML’
Checking out 4.7.0 of package ‘AEXML’
Resolved source packages:
  Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
  xcproj: https://github.com/xcodeswift/xcproj.git @ 4.3.1
  PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
  Automation: /Users/admin/builder/spi-builder-workspace/Scripts
resolved source packages: Spectre, xcproj, PathKit, ShellOut, AEXML, Automation
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Eval",
  "name" : "Eval",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Eval",
      "targets" : [
        "Eval"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EvalTests",
      "module_type" : "SwiftTarget",
      "name" : "EvalTests",
      "path" : "Tests/EvalTests",
      "sources" : [
        "IntegrationTests/InterpreterTests.swift",
        "IntegrationTests/PerformanceTest.swift",
        "IntegrationTests/Suffix.swift",
        "IntegrationTests/TemplateTests.swift",
        "UnitTests/DataTypeTests.swift",
        "UnitTests/FunctionTests.swift",
        "UnitTests/InterpreterContextTests.swift",
        "UnitTests/KeywordTests.swift",
        "UnitTests/LiteralTests.swift",
        "UnitTests/MatchResultTests.swift",
        "UnitTests/MatchStatementTests.swift",
        "UnitTests/MatcherTests.swift",
        "UnitTests/PatternTests.swift",
        "UnitTests/TemplateInterpreterTests.swift",
        "UnitTests/TypedInterpreterTests.swift",
        "UnitTests/UtilTests.swift",
        "UnitTests/VariableProcessor.swift",
        "UnitTests/VariableTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "Eval"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Eval",
      "module_type" : "SwiftTarget",
      "name" : "Eval",
      "path" : "Sources/Eval",
      "product_memberships" : [
        "Eval"
      ],
      "sources" : [
        "Common.swift",
        "Elements.swift",
        "TemplateInterpreter.swift",
        "TypedInterpreter.swift",
        "Utilities/MatchResult.swift",
        "Utilities/Matcher.swift",
        "Utilities/Pattern.swift",
        "Utilities/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Eval",
    "schemes" : [
      "Automation",
      "Eval-Package",
      "EvalPackageDescription",
      "EvalPackageTests"
    ],
    "targets" : [
      "Eval",
      "EvalPackageDescription",
      "EvalPackageTests",
      "EvalTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Eval-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 Eval-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
Resolve Package Graph
Resolved source packages:
  xcproj: https://github.com/xcodeswift/xcproj.git @ 4.3.1
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
  Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
  Automation: /Users/admin/builder/spi-builder-workspace/Scripts
  AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Eval' in project 'Eval' (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: 468f18fe7f8d9e88d69e0b9624a92741
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/468f18fe7f8d9e88d69e0b9624a92741.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Eval.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/Eval.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/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/Eval.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/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/Eval.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/Eval.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Eval.DependencyStaticMetadataFileList (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Eval.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Eval.DependencyMetadataFileList (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Eval.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Headers (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.LinkFileList (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-OutputFileMap.json (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftConstValuesFileList (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftFileList (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Eval.xcodeproj/Eval_Info.plist (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Eval.xcodeproj/Eval_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/Eval.framework/Info.plist
SwiftDriver Eval normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Eval' from project 'Eval')
    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 Eval -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.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/Eval.build/Debug-appletvos/Eval.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval_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/Eval.build/Debug-appletvos/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Common.swift (in target 'Eval' from project 'Eval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Common.swift (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968072523-swift-frontend-Eval-Common.swift-arm64_apple_tvos18.4-o-Onone-3795650928.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5205 seconds (3.4117 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 (  5.9%)   0.0626 ( 30.1%)   0.0811 ( 15.6%)   1.5040 ( 44.1%)  parse-and-resolve-imports
   0.0180 (  5.7%)   0.0618 ( 29.7%)   0.0798 ( 15.3%)   1.5027 ( 44.0%)  Import resolution
   0.0776 ( 24.8%)   0.0239 ( 11.5%)   0.1015 ( 19.5%)   0.1014 (  3.0%)  build-rewrite-system
   0.0017 (  0.5%)   0.0132 (  6.3%)   0.0148 (  2.8%)   0.0600 (  1.8%)  load-stdlib
   0.0477 ( 15.2%)   0.0093 (  4.5%)   0.0570 ( 10.9%)   0.0570 (  1.7%)  perform-sema
   0.0476 ( 15.2%)   0.0093 (  4.5%)   0.0569 ( 10.9%)   0.0569 (  1.7%)  Type checking and Semantic analysis
   0.0399 ( 12.7%)   0.0075 (  3.6%)   0.0474 (  9.1%)   0.0474 (  1.4%)  typecheck-stmt
   0.0113 (  3.6%)   0.0086 (  4.1%)   0.0199 (  3.8%)   0.0201 (  0.6%)  import-clang-decl
   0.0121 (  3.9%)   0.0031 (  1.5%)   0.0152 (  2.9%)   0.0152 (  0.4%)  precheck-target
   0.0085 (  2.7%)   0.0041 (  2.0%)   0.0126 (  2.4%)   0.0126 (  0.4%)  IRGen
   0.0070 (  2.2%)   0.0020 (  1.0%)   0.0090 (  1.7%)   0.0090 (  0.3%)  typecheck-decl
   0.0067 (  2.1%)   0.0008 (  0.4%)   0.0075 (  1.4%)   0.0075 (  0.2%)  SILGen
   0.0059 (  1.9%)   0.0001 (  0.0%)   0.0059 (  1.1%)   0.0059 (  0.2%)  SIL optimization
   0.0047 (  1.5%)   0.0010 (  0.5%)   0.0058 (  1.1%)   0.0058 (  0.2%)  typecheck-expr
   0.0047 (  1.5%)   0.0004 (  0.2%)   0.0051 (  1.0%)   0.0051 (  0.1%)  SILGen-function
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3127 (100.0%)   0.2078 (100.0%)   0.5205 (100.0%)   3.4117 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4714 seconds (2.9936 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8637 (100.0%)   0.6077 (100.0%)   1.4714 (100.0%)   2.9936 (100.0%)  Building Target
   0.8637 (100.0%)   0.6077 (100.0%)   1.4714 (100.0%)   2.9936 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ TypedInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/TypedInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/TypedInterpreter.swift (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968071972-swift-frontend-Eval-TypedInterpreter.swift-arm64_apple_tvos18.4-o-Onone-4137772415.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5885 seconds (3.1917 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0184 (  5.1%)   0.0629 ( 28.0%)   0.0813 ( 13.8%)   1.3560 ( 42.5%)  parse-and-resolve-imports
   0.0180 (  5.0%)   0.0623 ( 27.7%)   0.0803 ( 13.6%)   1.3550 ( 42.5%)  Import resolution
   0.0779 ( 21.4%)   0.0274 ( 12.2%)   0.1053 ( 17.9%)   0.1051 (  3.3%)  build-rewrite-system
   0.0559 ( 15.4%)   0.0130 (  5.8%)   0.0689 ( 11.7%)   0.0689 (  2.2%)  perform-sema
   0.0558 ( 15.3%)   0.0130 (  5.8%)   0.0688 ( 11.7%)   0.0688 (  2.2%)  Type checking and Semantic analysis
   0.0015 (  0.4%)   0.0100 (  4.4%)   0.0115 (  2.0%)   0.0651 (  2.0%)  load-stdlib
   0.0357 (  9.8%)   0.0080 (  3.6%)   0.0437 (  7.4%)   0.0437 (  1.4%)  typecheck-stmt
   0.0296 (  8.1%)   0.0079 (  3.5%)   0.0375 (  6.4%)   0.0375 (  1.2%)  typecheck-decl
   0.0181 (  5.0%)   0.0043 (  1.9%)   0.0224 (  3.8%)   0.0224 (  0.7%)  typecheck-expr
   0.0104 (  2.9%)   0.0084 (  3.7%)   0.0188 (  3.2%)   0.0188 (  0.6%)  import-clang-decl
   0.0105 (  2.9%)   0.0020 (  0.9%)   0.0125 (  2.1%)   0.0125 (  0.4%)  SILGen
   0.0090 (  2.5%)   0.0033 (  1.5%)   0.0123 (  2.1%)   0.0123 (  0.4%)  IRGen
   0.0073 (  2.0%)   0.0001 (  0.0%)   0.0073 (  1.2%)   0.0073 (  0.2%)  SIL optimization
   0.0063 (  1.7%)   0.0010 (  0.5%)   0.0073 (  1.2%)   0.0073 (  0.2%)  SILGen-function
   0.0054 (  1.5%)   0.0010 (  0.4%)   0.0063 (  1.1%)   0.0063 (  0.2%)  precheck-target
   0.0031 (  0.8%)   0.0002 (  0.1%)   0.0033 (  0.6%)   0.0033 (  0.1%)  typecheck-for-each
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  associated-type-inference
   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%)  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%)  AST verification
   0.3638 (100.0%)   0.2247 (100.0%)   0.5885 (100.0%)   3.1917 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5989 seconds (2.9979 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9350 (100.0%)   0.6638 (100.0%)   1.5989 (100.0%)   2.9979 (100.0%)  Building Target
   0.9350 (100.0%)   0.6638 (100.0%)   1.5989 (100.0%)   2.9979 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ MatchResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/MatchResult.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968076659-swift-frontend-Eval-MatchResult.swift-arm64_apple_tvos18.4-o-Onone-826229459.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4184 seconds (3.1470 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0191 (  8.8%)   0.0628 ( 31.3%)   0.0818 ( 19.6%)   1.4215 ( 45.2%)  parse-and-resolve-imports
   0.0187 (  8.6%)   0.0622 ( 31.0%)   0.0810 ( 19.4%)   1.4206 ( 45.1%)  Import resolution
   0.0780 ( 35.8%)   0.0280 ( 14.0%)   0.1060 ( 25.3%)   0.1060 (  3.4%)  build-rewrite-system
   0.0016 (  0.7%)   0.0123 (  6.1%)   0.0139 (  3.3%)   0.0630 (  2.0%)  load-stdlib
   0.0238 ( 10.9%)   0.0065 (  3.2%)   0.0303 (  7.2%)   0.0303 (  1.0%)  perform-sema
   0.0237 ( 10.9%)   0.0065 (  3.2%)   0.0302 (  7.2%)   0.0303 (  1.0%)  Type checking and Semantic analysis
   0.0207 (  9.5%)   0.0050 (  2.5%)   0.0256 (  6.1%)   0.0256 (  0.8%)  typecheck-stmt
   0.0107 (  4.9%)   0.0092 (  4.6%)   0.0199 (  4.8%)   0.0199 (  0.6%)  import-clang-decl
   0.0090 (  4.1%)   0.0030 (  1.5%)   0.0119 (  2.9%)   0.0120 (  0.4%)  precheck-target
   0.0030 (  1.4%)   0.0027 (  1.4%)   0.0058 (  1.4%)   0.0058 (  0.2%)  IRGen
   0.0028 (  1.3%)   0.0014 (  0.7%)   0.0043 (  1.0%)   0.0043 (  0.1%)  typecheck-decl
   0.0023 (  1.1%)   0.0001 (  0.0%)   0.0024 (  0.6%)   0.0024 (  0.1%)  SIL optimization
   0.0020 (  0.9%)   0.0004 (  0.2%)   0.0023 (  0.6%)   0.0023 (  0.1%)  SILGen
   0.0011 (  0.5%)   0.0001 (  0.1%)   0.0012 (  0.3%)   0.0012 (  0.0%)  SILGen-function
   0.0006 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0005 (  0.2%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  SIL verification, post-optimization
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2178 (100.0%)   0.2006 (100.0%)   0.4184 (100.0%)   3.1470 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5219 seconds (2.9858 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8289 (100.0%)   0.6930 (100.0%)   1.5219 (100.0%)   2.9858 (100.0%)  Building Target
   0.8289 (100.0%)   0.6930 (100.0%)   1.5219 (100.0%)   2.9858 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/MatchResult.swift (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Utils.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968080148-swift-frontend-Eval-Utils.swift-arm64_apple_tvos18.4-o-Onone-1885126465.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3969 seconds (3.0469 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 (  9.6%)   0.0657 ( 32.3%)   0.0843 ( 21.2%)   1.3906 ( 45.6%)  parse-and-resolve-imports
   0.0183 (  9.5%)   0.0652 ( 32.0%)   0.0835 ( 21.0%)   1.3898 ( 45.6%)  Import resolution
   0.0812 ( 42.1%)   0.0271 ( 13.3%)   0.1083 ( 27.3%)   0.1082 (  3.6%)  build-rewrite-system
   0.0014 (  0.7%)   0.0095 (  4.6%)   0.0109 (  2.7%)   0.0481 (  1.6%)  load-stdlib
   0.0113 (  5.8%)   0.0098 (  4.8%)   0.0211 (  5.3%)   0.0211 (  0.7%)  import-clang-decl
   0.0143 (  7.4%)   0.0056 (  2.8%)   0.0199 (  5.0%)   0.0200 (  0.7%)  perform-sema
   0.0143 (  7.4%)   0.0056 (  2.8%)   0.0199 (  5.0%)   0.0199 (  0.7%)  Type checking and Semantic analysis
   0.0130 (  6.7%)   0.0050 (  2.5%)   0.0180 (  4.5%)   0.0181 (  0.6%)  typecheck-stmt
   0.0075 (  3.9%)   0.0027 (  1.3%)   0.0101 (  2.5%)   0.0101 (  0.3%)  precheck-target
   0.0026 (  1.3%)   0.0043 (  2.1%)   0.0069 (  1.7%)   0.0069 (  0.2%)  IRGen
   0.0037 (  1.9%)   0.0014 (  0.7%)   0.0052 (  1.3%)   0.0052 (  0.2%)  SILGen
   0.0024 (  1.2%)   0.0008 (  0.4%)   0.0032 (  0.8%)   0.0032 (  0.1%)  SILGen-function
   0.0019 (  1.0%)   0.0001 (  0.0%)   0.0020 (  0.5%)   0.0020 (  0.1%)  SIL optimization
   0.0011 (  0.6%)   0.0005 (  0.2%)   0.0016 (  0.4%)   0.0016 (  0.1%)  typecheck-decl
   0.0007 (  0.4%)   0.0003 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0008 (  0.4%)   0.0001 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  AST verification
   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%)  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.1931 (100.0%)   0.2038 (100.0%)   0.3969 (100.0%)   3.0469 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5539 seconds (2.9822 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8476 (100.0%)   0.7063 (100.0%)   1.5539 (100.0%)   2.9822 (100.0%)  Building Target
   0.8476 (100.0%)   0.7063 (100.0%)   1.5539 (100.0%)   2.9822 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Utils.swift (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Elements.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968080124-swift-frontend-Eval-Elements.swift-arm64_apple_tvos18.4-o-Onone-508068903.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5080 seconds (2.9788 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0189 (  6.9%)   0.0679 ( 28.9%)   0.0868 ( 17.1%)   1.2956 ( 43.5%)  parse-and-resolve-imports
   0.0186 (  6.8%)   0.0669 ( 28.4%)   0.0855 ( 16.8%)   1.2934 ( 43.4%)  Import resolution
   0.0779 ( 28.6%)   0.0252 ( 10.7%)   0.1031 ( 20.3%)   0.1031 (  3.5%)  build-rewrite-system
   0.0344 ( 12.6%)   0.0150 (  6.4%)   0.0494 (  9.7%)   0.0550 (  1.8%)  perform-sema
   0.0343 ( 12.6%)   0.0150 (  6.4%)   0.0493 (  9.7%)   0.0549 (  1.8%)  Type checking and Semantic analysis
   0.0016 (  0.6%)   0.0102 (  4.4%)   0.0118 (  2.3%)   0.0489 (  1.6%)  load-stdlib
   0.0206 (  7.6%)   0.0129 (  5.5%)   0.0336 (  6.6%)   0.0391 (  1.3%)  typecheck-decl
   0.0106 (  3.9%)   0.0093 (  3.9%)   0.0199 (  3.9%)   0.0199 (  0.7%)  import-clang-decl
   0.0138 (  5.0%)   0.0022 (  0.9%)   0.0159 (  3.1%)   0.0159 (  0.5%)  typecheck-stmt
   0.0089 (  3.3%)   0.0050 (  2.1%)   0.0138 (  2.7%)   0.0139 (  0.5%)  IRGen
   0.0086 (  3.1%)   0.0024 (  1.0%)   0.0109 (  2.2%)   0.0109 (  0.4%)  typecheck-expr
   0.0102 (  3.7%)   0.0003 (  0.1%)   0.0105 (  2.1%)   0.0105 (  0.4%)  SIL optimization
   0.0071 (  2.6%)   0.0017 (  0.7%)   0.0088 (  1.7%)   0.0089 (  0.3%)  SILGen
   0.0036 (  1.3%)   0.0009 (  0.4%)   0.0045 (  0.9%)   0.0046 (  0.2%)  SILGen-function
   0.0030 (  1.1%)   0.0002 (  0.1%)   0.0031 (  0.6%)   0.0031 (  0.1%)  precheck-target
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2727 (100.0%)   0.2354 (100.0%)   0.5080 (100.0%)   2.9788 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6517 seconds (2.9839 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9244 (100.0%)   0.7273 (100.0%)   1.6517 (100.0%)   2.9839 (100.0%)  Building Target
   0.9244 (100.0%)   0.7273 (100.0%)   1.6517 (100.0%)   2.9839 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: warning: static property 'notInterpreted' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: note: add '@MainActor' to make static property 'notInterpreted' part of global actor 'MainActor'
    public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: warning: static property 'notTrimmed' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: note: add '@MainActor' to make static property 'notTrimmed' part of global actor 'MainActor'
    public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: warning: static property 'exhaustiveMatch' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: note: add '@MainActor' to make static property 'exhaustiveMatch' part of global actor 'MainActor'
    public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: warning: static property 'acceptsNilValue' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: note: add '@MainActor' to make static property 'acceptsNilValue' part of global actor 'MainActor'
    public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:157:37: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public typealias VariableMapper<T, I: Interpreter> = (_ body: VariableBody<I>) -> T?
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:153:30: note: 'T' previously declared here
public class GenericVariable<T, I: Interpreter>: VariableProtocol, PatternElement, Equatable {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:157:40: warning: generic parameter 'I' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public typealias VariableMapper<T, I: Interpreter> = (_ body: VariableBody<I>) -> T?
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:153:33: note: 'I' previously declared here
public class GenericVariable<T, I: Interpreter>: VariableProtocol, PatternElement, Equatable {
                                ^
SwiftCompile normal arm64 Compiling\ Matcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Matcher.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968079880-swift-frontend-Eval-Matcher.swift-arm64_apple_tvos18.4-o-Onone-128476306.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7204 seconds (3.2008 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 (  5.2%)   0.0709 ( 28.4%)   0.0956 ( 13.3%)   1.3288 ( 41.5%)  parse-and-resolve-imports
   0.0244 (  5.2%)   0.0705 ( 28.2%)   0.0948 ( 13.2%)   1.3280 ( 41.5%)  Import resolution
   0.0797 ( 16.9%)   0.0281 ( 11.2%)   0.1078 ( 15.0%)   0.1077 (  3.4%)  build-rewrite-system
   0.0690 ( 14.7%)   0.0115 (  4.6%)   0.0805 ( 11.2%)   0.0808 (  2.5%)  perform-sema
   0.0689 ( 14.6%)   0.0114 (  4.6%)   0.0804 ( 11.2%)   0.0808 (  2.5%)  Type checking and Semantic analysis
   0.0625 ( 13.3%)   0.0100 (  4.0%)   0.0726 ( 10.1%)   0.0729 (  2.3%)  typecheck-stmt
   0.0511 ( 10.8%)   0.0085 (  3.4%)   0.0595 (  8.3%)   0.0599 (  1.9%)  typecheck-expr
   0.0105 (  2.2%)   0.0155 (  6.2%)   0.0260 (  3.6%)   0.0381 (  1.2%)  load-stdlib
   0.0181 (  3.8%)   0.0029 (  1.2%)   0.0210 (  2.9%)   0.0210 (  0.7%)  precheck-target
   0.0110 (  2.3%)   0.0083 (  3.3%)   0.0192 (  2.7%)   0.0192 (  0.6%)  import-clang-decl
   0.0127 (  2.7%)   0.0040 (  1.6%)   0.0166 (  2.3%)   0.0170 (  0.5%)  typecheck-decl
   0.0122 (  2.6%)   0.0022 (  0.9%)   0.0144 (  2.0%)   0.0144 (  0.5%)  SILGen
   0.0091 (  1.9%)   0.0039 (  1.6%)   0.0130 (  1.8%)   0.0130 (  0.4%)  IRGen
   0.0091 (  1.9%)   0.0015 (  0.6%)   0.0106 (  1.5%)   0.0106 (  0.3%)  SILGen-function
   0.0071 (  1.5%)   0.0003 (  0.1%)   0.0074 (  1.0%)   0.0075 (  0.2%)  SIL optimization
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  associated-type-inference
   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%)  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%)  AST verification
   0.4709 (100.0%)   0.2495 (100.0%)   0.7204 (100.0%)   3.2008 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6756 seconds (2.9891 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9706 (100.0%)   0.7051 (100.0%)   1.6756 (100.0%)   2.9891 (100.0%)  Building Target
   0.9706 (100.0%)   0.7051 (100.0%)   1.6756 (100.0%)   2.9891 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Matcher.swift (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Eval (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968080433-swift-frontend-Eval-all-arm64_apple_tvos18.4-swiftmodule-Onone-263497911.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3732 seconds (2.8642 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0186 ( 10.4%)   0.0651 ( 33.6%)   0.0837 ( 22.4%)   1.3062 ( 45.6%)  parse-and-resolve-imports
   0.0183 ( 10.2%)   0.0646 ( 33.4%)   0.0829 ( 22.2%)   1.3054 ( 45.6%)  Import resolution
   0.0316 ( 17.6%)   0.0108 (  5.6%)   0.0424 ( 11.4%)   0.0460 (  1.6%)  perform-sema
   0.0315 ( 17.5%)   0.0107 (  5.5%)   0.0422 ( 11.3%)   0.0459 (  1.6%)  Type checking and Semantic analysis
   0.0307 ( 17.1%)   0.0105 (  5.4%)   0.0411 ( 11.0%)   0.0448 (  1.6%)  typecheck-decl
   0.0014 (  0.8%)   0.0093 (  4.8%)   0.0107 (  2.9%)   0.0402 (  1.4%)  load-stdlib
   0.0142 (  7.9%)   0.0074 (  3.8%)   0.0217 (  5.8%)   0.0228 (  0.8%)  SIL optimization
   0.0104 (  5.8%)   0.0046 (  2.4%)   0.0150 (  4.0%)   0.0183 (  0.6%)  SILGen
   0.0028 (  1.6%)   0.0041 (  2.1%)   0.0069 (  1.8%)   0.0080 (  0.3%)  Serialization, swiftmodule
   0.0058 (  3.3%)   0.0015 (  0.8%)   0.0074 (  2.0%)   0.0074 (  0.3%)  typecheck-expr
   0.0057 (  3.2%)   0.0016 (  0.8%)   0.0073 (  2.0%)   0.0073 (  0.3%)  build-rewrite-system
   0.0044 (  2.4%)   0.0011 (  0.6%)   0.0055 (  1.5%)   0.0055 (  0.2%)  SILGen-function
   0.0018 (  1.0%)   0.0012 (  0.6%)   0.0030 (  0.8%)   0.0030 (  0.1%)  Serialization, swiftdoc
   0.0009 (  0.5%)   0.0010 (  0.5%)   0.0019 (  0.5%)   0.0019 (  0.1%)  import-clang-decl
   0.0005 (  0.3%)   0.0001 (  0.0%)   0.0006 (  0.2%)   0.0006 (  0.0%)  precheck-target
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  populate-module-class-member-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%)  AST verification
   0.1795 (100.0%)   0.1938 (100.0%)   0.3732 (100.0%)   2.8642 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1994 seconds (1.4618 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0959 (100.0%)   0.1035 (100.0%)   0.1994 (100.0%)   1.4618 (100.0%)  Building Target
   0.0959 (100.0%)   0.1035 (100.0%)   0.1994 (100.0%)   1.4618 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: warning: static property 'notInterpreted' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: note: add '@MainActor' to make static property 'notInterpreted' part of global actor 'MainActor'
    public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: warning: static property 'notTrimmed' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: note: add '@MainActor' to make static property 'notTrimmed' part of global actor 'MainActor'
    public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: warning: static property 'exhaustiveMatch' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: note: add '@MainActor' to make static property 'exhaustiveMatch' part of global actor 'MainActor'
    public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: warning: static property 'acceptsNilValue' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: note: add '@MainActor' to make static property 'acceptsNilValue' part of global actor 'MainActor'
    public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:157:37: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public typealias VariableMapper<T, I: Interpreter> = (_ body: VariableBody<I>) -> T?
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:153:30: note: 'T' previously declared here
public class GenericVariable<T, I: Interpreter>: VariableProtocol, PatternElement, Equatable {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:157:40: warning: generic parameter 'I' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public typealias VariableMapper<T, I: Interpreter> = (_ body: VariableBody<I>) -> T?
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:153:33: note: 'I' previously declared here
public class GenericVariable<T, I: Interpreter>: VariableProtocol, PatternElement, Equatable {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public typealias Reducer<T, K> = (_ existing: T, _ next: K) -> T
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift:26:32: note: 'T' previously declared here
open class TemplateInterpreter<T>: Interpreter {
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift:52:23: warning: static property 'backwardMatch' is not concurrency-safe because non-'Sendable' type 'PatternOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let backwardMatch: PatternOptions = PatternOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift:43:15: note: consider making struct 'PatternOptions' conform to the 'Sendable' protocol
public struct PatternOptions: OptionSet {
              ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift:52:23: note: add '@MainActor' to make static property 'backwardMatch' part of global actor 'MainActor'
    public static let backwardMatch: PatternOptions = PatternOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let backwardMatch: PatternOptions = PatternOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TemplateInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public typealias Reducer<T, K> = (_ existing: T, _ next: K) -> T
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift:26:32: note: 'T' previously declared here
open class TemplateInterpreter<T>: Interpreter {
                               ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968080535-swift-frontend-Eval-TemplateInterpreter.swift-arm64_apple_tvos18.4-o-Onone-1253107825.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6509 seconds (2.9286 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8877 ( 44.7%)   0.2911 ( 43.6%)   1.1788 ( 44.5%)   1.2856 ( 43.9%)  parse-and-resolve-imports
   0.8874 ( 44.7%)   0.2906 ( 43.6%)   1.1780 ( 44.4%)   1.2836 ( 43.8%)  Import resolution
   0.0793 (  4.0%)   0.0186 (  2.8%)   0.0978 (  3.7%)   0.0977 (  3.3%)  build-rewrite-system
   0.0015 (  0.1%)   0.0090 (  1.4%)   0.0105 (  0.4%)   0.0579 (  2.0%)  load-stdlib
   0.0276 (  1.4%)   0.0109 (  1.6%)   0.0385 (  1.5%)   0.0426 (  1.5%)  perform-sema
   0.0275 (  1.4%)   0.0109 (  1.6%)   0.0384 (  1.5%)   0.0425 (  1.5%)  Type checking and Semantic analysis
   0.0172 (  0.9%)   0.0092 (  1.4%)   0.0264 (  1.0%)   0.0304 (  1.0%)  typecheck-decl
   0.0108 (  0.5%)   0.0085 (  1.3%)   0.0193 (  0.7%)   0.0193 (  0.7%)  import-clang-decl
   0.0060 (  0.3%)   0.0076 (  1.1%)   0.0136 (  0.5%)   0.0184 (  0.6%)  SILGen
   0.0115 (  0.6%)   0.0023 (  0.3%)   0.0138 (  0.5%)   0.0140 (  0.5%)  typecheck-stmt
   0.0084 (  0.4%)   0.0025 (  0.4%)   0.0109 (  0.4%)   0.0112 (  0.4%)  typecheck-expr
   0.0060 (  0.3%)   0.0044 (  0.7%)   0.0104 (  0.4%)   0.0110 (  0.4%)  IRGen
   0.0047 (  0.2%)   0.0003 (  0.0%)   0.0050 (  0.2%)   0.0050 (  0.2%)  SIL optimization
   0.0043 (  0.2%)   0.0003 (  0.0%)   0.0046 (  0.2%)   0.0046 (  0.2%)  precheck-target
   0.0030 (  0.2%)   0.0005 (  0.1%)   0.0035 (  0.1%)   0.0035 (  0.1%)  SILGen-function
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   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%)  associated-type-inference
   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.9839 (100.0%)   0.6669 (100.0%)   2.6509 (100.0%)   2.9286 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7242 seconds (2.9850 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7684 (100.0%)   0.9558 (100.0%)   2.7242 (100.0%)   2.9850 (100.0%)  Building Target
   1.7684 (100.0%)   0.9558 (100.0%)   2.7242 (100.0%)   2.9850 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Pattern.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522968078553-swift-frontend-Eval-Pattern.swift-arm64_apple_tvos18.4-o-Onone-2485141637.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4868 seconds (3.0257 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0179 (  6.4%)   0.0613 ( 29.4%)   0.0792 ( 16.3%)   1.3272 ( 43.9%)  parse-and-resolve-imports
   0.0176 (  6.3%)   0.0607 ( 29.2%)   0.0783 ( 16.1%)   1.3264 ( 43.8%)  Import resolution
   0.0767 ( 27.5%)   0.0265 ( 12.7%)   0.1032 ( 21.2%)   0.1031 (  3.4%)  build-rewrite-system
   0.0015 (  0.5%)   0.0111 (  5.3%)   0.0126 (  2.6%)   0.0553 (  1.8%)  load-stdlib
   0.0325 ( 11.7%)   0.0085 (  4.1%)   0.0410 (  8.4%)   0.0410 (  1.4%)  perform-sema
   0.0324 ( 11.6%)   0.0085 (  4.1%)   0.0409 (  8.4%)   0.0409 (  1.4%)  Type checking and Semantic analysis
   0.0248 (  8.9%)   0.0072 (  3.5%)   0.0320 (  6.6%)   0.0320 (  1.1%)  typecheck-decl
   0.0109 (  3.9%)   0.0094 (  4.5%)   0.0203 (  4.2%)   0.0203 (  0.7%)  import-clang-decl
   0.0155 (  5.6%)   0.0037 (  1.8%)   0.0191 (  3.9%)   0.0191 (  0.6%)  typecheck-expr
   0.0142 (  5.1%)   0.0031 (  1.5%)   0.0173 (  3.6%)   0.0173 (  0.6%)  typecheck-stmt
   0.0099 (  3.5%)   0.0055 (  2.6%)   0.0153 (  3.2%)   0.0154 (  0.5%)  IRGen
   0.0092 (  3.3%)   0.0001 (  0.1%)   0.0093 (  1.9%)   0.0094 (  0.3%)  SIL optimization
   0.0078 (  2.8%)   0.0013 (  0.6%)   0.0091 (  1.9%)   0.0091 (  0.3%)  SILGen
   0.0046 (  1.6%)   0.0007 (  0.3%)   0.0053 (  1.1%)   0.0053 (  0.2%)  SILGen-function
   0.0022 (  0.8%)   0.0004 (  0.2%)   0.0026 (  0.5%)   0.0026 (  0.1%)  precheck-target
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  associated-type-inference
   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%)  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%)  AST verification
   0.2787 (100.0%)   0.2082 (100.0%)   0.4868 (100.0%)   3.0257 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6178 seconds (2.9865 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9167 (100.0%)   0.7011 (100.0%)   1.6178 (100.0%)   2.9865 (100.0%)  Building Target
   0.9167 (100.0%)   0.7011 (100.0%)   1.6178 (100.0%)   2.9865 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift:52:23: warning: static property 'backwardMatch' is not concurrency-safe because non-'Sendable' type 'PatternOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let backwardMatch: PatternOptions = PatternOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift:43:15: note: consider making struct 'PatternOptions' conform to the 'Sendable' protocol
public struct PatternOptions: OptionSet {
              ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift:52:23: note: add '@MainActor' to make static property 'backwardMatch' part of global actor 'MainActor'
    public static let backwardMatch: PatternOptions = PatternOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Pattern.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let backwardMatch: PatternOptions = PatternOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Eval (in target 'Eval' from project 'Eval')
SwiftDriver\ Compilation\ Requirements Eval normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Eval' from project 'Eval')
    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 Eval -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.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/Eval.build/Debug-appletvos/Eval.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval_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/Eval.build/Debug-appletvos/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-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/Eval.framework/Headers/Eval-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-Swift.h (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Headers/Eval-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.swiftmodule (in target 'Eval' from project 'Eval')
    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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.swiftdoc (in target 'Eval' from project 'Eval')
    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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.abi.json (in target 'Eval' from project 'Eval')
    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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Modules/Eval.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.swiftsourceinfo (in target 'Eval' from project 'Eval')
    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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Modules/Eval.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Utils.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling MatchResult.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Pattern.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Elements.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Common.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Matcher.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling TypedInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling TemplateInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftDriver\ Compilation Eval normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Eval' from project 'Eval')
    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 Eval -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.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/Eval.build/Debug-appletvos/Eval.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval_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/Eval.build/Debug-appletvos/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval-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/Eval.framework/Eval normal (in target 'Eval' from project 'Eval')
    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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.LinkFileList -install_name @rpath/Eval.framework/Eval -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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Eval
ExtractAppIntentsMetadata (in target 'Eval' from project 'Eval')
    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 Eval --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 Eval --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework --target-triple arm64-apple-tvos18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework/Eval --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Eval.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Eval.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-appletvos/Eval.build/Objects-normal/arm64/Eval.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 12:29:31.576 appintentsmetadataprocessor[911:4871] Starting appintentsmetadataprocessor export
2025-04-24 12:29:31.578 appintentsmetadataprocessor[911:4871] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/Eval.framework/Eval.tbd (in target 'Eval' from project 'Eval')
    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/Eval.framework/Eval -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/Eval.framework/Eval.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework (in target 'Eval' from project 'Eval')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Eval.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Eval",
  "name" : "Eval",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Eval",
      "targets" : [
        "Eval"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EvalTests",
      "module_type" : "SwiftTarget",
      "name" : "EvalTests",
      "path" : "Tests/EvalTests",
      "sources" : [
        "IntegrationTests/InterpreterTests.swift",
        "IntegrationTests/PerformanceTest.swift",
        "IntegrationTests/Suffix.swift",
        "IntegrationTests/TemplateTests.swift",
        "UnitTests/DataTypeTests.swift",
        "UnitTests/FunctionTests.swift",
        "UnitTests/InterpreterContextTests.swift",
        "UnitTests/KeywordTests.swift",
        "UnitTests/LiteralTests.swift",
        "UnitTests/MatchResultTests.swift",
        "UnitTests/MatchStatementTests.swift",
        "UnitTests/MatcherTests.swift",
        "UnitTests/PatternTests.swift",
        "UnitTests/TemplateInterpreterTests.swift",
        "UnitTests/TypedInterpreterTests.swift",
        "UnitTests/UtilTests.swift",
        "UnitTests/VariableProcessor.swift",
        "UnitTests/VariableTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "Eval"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Eval",
      "module_type" : "SwiftTarget",
      "name" : "Eval",
      "path" : "Sources/Eval",
      "product_memberships" : [
        "Eval"
      ],
      "sources" : [
        "Common.swift",
        "Elements.swift",
        "TemplateInterpreter.swift",
        "TypedInterpreter.swift",
        "Utilities/MatchResult.swift",
        "Utilities/Matcher.swift",
        "Utilities/Pattern.swift",
        "Utilities/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.