The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lotsawa, reference main (28d7a2), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 13 Apr 2026 19:22:10 UTC.

Swift 6 data race errors: 0

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 platform=macOS,arch=arm64

Build 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:         macosXcodebuild
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/SwiftPackageIndex/SPIManifest.git
Fetching from https://github.com/dabrahams/citron.git
Fetching from https://github.com/jpsim/Yams.git
Creating working copy of package ‘citron’
Checking out 2.1.7 of package ‘citron’
Creating working copy of package ‘SPIManifest’
Checking out 0.19.0 of package ‘SPIManifest’
Creating working copy of package ‘Yams’
Checking out 5.4.0 of package ‘Yams’
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 5.4.0
  SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
  citron: https://github.com/dabrahams/citron.git @ 2.1.7
  Lotsawa: /Users/admin/builder/spi-builder-workspace
resolved source packages: Yams, SPIManifest, citron, Lotsawa
2026-04-13 15:21:45.887 xcodebuild[539:3094] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "citron",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.7",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dabrahams/citron.git"
    },
    {
      "identity" : "spimanifest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
    }
  ],
  "manifest_display_name" : "Lotsawa",
  "name" : "Lotsawa",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Lotsawa",
      "targets" : [
        "Lotsawa"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LotsawaC",
      "targets" : [
        "LotsawaC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LotsawaFrontend",
      "targets" : [
        "LotsawaFrontend"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Profile",
      "targets" : [
        "Profile"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestResources",
      "module_type" : "SwiftTarget",
      "name" : "TestResources",
      "path" : "Sources/TestResources",
      "product_memberships" : [
        "Profile"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCGrammar.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCSymbolIDs.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCTokens.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "TestResources.swift"
      ],
      "target_dependencies" : [
        "Lotsawa"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Profile",
      "module_type" : "SwiftTarget",
      "name" : "Profile",
      "path" : "Sources/Profile",
      "product_memberships" : [
        "Profile"
      ],
      "sources" : [
        "Profile.swift"
      ],
      "target_dependencies" : [
        "Lotsawa",
        "TestResources"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LotsawaTests",
      "module_type" : "SwiftTarget",
      "name" : "LotsawaTests",
      "path" : "Tests/LotsawaTests",
      "product_dependencies" : [
        "CitronParserModule",
        "CitronLexerModule",
        "CitronParserGenerator"
      ],
      "sources" : [
        "AdjacencyMatrixTests.swift",
        "BitSetTests.swift",
        "ChartInternalTests.swift",
        "DiscreteMapTests.swift",
        "ForestTests.swift",
        "GrammarInternalTests.swift",
        "GrammarPreprocessing.swift",
        "GrammarPreprocessingTests.swift",
        "GrammarTests.swift",
        "RecognizerTests.swift",
        "Utils/DebugForest+Extensions.swift",
        "Utils/DebugGrammar+Extensions.swift",
        "Utils/DebugGrammar.swift",
        "Utils/DebugGrammarScanner.swift",
        "Utils/Lotsawa+Extensions.swift",
        "Utils/ParseGeneration.swift",
        "Utils/Swift+Extensions.swift"
      ],
      "target_dependencies" : [
        "Lotsawa",
        "TestResources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LotsawaFrontendTests",
      "module_type" : "SwiftTarget",
      "name" : "LotsawaFrontendTests",
      "path" : "Tests/LotsawaFrontendTests",
      "sources" : [
        "BisonTests.swift"
      ],
      "target_dependencies" : [
        "Lotsawa",
        "LotsawaFrontend"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LotsawaFrontend",
      "module_type" : "SwiftTarget",
      "name" : "LotsawaFrontend",
      "path" : "Sources/LotsawaFrontend",
      "product_memberships" : [
        "LotsawaFrontend"
      ],
      "sources" : [
        "Bison.swift"
      ],
      "target_dependencies" : [
        "Lotsawa"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LotsawaC",
      "module_type" : "SwiftTarget",
      "name" : "LotsawaC",
      "path" : "Sources/LotsawaC",
      "product_memberships" : [
        "LotsawaC"
      ],
      "sources" : [
        "LotsawaC.swift"
      ],
      "target_dependencies" : [
        "Lotsawa"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Lotsawa",
      "module_type" : "SwiftTarget",
      "name" : "Lotsawa",
      "path" : "Sources/Lotsawa",
      "product_memberships" : [
        "Lotsawa",
        "LotsawaC",
        "LotsawaFrontend",
        "Profile"
      ],
      "sources" : [
        "AdjacencyMatrix.swift",
        "Array+Extensions.swift",
        "BitSet.swift",
        "Chart.swift",
        "Collection+Extensions.swift",
        "DebugChart.swift",
        "DebugForest.swift",
        "DebugGrammar.swift",
        "DebugRecognizer.swift",
        "DiscreteMap.swift",
        "Evaluation.swift",
        "Evaluator.swift",
        "Forest.swift",
        "Grammar.swift",
        "Incidental.swift",
        "ItemID.swift",
        "MultiMap.swift",
        "Nullability.swift",
        "PredictionMemo.swift",
        "PreprocessedGrammar.swift",
        "Recognizer.swift",
        "UniqueCounter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Lotsawa",
      "Lotsawa-Package",
      "LotsawaC",
      "LotsawaFrontend",
      "Profile"
    ]
  }
}
2026-04-13 15:21:55.103 xcodebuild[760:4389] [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 platform=macOS,arch=arm64
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 platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Lotsawa: /Users/admin/builder/spi-builder-workspace
  SPIManifest: https://github.com/SwiftPackageIndex/SPIManifest.git @ 0.19.0
  citron: https://github.com/dabrahams/citron.git @ 2.1.7
  Yams: https://github.com/jpsim/Yams.git @ 5.4.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'Profile' in project 'Lotsawa'
        ➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
        ➜ Explicit dependency on target 'TestResources' in project 'Lotsawa'
    Target 'TestResources' in project 'Lotsawa'
        ➜ Explicit dependency on target 'Lotsawa_TestResources' in project 'Lotsawa'
        ➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
    Target 'Lotsawa_TestResources' in project 'Lotsawa' (no dependencies)
    Target 'LotsawaFrontend' in project 'Lotsawa'
        ➜ Explicit dependency on target 'LotsawaFrontend' in project 'Lotsawa'
        ➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
    Target 'LotsawaFrontend' in project 'Lotsawa'
        ➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
    Target 'LotsawaC' in project 'Lotsawa'
        ➜ Explicit dependency on target 'LotsawaC' in project 'Lotsawa'
        ➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
    Target 'LotsawaC' in project 'Lotsawa'
        ➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
    Target 'Lotsawa' in project 'Lotsawa'
        ➜ Explicit dependency on target 'Lotsawa' in project 'Lotsawa'
    Target 'Lotsawa' in project 'Lotsawa' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX26.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: 574b513fe9e03a837e914b680d15a7e4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/574b513fe9e03a837e914b680d15a7e4.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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
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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
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/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyStaticMetadataFileList (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyMetadataFileList (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.modulemap (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.LinkFileList (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftConstValuesFileList (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Profile.DependencyStaticMetadataFileList (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Profile.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Profile.DependencyMetadataFileList (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Profile.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.LinkFileList (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/TestResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.modulemap (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyStaticMetadataFileList (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyMetadataFileList (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/Lotsawa_TestResources.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftConstValuesFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.LinkFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.modulemap (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyStaticMetadataFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyMetadataFileList (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftConstValuesFileList (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.LinkFileList (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.modulemap (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyStaticMetadataFileList (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaFrontend.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.modulemap (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyMetadataFileList (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftConstValuesFileList (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.LinkFileList (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.modulemap (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.modulemap (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyStaticMetadataFileList (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyMetadataFileList (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Lotsawa.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.modulemap (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources/AnsiCSymbolIDs.txt /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCSymbolIDs.txt (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCSymbolIDs.txt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa_TestResources.build/empty-Lotsawa_TestResources.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources/AnsiCGrammar.txt /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCGrammar.txt (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCGrammar.txt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources/AnsiCTokens.txt /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCTokens.txt (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCTokens.txt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle (in target 'Lotsawa_TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa_TestResources.bundle
SwiftDriver Lotsawa normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.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/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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-42BV0UZ0BISUKE92FXVR4DN1S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-DX6WZP9MGXCXYIZCA9XJGPOG1.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
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\ 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\ 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

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

/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
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\ 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\ 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

SwiftDriverJobDiscovery normal arm64 Emitting module for Lotsawa (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements Lotsawa normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.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/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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DebugRecognizer.swift, DiscreteMap.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling MultiMap.swift, Nullability.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling Recognizer.swift, UniqueCounter.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Lotsawa-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Lotsawa-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftdoc (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.abi.json (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftsourceinfo (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver TestResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestResources -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LotsawaFrontend normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaFrontend -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LotsawaC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaC -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/include/LotsawaC.h -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ LotsawaFrontend (in target 'LotsawaFrontend' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LotsawaFrontend/Bison.swift (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Bison.swift /Users/admin/builder/spi-builder-workspace/Sources/LotsawaFrontend/Bison.swift (in target 'LotsawaFrontend' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LotsawaFrontend/Bison.swift (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DebugForest.swift, DebugGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling PredictionMemo.swift, PreprocessedGrammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling Incidental.swift, ItemID.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling Evaluation.swift, Evaluator.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Emitting module for LotsawaFrontend (in target 'LotsawaFrontend' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements LotsawaFrontend normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaFrontend -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaFrontend-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaFrontend-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftdoc (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.abi.json (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftsourceinfo (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-1CVTEI6K5MF8DBFFZI4YACDV4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-9NE7O6PCSV37TWRVGTT0JARMX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-7KX75KSP38TEA5L3YUHSITKFT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-8647QJZXGBYAHCHD94ZSWIMJB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-78QUQK0U0PFJM4PXUD720J07U.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Chart.swift, Collection+Extensions.swift, DebugChart.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-X0M0D3SGAR9UPBN3AAHP9TAV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-4ZRLWRPSMP39F9828FD26DF4G.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Bison.swift (in target 'LotsawaFrontend' from project 'Lotsawa')
SwiftDriver\ Compilation LotsawaFrontend normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaFrontend -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-597RGWI6YXU8EHR3LG347UTPB.pcm
SwiftGeneratePch normal arm64 Compiling\ bridging\ header (in target 'LotsawaC' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling Forest.swift, Grammar.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-10H99484OR8W81G38Q21H41YO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-CFOZJ90N0SXN11RZ3CT0KO4JJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-DBD90R90Y8L7SXAARIOXCEKX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-EFF1L3B01W8N0Z3OKRI5P9G7O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-4UVPKO1T1AMRNQ12QSZABW5SN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-2HRFVLBG6GPK8HRHQVLVUGI0L.pcm
SwiftDriverJobDiscovery normal arm64 Compiling bridging header (in target 'LotsawaC' from project 'Lotsawa')
SwiftEmitModule normal arm64 Emitting\ module\ for\ LotsawaC (in target 'LotsawaC' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/LotsawaC.swift (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LotsawaC.swift /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/LotsawaC.swift (in target 'LotsawaC' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/LotsawaC.swift (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-3RC839E5MMHMZQ4B6DV8TAM7V.pcm
SwiftDriverJobDiscovery normal arm64 Emitting module for LotsawaC (in target 'LotsawaC' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements LotsawaC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaC -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/include/LotsawaC.h -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaC-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LotsawaC-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftdoc (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.abi.json (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftsourceinfo (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-8F2NHBR2I81N5CTM1UUW7W5SU.pcm
SwiftDriverJobDiscovery normal arm64 Compiling LotsawaC.swift (in target 'LotsawaC' from project 'Lotsawa')
SwiftDriver\ Compilation LotsawaC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LotsawaC -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -import-objc-header /Users/admin/builder/spi-builder-workspace/Sources/LotsawaC/include/LotsawaC.h -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-9X9Q193OD8KUM02QJ5USX2AOR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-4LYVEM08P24GHIIAF5C9D3YPY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-9047U10H6JK2FNNIGRUQ3GPGS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-32P1YB0QNZ38SAU9YEKUB4LOT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-ERMCKW2ZKLKLE9IVMN78ZF93P.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AdjacencyMatrix.swift, Array+Extensions.swift, BitSet.swift (in target 'Lotsawa' from project 'Lotsawa')
SwiftDriver\ Compilation Lotsawa normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.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/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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o normal (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-84UGAUUTDNHHUITQBDQC1WGF9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-E504A9FV8UANSEHV9TIZNFVPX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-A7WGMB5TBFNMT1T1JM95WM71Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-E20S8SGXZBJ97OMYTR1KQT6HQ.pcm
ExtractAppIntentsMetadata (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.lQS5kC/Metal.xctoolchain --module-name Lotsawa --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.Lotsawa --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.appintents --target-triple arm64-apple-macos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Lotsawa.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-13 15:22:07.817 appintentsmetadataprocessor[920:5299] Starting appintentsmetadataprocessor export
2026-04-13 15:22:07.838 appintentsmetadataprocessor[920:5299] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-DBEWNDD5AC8WIA8TXGD3GI1LA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-BRQ9TZ1NM26EZMHHFLHMIRXEW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-4IF4ZT70PD47TJLB5AZ5CJUM0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-AV9NNWJZCRC9VSYGIOW2WREA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-A95EGQ250RY846IXZ3DMP674Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-ER7EXDNWIG1J3K6FLR1ECBKR4.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o (in target 'Lotsawa' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Lotsawa.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o normal (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o normal (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o
ExtractAppIntentsMetadata (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.lQS5kC/Metal.xctoolchain --module-name LotsawaC --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.LotsawaC --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.appintents --target-triple arm64-apple-macos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/LotsawaC.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaC.build/Objects-normal/arm64/LotsawaC.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-13 15:22:07.892 appintentsmetadataprocessor[933:5362] Starting appintentsmetadataprocessor export
2026-04-13 15:22:07.901 appintentsmetadataprocessor[933:5362] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.lQS5kC/Metal.xctoolchain --module-name LotsawaFrontend --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.LotsawaFrontend --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.appintents --target-triple arm64-apple-macos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/LotsawaFrontend.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/LotsawaFrontend.build/Objects-normal/arm64/LotsawaFrontend.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-13 15:22:07.892 appintentsmetadataprocessor[934:5363] Starting appintentsmetadataprocessor export
2026-04-13 15:22:07.901 appintentsmetadataprocessor[934:5363] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o (in target 'LotsawaFrontend' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaFrontend.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o (in target 'LotsawaC' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LotsawaC.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ TestResources (in target 'TestResources' from project 'Lotsawa')
EmitSwiftModule normal arm64 (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestResources.swift /Users/admin/builder/spi-builder-workspace/Sources/TestResources/TestResources.swift (in target 'TestResources' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestResources/TestResources.swift (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'TestResources' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/resource_bundle_accessor.swift (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for TestResources (in target 'TestResources' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements TestResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestResources -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/TestResources-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/TestResources-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftdoc (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.abi.json (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftsourceinfo (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver Profile normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Profile -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Profile.swift /Users/admin/builder/spi-builder-workspace/Sources/Profile/Profile.swift (in target 'Profile' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Profile/Profile.swift (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Profile (in target 'Profile' from project 'Lotsawa')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Profile/Profile.swift (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Profile (in target 'Profile' from project 'Lotsawa')
SwiftDriver\ Compilation\ Requirements Profile normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Profile -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.abi.json (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftdoc (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftsourceinfo (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Profile.swift (in target 'Profile' from project 'Lotsawa')
SwiftDriver\ Compilation Profile normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Profile -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift (in target 'TestResources' from project 'Lotsawa')
SwiftDriverJobDiscovery normal arm64 Compiling TestResources.swift (in target 'TestResources' from project 'Lotsawa')
SwiftDriver\ Compilation TestResources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestResources -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.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/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o normal (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o
ExtractAppIntentsMetadata (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.lQS5kC/Metal.xctoolchain --module-name TestResources --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.TestResources --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.appintents --target-triple arm64-apple-macos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/TestResources.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-13 15:22:09.473 appintentsmetadataprocessor[942:5439] Starting appintentsmetadataprocessor export
2026-04-13 15:22:09.482 appintentsmetadataprocessor[942:5439] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o (in target 'TestResources' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TestResources.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile normal (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos15.0 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Profile.build/Objects-normal/arm64/Profile-linker-args.resp -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/Lotsawa.build/Objects-normal/arm64/Lotsawa-linker-args.resp -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Lotsawa.build/Debug/TestResources.build/Objects-normal/arm64/TestResources-linker-args.resp
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile (in target 'Profile' from project 'Lotsawa')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Profile
** BUILD SUCCEEDED **
2026-04-13 15:21:59.112 xcodebuild[780:4512] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e2d6fc39d14cdc424c1eb236bcab3955e15b0a26, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e2d6fc39d14cdc424c1eb236bcab3955e15b0a26, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e2d6fc39d14cdc424c1eb236bcab3955e15b0a26, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e2d6fc39d14cdc424c1eb236bcab3955e15b0a26, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "citron",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.7",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dabrahams/citron.git"
    },
    {
      "identity" : "spimanifest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
    }
  ],
  "manifest_display_name" : "Lotsawa",
  "name" : "Lotsawa",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Lotsawa",
      "targets" : [
        "Lotsawa"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LotsawaC",
      "targets" : [
        "LotsawaC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LotsawaFrontend",
      "targets" : [
        "LotsawaFrontend"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Profile",
      "targets" : [
        "Profile"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestResources",
      "module_type" : "SwiftTarget",
      "name" : "TestResources",
      "path" : "Sources/TestResources",
      "product_memberships" : [
        "Profile"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCGrammar.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCSymbolIDs.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestResources/AnsiCTokens.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "TestResources.swift"
      ],
      "target_dependencies" : [
        "Lotsawa"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Profile",
      "module_type" : "SwiftTarget",
      "name" : "Profile",
      "path" : "Sources/Profile",
      "product_memberships" : [
        "Profile"
      ],
      "sources" : [
        "Profile.swift"
      ],
      "target_dependencies" : [
        "Lotsawa",
        "TestResources"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LotsawaTests",
      "module_type" : "SwiftTarget",
      "name" : "LotsawaTests",
      "path" : "Tests/LotsawaTests",
      "product_dependencies" : [
        "CitronParserModule",
        "CitronLexerModule",
        "CitronParserGenerator"
      ],
      "sources" : [
        "AdjacencyMatrixTests.swift",
        "BitSetTests.swift",
        "ChartInternalTests.swift",
        "DiscreteMapTests.swift",
        "ForestTests.swift",
        "GrammarInternalTests.swift",
        "GrammarPreprocessing.swift",
        "GrammarPreprocessingTests.swift",
        "GrammarTests.swift",
        "RecognizerTests.swift",
        "Utils/DebugForest+Extensions.swift",
        "Utils/DebugGrammar+Extensions.swift",
        "Utils/DebugGrammar.swift",
        "Utils/DebugGrammarScanner.swift",
        "Utils/Lotsawa+Extensions.swift",
        "Utils/ParseGeneration.swift",
        "Utils/Swift+Extensions.swift"
      ],
      "target_dependencies" : [
        "Lotsawa",
        "TestResources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LotsawaFrontendTests",
      "module_type" : "SwiftTarget",
      "name" : "LotsawaFrontendTests",
      "path" : "Tests/LotsawaFrontendTests",
      "sources" : [
        "BisonTests.swift"
      ],
      "target_dependencies" : [
        "Lotsawa",
        "LotsawaFrontend"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LotsawaFrontend",
      "module_type" : "SwiftTarget",
      "name" : "LotsawaFrontend",
      "path" : "Sources/LotsawaFrontend",
      "product_memberships" : [
        "LotsawaFrontend"
      ],
      "sources" : [
        "Bison.swift"
      ],
      "target_dependencies" : [
        "Lotsawa"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LotsawaC",
      "module_type" : "SwiftTarget",
      "name" : "LotsawaC",
      "path" : "Sources/LotsawaC",
      "product_memberships" : [
        "LotsawaC"
      ],
      "sources" : [
        "LotsawaC.swift"
      ],
      "target_dependencies" : [
        "Lotsawa"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Lotsawa",
      "module_type" : "SwiftTarget",
      "name" : "Lotsawa",
      "path" : "Sources/Lotsawa",
      "product_memberships" : [
        "Lotsawa",
        "LotsawaC",
        "LotsawaFrontend",
        "Profile"
      ],
      "sources" : [
        "AdjacencyMatrix.swift",
        "Array+Extensions.swift",
        "BitSet.swift",
        "Chart.swift",
        "Collection+Extensions.swift",
        "DebugChart.swift",
        "DebugForest.swift",
        "DebugGrammar.swift",
        "DebugRecognizer.swift",
        "DiscreteMap.swift",
        "Evaluation.swift",
        "Evaluator.swift",
        "Forest.swift",
        "Grammar.swift",
        "Incidental.swift",
        "ItemID.swift",
        "MultiMap.swift",
        "Nullability.swift",
        "PredictionMemo.swift",
        "PreprocessedGrammar.swift",
        "Recognizer.swift",
        "UniqueCounter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.