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 iOS using Xcode 16.3 on 24 Apr 2025 19:30:37 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=iOS 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:         iOS
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/JohnSundell/ShellOut.git
Fetching from https://github.com/tadija/AEXML.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/kylef/Spectre.git
Creating working copy of package ‘xcproj’
Checking out 4.3.1 of package ‘xcproj’
Creating working copy of package ‘PathKit’
Checking out 0.9.2 of package ‘PathKit’
Creating working copy of package ‘ShellOut’
Checking out 2.3.0 of package ‘ShellOut’
Creating working copy of package ‘Spectre’
Checking out 0.9.2 of package ‘Spectre’
Creating working copy of package ‘AEXML’
Checking out 4.7.0 of package ‘AEXML’
Resolved source packages:
  xcproj: https://github.com/xcodeswift/xcproj.git @ 4.3.1
  PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
  Spectre: https://github.com/kylef/Spectre.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: xcproj, PathKit, Spectre, 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=iOS 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=iOS "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
  Automation: /Users/admin/builder/spi-builder-workspace/Scripts
  PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
  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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 3e12d2eeca5ced9f79248269abb6ed84
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3e12d2eeca5ced9f79248269abb6ed84.xcbuilddata
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
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/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Eval.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Eval.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Eval.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Eval.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Eval.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval-OutputFileMap.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/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\ Elements.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift (in target 'Eval' from project 'Eval')
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 {
                                ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745523033363885-swift-frontend-Eval-Elements.swift-arm64_apple_ios18.4-o-Onone-1628816259.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4954 seconds (3.1089 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0198 (  7.4%)   0.0629 ( 27.8%)   0.0827 ( 16.7%)   1.3670 ( 44.0%)  parse-and-resolve-imports
   0.0195 (  7.2%)   0.0625 ( 27.6%)   0.0820 ( 16.5%)   1.3662 ( 43.9%)  Import resolution
   0.0757 ( 28.1%)   0.0269 ( 11.9%)   0.1026 ( 20.7%)   0.1025 (  3.3%)  build-rewrite-system
   0.0015 (  0.6%)   0.0100 (  4.4%)   0.0115 (  2.3%)   0.0521 (  1.7%)  load-stdlib
   0.0334 ( 12.4%)   0.0144 (  6.4%)   0.0478 (  9.7%)   0.0491 (  1.6%)  perform-sema
   0.0333 ( 12.4%)   0.0143 (  6.3%)   0.0477 (  9.6%)   0.0490 (  1.6%)  Type checking and Semantic analysis
   0.0198 (  7.3%)   0.0123 (  5.4%)   0.0321 (  6.5%)   0.0334 (  1.1%)  typecheck-decl
   0.0108 (  4.0%)   0.0079 (  3.5%)   0.0187 (  3.8%)   0.0187 (  0.6%)  import-clang-decl
   0.0137 (  5.1%)   0.0021 (  0.9%)   0.0159 (  3.2%)   0.0159 (  0.5%)  typecheck-stmt
   0.0077 (  2.9%)   0.0054 (  2.4%)   0.0131 (  2.7%)   0.0137 (  0.4%)  IRGen
   0.0088 (  3.3%)   0.0026 (  1.2%)   0.0114 (  2.3%)   0.0114 (  0.4%)  typecheck-expr
   0.0098 (  3.6%)   0.0006 (  0.3%)   0.0104 (  2.1%)   0.0104 (  0.3%)  SIL optimization
   0.0075 (  2.8%)   0.0024 (  1.1%)   0.0100 (  2.0%)   0.0100 (  0.3%)  SILGen
   0.0039 (  1.5%)   0.0014 (  0.6%)   0.0053 (  1.1%)   0.0053 (  0.2%)  SILGen-function
   0.0029 (  1.1%)   0.0001 (  0.1%)   0.0030 (  0.6%)   0.0030 (  0.1%)  precheck-target
   0.0008 (  0.3%)   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%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   0.2691 (100.0%)   0.2262 (100.0%)   0.4954 (100.0%)   3.1089 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5748 seconds (3.0069 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8858 (100.0%)   0.6891 (100.0%)   1.5748 (100.0%)   3.0069 (100.0%)  Building Target
   0.8858 (100.0%)   0.6891 (100.0%)   1.5748 (100.0%)   3.0069 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ TemplateInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745523033363754-swift-frontend-Eval-TemplateInterpreter.swift-arm64_apple_ios18.4-o-Onone-1256599567.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4941 seconds (3.1896 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0256 (  9.5%)   0.0690 ( 30.7%)   0.0946 ( 19.1%)   1.4334 ( 44.9%)  parse-and-resolve-imports
   0.0251 (  9.3%)   0.0686 ( 30.5%)   0.0937 ( 19.0%)   1.4325 ( 44.9%)  Import resolution
   0.0786 ( 29.2%)   0.0293 ( 13.0%)   0.1079 ( 21.8%)   0.1079 (  3.4%)  build-rewrite-system
   0.0108 (  4.0%)   0.0121 (  5.4%)   0.0229 (  4.6%)   0.0407 (  1.3%)  load-stdlib
   0.0283 ( 10.5%)   0.0087 (  3.8%)   0.0369 (  7.5%)   0.0370 (  1.2%)  perform-sema
   0.0282 ( 10.5%)   0.0086 (  3.8%)   0.0369 (  7.5%)   0.0369 (  1.2%)  Type checking and Semantic analysis
   0.0174 (  6.5%)   0.0062 (  2.8%)   0.0236 (  4.8%)   0.0237 (  0.7%)  typecheck-decl
   0.0107 (  4.0%)   0.0092 (  4.1%)   0.0199 (  4.0%)   0.0199 (  0.6%)  import-clang-decl
   0.0121 (  4.5%)   0.0034 (  1.5%)   0.0155 (  3.1%)   0.0155 (  0.5%)  typecheck-stmt
   0.0087 (  3.2%)   0.0030 (  1.3%)   0.0117 (  2.4%)   0.0117 (  0.4%)  typecheck-expr
   0.0051 (  1.9%)   0.0036 (  1.6%)   0.0087 (  1.8%)   0.0088 (  0.3%)  IRGen
   0.0056 (  2.1%)   0.0011 (  0.5%)   0.0068 (  1.4%)   0.0068 (  0.2%)  SILGen
   0.0045 (  1.7%)   0.0010 (  0.4%)   0.0055 (  1.1%)   0.0055 (  0.2%)  precheck-target
   0.0046 (  1.7%)   0.0001 (  0.0%)   0.0047 (  0.9%)   0.0047 (  0.1%)  SIL optimization
   0.0029 (  1.1%)   0.0006 (  0.3%)   0.0035 (  0.7%)   0.0035 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  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.2693 (100.0%)   0.2249 (100.0%)   0.4941 (100.0%)   3.1896 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5530 seconds (3.0037 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8787 (100.0%)   0.6743 (100.0%)   1.5530 (100.0%)   3.0037 (100.0%)  Building Target
   0.8787 (100.0%)   0.6743 (100.0%)   1.5530 (100.0%)   3.0037 (100.0%)  Total
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 {
                               ^
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-1745523033363284-swift-frontend-Eval-MatchResult.swift-arm64_apple_ios18.4-o-Onone-414270767.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4128 seconds (3.1696 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0196 (  8.9%)   0.0603 ( 31.4%)   0.0799 ( 19.4%)   1.4353 ( 45.3%)  parse-and-resolve-imports
   0.0192 (  8.7%)   0.0598 ( 31.1%)   0.0790 ( 19.1%)   1.4344 ( 45.3%)  Import resolution
   0.0792 ( 35.9%)   0.0282 ( 14.6%)   0.1073 ( 26.0%)   0.1073 (  3.4%)  build-rewrite-system
   0.0016 (  0.7%)   0.0077 (  4.0%)   0.0092 (  2.2%)   0.0552 (  1.7%)  load-stdlib
   0.0241 ( 10.9%)   0.0066 (  3.4%)   0.0306 (  7.4%)   0.0307 (  1.0%)  perform-sema
   0.0241 ( 10.9%)   0.0065 (  3.4%)   0.0306 (  7.4%)   0.0306 (  1.0%)  Type checking and Semantic analysis
   0.0209 (  9.5%)   0.0051 (  2.6%)   0.0259 (  6.3%)   0.0259 (  0.8%)  typecheck-stmt
   0.0113 (  5.1%)   0.0098 (  5.1%)   0.0211 (  5.1%)   0.0212 (  0.7%)  import-clang-decl
   0.0092 (  4.2%)   0.0028 (  1.4%)   0.0120 (  2.9%)   0.0120 (  0.4%)  precheck-target
   0.0029 (  1.3%)   0.0032 (  1.6%)   0.0060 (  1.5%)   0.0060 (  0.2%)  IRGen
   0.0029 (  1.3%)   0.0014 (  0.7%)   0.0043 (  1.0%)   0.0043 (  0.1%)  typecheck-decl
   0.0023 (  1.0%)   0.0000 (  0.0%)   0.0023 (  0.6%)   0.0023 (  0.1%)  SIL optimization
   0.0015 (  0.7%)   0.0003 (  0.2%)   0.0018 (  0.4%)   0.0018 (  0.1%)  SILGen
   0.0006 (  0.3%)   0.0004 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0005 (  0.2%)   0.0003 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  typecheck-expr
   0.0007 (  0.3%)   0.0001 (  0.0%)   0.0007 (  0.2%)   0.0007 (  0.0%)  SILGen-function
   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%)  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, 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%)  AST verification
   0.2205 (100.0%)   0.1923 (100.0%)   0.4128 (100.0%)   3.1696 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4911 seconds (3.0024 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8438 (100.0%)   0.6473 (100.0%)   1.4911 (100.0%)   3.0024 (100.0%)  Building Target
   0.8438 (100.0%)   0.6473 (100.0%)   1.4911 (100.0%)   3.0024 (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\ 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-1745523033366752-swift-frontend-Eval-Pattern.swift-arm64_apple_ios18.4-o-Onone-866026992.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4830 seconds (3.1487 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0195 (  7.1%)   0.0631 ( 30.3%)   0.0826 ( 17.1%)   1.3921 ( 44.2%)  parse-and-resolve-imports
   0.0191 (  7.0%)   0.0626 ( 30.0%)   0.0817 ( 16.9%)   1.3912 ( 44.2%)  Import resolution
   0.0763 ( 27.8%)   0.0269 ( 12.9%)   0.1032 ( 21.4%)   0.1031 (  3.3%)  build-rewrite-system
   0.0014 (  0.5%)   0.0099 (  4.7%)   0.0113 (  2.3%)   0.0579 (  1.8%)  load-stdlib
   0.0311 ( 11.3%)   0.0085 (  4.1%)   0.0395 (  8.2%)   0.0396 (  1.3%)  perform-sema
   0.0310 ( 11.3%)   0.0084 (  4.1%)   0.0394 (  8.2%)   0.0395 (  1.3%)  Type checking and Semantic analysis
   0.0241 (  8.8%)   0.0070 (  3.4%)   0.0312 (  6.5%)   0.0312 (  1.0%)  typecheck-decl
   0.0108 (  3.9%)   0.0086 (  4.2%)   0.0194 (  4.0%)   0.0194 (  0.6%)  import-clang-decl
   0.0155 (  5.6%)   0.0038 (  1.8%)   0.0193 (  4.0%)   0.0193 (  0.6%)  typecheck-expr
   0.0134 (  4.9%)   0.0034 (  1.7%)   0.0169 (  3.5%)   0.0169 (  0.5%)  typecheck-stmt
   0.0090 (  3.3%)   0.0033 (  1.6%)   0.0123 (  2.5%)   0.0123 (  0.4%)  IRGen
   0.0075 (  2.7%)   0.0013 (  0.6%)   0.0088 (  1.8%)   0.0088 (  0.3%)  SILGen
   0.0082 (  3.0%)   0.0001 (  0.1%)   0.0083 (  1.7%)   0.0083 (  0.3%)  SIL optimization
   0.0046 (  1.7%)   0.0006 (  0.3%)   0.0052 (  1.1%)   0.0052 (  0.2%)  SILGen-function
   0.0023 (  0.8%)   0.0004 (  0.2%)   0.0027 (  0.6%)   0.0027 (  0.1%)  precheck-target
   0.0007 (  0.3%)   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.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%)  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.2749 (100.0%)   0.2082 (100.0%)   0.4830 (100.0%)   3.1487 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5433 seconds (3.0059 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8813 (100.0%)   0.6620 (100.0%)   1.5433 (100.0%)   3.0059 (100.0%)  Building Target
   0.8813 (100.0%)   0.6620 (100.0%)   1.5433 (100.0%)   3.0059 (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)
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-1745523033366294-swift-frontend-Eval-Utils.swift-arm64_apple_ios18.4-o-Onone-3514469736.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7267 seconds (3.0041 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9350 ( 46.3%)   0.3149 ( 44.4%)   1.2499 ( 45.8%)   1.3596 ( 45.3%)  parse-and-resolve-imports
   0.9347 ( 46.3%)   0.3142 ( 44.3%)   1.2489 ( 45.8%)   1.3580 ( 45.2%)  Import resolution
   0.0787 (  3.9%)   0.0189 (  2.7%)   0.0976 (  3.6%)   0.0976 (  3.2%)  build-rewrite-system
   0.0015 (  0.1%)   0.0066 (  0.9%)   0.0081 (  0.3%)   0.0526 (  1.8%)  load-stdlib
   0.0133 (  0.7%)   0.0105 (  1.5%)   0.0238 (  0.9%)   0.0274 (  0.9%)  perform-sema
   0.0133 (  0.7%)   0.0105 (  1.5%)   0.0237 (  0.9%)   0.0274 (  0.9%)  Type checking and Semantic analysis
   0.0110 (  0.5%)   0.0083 (  1.2%)   0.0193 (  0.7%)   0.0193 (  0.6%)  import-clang-decl
   0.0117 (  0.6%)   0.0048 (  0.7%)   0.0165 (  0.6%)   0.0174 (  0.6%)  typecheck-stmt
   0.0032 (  0.2%)   0.0080 (  1.1%)   0.0112 (  0.4%)   0.0140 (  0.5%)  SILGen
   0.0067 (  0.3%)   0.0027 (  0.4%)   0.0093 (  0.3%)   0.0099 (  0.3%)  precheck-target
   0.0014 (  0.1%)   0.0056 (  0.8%)   0.0070 (  0.3%)   0.0096 (  0.3%)  typecheck-decl
   0.0025 (  0.1%)   0.0031 (  0.4%)   0.0056 (  0.2%)   0.0056 (  0.2%)  IRGen
   0.0019 (  0.1%)   0.0002 (  0.0%)   0.0021 (  0.1%)   0.0021 (  0.1%)  SILGen-function
   0.0020 (  0.1%)   0.0000 (  0.0%)   0.0020 (  0.1%)   0.0020 (  0.1%)  SIL optimization
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  load-all-members
   0.0006 (  0.0%)   0.0001 (  0.0%)   0.0007 (  0.0%)   0.0007 (  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   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
   2.0180 (100.0%)   0.7087 (100.0%)   2.7267 (100.0%)   3.0041 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7144 seconds (2.9986 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7643 (100.0%)   0.9502 (100.0%)   2.7144 (100.0%)   2.9986 (100.0%)  Building Target
   1.7643 (100.0%)   0.9502 (100.0%)   2.7144 (100.0%)   2.9986 (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

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-1745523033366214-swift-frontend-Eval-all-arm64_apple_ios18.4-swiftmodule-Onone-3940778578.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3663 seconds (3.0657 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0194 ( 10.8%)   0.0655 ( 35.3%)   0.0850 ( 23.2%)   1.4100 ( 46.0%)  parse-and-resolve-imports
   0.0190 ( 10.5%)   0.0650 ( 35.0%)   0.0840 ( 22.9%)   1.4090 ( 46.0%)  Import resolution
   0.0015 (  0.8%)   0.0096 (  5.1%)   0.0111 (  3.0%)   0.0582 (  1.9%)  load-stdlib
   0.0316 ( 17.5%)   0.0079 (  4.2%)   0.0395 ( 10.8%)   0.0395 (  1.3%)  perform-sema
   0.0315 ( 17.4%)   0.0078 (  4.2%)   0.0393 ( 10.7%)   0.0393 (  1.3%)  Type checking and Semantic analysis
   0.0308 ( 17.0%)   0.0075 (  4.1%)   0.0383 ( 10.5%)   0.0383 (  1.2%)  typecheck-decl
   0.0140 (  7.7%)   0.0080 (  4.3%)   0.0219 (  6.0%)   0.0230 (  0.8%)  SIL optimization
   0.0099 (  5.5%)   0.0022 (  1.2%)   0.0121 (  3.3%)   0.0121 (  0.4%)  SILGen
   0.0063 (  3.5%)   0.0022 (  1.2%)   0.0085 (  2.3%)   0.0085 (  0.3%)  typecheck-expr
   0.0027 (  1.5%)   0.0045 (  2.4%)   0.0072 (  2.0%)   0.0083 (  0.3%)  Serialization, swiftmodule
   0.0058 (  3.2%)   0.0020 (  1.1%)   0.0079 (  2.1%)   0.0079 (  0.3%)  build-rewrite-system
   0.0041 (  2.3%)   0.0008 (  0.4%)   0.0049 (  1.3%)   0.0049 (  0.2%)  SILGen-function
   0.0019 (  1.0%)   0.0012 (  0.7%)   0.0031 (  0.8%)   0.0031 (  0.1%)  Serialization, swiftdoc
   0.0009 (  0.5%)   0.0012 (  0.7%)   0.0021 (  0.6%)   0.0021 (  0.1%)  import-clang-decl
   0.0006 (  0.3%)   0.0001 (  0.1%)   0.0007 (  0.2%)   0.0007 (  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.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   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.0001 (  0.0%)   0.0001 (  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1807 (100.0%)   0.1857 (100.0%)   0.3663 (100.0%)   3.0657 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1921 seconds (1.5654 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0942 (100.0%)   0.0979 (100.0%)   0.1921 (100.0%)   1.5654 (100.0%)  Building Target
   0.0942 (100.0%)   0.0979 (100.0%)   0.1921 (100.0%)   1.5654 (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\ 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-1745523033367258-swift-frontend-Eval-Common.swift-arm64_apple_ios18.4-o-Onone-3612173624.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5296 seconds (3.3940 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0200 (  6.3%)   0.0625 ( 29.7%)   0.0825 ( 15.6%)   1.4897 ( 43.9%)  parse-and-resolve-imports
   0.0196 (  6.1%)   0.0619 ( 29.5%)   0.0815 ( 15.4%)   1.4887 ( 43.9%)  Import resolution
   0.0786 ( 24.6%)   0.0277 ( 13.2%)   0.1063 ( 20.1%)   0.1064 (  3.1%)  build-rewrite-system
   0.0485 ( 15.2%)   0.0110 (  5.2%)   0.0595 ( 11.2%)   0.0597 (  1.8%)  perform-sema
   0.0484 ( 15.2%)   0.0110 (  5.2%)   0.0594 ( 11.2%)   0.0596 (  1.8%)  Type checking and Semantic analysis
   0.0014 (  0.4%)   0.0060 (  2.9%)   0.0074 (  1.4%)   0.0568 (  1.7%)  load-stdlib
   0.0400 ( 12.5%)   0.0083 (  4.0%)   0.0484 (  9.1%)   0.0485 (  1.4%)  typecheck-stmt
   0.0117 (  3.7%)   0.0090 (  4.3%)   0.0207 (  3.9%)   0.0207 (  0.6%)  import-clang-decl
   0.0129 (  4.0%)   0.0039 (  1.9%)   0.0168 (  3.2%)   0.0168 (  0.5%)  precheck-target
   0.0076 (  2.4%)   0.0036 (  1.7%)   0.0111 (  2.1%)   0.0111 (  0.3%)  IRGen
   0.0075 (  2.4%)   0.0027 (  1.3%)   0.0103 (  1.9%)   0.0103 (  0.3%)  typecheck-decl
   0.0070 (  2.2%)   0.0007 (  0.3%)   0.0077 (  1.5%)   0.0077 (  0.2%)  SILGen
   0.0058 (  1.8%)   0.0000 (  0.0%)   0.0059 (  1.1%)   0.0059 (  0.2%)  SIL optimization
   0.0044 (  1.4%)   0.0012 (  0.6%)   0.0057 (  1.1%)   0.0057 (  0.2%)  typecheck-expr
   0.0049 (  1.5%)   0.0003 (  0.2%)   0.0052 (  1.0%)   0.0052 (  0.2%)  SILGen-function
   0.0008 (  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%)  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.3193 (100.0%)   0.2102 (100.0%)   0.5296 (100.0%)   3.3940 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4810 seconds (3.0019 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8740 (100.0%)   0.6070 (100.0%)   1.4810 (100.0%)   3.0019 (100.0%)  Building Target
   0.8740 (100.0%)   0.6070 (100.0%)   1.4810 (100.0%)   3.0019 (100.0%)  Total
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-1745523033367224-swift-frontend-Eval-Matcher.swift-arm64_apple_ios18.4-o-Onone-3307522618.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6651 seconds (3.3623 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0193 (  4.4%)   0.0582 ( 26.1%)   0.0775 ( 11.7%)   1.4023 ( 41.7%)  parse-and-resolve-imports
   0.0189 (  4.3%)   0.0578 ( 25.9%)   0.0766 ( 11.5%)   1.4014 ( 41.7%)  Import resolution
   0.0782 ( 17.7%)   0.0308 ( 13.8%)   0.1091 ( 16.4%)   0.1090 (  3.2%)  build-rewrite-system
   0.0672 ( 15.2%)   0.0125 (  5.6%)   0.0796 ( 12.0%)   0.0797 (  2.4%)  perform-sema
   0.0671 ( 15.2%)   0.0124 (  5.6%)   0.0795 ( 12.0%)   0.0796 (  2.4%)  Type checking and Semantic analysis
   0.0606 ( 13.7%)   0.0107 (  4.8%)   0.0713 ( 10.7%)   0.0714 (  2.1%)  typecheck-stmt
   0.0491 ( 11.1%)   0.0091 (  4.1%)   0.0582 (  8.8%)   0.0583 (  1.7%)  typecheck-expr
   0.0015 (  0.3%)   0.0080 (  3.6%)   0.0095 (  1.4%)   0.0569 (  1.7%)  load-stdlib
   0.0178 (  4.0%)   0.0032 (  1.4%)   0.0210 (  3.2%)   0.0210 (  0.6%)  precheck-target
   0.0115 (  2.6%)   0.0086 (  3.9%)   0.0201 (  3.0%)   0.0200 (  0.6%)  import-clang-decl
   0.0124 (  2.8%)   0.0038 (  1.7%)   0.0162 (  2.4%)   0.0162 (  0.5%)  typecheck-decl
   0.0130 (  2.9%)   0.0024 (  1.1%)   0.0154 (  2.3%)   0.0155 (  0.5%)  SILGen
   0.0097 (  2.2%)   0.0017 (  0.8%)   0.0114 (  1.7%)   0.0114 (  0.3%)  SILGen-function
   0.0078 (  1.8%)   0.0036 (  1.6%)   0.0114 (  1.7%)   0.0114 (  0.3%)  IRGen
   0.0069 (  1.6%)   0.0001 (  0.1%)   0.0070 (  1.1%)   0.0070 (  0.2%)  SIL optimization
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  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.4418 (100.0%)   0.2233 (100.0%)   0.6651 (100.0%)   3.3623 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5578 seconds (3.0079 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9153 (100.0%)   0.6425 (100.0%)   1.5578 (100.0%)   3.0079 (100.0%)  Building Target
   0.9153 (100.0%)   0.6425 (100.0%)   1.5578 (100.0%)   3.0079 (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

SwiftCompile normal arm64 Compiling\ TypedInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/TypedInterpreter.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745523033364091-swift-frontend-Eval-TypedInterpreter.swift-arm64_apple_ios18.4-o-Onone-1320833378.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5595 seconds (3.2171 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0189 (  5.5%)   0.0572 ( 26.7%)   0.0761 ( 13.6%)   1.3799 ( 42.9%)  parse-and-resolve-imports
   0.0186 (  5.4%)   0.0568 ( 26.5%)   0.0754 ( 13.5%)   1.3792 ( 42.9%)  Import resolution
   0.0765 ( 22.2%)   0.0265 ( 12.3%)   0.1029 ( 18.4%)   0.1028 (  3.2%)  build-rewrite-system
   0.0511 ( 14.8%)   0.0137 (  6.4%)   0.0647 ( 11.6%)   0.0648 (  2.0%)  perform-sema
   0.0510 ( 14.8%)   0.0136 (  6.4%)   0.0646 ( 11.6%)   0.0646 (  2.0%)  Type checking and Semantic analysis
   0.0016 (  0.5%)   0.0083 (  3.9%)   0.0100 (  1.8%)   0.0601 (  1.9%)  load-stdlib
   0.0331 (  9.6%)   0.0091 (  4.2%)   0.0422 (  7.5%)   0.0422 (  1.3%)  typecheck-stmt
   0.0272 (  7.9%)   0.0074 (  3.5%)   0.0346 (  6.2%)   0.0346 (  1.1%)  typecheck-decl
   0.0167 (  4.8%)   0.0043 (  2.0%)   0.0209 (  3.7%)   0.0209 (  0.7%)  typecheck-expr
   0.0105 (  3.1%)   0.0076 (  3.6%)   0.0182 (  3.2%)   0.0181 (  0.6%)  import-clang-decl
   0.0087 (  2.5%)   0.0053 (  2.5%)   0.0141 (  2.5%)   0.0141 (  0.4%)  IRGen
   0.0102 (  2.9%)   0.0020 (  0.9%)   0.0122 (  2.2%)   0.0122 (  0.4%)  SILGen
   0.0068 (  2.0%)   0.0001 (  0.1%)   0.0069 (  1.2%)   0.0069 (  0.2%)  SIL optimization
   0.0057 (  1.7%)   0.0010 (  0.5%)   0.0068 (  1.2%)   0.0068 (  0.2%)  SILGen-function
   0.0050 (  1.4%)   0.0008 (  0.4%)   0.0058 (  1.0%)   0.0058 (  0.2%)  precheck-target
   0.0028 (  0.8%)   0.0002 (  0.1%)   0.0030 (  0.5%)   0.0030 (  0.1%)  typecheck-for-each
   0.0007 (  0.2%)   0.0003 (  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%)  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.3451 (100.0%)   0.2143 (100.0%)   0.5595 (100.0%)   3.2171 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5633 seconds (3.0067 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9130 (100.0%)   0.6503 (100.0%)   1.5633 (100.0%)   3.0067 (100.0%)  Building Target
   0.9130 (100.0%)   0.6503 (100.0%)   1.5633 (100.0%)   3.0067 (100.0%)  Total
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

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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Eval.framework/Headers/Eval-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Headers/Eval-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Modules/Eval.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Modules/Eval.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Modules/Eval.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TemplateInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling TypedInterpreter.swift (in target 'Eval' from project 'Eval')
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 Common.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Elements.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Matcher.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-ios18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/Objects-normal/arm64/Eval.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 18.4 --bundle-identifier Eval --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework --target-triple arm64-apple-ios18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Eval --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/Objects-normal/arm64/Eval_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/Objects-normal/arm64/Eval.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/Eval.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/Eval.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/Objects-normal/arm64/Eval.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 12:30:36.851 appintentsmetadataprocessor[914:4916] Starting appintentsmetadataprocessor export
2025-04-24 12:30:36.853 appintentsmetadataprocessor[914:4916] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/ssu --bundle-id Eval --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-iphoneos/Eval.build/Eval.DependencyMetadataFileList --archive-ssu-assets
2025-04-24 12:30:36.874 appintentsnltrainingprocessor[915:4917] Parsing options for appintentsnltrainingprocessor
2025-04-24 12:30:36.875 appintentsnltrainingprocessor[915:4917] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Eval.framework/Eval -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Eval.framework/Eval.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Eval.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.