Build Information
Successful build of Lotsawa, reference main (28d7a2
), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 20 Jun 2025 09:21:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lotsawa-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hylo-lang/Lotsawa.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hylo-lang/Lotsawa
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 28d7a22 typo
Submodule path 'paper': checked out '73b347b7e6405323a086a17ad26f5d7b85bb43dc'
Submodule 'paper' (https://github.com/jeffreykegler/Marpa-arxiv-paper) registered for path 'paper'
Cloning into '/Users/admin/builder/spi-builder-workspace/paper'...
Cloned https://github.com/hylo-lang/Lotsawa.git
Revision (git rev-parse @):
28d7a224ed19d03f4d819fecf895e6af21fc9368
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hylo-lang/Lotsawa.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.2
Building package at path: $PWD
https://github.com/hylo-lang/Lotsawa.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching from https://github.com/dabrahams/citron.git
Fetching from https://github.com/jpsim/Yams.git
Creating working copy of package ‘Yams’
Checking out 5.4.0 of package ‘Yams’
Creating working copy of package ‘citron’
Checking out 2.1.7 of package ‘citron’
Creating working copy of package ‘SPIManifest’
Checking out 0.19.0 of package ‘SPIManifest’
Resolve Package Graph
Resolved source packages:
citron: https://github.com/dabrahams/citron.git @ 2.1.7
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
Lotsawa: /Users/admin/builder/spi-builder-workspace
resolved source packages: citron, SPIManifest, Yams, Lotsawa
{
"dependencies" : [
{
"identity" : "citron",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.7",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dabrahams/citron.git"
},
{
"identity" : "spimanifest",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
}
],
"manifest_display_name" : "Lotsawa",
"name" : "Lotsawa",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Lotsawa",
"targets" : [
"Lotsawa"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LotsawaC",
"targets" : [
"LotsawaC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LotsawaFrontend",
"targets" : [
"LotsawaFrontend"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Profile",
"targets" : [
"Profile"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestResources",
"module_type" : "SwiftTarget",
"name" : "TestResources",
"path" : "Sources/TestResources",
"product_memberships" : [
"Profile"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCGrammar.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCSymbolIDs.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCTokens.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"TestResources.swift"
],
"target_dependencies" : [
"Lotsawa"
],
"type" : "library"
},
{
"c99name" : "Profile",
"module_type" : "SwiftTarget",
"name" : "Profile",
"path" : "Sources/Profile",
"product_memberships" : [
"Profile"
],
"sources" : [
"Profile.swift"
],
"target_dependencies" : [
"Lotsawa",
"TestResources"
],
"type" : "executable"
},
{
"c99name" : "LotsawaTests",
"module_type" : "SwiftTarget",
"name" : "LotsawaTests",
"path" : "Tests/LotsawaTests",
"product_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"sources" : [
"AdjacencyMatrixTests.swift",
"BitSetTests.swift",
"ChartInternalTests.swift",
"DiscreteMapTests.swift",
"ForestTests.swift",
"GrammarInternalTests.swift",
"GrammarPreprocessing.swift",
"GrammarPreprocessingTests.swift",
"GrammarTests.swift",
"RecognizerTests.swift",
"Utils/DebugForest+Extensions.swift",
"Utils/DebugGrammar+Extensions.swift",
"Utils/DebugGrammar.swift",
"Utils/DebugGrammarScanner.swift",
"Utils/Lotsawa+Extensions.swift",
"Utils/ParseGeneration.swift",
"Utils/Swift+Extensions.swift"
],
"target_dependencies" : [
"Lotsawa",
"TestResources"
],
"type" : "test"
},
{
"c99name" : "LotsawaFrontendTests",
"module_type" : "SwiftTarget",
"name" : "LotsawaFrontendTests",
"path" : "Tests/LotsawaFrontendTests",
"sources" : [
"BisonTests.swift"
],
"target_dependencies" : [
"Lotsawa",
"LotsawaFrontend"
],
"type" : "test"
},
{
"c99name" : "LotsawaFrontend",
"module_type" : "SwiftTarget",
"name" : "LotsawaFrontend",
"path" : "Sources/LotsawaFrontend",
"product_memberships" : [
"LotsawaFrontend"
],
"sources" : [
"Bison.swift"
],
"target_dependencies" : [
"Lotsawa"
],
"type" : "library"
},
{
"c99name" : "LotsawaC",
"module_type" : "SwiftTarget",
"name" : "LotsawaC",
"path" : "Sources/LotsawaC",
"product_memberships" : [
"LotsawaC"
],
"sources" : [
"LotsawaC.swift"
],
"target_dependencies" : [
"Lotsawa"
],
"type" : "library"
},
{
"c99name" : "Lotsawa",
"module_type" : "SwiftTarget",
"name" : "Lotsawa",
"path" : "Sources/Lotsawa",
"product_memberships" : [
"Lotsawa",
"LotsawaC",
"LotsawaFrontend",
"Profile"
],
"sources" : [
"AdjacencyMatrix.swift",
"Array+Extensions.swift",
"BitSet.swift",
"Chart.swift",
"Collection+Extensions.swift",
"DebugChart.swift",
"DebugForest.swift",
"DebugGrammar.swift",
"DebugRecognizer.swift",
"DiscreteMap.swift",
"Evaluation.swift",
"Evaluator.swift",
"Forest.swift",
"Grammar.swift",
"Incidental.swift",
"ItemID.swift",
"MultiMap.swift",
"Nullability.swift",
"PredictionMemo.swift",
"PreprocessedGrammar.swift",
"Recognizer.swift",
"UniqueCounter.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Lotsawa",
"Lotsawa-Package",
"LotsawaC",
"LotsawaFrontend",
"Profile"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lotsawa-Package -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 Lotsawa-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Lotsawa: /Users/admin/builder/spi-builder-workspace
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
citron: https://github.com/dabrahams/citron.git @ 2.1.7
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'Profile' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
➜ Explicit dependency on target 'TestResources' in project 'Lotsawa'
Target 'TestResources' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa_TestResources' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa_TestResources' in project 'Lotsawa' (no dependencies)
Target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa' in project 'Lotsawa' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 950a919adca4cddfdcfa67b8917c7185
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/950a919adca4cddfdcfa67b8917c7185.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyStaticMetadataFileList (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.modulemap (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyMetadataFileList (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftConstValuesFileList (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.LinkFileList (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Profile.DependencyStaticMetadataFileList (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Profile.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Profile.DependencyMetadataFileList (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Profile.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/TestResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.modulemap (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.LinkFileList (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyStaticMetadataFileList (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyMetadataFileList (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftConstValuesFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.LinkFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.modulemap (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyStaticMetadataFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyMetadataFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftConstValuesFileList (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.LinkFileList (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.modulemap (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyStaticMetadataFileList (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaFrontend.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.modulemap (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyMetadataFileList (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftConstValuesFileList (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.LinkFileList (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.modulemap (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.modulemap (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyStaticMetadataFileList (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyMetadataFileList (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Lotsawa.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.modulemap (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources/AnsiCTokens.txt /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCTokens.txt (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCTokens.txt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources/AnsiCSymbolIDs.txt /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCSymbolIDs.txt (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCSymbolIDs.txt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources/AnsiCGrammar.txt /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCGrammar.txt (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCGrammar.txt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle (in target 'Lotsawa_TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle
SwiftDriver Lotsawa normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_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/Lotsawa.build/Debug/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9SVRO5L8L7R15CIBD19CM6OUA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-CA4T53W71DAQ9R5EZYXYZG607.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
EmitSwiftModule normal arm64 (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MultiMap.swift,\ Nullability.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/MultiMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Nullability.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/MultiMap.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Nullability.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PredictionMemo.swift,\ PreprocessedGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PredictionMemo.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PreprocessedGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PredictionMemo.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PreprocessedGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Recognizer.swift,\ UniqueCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Recognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/UniqueCounter.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Recognizer.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/UniqueCounter.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Incidental.swift,\ ItemID.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Incidental.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/ItemID.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Incidental.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/ItemID.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Forest.swift,\ Grammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AdjacencyMatrix.swift,\ Array+Extensions.swift,\ BitSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/AdjacencyMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Array+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/BitSet.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/AdjacencyMatrix.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Array+Extensions.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/BitSet.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DebugRecognizer.swift,\ DiscreteMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DiscreteMap.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugRecognizer.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DiscreteMap.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Chart.swift,\ Collection+Extensions.swift,\ DebugChart.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugChart.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:171:5: warning: expression uses unsafe constructs but is not marked with 'unsafe'
transitionEntries(on: s, inEarleySet: i).lazy.map(\.item).droppingAdjacentDuplicates()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unsafe
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:171:63: note: reference to unsafe type 'some BidirectionalCollection<Chart.ItemID>'
transitionEntries(on: s, inEarleySet: i).lazy.map(\.item).droppingAdjacentDuplicates()
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:194:12: warning: expression uses unsafe constructs but is not marked with 'unsafe'
return ithSet[j...].lazy.prefix(while: { y in y.item == x }).map(\.mainstemIndex!)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unsafe
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:194:66: note: reference to unsafe type 'LazyMapSequence<LazyPrefixWhileSequence<LazySequence<Slice<UnsafeBufferPointer<Chart.Entry>>.SubSequence>.Elements>.Elements, Int>' (aka 'LazyMapSequence<LazyPrefixWhileSequence<Slice<UnsafeBufferPointer<Chart.Entry>>>, Int>')
return ithSet[j...].lazy.prefix(while: { y in y.item == x }).map(\.mainstemIndex!)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:315:12: warning: expression uses unsafe constructs but is not marked with 'unsafe'
return predecessors.first.map { $0.isLeo ? predecessors : nil } ?? nil
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unsafe
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:315:69: note: reference to unsafe type 'Chart.ItemSequence' (aka 'Slice<UnsafeBufferPointer<Chart.Entry>>')
return predecessors.first.map { $0.isLeo ? predecessors : nil } ?? nil
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugChart.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DebugForest.swift,\ DebugGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugForest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugForest.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Evaluation.swift,\ Evaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluator.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluation.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluator.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements Lotsawa normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_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/Lotsawa.build/Debug/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DebugRecognizer.swift, DiscreteMap.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling Recognizer.swift, UniqueCounter.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling MultiMap.swift, Nullability.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Lotsawa-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Lotsawa-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule (in target 'Lotsawa' from project 'Lotsawa')
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/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftdoc (in target 'Lotsawa' from project 'Lotsawa')
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/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.abi.json (in target 'Lotsawa' from project 'Lotsawa')
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/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftsourceinfo (in target 'Lotsawa' from project 'Lotsawa')
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/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PredictionMemo.swift, PreprocessedGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriver TestResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestResources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_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/Lotsawa.build/Debug/TestResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LotsawaFrontend normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaFrontend -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_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/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LotsawaC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/include/LotsawaC.h -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_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/Lotsawa.build/Debug/LotsawaC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Evaluation.swift, Evaluator.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling Chart.swift, Collection+Extensions.swift, DebugChart.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling DebugForest.swift, DebugGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 Compiling\ Bison.swift /Users/admin/builder/spi-builder-workspace/Sources/LotsawaFrontend/Bison.swift (in target 'LotsawaFrontend' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LotsawaFrontend/Bison.swift (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ LotsawaFrontend (in target 'LotsawaFrontend' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LotsawaFrontend/Bison.swift (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Incidental.swift, ItemID.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Emitting module for LotsawaFrontend (in target 'LotsawaFrontend' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements LotsawaFrontend normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaFrontend -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_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/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaFrontend-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaFrontend-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftdoc (in target 'LotsawaFrontend' from project 'Lotsawa')
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/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.abi.json (in target 'LotsawaFrontend' from project 'Lotsawa')
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/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule (in target 'LotsawaFrontend' from project 'Lotsawa')
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/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftsourceinfo (in target 'LotsawaFrontend' from project 'Lotsawa')
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/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-4RVCA0LYKO9T1XBTBWDLGS7GN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AW0HAICMBX1VP2GYFT4GTZ9CD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-9XV10CL6II1F21NO06ZKKGH15.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-9PVRQYGOAFFHPN14CBGSK1XPD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-2YOKBIT61J7TSFO6HVFEVLSBR.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Forest.swift, Grammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-394BQN1QRDBN5GWSLTTTSMR6D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-A1I0PYRSSQTJTY3E6TJJXTBC.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Bison.swift (in target 'LotsawaFrontend' from project 'Lotsawa')
SwiftDriver\ Compilation LotsawaFrontend normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaFrontend -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_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/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6EZ9UDXXG2HYYAFDOS4H1L6QV.pcm
SwiftGeneratePch normal arm64 Compiling\ bridging\ header (in target 'LotsawaC' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling bridging header (in target 'LotsawaC' from project 'Lotsawa')
SwiftEmitModule normal arm64 Emitting\ module\ for\ LotsawaC (in target 'LotsawaC' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/LotsawaC.swift (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LotsawaC.swift /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/LotsawaC.swift (in target 'LotsawaC' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/LotsawaC.swift (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-50JLO6GUUTA2FI0H8LBS9MIWQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-D17NSF6OEJY5K9JOT5Z8H2HHQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-1JSZKKI3KKGZY8I7NTYFOJFPJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-D7T5KE02V961IBK18JS0XRERD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-U7EKZTF9NWBYFCAJPNS2GYKF.pcm
SwiftDriverJobDiscovery normal arm64 Emitting module for LotsawaC (in target 'LotsawaC' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements LotsawaC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/include/LotsawaC.h -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_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/Lotsawa.build/Debug/LotsawaC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaC-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaC-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.abi.json (in target 'LotsawaC' from project 'Lotsawa')
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/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftdoc (in target 'LotsawaC' from project 'Lotsawa')
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/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule (in target 'LotsawaC' from project 'Lotsawa')
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/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftsourceinfo (in target 'LotsawaC' from project 'Lotsawa')
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/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7S7YVWQ1P9OOE7WPX2TPI35GQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-61NN9X8M01886WB8MVUSXDW7W.pcm
SwiftDriverJobDiscovery normal arm64 Compiling LotsawaC.swift (in target 'LotsawaC' from project 'Lotsawa')
SwiftDriver\ Compilation LotsawaC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/include/LotsawaC.h -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_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/Lotsawa.build/Debug/LotsawaC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-3ULIWPV6I5INSTT9R1S9GZCI5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-4S09UNXFZ41TYBH6UJZKNPGXC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-39BHLMJ46NF2HTJAOZKRTRBSP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-B7QMJZSRM2WIVDHX3Q6Z1QYY1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-9OJR5ZYWIJQD0C66L7R6SED4Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-8JNP5S1YSN7O7O00FP55YSUAW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-1DT1TL50FMHAMIF9GTH2GQGG9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-F4EA7VZJQUKCMZRENNSS498MA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-4O5HZP5QQ1GG96D54LACTT2IR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-DW9X0AUH4KSO0SKSS2K5HGEG9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-7TFBR6NU3T3Z275H79Z086T3Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-798MR2PKDI3X7E6PWPKRPZOT6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-88PEQMORTZRKHKYL4VIDFB80O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-1KYPMWTGXDHAVJAVUVYHE9K7K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-DKHZ2DMQU8E6F53KJKI9QP3FL.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AdjacencyMatrix.swift, Array+Extensions.swift, BitSet.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriver\ Compilation Lotsawa normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_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/Lotsawa.build/Debug/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o normal (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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 -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o
ExtractAppIntentsMetadata (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Lotsawa --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.Lotsawa --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.appintents --target-triple arm64-apple-macos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 02:21:24.310 appintentsmetadataprocessor[836:4612] Starting appintentsmetadataprocessor export
2025-06-20 02:21:24.375 appintentsmetadataprocessor[836:4612] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o normal (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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 -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o normal (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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 -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o
ExtractAppIntentsMetadata (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LotsawaFrontend --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.LotsawaFrontend --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.appintents --target-triple arm64-apple-macos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 02:21:24.431 appintentsmetadataprocessor[841:4641] Starting appintentsmetadataprocessor export
2025-06-20 02:21:24.481 appintentsmetadataprocessor[841:4641] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LotsawaC --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.LotsawaC --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.appintents --target-triple arm64-apple-macos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 02:21:24.431 appintentsmetadataprocessor[842:4642] Starting appintentsmetadataprocessor export
2025-06-20 02:21:24.480 appintentsmetadataprocessor[842:4642] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o (in target 'LotsawaC' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o (in target 'LotsawaFrontend' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ TestResources (in target 'TestResources' from project 'Lotsawa')
EmitSwiftModule normal arm64 (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TestResources.swift /Users/admin/builder/spi-builder-workspace/Sources/TestResources/TestResources.swift (in target 'TestResources' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestResources/TestResources.swift (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'TestResources' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for TestResources (in target 'TestResources' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements TestResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestResources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_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/Lotsawa.build/Debug/TestResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/TestResources-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/TestResources-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftdoc (in target 'TestResources' from project 'Lotsawa')
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/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule (in target 'TestResources' from project 'Lotsawa')
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/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.abi.json (in target 'TestResources' from project 'Lotsawa')
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/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftsourceinfo (in target 'TestResources' from project 'Lotsawa')
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/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver Profile normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Profile -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_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/Lotsawa.build/Debug/Profile.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Profile (in target 'Profile' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Profile/Profile.swift (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Profile.swift /Users/admin/builder/spi-builder-workspace/Sources/Profile/Profile.swift (in target 'Profile' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Profile/Profile.swift (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Profile (in target 'Profile' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements Profile normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Profile -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_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/Lotsawa.build/Debug/Profile.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule (in target 'Profile' from project 'Lotsawa')
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/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftdoc (in target 'Profile' from project 'Lotsawa')
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/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.abi.json (in target 'Profile' from project 'Lotsawa')
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/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftsourceinfo (in target 'Profile' from project 'Lotsawa')
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/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Profile.swift (in target 'Profile' from project 'Lotsawa')
SwiftDriver\ Compilation Profile normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Profile -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_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/Lotsawa.build/Debug/Profile.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift (in target 'TestResources' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling TestResources.swift (in target 'TestResources' from project 'Lotsawa')
SwiftDriver\ Compilation TestResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestResources -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos15.0 -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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.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/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_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/Lotsawa.build/Debug/TestResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o normal (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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 -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o
ExtractAppIntentsMetadata (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name TestResources --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.TestResources --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.appintents --target-triple arm64-apple-macos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 02:21:25.816 appintentsmetadataprocessor[850:4714] Starting appintentsmetadataprocessor export
2025-06-20 02:21:25.858 appintentsmetadataprocessor[850:4714] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o (in target 'TestResources' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile normal (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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 -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.0.0-Beta.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/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-linker-args.resp -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-linker-args.resp -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-linker-args.resp
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile (in target 'Profile' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:eee5d475586e7ca9c69da8989618c7ad86f1c65c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:eee5d475586e7ca9c69da8989618c7ad86f1c65c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:eee5d475586e7ca9c69da8989618c7ad86f1c65c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:eee5d475586e7ca9c69da8989618c7ad86f1c65c, name:My Mac }
Build complete.
{
"dependencies" : [
{
"identity" : "citron",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.7",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dabrahams/citron.git"
},
{
"identity" : "spimanifest",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
}
],
"manifest_display_name" : "Lotsawa",
"name" : "Lotsawa",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Lotsawa",
"targets" : [
"Lotsawa"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LotsawaC",
"targets" : [
"LotsawaC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LotsawaFrontend",
"targets" : [
"LotsawaFrontend"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Profile",
"targets" : [
"Profile"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestResources",
"module_type" : "SwiftTarget",
"name" : "TestResources",
"path" : "Sources/TestResources",
"product_memberships" : [
"Profile"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCGrammar.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCSymbolIDs.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCTokens.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"TestResources.swift"
],
"target_dependencies" : [
"Lotsawa"
],
"type" : "library"
},
{
"c99name" : "Profile",
"module_type" : "SwiftTarget",
"name" : "Profile",
"path" : "Sources/Profile",
"product_memberships" : [
"Profile"
],
"sources" : [
"Profile.swift"
],
"target_dependencies" : [
"Lotsawa",
"TestResources"
],
"type" : "executable"
},
{
"c99name" : "LotsawaTests",
"module_type" : "SwiftTarget",
"name" : "LotsawaTests",
"path" : "Tests/LotsawaTests",
"product_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"sources" : [
"AdjacencyMatrixTests.swift",
"BitSetTests.swift",
"ChartInternalTests.swift",
"DiscreteMapTests.swift",
"ForestTests.swift",
"GrammarInternalTests.swift",
"GrammarPreprocessing.swift",
"GrammarPreprocessingTests.swift",
"GrammarTests.swift",
"RecognizerTests.swift",
"Utils/DebugForest+Extensions.swift",
"Utils/DebugGrammar+Extensions.swift",
"Utils/DebugGrammar.swift",
"Utils/DebugGrammarScanner.swift",
"Utils/Lotsawa+Extensions.swift",
"Utils/ParseGeneration.swift",
"Utils/Swift+Extensions.swift"
],
"target_dependencies" : [
"Lotsawa",
"TestResources"
],
"type" : "test"
},
{
"c99name" : "LotsawaFrontendTests",
"module_type" : "SwiftTarget",
"name" : "LotsawaFrontendTests",
"path" : "Tests/LotsawaFrontendTests",
"sources" : [
"BisonTests.swift"
],
"target_dependencies" : [
"Lotsawa",
"LotsawaFrontend"
],
"type" : "test"
},
{
"c99name" : "LotsawaFrontend",
"module_type" : "SwiftTarget",
"name" : "LotsawaFrontend",
"path" : "Sources/LotsawaFrontend",
"product_memberships" : [
"LotsawaFrontend"
],
"sources" : [
"Bison.swift"
],
"target_dependencies" : [
"Lotsawa"
],
"type" : "library"
},
{
"c99name" : "LotsawaC",
"module_type" : "SwiftTarget",
"name" : "LotsawaC",
"path" : "Sources/LotsawaC",
"product_memberships" : [
"LotsawaC"
],
"sources" : [
"LotsawaC.swift"
],
"target_dependencies" : [
"Lotsawa"
],
"type" : "library"
},
{
"c99name" : "Lotsawa",
"module_type" : "SwiftTarget",
"name" : "Lotsawa",
"path" : "Sources/Lotsawa",
"product_memberships" : [
"Lotsawa",
"LotsawaC",
"LotsawaFrontend",
"Profile"
],
"sources" : [
"AdjacencyMatrix.swift",
"Array+Extensions.swift",
"BitSet.swift",
"Chart.swift",
"Collection+Extensions.swift",
"DebugChart.swift",
"DebugForest.swift",
"DebugGrammar.swift",
"DebugRecognizer.swift",
"DiscreteMap.swift",
"Evaluation.swift",
"Evaluator.swift",
"Forest.swift",
"Grammar.swift",
"Incidental.swift",
"ItemID.swift",
"MultiMap.swift",
"Nullability.swift",
"PredictionMemo.swift",
"PreprocessedGrammar.swift",
"Recognizer.swift",
"UniqueCounter.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.