Build Information
Failed to build Lotsawa, reference main (28d7a2), with Swift 6.3 for iOS using Xcode 26.4 on 21 Apr 2026 11:42:17 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=iOSBuild 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: iOS
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 ‘SPIManifest’
Checking out 0.19.0 of package ‘SPIManifest’
Creating working copy of package ‘Yams’
Checking out 5.4.0 of package ‘Yams’
Creating working copy of package ‘citron’
Checking out 2.1.7 of package ‘citron’
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
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
Lotsawa: /Users/admin/builder/spi-builder-workspace
resolved source packages: citron, Yams, SPIManifest, Lotsawa
2026-04-21 07:41:55.316 xcodebuild[539:3111] [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-21 07:42:04.341 xcodebuild[760:4421] [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=iOS
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=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Lotsawa: /Users/admin/builder/spi-builder-workspace
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
citron: https://github.com/dabrahams/citron.git @ 2.1.7
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'Profile' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
➜ Explicit dependency on target 'TestResources' in project 'Lotsawa'
Target 'TestResources' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa_TestResources' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa_TestResources' in project 'Lotsawa' (no dependencies)
Target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa' in project 'Lotsawa' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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: 9d8dc87919a870ec3059085ae6834f09
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9d8dc87919a870ec3059085ae6834f09.xcbuilddata
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
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
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/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/TestResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/TestResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/TestResources.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/Objects-normal/arm64/TestResources.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/Objects-normal/arm64/TestResources.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Profile.build/Profile.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Profile.build/Profile.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Profile.build/Objects-normal/arm64/Profile.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Profile.build/Objects-normal/arm64/Profile.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TestResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/TestResources.build/TestResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/LotsawaFrontend.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/LotsawaFrontend.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/LotsawaFrontend.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/Objects-normal/arm64/LotsawaC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/LotsawaC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/LotsawaC.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/LotsawaC.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/LotsawaFrontend.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaFrontend.build/LotsawaFrontend.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Lotsawa.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Lotsawa.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/LotsawaC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/LotsawaC.build/LotsawaC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Lotsawa.DependencyMetadataFileList
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Lotsawa.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Lotsawa.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Lotsawa_TestResources.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Lotsawa_TestResources.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Lotsawa_TestResources.bundle
SwiftDriver Lotsawa normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios12.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-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-3UUCPJBUHL3K534RCCBXSBB3X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-E7OWC3M09GZO0LY27ATGLKJI3.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
EmitSwiftModule normal arm64 (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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-apple-ios12.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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-iphoneos/Lotsawa.build/Objects-normal/arm64/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/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-apple-ios26.4 -target-sdk-version 26.4 -target-sdk-name iphoneos26.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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.abi.json
SwiftCompile normal arm64 Compiling\ Incidental.swift,\ ItemID.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Incidental.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/ItemID.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Incidental.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/ItemID.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Recognizer.swift,\ UniqueCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Recognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/UniqueCounter.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Recognizer.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/UniqueCounter.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MultiMap.swift,\ Nullability.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/MultiMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Nullability.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/MultiMap.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Nullability.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PredictionMemo.swift,\ PreprocessedGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PredictionMemo.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PreprocessedGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PredictionMemo.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PreprocessedGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DebugForest.swift,\ DebugGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugForest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugForest.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AdjacencyMatrix.swift,\ Array+Extensions.swift,\ BitSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/AdjacencyMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Array+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/BitSet.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/AdjacencyMatrix.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Array+Extensions.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/BitSet.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Chart.swift,\ Collection+Extensions.swift,\ DebugChart.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugChart.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugChart.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Forest.swift,\ Grammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Evaluation.swift,\ Evaluator.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluator.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluation.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Evaluator.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DebugRecognizer.swift,\ DiscreteMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DiscreteMap.swift (in target 'Lotsawa' from project 'Lotsawa')
2026-04-21 07:42:08.273 xcodebuild[780:4558] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'Lotsawa' from project 'Lotsawa')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
Building workspace spi-builder-workspace with scheme Lotsawa-Package
(3 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:
citron: https://github.com/dabrahams/citron.git @ 2.1.7
Lotsawa: /Users/admin/builder/spi-builder-workspace
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
resolved source packages: citron, Lotsawa, Yams, SPIManifest
2026-04-21 07:42:13.442 xcodebuild[887:5164] [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-21 07:42:15.191 xcodebuild[909:5308] [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=iOS
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=iOS
Resolve Package Graph
Resolved source packages:
Lotsawa: /Users/admin/builder/spi-builder-workspace
Yams: https://github.com/jpsim/Yams.git @ 5.4.0
citron: https://github.com/dabrahams/citron.git @ 2.1.7
SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'Profile' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
➜ Explicit dependency on target 'TestResources' in project 'Lotsawa'
Target 'TestResources' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa_TestResources' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa_TestResources' in project 'Lotsawa' (no dependencies)
Target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaFrontend' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'LotsawaC' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa' in project 'Lotsawa'
➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
Target 'Lotsawa' in project 'Lotsawa' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios12.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-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Chart.swift,\ Collection+Extensions.swift,\ DebugChart.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugChart.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Chart.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Collection+Extensions.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugChart.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DebugRecognizer.swift,\ DiscreteMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugRecognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DiscreteMap.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugRecognizer.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DiscreteMap.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DebugForest.swift,\ DebugGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugForest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugForest.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/DebugGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 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-apple-ios12.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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-iphoneos/Lotsawa.build/Objects-normal/arm64/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/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/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-apple-ios26.4 -target-sdk-version 26.4 -target-sdk-name iphoneos26.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-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug-iphoneos/Lotsawa.build/Objects-normal/arm64/Lotsawa.abi.json
EmitSwiftModule normal arm64 (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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 iOS 13.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 Compiling\ Forest.swift,\ Grammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Forest.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Grammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MultiMap.swift,\ Nullability.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/MultiMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Nullability.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/MultiMap.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Nullability.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Incidental.swift,\ ItemID.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Incidental.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/ItemID.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Incidental.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/ItemID.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Recognizer.swift,\ UniqueCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Recognizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/UniqueCounter.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Recognizer.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/UniqueCounter.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AdjacencyMatrix.swift,\ Array+Extensions.swift,\ BitSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/AdjacencyMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Array+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/BitSet.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/AdjacencyMatrix.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/Array+Extensions.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/BitSet.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PredictionMemo.swift,\ PreprocessedGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PredictionMemo.swift /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PreprocessedGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PredictionMemo.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Lotsawa/PreprocessedGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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')
2026-04-21 07:42:16.649 xcodebuild[924:5391] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
EmitSwiftModule normal arm64 (in target 'Lotsawa' from project 'Lotsawa')
Building workspace spi-builder-workspace with scheme Lotsawa-Package
(3 failures)
BUILD FAILURE 6.3 iOS