Build Information
Successful build of Eval, reference master (df80bd
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 19:29:22 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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/tevelee/Eval.git
https://github.com/tevelee/Eval.git
{
"dependencies" : [
],
"manifest_display_name" : "Eval",
"name" : "Eval",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Eval",
"targets" : [
"Eval"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EvalTests",
"module_type" : "SwiftTarget",
"name" : "EvalTests",
"path" : "Tests/EvalTests",
"sources" : [
"IntegrationTests/InterpreterTests.swift",
"IntegrationTests/PerformanceTest.swift",
"IntegrationTests/Suffix.swift",
"IntegrationTests/TemplateTests.swift",
"UnitTests/DataTypeTests.swift",
"UnitTests/FunctionTests.swift",
"UnitTests/InterpreterContextTests.swift",
"UnitTests/KeywordTests.swift",
"UnitTests/LiteralTests.swift",
"UnitTests/MatchResultTests.swift",
"UnitTests/MatchStatementTests.swift",
"UnitTests/MatcherTests.swift",
"UnitTests/PatternTests.swift",
"UnitTests/TemplateInterpreterTests.swift",
"UnitTests/TypedInterpreterTests.swift",
"UnitTests/UtilTests.swift",
"UnitTests/VariableProcessor.swift",
"UnitTests/VariableTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"Eval"
],
"type" : "test"
},
{
"c99name" : "Eval",
"module_type" : "SwiftTarget",
"name" : "Eval",
"path" : "Sources/Eval",
"product_memberships" : [
"Eval"
],
"sources" : [
"Common.swift",
"Elements.swift",
"TemplateInterpreter.swift",
"TypedInterpreter.swift",
"Utilities/MatchResult.swift",
"Utilities/Matcher.swift",
"Utilities/Pattern.swift",
"Utilities/Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/xcodeswift/xcproj.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/tadija/AEXML.git
Fetching from https://github.com/kylef/Spectre.git
Creating working copy of package ‘xcproj’
Checking out 4.3.1 of package ‘xcproj’
Creating working copy of package ‘Spectre’
Checking out 0.9.2 of package ‘Spectre’
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 ‘AEXML’
Checking out 4.7.0 of package ‘AEXML’
Resolved source packages:
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
xcproj: https://github.com/xcodeswift/xcproj.git @ 4.3.1
AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
Automation: /Users/admin/builder/spi-builder-workspace/Scripts
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
resolved source packages: ShellOut, PathKit, xcproj, AEXML, Automation, 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/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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Eval-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
AEXML: https://github.com/tadija/AEXML.git @ 4.7.0
xcproj: https://github.com/xcodeswift/xcproj.git @ 4.3.1
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
Automation: /Users/admin/builder/spi-builder-workspace/Scripts
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5e87b37c33b25be31884cb644b56fe2c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5e87b37c33b25be31884cb644b56fe2c.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
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/Eval.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Resources Versions/Current/Resources (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Modules Versions/Current/Modules (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Headers Versions/Current/Headers (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/Current A (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Eval.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Eval.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Eval Versions/Current/Eval (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Eval /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Eval
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval.SwiftConstValuesFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/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/Eval.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Resources (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/Eval.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A (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/Eval.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions (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/Eval.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Eval.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/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/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/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/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\ MatchResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Eval/Utilities/MatchResult.swift (in target 'Eval' from project 'Eval')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745522956628229-swift-frontend-Eval-MatchResult.swift-arm64_apple_macos10.10-o-Onone-3238451033.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4408 seconds (4.1962 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0303 ( 12.1%) 0.0526 ( 27.5%) 0.0829 ( 18.8%) 1.9565 ( 46.6%) parse-and-resolve-imports
0.0299 ( 12.0%) 0.0520 ( 27.2%) 0.0820 ( 18.6%) 1.9556 ( 46.6%) Import resolution
0.0787 ( 31.6%) 0.0245 ( 12.8%) 0.1032 ( 23.4%) 0.1032 ( 2.5%) build-rewrite-system
0.0230 ( 9.2%) 0.0079 ( 4.1%) 0.0310 ( 7.0%) 0.0312 ( 0.7%) perform-sema
0.0230 ( 9.2%) 0.0079 ( 4.1%) 0.0309 ( 7.0%) 0.0312 ( 0.7%) Type checking and Semantic analysis
0.0115 ( 4.6%) 0.0138 ( 7.2%) 0.0253 ( 5.7%) 0.0295 ( 0.7%) load-stdlib
0.0204 ( 8.2%) 0.0062 ( 3.3%) 0.0266 ( 6.0%) 0.0269 ( 0.6%) typecheck-stmt
0.0118 ( 4.7%) 0.0097 ( 5.1%) 0.0215 ( 4.9%) 0.0214 ( 0.5%) import-clang-decl
0.0091 ( 3.7%) 0.0039 ( 2.1%) 0.0130 ( 3.0%) 0.0133 ( 0.3%) precheck-target
0.0017 ( 0.7%) 0.0070 ( 3.7%) 0.0087 ( 2.0%) 0.0118 ( 0.3%) SILGen
0.0032 ( 1.3%) 0.0030 ( 1.6%) 0.0062 ( 1.4%) 0.0062 ( 0.1%) IRGen
0.0024 ( 1.0%) 0.0016 ( 0.8%) 0.0040 ( 0.9%) 0.0040 ( 0.1%) typecheck-decl
0.0024 ( 1.0%) 0.0000 ( 0.0%) 0.0025 ( 0.6%) 0.0025 ( 0.1%) SIL optimization
0.0007 ( 0.3%) 0.0006 ( 0.3%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) SILGen-function
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) load-all-members
0.0004 ( 0.2%) 0.0002 ( 0.1%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) typecheck-expr
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.2494 (100.0%) 0.1914 (100.0%) 0.4408 (100.0%) 4.1962 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.1709 seconds (4.1704 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1429 (100.0%) 1.0280 (100.0%) 2.1709 (100.0%) 4.1704 (100.0%) Building Target
1.1429 (100.0%) 1.0280 (100.0%) 2.1709 (100.0%) 4.1704 (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')
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-1745522956630137-swift-frontend-Eval-TemplateInterpreter.swift-arm64_apple_macos10.10-o-Onone-299910235.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3976 seconds (4.5404 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0219 ( 8.9%) 0.0393 ( 25.9%) 0.0612 ( 15.4%) 2.1124 ( 46.5%) parse-and-resolve-imports
0.0215 ( 8.8%) 0.0388 ( 25.6%) 0.0603 ( 15.2%) 2.1116 ( 46.5%) Import resolution
0.0761 ( 30.9%) 0.0240 ( 15.8%) 0.1001 ( 25.2%) 0.1000 ( 2.2%) build-rewrite-system
0.0018 ( 0.7%) 0.0104 ( 6.9%) 0.0122 ( 3.1%) 0.0527 ( 1.2%) load-stdlib
0.0264 ( 10.7%) 0.0070 ( 4.6%) 0.0333 ( 8.4%) 0.0333 ( 0.7%) perform-sema
0.0263 ( 10.7%) 0.0070 ( 4.6%) 0.0333 ( 8.4%) 0.0333 ( 0.7%) Type checking and Semantic analysis
0.0164 ( 6.7%) 0.0051 ( 3.4%) 0.0215 ( 5.4%) 0.0215 ( 0.5%) typecheck-decl
0.0119 ( 4.8%) 0.0086 ( 5.7%) 0.0205 ( 5.2%) 0.0205 ( 0.5%) import-clang-decl
0.0114 ( 4.7%) 0.0030 ( 2.0%) 0.0144 ( 3.6%) 0.0144 ( 0.3%) typecheck-stmt
0.0085 ( 3.5%) 0.0028 ( 1.8%) 0.0113 ( 2.8%) 0.0113 ( 0.2%) typecheck-expr
0.0057 ( 2.3%) 0.0032 ( 2.1%) 0.0089 ( 2.2%) 0.0089 ( 0.2%) IRGen
0.0057 ( 2.3%) 0.0009 ( 0.6%) 0.0066 ( 1.7%) 0.0066 ( 0.1%) SILGen
0.0042 ( 1.7%) 0.0007 ( 0.5%) 0.0049 ( 1.2%) 0.0049 ( 0.1%) precheck-target
0.0044 ( 1.8%) 0.0001 ( 0.1%) 0.0045 ( 1.1%) 0.0045 ( 0.1%) SIL optimization
0.0028 ( 1.2%) 0.0004 ( 0.3%) 0.0033 ( 0.8%) 0.0033 ( 0.1%) SILGen-function
0.0008 ( 0.3%) 0.0003 ( 0.2%) 0.0011 ( 0.3%) 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, 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.2460 (100.0%) 0.1515 (100.0%) 0.3976 (100.0%) 4.5404 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9719 seconds (4.1718 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0676 (100.0%) 0.9043 (100.0%) 1.9719 (100.0%) 4.1718 (100.0%) Building Target
1.0676 (100.0%) 0.9043 (100.0%) 1.9719 (100.0%) 4.1718 (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-1745522956628190-swift-frontend-Eval-TypedInterpreter.swift-arm64_apple_macos10.10-o-Onone-2836155547.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5240 seconds (4.8881 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0243 ( 7.3%) 0.0490 ( 25.8%) 0.0733 ( 14.0%) 2.2391 ( 45.8%) parse-and-resolve-imports
0.0238 ( 7.1%) 0.0485 ( 25.5%) 0.0723 ( 13.8%) 2.2381 ( 45.8%) Import resolution
0.0522 ( 15.6%) 0.0189 ( 9.9%) 0.0711 ( 13.6%) 0.0710 ( 1.5%) build-rewrite-system
0.0521 ( 15.6%) 0.0128 ( 6.8%) 0.0650 ( 12.4%) 0.0650 ( 1.3%) perform-sema
0.0520 ( 15.6%) 0.0128 ( 6.7%) 0.0649 ( 12.4%) 0.0649 ( 1.3%) Type checking and Semantic analysis
0.0017 ( 0.5%) 0.0106 ( 5.6%) 0.0123 ( 2.3%) 0.0450 ( 0.9%) load-stdlib
0.0319 ( 9.6%) 0.0071 ( 3.8%) 0.0391 ( 7.5%) 0.0391 ( 0.8%) typecheck-stmt
0.0283 ( 8.5%) 0.0085 ( 4.5%) 0.0368 ( 7.0%) 0.0368 ( 0.8%) typecheck-decl
0.0116 ( 3.5%) 0.0103 ( 5.4%) 0.0219 ( 4.2%) 0.0218 ( 0.4%) import-clang-decl
0.0159 ( 4.8%) 0.0039 ( 2.0%) 0.0198 ( 3.8%) 0.0198 ( 0.4%) typecheck-expr
0.0104 ( 3.1%) 0.0043 ( 2.2%) 0.0147 ( 2.8%) 0.0147 ( 0.3%) IRGen
0.0088 ( 2.6%) 0.0014 ( 0.8%) 0.0103 ( 2.0%) 0.0103 ( 0.2%) SILGen
0.0068 ( 2.0%) 0.0001 ( 0.0%) 0.0068 ( 1.3%) 0.0068 ( 0.1%) SIL optimization
0.0052 ( 1.5%) 0.0009 ( 0.5%) 0.0060 ( 1.1%) 0.0060 ( 0.1%) precheck-target
0.0050 ( 1.5%) 0.0007 ( 0.3%) 0.0057 ( 1.1%) 0.0057 ( 0.1%) SILGen-function
0.0030 ( 0.9%) 0.0001 ( 0.1%) 0.0031 ( 0.6%) 0.0031 ( 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, 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%) 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.3339 (100.0%) 0.1900 (100.0%) 0.5240 (100.0%) 4.8881 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8724 seconds (4.1783 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9421 (100.0%) 0.9304 (100.0%) 1.8724 (100.0%) 4.1783 (100.0%) Building Target
0.9421 (100.0%) 0.9304 (100.0%) 1.8724 (100.0%) 4.1783 (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
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-1745522956630340-swift-frontend-Eval-Common.swift-arm64_apple_macos10.10-o-Onone-2005813691.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.1867 seconds (4.2265 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5338 ( 46.0%) 0.3958 ( 46.3%) 1.9296 ( 46.1%) 1.9298 ( 45.7%) parse-and-resolve-imports
1.5334 ( 46.0%) 0.3955 ( 46.2%) 1.9289 ( 46.1%) 1.9292 ( 45.6%) Import resolution
0.0758 ( 2.3%) 0.0124 ( 1.5%) 0.0882 ( 2.1%) 0.0881 ( 2.1%) build-rewrite-system
0.0451 ( 1.4%) 0.0086 ( 1.0%) 0.0537 ( 1.3%) 0.0540 ( 1.3%) perform-sema
0.0450 ( 1.4%) 0.0086 ( 1.0%) 0.0536 ( 1.3%) 0.0540 ( 1.3%) Type checking and Semantic analysis
0.0018 ( 0.1%) 0.0086 ( 1.0%) 0.0104 ( 0.2%) 0.0485 ( 1.1%) load-stdlib
0.0365 ( 1.1%) 0.0046 ( 0.5%) 0.0411 ( 1.0%) 0.0415 ( 1.0%) typecheck-stmt
0.0113 ( 0.3%) 0.0100 ( 1.2%) 0.0213 ( 0.5%) 0.0213 ( 0.5%) import-clang-decl
0.0088 ( 0.3%) 0.0041 ( 0.5%) 0.0129 ( 0.3%) 0.0132 ( 0.3%) IRGen
0.0112 ( 0.3%) 0.0010 ( 0.1%) 0.0121 ( 0.3%) 0.0121 ( 0.3%) precheck-target
0.0072 ( 0.2%) 0.0035 ( 0.4%) 0.0108 ( 0.3%) 0.0108 ( 0.3%) typecheck-decl
0.0064 ( 0.2%) 0.0006 ( 0.1%) 0.0070 ( 0.2%) 0.0070 ( 0.2%) SILGen
0.0056 ( 0.2%) 0.0002 ( 0.0%) 0.0058 ( 0.1%) 0.0058 ( 0.1%) SIL optimization
0.0041 ( 0.1%) 0.0012 ( 0.1%) 0.0053 ( 0.1%) 0.0053 ( 0.1%) typecheck-expr
0.0045 ( 0.1%) 0.0002 ( 0.0%) 0.0048 ( 0.1%) 0.0048 ( 0.1%) SILGen-function
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
3.3314 (100.0%) 0.8553 (100.0%) 4.1867 (100.0%) 4.2265 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.0107 seconds (4.1706 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.6701 (100.0%) 1.3406 (100.0%) 4.0107 (100.0%) 4.1706 (100.0%) Building Target
2.6701 (100.0%) 1.3406 (100.0%) 4.0107 (100.0%) 4.1706 (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\ 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-1745522956629821-swift-frontend-Eval-Pattern.swift-arm64_apple_macos10.10-o-Onone-3199646375.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4435 seconds (4.7215 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0237 ( 9.0%) 0.0483 ( 26.8%) 0.0720 ( 16.2%) 2.1960 ( 46.5%) parse-and-resolve-imports
0.0234 ( 8.9%) 0.0477 ( 26.5%) 0.0711 ( 16.0%) 2.1951 ( 46.5%) Import resolution
0.0529 ( 20.1%) 0.0196 ( 10.9%) 0.0725 ( 16.3%) 0.0724 ( 1.5%) build-rewrite-system
0.0314 ( 11.9%) 0.0105 ( 5.9%) 0.0419 ( 9.5%) 0.0420 ( 0.9%) perform-sema
0.0313 ( 11.9%) 0.0105 ( 5.8%) 0.0419 ( 9.4%) 0.0419 ( 0.9%) Type checking and Semantic analysis
0.0015 ( 0.6%) 0.0100 ( 5.6%) 0.0116 ( 2.6%) 0.0416 ( 0.9%) load-stdlib
0.0245 ( 9.3%) 0.0093 ( 5.2%) 0.0339 ( 7.6%) 0.0339 ( 0.7%) typecheck-decl
0.0158 ( 6.0%) 0.0045 ( 2.5%) 0.0203 ( 4.6%) 0.0203 ( 0.4%) typecheck-expr
0.0108 ( 4.1%) 0.0087 ( 4.8%) 0.0195 ( 4.4%) 0.0195 ( 0.4%) import-clang-decl
0.0135 ( 5.1%) 0.0036 ( 2.0%) 0.0170 ( 3.8%) 0.0170 ( 0.4%) typecheck-stmt
0.0096 ( 3.7%) 0.0043 ( 2.4%) 0.0139 ( 3.1%) 0.0139 ( 0.3%) IRGen
0.0078 ( 3.0%) 0.0014 ( 0.8%) 0.0092 ( 2.1%) 0.0092 ( 0.2%) SILGen
0.0088 ( 3.4%) 0.0002 ( 0.1%) 0.0090 ( 2.0%) 0.0090 ( 0.2%) SIL optimization
0.0048 ( 1.8%) 0.0007 ( 0.4%) 0.0056 ( 1.3%) 0.0055 ( 0.1%) SILGen-function
0.0024 ( 0.9%) 0.0005 ( 0.3%) 0.0028 ( 0.6%) 0.0028 ( 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%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 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.2633 (100.0%) 0.1801 (100.0%) 0.4435 (100.0%) 4.7215 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9066 seconds (4.1765 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9403 (100.0%) 0.9663 (100.0%) 1.9066 (100.0%) 4.1765 (100.0%) Building Target
0.9403 (100.0%) 0.9663 (100.0%) 1.9066 (100.0%) 4.1765 (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\ 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-1745522956631011-swift-frontend-Eval-Elements.swift-arm64_apple_macos10.10-o-Onone-3857091191.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4490 seconds (4.4445 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0248 ( 8.9%) 0.0496 ( 29.0%) 0.0744 ( 16.6%) 2.0625 ( 46.4%) parse-and-resolve-imports
0.0245 ( 8.8%) 0.0490 ( 28.7%) 0.0736 ( 16.4%) 2.0617 ( 46.4%) Import resolution
0.0758 ( 27.3%) 0.0253 ( 14.8%) 0.1011 ( 22.5%) 0.1010 ( 2.3%) build-rewrite-system
0.0332 ( 11.9%) 0.0073 ( 4.3%) 0.0405 ( 9.0%) 0.0405 ( 0.9%) perform-sema
0.0331 ( 11.9%) 0.0073 ( 4.3%) 0.0404 ( 9.0%) 0.0404 ( 0.9%) Type checking and Semantic analysis
0.0017 ( 0.6%) 0.0074 ( 4.3%) 0.0090 ( 2.0%) 0.0283 ( 0.6%) load-stdlib
0.0209 ( 7.5%) 0.0051 ( 3.0%) 0.0260 ( 5.8%) 0.0261 ( 0.6%) typecheck-decl
0.0124 ( 4.4%) 0.0095 ( 5.6%) 0.0219 ( 4.9%) 0.0219 ( 0.5%) import-clang-decl
0.0122 ( 4.4%) 0.0023 ( 1.3%) 0.0145 ( 3.2%) 0.0145 ( 0.3%) typecheck-stmt
0.0083 ( 3.0%) 0.0035 ( 2.1%) 0.0118 ( 2.6%) 0.0118 ( 0.3%) IRGen
0.0087 ( 3.1%) 0.0025 ( 1.5%) 0.0112 ( 2.5%) 0.0112 ( 0.3%) typecheck-expr
0.0087 ( 3.1%) 0.0000 ( 0.0%) 0.0087 ( 1.9%) 0.0087 ( 0.2%) SIL optimization
0.0067 ( 2.4%) 0.0010 ( 0.6%) 0.0077 ( 1.7%) 0.0077 ( 0.2%) SILGen
0.0034 ( 1.2%) 0.0005 ( 0.3%) 0.0039 ( 0.9%) 0.0039 ( 0.1%) SILGen-function
0.0029 ( 1.0%) 0.0001 ( 0.1%) 0.0030 ( 0.7%) 0.0030 ( 0.1%) precheck-target
0.0009 ( 0.3%) 0.0004 ( 0.2%) 0.0012 ( 0.3%) 0.0012 ( 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%) 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.2781 (100.0%) 0.1709 (100.0%) 0.4490 (100.0%) 4.4445 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.0544 seconds (4.1723 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1274 (100.0%) 0.9270 (100.0%) 2.0544 (100.0%) 4.1723 (100.0%) Building Target
1.1274 (100.0%) 0.9270 (100.0%) 2.0544 (100.0%) 4.1723 (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 {
^
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-1745522956631975-swift-frontend-Eval-all-arm64_apple_macos10.10-swiftmodule-Onone-2171268294.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3314 seconds (4.1170 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0240 ( 13.2%) 0.0502 ( 33.6%) 0.0743 ( 22.4%) 1.9551 ( 47.5%) parse-and-resolve-imports
0.0236 ( 13.0%) 0.0497 ( 33.2%) 0.0733 ( 22.1%) 1.9541 ( 47.5%) Import resolution
0.0291 ( 16.0%) 0.0072 ( 4.8%) 0.0362 ( 10.9%) 0.0370 ( 0.9%) perform-sema
0.0290 ( 15.9%) 0.0071 ( 4.8%) 0.0361 ( 10.9%) 0.0368 ( 0.9%) Type checking and Semantic analysis
0.0283 ( 15.6%) 0.0069 ( 4.6%) 0.0352 ( 10.6%) 0.0359 ( 0.9%) typecheck-decl
0.0016 ( 0.9%) 0.0078 ( 5.2%) 0.0094 ( 2.8%) 0.0274 ( 0.7%) load-stdlib
0.0139 ( 7.7%) 0.0069 ( 4.6%) 0.0208 ( 6.3%) 0.0218 ( 0.5%) SIL optimization
0.0103 ( 5.6%) 0.0038 ( 2.5%) 0.0140 ( 4.2%) 0.0155 ( 0.4%) SILGen
0.0029 ( 1.6%) 0.0040 ( 2.7%) 0.0069 ( 2.1%) 0.0079 ( 0.2%) Serialization, swiftmodule
0.0055 ( 3.0%) 0.0015 ( 1.0%) 0.0070 ( 2.1%) 0.0070 ( 0.2%) build-rewrite-system
0.0054 ( 2.9%) 0.0013 ( 0.9%) 0.0066 ( 2.0%) 0.0066 ( 0.2%) typecheck-expr
0.0045 ( 2.5%) 0.0011 ( 0.7%) 0.0056 ( 1.7%) 0.0056 ( 0.1%) SILGen-function
0.0018 ( 1.0%) 0.0010 ( 0.7%) 0.0028 ( 0.9%) 0.0028 ( 0.1%) Serialization, swiftdoc
0.0008 ( 0.5%) 0.0010 ( 0.7%) 0.0019 ( 0.6%) 0.0019 ( 0.0%) import-clang-decl
0.0005 ( 0.3%) 0.0001 ( 0.0%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) precheck-target
0.0003 ( 0.2%) 0.0001 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 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.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.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%) 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-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1818 (100.0%) 0.1496 (100.0%) 0.3314 (100.0%) 4.1170 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1800 seconds (2.0833 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0977 (100.0%) 0.0824 (100.0%) 0.1800 (100.0%) 2.0833 (100.0%) Building Target
0.0977 (100.0%) 0.0824 (100.0%) 0.1800 (100.0%) 2.0833 (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\ 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-1745522956632287-swift-frontend-Eval-Utils.swift-arm64_apple_macos10.10-o-Onone-3778637950.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3548 seconds (4.2626 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0245 ( 12.2%) 0.0452 ( 29.2%) 0.0697 ( 19.6%) 2.0068 ( 47.1%) parse-and-resolve-imports
0.0241 ( 12.1%) 0.0446 ( 28.9%) 0.0688 ( 19.4%) 2.0058 ( 47.1%) Import resolution
0.0772 ( 38.6%) 0.0239 ( 15.4%) 0.1011 ( 28.5%) 0.1010 ( 2.4%) build-rewrite-system
0.0016 ( 0.8%) 0.0080 ( 5.2%) 0.0096 ( 2.7%) 0.0433 ( 1.0%) load-stdlib
0.0116 ( 5.8%) 0.0101 ( 6.5%) 0.0217 ( 6.1%) 0.0216 ( 0.5%) import-clang-decl
0.0144 ( 7.2%) 0.0053 ( 3.4%) 0.0197 ( 5.6%) 0.0197 ( 0.5%) perform-sema
0.0143 ( 7.2%) 0.0053 ( 3.4%) 0.0197 ( 5.5%) 0.0197 ( 0.5%) Type checking and Semantic analysis
0.0130 ( 6.5%) 0.0049 ( 3.2%) 0.0179 ( 5.0%) 0.0179 ( 0.4%) typecheck-stmt
0.0068 ( 3.4%) 0.0018 ( 1.2%) 0.0086 ( 2.4%) 0.0086 ( 0.2%) precheck-target
0.0033 ( 1.7%) 0.0038 ( 2.4%) 0.0071 ( 2.0%) 0.0071 ( 0.2%) IRGen
0.0029 ( 1.5%) 0.0007 ( 0.4%) 0.0036 ( 1.0%) 0.0036 ( 0.1%) SILGen
0.0018 ( 0.9%) 0.0003 ( 0.2%) 0.0021 ( 0.6%) 0.0021 ( 0.0%) SILGen-function
0.0020 ( 1.0%) 0.0000 ( 0.0%) 0.0020 ( 0.6%) 0.0020 ( 0.0%) SIL optimization
0.0012 ( 0.6%) 0.0003 ( 0.2%) 0.0015 ( 0.4%) 0.0015 ( 0.0%) typecheck-decl
0.0007 ( 0.4%) 0.0002 ( 0.2%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) load-all-members
0.0006 ( 0.3%) 0.0001 ( 0.0%) 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, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2002 (100.0%) 0.1546 (100.0%) 0.3548 (100.0%) 4.2626 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.0830 seconds (4.1664 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0922 (100.0%) 0.9908 (100.0%) 2.0830 (100.0%) 4.1664 (100.0%) Building Target
1.0922 (100.0%) 0.9908 (100.0%) 2.0830 (100.0%) 4.1664 (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\ 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-1745522956632203-swift-frontend-Eval-Matcher.swift-arm64_apple_macos10.10-o-Onone-835345099.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6067 seconds (4.8591 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0243 ( 5.7%) 0.0453 ( 25.1%) 0.0696 ( 11.5%) 2.1865 ( 45.0%) parse-and-resolve-imports
0.0240 ( 5.6%) 0.0448 ( 24.9%) 0.0688 ( 11.3%) 2.1856 ( 45.0%) Import resolution
0.0675 ( 15.8%) 0.0113 ( 6.3%) 0.0788 ( 13.0%) 0.0788 ( 1.6%) perform-sema
0.0674 ( 15.8%) 0.0113 ( 6.3%) 0.0787 ( 13.0%) 0.0787 ( 1.6%) Type checking and Semantic analysis
0.0523 ( 12.3%) 0.0176 ( 9.8%) 0.0699 ( 11.5%) 0.0698 ( 1.4%) build-rewrite-system
0.0603 ( 14.1%) 0.0094 ( 5.2%) 0.0698 ( 11.5%) 0.0698 ( 1.4%) typecheck-stmt
0.0488 ( 11.4%) 0.0078 ( 4.3%) 0.0566 ( 9.3%) 0.0566 ( 1.2%) typecheck-expr
0.0017 ( 0.4%) 0.0083 ( 4.6%) 0.0100 ( 1.7%) 0.0287 ( 0.6%) load-stdlib
0.0182 ( 4.3%) 0.0032 ( 1.8%) 0.0213 ( 3.5%) 0.0213 ( 0.4%) precheck-target
0.0112 ( 2.6%) 0.0090 ( 5.0%) 0.0202 ( 3.3%) 0.0202 ( 0.4%) import-clang-decl
0.0129 ( 3.0%) 0.0038 ( 2.1%) 0.0167 ( 2.7%) 0.0167 ( 0.3%) typecheck-decl
0.0126 ( 3.0%) 0.0022 ( 1.2%) 0.0149 ( 2.4%) 0.0149 ( 0.3%) SILGen
0.0081 ( 1.9%) 0.0043 ( 2.4%) 0.0124 ( 2.0%) 0.0124 ( 0.3%) IRGen
0.0094 ( 2.2%) 0.0013 ( 0.7%) 0.0107 ( 1.8%) 0.0107 ( 0.2%) SILGen-function
0.0072 ( 1.7%) 0.0003 ( 0.1%) 0.0074 ( 1.2%) 0.0074 ( 0.2%) SIL optimization
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%) 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.4266 (100.0%) 0.1802 (100.0%) 0.6067 (100.0%) 4.8591 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9244 seconds (4.1742 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9695 (100.0%) 0.9549 (100.0%) 1.9244 (100.0%) 4.1742 (100.0%) Building Target
0.9695 (100.0%) 0.9549 (100.0%) 1.9244 (100.0%) 4.1742 (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
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/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/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/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/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/Eval.framework/Versions/A/Headers/Eval-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Headers/Eval-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Modules/Eval.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Modules/Eval.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Modules/Eval.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Modules/Eval.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Modules/Eval.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Modules/Eval.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Modules/Eval.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/Eval.build/Objects-normal/arm64/Eval.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Modules/Eval.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Matcher.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Pattern.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling TypedInterpreter.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling MatchResult.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Elements.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Utils.swift (in target 'Eval' from project 'Eval')
SwiftDriverJobDiscovery normal arm64 Compiling Common.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/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/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/Eval.build/Objects-normal/arm64/Eval_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/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/Eval.framework/Versions/A/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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/Objects-normal/arm64/Eval.LinkFileList -install_name @rpath/Eval.framework/Versions/A/Eval -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/Objects-normal/arm64/Eval.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier Eval --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Eval --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/Objects-normal/arm64/Eval_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/Objects-normal/arm64/Eval.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/Eval.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/Eval.build/Eval.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Eval.build/Debug/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:21.376 appintentsmetadataprocessor[917:4850] Starting appintentsmetadataprocessor export
2025-04-24 12:29:21.379 appintentsmetadataprocessor[917:4850] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Eval.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A/Eval -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Eval.framework/Versions/A/Eval.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Eval.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Eval.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Eval.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Eval.framework/Eval.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Eval.framework/Versions/A/Eval.tbd (in target 'Eval' from project 'Eval')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Eval.framework/Versions/A/Eval.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Eval.framework/Eval.tbd
/Users/admin/builder/spi-builder-workspace/Eval.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'Eval' from project 'Eval')
** 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.