Build Information
Failed to build Lotsawa, reference main (28d7a2), with Swift 6.3 for watchOS using Xcode 26.4 on 13 Apr 2026 19:20:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lotsawa-Package -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.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: watchOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/hylo-lang/Lotsawa.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/dabrahams/citron.git
Fetching from https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching from https://github.com/jpsim/Yams.git
Creating working copy of package ‘citron’
Checking out 2.1.7 of package ‘citron’
Creating working copy of package ‘Yams’
Checking out 5.4.0 of package ‘Yams’
Creating working copy of package ‘SPIManifest’
Checking out 0.19.0 of package ‘SPIManifest’
Resolve Package Graph
Resolved source packages:
Lotsawa: /Users/admin/builder/spi-builder-workspace
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
citron: https://github.com/dabrahams/citron.git @ 2.1.7
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
resolved source packages: Lotsawa, SPIManifest, citron, Yams
2026-04-13 15:20:30.836 xcodebuild[535:3038] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"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"
]
}
}
2026-04-13 15:20:39.719 xcodebuild[756:4331] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lotsawa-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Lotsawa-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
citron: https://github.com/dabrahams/citron.git @ 2.1.7
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
Lotsawa: /Users/admin/builder/spi-builder-workspace
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 637798f62d4e9be9cb92b2a38dddf439
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/637798f62d4e9be9cb92b2a38dddf439.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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/TestResources.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/TestResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/TestResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/armv7k/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-watchos/TestResources.build/Objects-normal/armv7k/TestResources.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/armv7k/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-watchos/TestResources.build/Objects-normal/armv7k/TestResources.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/armv7k/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-watchos/TestResources.build/Objects-normal/armv7k/TestResources.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/armv7k/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-watchos/TestResources.build/Objects-normal/armv7k/TestResources-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/armv7k/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-watchos/TestResources.build/Objects-normal/armv7k/TestResources_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/arm64_32/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-watchos/TestResources.build/Objects-normal/arm64_32/TestResources.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/arm64_32/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-watchos/TestResources.build/Objects-normal/arm64_32/TestResources.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/arm64_32/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-watchos/TestResources.build/Objects-normal/arm64_32/TestResources_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/arm64_32/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-watchos/TestResources.build/Objects-normal/arm64_32/TestResources.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/TestResources.build/Objects-normal/arm64_32/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-watchos/TestResources.build/Objects-normal/arm64_32/TestResources-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/Objects-normal/arm64/TestResources.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/Objects-normal/arm64/TestResources.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/TestResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/TestResources.build/TestResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Profile.build/Profile.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Profile.build/Profile.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Profile.build/Objects-normal/armv7k/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-watchos/Profile.build/Objects-normal/armv7k/Profile_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Profile.build/Objects-normal/armv7k/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-watchos/Profile.build/Objects-normal/armv7k/Profile.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Profile.build/Objects-normal/armv7k/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-watchos/Profile.build/Objects-normal/armv7k/Profile.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Profile.build/Objects-normal/armv7k/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-watchos/Profile.build/Objects-normal/armv7k/Profile-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Profile.build/Objects-normal/arm64_32/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-watchos/Profile.build/Objects-normal/arm64_32/Profile.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Profile.build/Objects-normal/arm64_32/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-watchos/Profile.build/Objects-normal/arm64_32/Profile_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Profile.build/Objects-normal/arm64_32/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-watchos/Profile.build/Objects-normal/arm64_32/Profile.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Profile.build/Objects-normal/arm64_32/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-watchos/Profile.build/Objects-normal/arm64_32/Profile-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Profile.build/Objects-normal/arm64/Profile.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Profile.build/Objects-normal/arm64/Profile.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/armv7k/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-watchos/LotsawaFrontend.build/Objects-normal/armv7k/LotsawaFrontend_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/armv7k/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-watchos/LotsawaFrontend.build/Objects-normal/armv7k/LotsawaFrontend.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/armv7k/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-watchos/LotsawaFrontend.build/Objects-normal/armv7k/LotsawaFrontend.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/armv7k/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-watchos/LotsawaFrontend.build/Objects-normal/armv7k/LotsawaFrontend.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/armv7k/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-watchos/LotsawaFrontend.build/Objects-normal/armv7k/LotsawaFrontend-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/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-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/LotsawaFrontend_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/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-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/LotsawaFrontend.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/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-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/LotsawaFrontend.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/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-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/LotsawaFrontend.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/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-watchos/LotsawaFrontend.build/Objects-normal/arm64_32/LotsawaFrontend-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/LotsawaFrontend.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/LotsawaFrontend.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/LotsawaFrontend.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/armv7k/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-watchos/LotsawaC.build/Objects-normal/armv7k/LotsawaC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/armv7k/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-watchos/LotsawaC.build/Objects-normal/armv7k/LotsawaC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/armv7k/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-watchos/LotsawaC.build/Objects-normal/armv7k/LotsawaC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/armv7k/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-watchos/LotsawaC.build/Objects-normal/armv7k/LotsawaC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/armv7k/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-watchos/LotsawaC.build/Objects-normal/armv7k/LotsawaC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/arm64_32/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-watchos/LotsawaC.build/Objects-normal/arm64_32/LotsawaC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/arm64_32/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-watchos/LotsawaC.build/Objects-normal/arm64_32/LotsawaC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/arm64_32/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-watchos/LotsawaC.build/Objects-normal/arm64_32/LotsawaC.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/LotsawaFrontend.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaFrontend.build/LotsawaFrontend.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/arm64_32/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-watchos/LotsawaC.build/Objects-normal/arm64_32/LotsawaC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/LotsawaC.build/Objects-normal/arm64_32/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-watchos/LotsawaC.build/Objects-normal/arm64_32/LotsawaC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/Objects-normal/arm64/LotsawaC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/LotsawaC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/LotsawaC.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/LotsawaC.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/LotsawaC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/LotsawaC.build/LotsawaC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Lotsawa.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Lotsawa.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Lotsawa.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Lotsawa_TestResources.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Lotsawa.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Lotsawa.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Lotsawa_TestResources.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Lotsawa_TestResources.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Lotsawa_TestResources.bundle/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-watchos/Lotsawa_TestResources.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Lotsawa_TestResources.bundle/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-watchos/Lotsawa_TestResources.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Lotsawa_TestResources.bundle/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-watchos/Lotsawa_TestResources.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Lotsawa_TestResources.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Lotsawa_TestResources.bundle
SwiftDriver Lotsawa normal arm64_32 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos5.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos5.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Lotsawa normal armv7k 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos5.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-CS37TA6S5T8WO941F1Y6KPTPB.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-EDJTPVI58WEN65KIWCAS19P47.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-2ZR2MNDQXQDAOMRAQZ45CE81G.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-8XLZ2TS80YAL53Q0Q3A6ZS6ZT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-4ZAELXTE2GG4SZFDXPWPT7O9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-3F71YKAFPIL4I12A9PF0U6XHE.pcm
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 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_32 /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_32 /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_32 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_32 /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_32 /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_32 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_32 /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_32 /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
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugForest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DiscreteMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Incidental.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/ItemID.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/MultiMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Nullability.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PredictionMemo.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PreprocessedGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Recognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/UniqueCounter.swift -target arm64_32-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Lotsawa -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64_32-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.abi.json
EmitSwiftModule normal arm64_32 (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:128:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
subscript<Target>(dynamicMember m: KeyPath<ItemID, Target>) -> Target {
^
public
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:169:64: error: 'some' return types are only available in watchOS 6.0.0 or newer
func transitionItems(on s: Symbol, inEarleySet i: UInt32) -> some BidirectionalCollection<ItemID>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:169:8: note: add '@available' attribute to enclosing instance method
func transitionItems(on s: Symbol, inEarleySet i: UInt32) -> some BidirectionalCollection<ItemID>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:90:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:190:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> some BidirectionalCollection<Entries.Index>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:189:8: note: add '@available' attribute to enclosing instance method
func mainstemIndices(of x: ItemID, inEarleySet i: UInt32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:90:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:312:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> Optional<some BidirectionalCollection<Entry>>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:311:8: note: add '@available' attribute to enclosing instance method
func leoDerivations(awaiting s: Symbol, at i: SourcePosition)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:308:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:11:40: error: 'some' return types are only available in watchOS 6.0.0 or newer
func droppingAdjacentDuplicates() -> some Collection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:11:8: note: add '@available' attribute to enclosing instance method
func droppingAdjacentDuplicates() -> some Collection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:8:1: note: add '@available' attribute to enclosing extension
extension Collection where Element: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:23:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:22:8: note: add '@available' attribute to enclosing instance method
func keepingFirstOfAdjacentDuplicates(equivalence: @escaping (Element, Element)->Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:19:1: note: add '@available' attribute to enclosing extension
extension BidirectionalCollection {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:34:40: error: 'some' return types are only available in watchOS 6.0.0 or newer
func droppingAdjacentDuplicates() -> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:34:8: note: add '@available' attribute to enclosing instance method
func droppingAdjacentDuplicates() -> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:31:1: note: add '@available' attribute to enclosing extension
extension BidirectionalCollection where Element: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:281:26: error: 'some' return types are only available in watchOS 6.0.0 or newer
public var rhsOrigins: some BidirectionalCollection<SourcePosition> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:281:14: note: add '@available' attribute to enclosing property
public var rhsOrigins: some BidirectionalCollection<SourcePosition> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:273:1: note: add '@available' attribute to enclosing extension
extension Forest.Derivation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:85:23: error: 'some' return types are only available in watchOS 6.0.0 or newer
public var ruleIDs: some RandomAccessCollection<RuleID> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:85:14: note: add '@available' attribute to enclosing property
public var ruleIDs: some RandomAccessCollection<RuleID> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:71:1: note: add '@available' attribute to enclosing extension
extension Grammar {
^
SwiftCompile normal arm64_32 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_32 /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
SwiftCompile normal arm64_32 /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_32 /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_32 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_32 /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_32 /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_32 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_32 /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_32 /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_32 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_32 /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_32 /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
SwiftEmitModule normal armv7k Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
EmitSwiftModule normal armv7k (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:128:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
subscript<Target>(dynamicMember m: KeyPath<ItemID, Target>) -> Target {
^
public
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:169:64: error: 'some' return types are only available in watchOS 6.0.0 or newer
func transitionItems(on s: Symbol, inEarleySet i: UInt32) -> some BidirectionalCollection<ItemID>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:169:8: note: add '@available' attribute to enclosing instance method
func transitionItems(on s: Symbol, inEarleySet i: UInt32) -> some BidirectionalCollection<ItemID>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:90:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:190:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> some BidirectionalCollection<Entries.Index>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:189:8: note: add '@available' attribute to enclosing instance method
func mainstemIndices(of x: ItemID, inEarleySet i: UInt32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:90:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:312:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> Optional<some BidirectionalCollection<Entry>>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:311:8: note: add '@available' attribute to enclosing instance method
func leoDerivations(awaiting s: Symbol, at i: SourcePosition)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:308:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:11:40: error: 'some' return types are only available in watchOS 6.0.0 or newer
func droppingAdjacentDuplicates() -> some Collection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:11:8: note: add '@available' attribute to enclosing instance method
func droppingAdjacentDuplicates() -> some Collection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:8:1: note: add '@available' attribute to enclosing extension
extension Collection where Element: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:23:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:22:8: note: add '@available' attribute to enclosing instance method
func keepingFirstOfAdjacentDuplicates(equivalence: @escaping (Element, Element)->Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:19:1: note: add '@available' attribute to enclosing extension
extension BidirectionalCollection {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:34:40: error: 'some' return types are only available in watchOS 6.0.0 or newer
func droppingAdjacentDuplicates() -> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:34:8: note: add '@available' attribute to enclosing instance method
func droppingAdjacentDuplicates() -> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:31:1: note: add '@available' attribute to enclosing extension
extension BidirectionalCollection where Element: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:281:26: error: 'some' return types are only available in watchOS 6.0.0 or newer
public var rhsOrigins: some BidirectionalCollection<SourcePosition> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:281:14: note: add '@available' attribute to enclosing property
public var rhsOrigins: some BidirectionalCollection<SourcePosition> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:273:1: note: add '@available' attribute to enclosing extension
extension Forest.Derivation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:85:23: error: 'some' return types are only available in watchOS 6.0.0 or newer
public var ruleIDs: some RandomAccessCollection<RuleID> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:85:14: note: add '@available' attribute to enclosing property
public var ruleIDs: some RandomAccessCollection<RuleID> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:71:1: note: add '@available' attribute to enclosing extension
extension Grammar {
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
2026-04-13 15:20:43.540 xcodebuild[775:4445] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
EmitSwiftModule normal arm64_32 (in target 'Lotsawa' from project 'Lotsawa')
EmitSwiftModule normal armv7k (in target 'Lotsawa' from project 'Lotsawa')
Building workspace spi-builder-workspace with scheme Lotsawa-Package
(4 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
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
resolved source packages: SPIManifest, Lotsawa, Yams, citron
2026-04-13 15:20:48.664 xcodebuild[858:4864] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"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"
]
}
}
2026-04-13 15:20:50.634 xcodebuild[881:5030] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Lotsawa-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Lotsawa-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
Lotsawa: /Users/admin/builder/spi-builder-workspace
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
citron: https://github.com/dabrahams/citron.git @ 2.1.7
Yams: https://github.com/jpsim/Yams.git @ 5.4.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
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver Lotsawa normal armv7k 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target armv7k-apple-watchos5.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/Lotsawa.build/Objects-normal/armv7k/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-watchos/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/armv7k/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Lotsawa normal arm64_32 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos5.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/Lotsawa.build/Objects-normal/arm64_32/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-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Lotsawa -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos5.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/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-watchos/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
EmitSwiftModule normal arm64_32 (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:128:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
subscript<Target>(dynamicMember m: KeyPath<ItemID, Target>) -> Target {
^
public
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:169:64: error: 'some' return types are only available in watchOS 6.0.0 or newer
func transitionItems(on s: Symbol, inEarleySet i: UInt32) -> some BidirectionalCollection<ItemID>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:169:8: note: add '@available' attribute to enclosing instance method
func transitionItems(on s: Symbol, inEarleySet i: UInt32) -> some BidirectionalCollection<ItemID>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:90:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:190:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> some BidirectionalCollection<Entries.Index>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:189:8: note: add '@available' attribute to enclosing instance method
func mainstemIndices(of x: ItemID, inEarleySet i: UInt32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:90:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:312:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> Optional<some BidirectionalCollection<Entry>>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:311:8: note: add '@available' attribute to enclosing instance method
func leoDerivations(awaiting s: Symbol, at i: SourcePosition)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift:308:1: note: add '@available' attribute to enclosing extension
extension Chart {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:11:40: error: 'some' return types are only available in watchOS 6.0.0 or newer
func droppingAdjacentDuplicates() -> some Collection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:11:8: note: add '@available' attribute to enclosing instance method
func droppingAdjacentDuplicates() -> some Collection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:8:1: note: add '@available' attribute to enclosing extension
extension Collection where Element: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:23:8: error: 'some' return types are only available in watchOS 6.0.0 or newer
-> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:22:8: note: add '@available' attribute to enclosing instance method
func keepingFirstOfAdjacentDuplicates(equivalence: @escaping (Element, Element)->Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:19:1: note: add '@available' attribute to enclosing extension
extension BidirectionalCollection {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:34:40: error: 'some' return types are only available in watchOS 6.0.0 or newer
func droppingAdjacentDuplicates() -> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:34:8: note: add '@available' attribute to enclosing instance method
func droppingAdjacentDuplicates() -> some BidirectionalCollection<Element>
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift:31:1: note: add '@available' attribute to enclosing extension
extension BidirectionalCollection where Element: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:281:26: error: 'some' return types are only available in watchOS 6.0.0 or newer
public var rhsOrigins: some BidirectionalCollection<SourcePosition> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:281:14: note: add '@available' attribute to enclosing property
public var rhsOrigins: some BidirectionalCollection<SourcePosition> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift:273:1: note: add '@available' attribute to enclosing extension
extension Forest.Derivation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:85:23: error: 'some' return types are only available in watchOS 6.0.0 or newer
public var ruleIDs: some RandomAccessCollection<RuleID> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:85:14: note: add '@available' attribute to enclosing property
public var ruleIDs: some RandomAccessCollection<RuleID> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift:71:1: note: add '@available' attribute to enclosing extension
extension Grammar {
^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 /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 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugForest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DiscreteMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Incidental.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/ItemID.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/MultiMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Nullability.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PredictionMemo.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PreprocessedGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Recognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/UniqueCounter.swift -target arm64_32-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Lotsawa -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64_32-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-watchos/Lotsawa.build/Objects-normal/arm64_32/Lotsawa.abi.json
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 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_32 /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_32 /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_32 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_32 /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
SwiftCompile normal arm64_32 /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_32 /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_32 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_32 /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_32 /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
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 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_32 /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_32 /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_32 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_32 /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_32 /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_32 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_32 /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_32 /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
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
SwiftEmitModule normal armv7k Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
2026-04-13 15:20:52.146 xcodebuild[917:5274] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'Lotsawa' from project 'Lotsawa')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
Building workspace spi-builder-workspace with scheme Lotsawa-Package
(3 failures)
BUILD FAILURE 6.3 watchOS