Build Information
Successful build of Eval, reference 1.5.0 (2070df
), with Swift 6.1 for iOS using Xcode 16.3 on 24 Apr 2025 19:29:35 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: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tevelee/Eval
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at 2070dfb Version 1.5.0
Cloned https://github.com/tevelee/Eval.git
Revision (git rev-parse @):
2070dfb6f739a9665c81601162ac16ee8291fb30
SUCCESS checkout https://github.com/tevelee/Eval.git at 1.5.0
========================================
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/TemplateTests.swift",
"UnitTests/DataTypeTests.swift",
"UnitTests/FunctionTests.swift",
"UnitTests/InterpreterContextTests.swift",
"UnitTests/KeywordTests.swift",
"UnitTests/LiteralTests.swift",
"UnitTests/MatchResultTests.swift",
"UnitTests/MatchStatementTests.swift",
"UnitTests/MatcherTests.swift",
"UnitTests/PatternTests.swift",
"UnitTests/TemplateInterpreterTests.swift",
"UnitTests/TypedInterpreterTests.swift",
"UnitTests/UtilTests.swift",
"UnitTests/VariableProcessor.swift",
"UnitTests/VariableTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"Eval"
],
"type" : "test"
},
{
"c99name" : "Eval",
"module_type" : "SwiftTarget",
"name" : "Eval",
"path" : "Sources/Eval",
"product_memberships" : [
"Eval"
],
"sources" : [
"Common.swift",
"Elements.swift",
"TemplateInterpreter.swift",
"TypedInterpreter.swift",
"Utilities/MatchResult.swift",
"Utilities/Matcher.swift",
"Utilities/Pattern.swift",
"Utilities/Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/xcodeswift/xcproj.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/tadija/AEXML.git
Fetching from https://github.com/kylef/Spectre.git
Creating working copy of package ‘AEXML’
Checking out 4.7.0 of package ‘AEXML’
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 ‘xcproj’
Checking out 4.3.1 of package ‘xcproj’
Creating working copy of package ‘Spectre’
Checking out 0.9.2 of package ‘Spectre’
Resolved source packages:
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
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
xcproj: https://github.com/xcodeswift/xcproj.git @ 4.3.1
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
resolved source packages: ShellOut, AEXML, Automation, PathKit, xcproj, Spectre
{
"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/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:
AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
Automation: /Users/admin/builder/spi-builder-workspace/Scripts
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
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: 4def0c1be051190d5288a9c5abd1c6b4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4def0c1be051190d5288a9c5abd1c6b4.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.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
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
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_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-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
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.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.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
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\ TemplateInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift:78:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
public typealias Reducer<T, K> = (_ existing: T, _ next: K) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/TemplateInterpreter.swift:26:32: note: 'T' previously declared here
open class TemplateInterpreter<T>: Interpreter {
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522970667150-swift-frontend-Eval-TemplateInterpreter.swift-arm64_apple_ios18.4-o-Onone-691280168.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4306 seconds (3.2589 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0235 ( 9.5%) 0.0540 ( 29.5%) 0.0775 ( 18.0%) 1.4740 ( 45.2%) parse-and-resolve-imports
0.0233 ( 9.4%) 0.0535 ( 29.2%) 0.0768 ( 17.8%) 1.4733 ( 45.2%) Import resolution
0.0757 ( 30.6%) 0.0253 ( 13.8%) 0.1010 ( 23.5%) 0.1010 ( 3.1%) build-rewrite-system
0.0016 ( 0.6%) 0.0117 ( 6.4%) 0.0133 ( 3.1%) 0.0486 ( 1.5%) load-stdlib
0.0266 ( 10.7%) 0.0072 ( 3.9%) 0.0338 ( 7.8%) 0.0338 ( 1.0%) perform-sema
0.0265 ( 10.7%) 0.0072 ( 3.9%) 0.0337 ( 7.8%) 0.0337 ( 1.0%) Type checking and Semantic analysis
0.0171 ( 6.9%) 0.0053 ( 2.9%) 0.0224 ( 5.2%) 0.0224 ( 0.7%) typecheck-decl
0.0108 ( 4.4%) 0.0082 ( 4.5%) 0.0190 ( 4.4%) 0.0190 ( 0.6%) import-clang-decl
0.0109 ( 4.4%) 0.0029 ( 1.6%) 0.0138 ( 3.2%) 0.0138 ( 0.4%) typecheck-stmt
0.0084 ( 3.4%) 0.0027 ( 1.5%) 0.0111 ( 2.6%) 0.0111 ( 0.3%) typecheck-expr
0.0055 ( 2.2%) 0.0029 ( 1.6%) 0.0084 ( 1.9%) 0.0084 ( 0.3%) IRGen
0.0056 ( 2.2%) 0.0009 ( 0.5%) 0.0064 ( 1.5%) 0.0065 ( 0.2%) SILGen
0.0048 ( 1.9%) 0.0000 ( 0.0%) 0.0048 ( 1.1%) 0.0048 ( 0.1%) SIL optimization
0.0038 ( 1.5%) 0.0007 ( 0.4%) 0.0045 ( 1.0%) 0.0045 ( 0.1%) precheck-target
0.0028 ( 1.1%) 0.0003 ( 0.2%) 0.0032 ( 0.7%) 0.0032 ( 0.1%) SILGen-function
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.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.2476 (100.0%) 0.1831 (100.0%) 0.4306 (100.0%) 3.2589 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4944 seconds (2.9958 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8600 (100.0%) 0.6344 (100.0%) 1.4944 (100.0%) 2.9958 (100.0%) Building Target
0.8600 (100.0%) 0.6344 (100.0%) 1.4944 (100.0%) 2.9958 (100.0%) Total
SwiftCompile normal arm64 Compiling\ TypedInterpreter.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/TypedInterpreter.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522970667092-swift-frontend-Eval-TypedInterpreter.swift-arm64_apple_ios18.4-o-Onone-172765103.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5359 seconds (3.4382 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0202 ( 5.9%) 0.0498 ( 25.4%) 0.0700 ( 13.1%) 1.4992 ( 43.6%) parse-and-resolve-imports
0.0199 ( 5.8%) 0.0494 ( 25.2%) 0.0693 ( 12.9%) 1.4985 ( 43.6%) Import resolution
0.0765 ( 22.5%) 0.0251 ( 12.8%) 0.1016 ( 19.0%) 0.1015 ( 3.0%) build-rewrite-system
0.0489 ( 14.4%) 0.0120 ( 6.1%) 0.0609 ( 11.4%) 0.0609 ( 1.8%) perform-sema
0.0489 ( 14.4%) 0.0120 ( 6.1%) 0.0608 ( 11.4%) 0.0608 ( 1.8%) Type checking and Semantic analysis
0.0016 ( 0.5%) 0.0139 ( 7.1%) 0.0154 ( 2.9%) 0.0593 ( 1.7%) load-stdlib
0.0309 ( 9.1%) 0.0072 ( 3.7%) 0.0382 ( 7.1%) 0.0382 ( 1.1%) typecheck-stmt
0.0267 ( 7.9%) 0.0072 ( 3.7%) 0.0339 ( 6.3%) 0.0339 ( 1.0%) typecheck-decl
0.0113 ( 3.3%) 0.0090 ( 4.6%) 0.0202 ( 3.8%) 0.0203 ( 0.6%) import-clang-decl
0.0161 ( 4.7%) 0.0037 ( 1.9%) 0.0197 ( 3.7%) 0.0197 ( 0.6%) typecheck-expr
0.0087 ( 2.6%) 0.0035 ( 1.8%) 0.0122 ( 2.3%) 0.0122 ( 0.4%) IRGen
0.0094 ( 2.8%) 0.0015 ( 0.8%) 0.0109 ( 2.0%) 0.0109 ( 0.3%) SILGen
0.0068 ( 2.0%) 0.0001 ( 0.0%) 0.0068 ( 1.3%) 0.0068 ( 0.2%) SIL optimization
0.0054 ( 1.6%) 0.0008 ( 0.4%) 0.0062 ( 1.2%) 0.0062 ( 0.2%) SILGen-function
0.0049 ( 1.5%) 0.0008 ( 0.4%) 0.0057 ( 1.1%) 0.0057 ( 0.2%) precheck-target
0.0026 ( 0.8%) 0.0002 ( 0.1%) 0.0028 ( 0.5%) 0.0028 ( 0.1%) typecheck-for-each
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3397 (100.0%) 0.1963 (100.0%) 0.5359 (100.0%) 3.4382 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4612 seconds (2.9964 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8832 (100.0%) 0.5780 (100.0%) 1.4612 (100.0%) 2.9964 (100.0%) Building Target
0.8832 (100.0%) 0.5780 (100.0%) 1.4612 (100.0%) 2.9964 (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
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-1745522970675427-swift-frontend-Eval-all-arm64_apple_ios18.4-swiftmodule-Onone-3203854876.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3459 seconds (3.7137 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0200 ( 10.7%) 0.0536 ( 33.7%) 0.0736 ( 21.3%) 1.7360 ( 46.7%) parse-and-resolve-imports
0.0195 ( 10.4%) 0.0531 ( 33.4%) 0.0726 ( 21.0%) 1.7351 ( 46.7%) Import resolution
0.0015 ( 0.8%) 0.0077 ( 4.8%) 0.0091 ( 2.6%) 0.0493 ( 1.3%) load-stdlib
0.0328 ( 17.6%) 0.0073 ( 4.6%) 0.0401 ( 11.6%) 0.0403 ( 1.1%) perform-sema
0.0327 ( 17.5%) 0.0072 ( 4.5%) 0.0399 ( 11.5%) 0.0401 ( 1.1%) Type checking and Semantic analysis
0.0320 ( 17.1%) 0.0070 ( 4.4%) 0.0390 ( 11.3%) 0.0392 ( 1.1%) typecheck-decl
0.0139 ( 7.5%) 0.0085 ( 5.3%) 0.0224 ( 6.5%) 0.0235 ( 0.6%) SIL optimization
0.0107 ( 5.7%) 0.0023 ( 1.4%) 0.0130 ( 3.7%) 0.0130 ( 0.3%) SILGen
0.0027 ( 1.5%) 0.0048 ( 3.0%) 0.0075 ( 2.2%) 0.0086 ( 0.2%) Serialization, swiftmodule
0.0059 ( 3.1%) 0.0020 ( 1.3%) 0.0079 ( 2.3%) 0.0080 ( 0.2%) build-rewrite-system
0.0061 ( 3.3%) 0.0018 ( 1.1%) 0.0079 ( 2.3%) 0.0079 ( 0.2%) typecheck-expr
0.0045 ( 2.4%) 0.0008 ( 0.5%) 0.0053 ( 1.5%) 0.0053 ( 0.1%) SILGen-function
0.0019 ( 1.0%) 0.0016 ( 1.0%) 0.0035 ( 1.0%) 0.0035 ( 0.1%) Serialization, swiftdoc
0.0011 ( 0.6%) 0.0013 ( 0.8%) 0.0024 ( 0.7%) 0.0024 ( 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.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1865 (100.0%) 0.1593 (100.0%) 0.3459 (100.0%) 3.7137 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1854 seconds (1.8894 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0989 (100.0%) 0.0865 (100.0%) 0.1854 (100.0%) 1.8894 (100.0%) Building Target
0.0989 (100.0%) 0.0865 (100.0%) 0.1854 (100.0%) 1.8894 (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\ 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-1745522970668736-swift-frontend-Eval-Matcher.swift-arm64_apple_ios18.4-o-Onone-46302136.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.2730 seconds (3.6150 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6620 ( 39.3%) 0.2594 ( 44.0%) 0.9214 ( 40.5%) 1.5687 ( 43.4%) parse-and-resolve-imports
0.6617 ( 39.3%) 0.2590 ( 43.9%) 0.9207 ( 40.5%) 1.5679 ( 43.4%) Import resolution
0.0633 ( 3.8%) 0.0082 ( 1.4%) 0.0715 ( 3.1%) 0.0715 ( 2.0%) perform-sema
0.0633 ( 3.8%) 0.0082 ( 1.4%) 0.0714 ( 3.1%) 0.0715 ( 2.0%) Type checking and Semantic analysis
0.0554 ( 3.3%) 0.0115 ( 1.9%) 0.0668 ( 2.9%) 0.0668 ( 1.8%) build-rewrite-system
0.0565 ( 3.4%) 0.0063 ( 1.1%) 0.0627 ( 2.8%) 0.0627 ( 1.7%) typecheck-stmt
0.0016 ( 0.1%) 0.0134 ( 2.3%) 0.0149 ( 0.7%) 0.0624 ( 1.7%) load-stdlib
0.0459 ( 2.7%) 0.0054 ( 0.9%) 0.0513 ( 2.3%) 0.0513 ( 1.4%) typecheck-expr
0.0171 ( 1.0%) 0.0020 ( 0.3%) 0.0191 ( 0.8%) 0.0191 ( 0.5%) precheck-target
0.0109 ( 0.6%) 0.0081 ( 1.4%) 0.0190 ( 0.8%) 0.0191 ( 0.5%) import-clang-decl
0.0115 ( 0.7%) 0.0030 ( 0.5%) 0.0146 ( 0.6%) 0.0146 ( 0.4%) typecheck-decl
0.0111 ( 0.7%) 0.0013 ( 0.2%) 0.0124 ( 0.5%) 0.0124 ( 0.3%) SILGen
0.0074 ( 0.4%) 0.0030 ( 0.5%) 0.0104 ( 0.5%) 0.0104 ( 0.3%) IRGen
0.0080 ( 0.5%) 0.0008 ( 0.1%) 0.0089 ( 0.4%) 0.0089 ( 0.2%) SILGen-function
0.0066 ( 0.4%) 0.0000 ( 0.0%) 0.0066 ( 0.3%) 0.0067 ( 0.2%) SIL optimization
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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
1.6833 (100.0%) 0.5897 (100.0%) 2.2730 (100.0%) 3.6150 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.2174 seconds (2.9925 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.3875 (100.0%) 0.8299 (100.0%) 2.2174 (100.0%) 2.9925 (100.0%) Building Target
1.3875 (100.0%) 0.8299 (100.0%) 2.2174 (100.0%) 2.9925 (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\ 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-1745522970675201-swift-frontend-Eval-Pattern.swift-arm64_apple_ios18.4-o-Onone-3595072469.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4483 seconds (3.5472 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0205 ( 7.8%) 0.0529 ( 28.7%) 0.0734 ( 16.4%) 1.6167 ( 45.6%) parse-and-resolve-imports
0.0202 ( 7.7%) 0.0524 ( 28.4%) 0.0726 ( 16.2%) 1.6158 ( 45.6%) Import resolution
0.0564 ( 21.4%) 0.0175 ( 9.5%) 0.0739 ( 16.5%) 0.0739 ( 2.1%) build-rewrite-system
0.0309 ( 11.7%) 0.0083 ( 4.5%) 0.0391 ( 8.7%) 0.0391 ( 1.1%) perform-sema
0.0308 ( 11.7%) 0.0082 ( 4.5%) 0.0391 ( 8.7%) 0.0391 ( 1.1%) Type checking and Semantic analysis
0.0110 ( 4.2%) 0.0155 ( 8.4%) 0.0264 ( 5.9%) 0.0387 ( 1.1%) load-stdlib
0.0241 ( 9.1%) 0.0071 ( 3.9%) 0.0312 ( 7.0%) 0.0312 ( 0.9%) typecheck-decl
0.0105 ( 4.0%) 0.0091 ( 4.9%) 0.0196 ( 4.4%) 0.0196 ( 0.6%) import-clang-decl
0.0147 ( 5.6%) 0.0037 ( 2.0%) 0.0184 ( 4.1%) 0.0184 ( 0.5%) typecheck-expr
0.0129 ( 4.9%) 0.0030 ( 1.7%) 0.0160 ( 3.6%) 0.0160 ( 0.5%) typecheck-stmt
0.0091 ( 3.4%) 0.0042 ( 2.3%) 0.0133 ( 3.0%) 0.0133 ( 0.4%) IRGen
0.0089 ( 3.4%) 0.0001 ( 0.0%) 0.0089 ( 2.0%) 0.0089 ( 0.3%) SIL optimization
0.0069 ( 2.6%) 0.0011 ( 0.6%) 0.0080 ( 1.8%) 0.0080 ( 0.2%) SILGen
0.0041 ( 1.6%) 0.0005 ( 0.3%) 0.0047 ( 1.0%) 0.0047 ( 0.1%) SILGen-function
0.0022 ( 0.8%) 0.0005 ( 0.3%) 0.0026 ( 0.6%) 0.0026 ( 0.1%) precheck-target
0.0006 ( 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.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%) 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.2640 (100.0%) 0.1843 (100.0%) 0.4483 (100.0%) 3.5472 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3595 seconds (2.9861 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7188 (100.0%) 0.6407 (100.0%) 1.3595 (100.0%) 2.9861 (100.0%) Building Target
0.7188 (100.0%) 0.6407 (100.0%) 1.3595 (100.0%) 2.9861 (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\ Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Common.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522970675898-swift-frontend-Eval-Common.swift-arm64_apple_ios18.4-o-Onone-704841089.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4920 seconds (3.3466 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0195 ( 6.2%) 0.0496 ( 27.7%) 0.0690 ( 14.0%) 1.4774 ( 44.1%) parse-and-resolve-imports
0.0192 ( 6.1%) 0.0491 ( 27.5%) 0.0683 ( 13.9%) 1.4768 ( 44.1%) Import resolution
0.0788 ( 25.2%) 0.0245 ( 13.7%) 0.1033 ( 21.0%) 0.1033 ( 3.1%) build-rewrite-system
0.0473 ( 15.1%) 0.0094 ( 5.2%) 0.0566 ( 11.5%) 0.0567 ( 1.7%) perform-sema
0.0472 ( 15.1%) 0.0093 ( 5.2%) 0.0566 ( 11.5%) 0.0566 ( 1.7%) Type checking and Semantic analysis
0.0015 ( 0.5%) 0.0092 ( 5.1%) 0.0106 ( 2.2%) 0.0482 ( 1.4%) load-stdlib
0.0395 ( 12.6%) 0.0076 ( 4.3%) 0.0471 ( 9.6%) 0.0471 ( 1.4%) typecheck-stmt
0.0110 ( 3.5%) 0.0088 ( 4.9%) 0.0198 ( 4.0%) 0.0198 ( 0.6%) import-clang-decl
0.0117 ( 3.7%) 0.0028 ( 1.6%) 0.0145 ( 2.9%) 0.0145 ( 0.4%) precheck-target
0.0071 ( 2.3%) 0.0032 ( 1.8%) 0.0103 ( 2.1%) 0.0103 ( 0.3%) IRGen
0.0068 ( 2.2%) 0.0020 ( 1.1%) 0.0088 ( 1.8%) 0.0088 ( 0.3%) typecheck-decl
0.0072 ( 2.3%) 0.0009 ( 0.5%) 0.0081 ( 1.6%) 0.0081 ( 0.2%) SILGen
0.0061 ( 2.0%) 0.0001 ( 0.1%) 0.0062 ( 1.3%) 0.0062 ( 0.2%) SIL optimization
0.0045 ( 1.4%) 0.0014 ( 0.8%) 0.0060 ( 1.2%) 0.0060 ( 0.2%) typecheck-expr
0.0051 ( 1.6%) 0.0004 ( 0.2%) 0.0055 ( 1.1%) 0.0055 ( 0.2%) SILGen-function
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%) 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, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.3134 (100.0%) 0.1786 (100.0%) 0.4920 (100.0%) 3.3466 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4782 seconds (2.9852 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8881 (100.0%) 0.5901 (100.0%) 1.4782 (100.0%) 2.9852 (100.0%) Building Target
0.8881 (100.0%) 0.5901 (100.0%) 1.4782 (100.0%) 2.9852 (100.0%) Total
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
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-1745522970675878-swift-frontend-Eval-MatchResult.swift-arm64_apple_ios18.4-o-Onone-3977756848.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3809 seconds (3.0345 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0191 ( 8.9%) 0.0482 ( 28.8%) 0.0673 ( 17.7%) 1.3691 ( 45.1%) parse-and-resolve-imports
0.0188 ( 8.8%) 0.0477 ( 28.5%) 0.0665 ( 17.5%) 1.3684 ( 45.1%) Import resolution
0.0786 ( 36.8%) 0.0237 ( 14.1%) 0.1022 ( 26.8%) 0.1021 ( 3.4%) build-rewrite-system
0.0014 ( 0.7%) 0.0099 ( 5.9%) 0.0113 ( 3.0%) 0.0548 ( 1.8%) load-stdlib
0.0226 ( 10.6%) 0.0069 ( 4.1%) 0.0295 ( 7.8%) 0.0304 ( 1.0%) perform-sema
0.0226 ( 10.6%) 0.0069 ( 4.1%) 0.0295 ( 7.7%) 0.0304 ( 1.0%) Type checking and Semantic analysis
0.0200 ( 9.3%) 0.0042 ( 2.5%) 0.0241 ( 6.3%) 0.0248 ( 0.8%) typecheck-stmt
0.0111 ( 5.2%) 0.0089 ( 5.3%) 0.0200 ( 5.3%) 0.0200 ( 0.7%) import-clang-decl
0.0087 ( 4.1%) 0.0020 ( 1.2%) 0.0107 ( 2.8%) 0.0114 ( 0.4%) precheck-target
0.0015 ( 0.7%) 0.0026 ( 1.5%) 0.0041 ( 1.1%) 0.0073 ( 0.2%) SILGen
0.0024 ( 1.1%) 0.0027 ( 1.6%) 0.0051 ( 1.3%) 0.0053 ( 0.2%) typecheck-decl
0.0026 ( 1.2%) 0.0026 ( 1.6%) 0.0052 ( 1.4%) 0.0052 ( 0.2%) IRGen
0.0023 ( 1.1%) 0.0000 ( 0.0%) 0.0023 ( 0.6%) 0.0023 ( 0.1%) SIL optimization
0.0007 ( 0.3%) 0.0006 ( 0.3%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) SILGen-function
0.0005 ( 0.2%) 0.0004 ( 0.3%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) typecheck-expr
0.0005 ( 0.3%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 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%) 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.2134 (100.0%) 0.1674 (100.0%) 0.3809 (100.0%) 3.0345 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5482 seconds (2.9811 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8646 (100.0%) 0.6836 (100.0%) 1.5482 (100.0%) 2.9811 (100.0%) Building Target
0.8646 (100.0%) 0.6836 (100.0%) 1.5482 (100.0%) 2.9811 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/MatchResult.swift (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Utils.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522970675004-swift-frontend-Eval-Utils.swift-arm64_apple_ios18.4-o-Onone-931795317.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3415 seconds (3.0191 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0183 ( 10.1%) 0.0449 ( 27.9%) 0.0631 ( 18.5%) 1.3778 ( 45.6%) parse-and-resolve-imports
0.0179 ( 9.9%) 0.0444 ( 27.6%) 0.0624 ( 18.3%) 1.3771 ( 45.6%) Import resolution
0.0787 ( 43.6%) 0.0249 ( 15.5%) 0.1037 ( 30.4%) 0.1036 ( 3.4%) build-rewrite-system
0.0016 ( 0.9%) 0.0111 ( 6.9%) 0.0127 ( 3.7%) 0.0572 ( 1.9%) load-stdlib
0.0109 ( 6.1%) 0.0087 ( 5.4%) 0.0196 ( 5.8%) 0.0197 ( 0.7%) import-clang-decl
0.0123 ( 6.8%) 0.0048 ( 3.0%) 0.0171 ( 5.0%) 0.0171 ( 0.6%) perform-sema
0.0122 ( 6.8%) 0.0048 ( 3.0%) 0.0170 ( 5.0%) 0.0170 ( 0.6%) Type checking and Semantic analysis
0.0109 ( 6.1%) 0.0044 ( 2.7%) 0.0153 ( 4.5%) 0.0153 ( 0.5%) typecheck-stmt
0.0029 ( 1.6%) 0.0071 ( 4.4%) 0.0100 ( 2.9%) 0.0137 ( 0.5%) SILGen
0.0065 ( 3.6%) 0.0019 ( 1.2%) 0.0083 ( 2.4%) 0.0083 ( 0.3%) precheck-target
0.0021 ( 1.1%) 0.0027 ( 1.7%) 0.0048 ( 1.4%) 0.0048 ( 0.2%) IRGen
0.0018 ( 1.0%) 0.0005 ( 0.3%) 0.0024 ( 0.7%) 0.0024 ( 0.1%) SILGen-function
0.0019 ( 1.1%) 0.0000 ( 0.0%) 0.0020 ( 0.6%) 0.0020 ( 0.1%) SIL optimization
0.0011 ( 0.6%) 0.0003 ( 0.2%) 0.0014 ( 0.4%) 0.0014 ( 0.0%) typecheck-decl
0.0007 ( 0.4%) 0.0002 ( 0.1%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) load-all-members
0.0005 ( 0.3%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 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%) 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1806 (100.0%) 0.1610 (100.0%) 0.3415 (100.0%) 3.0191 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5311 seconds (2.9826 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8502 (100.0%) 0.6809 (100.0%) 1.5311 (100.0%) 2.9826 (100.0%) Building Target
0.8502 (100.0%) 0.6809 (100.0%) 1.5311 (100.0%) 2.9826 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/Utils.swift (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Elements.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift (in target 'Eval' from project 'Eval')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522970675658-swift-frontend-Eval-Elements.swift-arm64_apple_ios18.4-o-Onone-651638051.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1019 seconds (3.0975 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2831 ( 36.0%) 0.1074 ( 34.0%) 0.3905 ( 35.4%) 1.3632 ( 44.0%) parse-and-resolve-imports
0.2828 ( 36.0%) 0.1066 ( 33.8%) 0.3894 ( 35.3%) 1.3616 ( 44.0%) Import resolution
0.0763 ( 9.7%) 0.0222 ( 7.0%) 0.0985 ( 8.9%) 0.0985 ( 3.2%) build-rewrite-system
0.0310 ( 3.9%) 0.0184 ( 5.8%) 0.0494 ( 4.5%) 0.0525 ( 1.7%) perform-sema
0.0309 ( 3.9%) 0.0184 ( 5.8%) 0.0493 ( 4.5%) 0.0524 ( 1.7%) Type checking and Semantic analysis
0.0016 ( 0.2%) 0.0079 ( 2.5%) 0.0094 ( 0.9%) 0.0505 ( 1.6%) load-stdlib
0.0190 ( 2.4%) 0.0172 ( 5.5%) 0.0363 ( 3.3%) 0.0394 ( 1.3%) typecheck-decl
0.0108 ( 1.4%) 0.0080 ( 2.5%) 0.0189 ( 1.7%) 0.0189 ( 0.6%) import-clang-decl
0.0080 ( 1.0%) 0.0046 ( 1.5%) 0.0126 ( 1.1%) 0.0131 ( 0.4%) IRGen
0.0119 ( 1.5%) 0.0011 ( 0.4%) 0.0130 ( 1.2%) 0.0130 ( 0.4%) typecheck-stmt
0.0094 ( 1.2%) 0.0004 ( 0.1%) 0.0098 ( 0.9%) 0.0098 ( 0.3%) SIL optimization
0.0078 ( 1.0%) 0.0014 ( 0.4%) 0.0092 ( 0.8%) 0.0092 ( 0.3%) typecheck-expr
0.0066 ( 0.8%) 0.0011 ( 0.4%) 0.0078 ( 0.7%) 0.0078 ( 0.3%) SILGen
0.0034 ( 0.4%) 0.0005 ( 0.2%) 0.0039 ( 0.4%) 0.0039 ( 0.1%) SILGen-function
0.0026 ( 0.3%) 0.0001 ( 0.0%) 0.0027 ( 0.2%) 0.0026 ( 0.1%) precheck-target
0.0008 ( 0.1%) 0.0002 ( 0.1%) 0.0010 ( 0.1%) 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%) 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%) 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%) perform-whole-module-type-checking
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.7860 (100.0%) 0.3158 (100.0%) 1.1019 (100.0%) 3.0975 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8891 seconds (2.9841 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1772 (100.0%) 0.7120 (100.0%) 1.8891 (100.0%) 2.9841 (100.0%) Building Target
1.1772 (100.0%) 0.7120 (100.0%) 1.8891 (100.0%) 2.9841 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: warning: static property 'notInterpreted' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: note: add '@MainActor' to make static property 'notInterpreted' part of global actor 'MainActor'
public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:116:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notInterpreted: VariableOptions = VariableOptions(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: warning: static property 'notTrimmed' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: note: add '@MainActor' to make static property 'notTrimmed' part of global actor 'MainActor'
public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:118:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let notTrimmed: VariableOptions = VariableOptions(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: warning: static property 'exhaustiveMatch' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: note: add '@MainActor' to make static property 'exhaustiveMatch' part of global actor 'MainActor'
public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:120:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let exhaustiveMatch: VariableOptions = VariableOptions(rawValue: 1 << 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: warning: static property 'acceptsNilValue' is not concurrency-safe because non-'Sendable' type 'VariableOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:107:15: note: consider making struct 'VariableOptions' conform to the 'Sendable' protocol
public struct VariableOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: note: add '@MainActor' to make static property 'acceptsNilValue' part of global actor 'MainActor'
public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:122:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let acceptsNilValue: VariableOptions = VariableOptions(rawValue: 1 << 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:157:37: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
public typealias VariableMapper<T, I: Interpreter> = (_ body: VariableBody<I>) -> T?
^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:153:30: note: 'T' previously declared here
public class GenericVariable<T, I: Interpreter>: VariableProtocol, PatternElement, Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:157:40: warning: generic parameter 'I' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
public typealias VariableMapper<T, I: Interpreter> = (_ body: VariableBody<I>) -> T?
^
/Users/admin/builder/spi-builder-workspace/Sources/Eval/Elements.swift:153:33: note: 'I' previously declared here
public class GenericVariable<T, I: Interpreter>: VariableProtocol, PatternElement, Equatable {
^
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 Pattern.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Matcher.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling MatchResult.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling TypedInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Elements.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Common.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Utils.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling TemplateInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftDriver\ Compilation Eval normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Eval -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug-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:29:34.164 appintentsmetadataprocessor[913:4898] Starting appintentsmetadataprocessor export
2025-04-24 12:29:34.166 appintentsmetadataprocessor[913:4898] 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:29:34.189 appintentsnltrainingprocessor[914:4899] Parsing options for appintentsnltrainingprocessor
2025-04-24 12:29:34.189 appintentsnltrainingprocessor[914:4899] 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/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.