The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of xmlwrangler, reference 6.3.0 (767825), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 24 Jun 2025 02:38:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xmlwrangler -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/xmlwrangler.git
Reference: 6.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/xmlwrangler
 * tag               6.3.0      -> FETCH_HEAD
HEAD is now at 7678253 Adjust docs
Cloned https://github.com/sersoft-gmbh/xmlwrangler.git
Revision (git rev-parse @):
7678253e72e4dcc26b3e153cf591798fbdb96b09
SUCCESS checkout https://github.com/sersoft-gmbh/xmlwrangler.git at 6.3.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sersoft-gmbh/xmlwrangler.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.4 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.4
  xmlwrangler: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, SwiftDocCPlugin, xmlwrangler
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "xmlwrangler",
  "name" : "xmlwrangler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "XMLWrangler",
      "targets" : [
        "XMLWrangler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMLWranglerTests",
      "module_type" : "SwiftTarget",
      "name" : "XMLWranglerTests",
      "path" : "Tests/XMLWranglerTests",
      "sources" : [
        "ErrorsTests.swift",
        "GitHubIssueTests.swift",
        "LookupErrorHelpers.swift",
        "ParsingTests.swift",
        "SerializationTests.swift",
        "XMLContentBuilderTests.swift",
        "XMLElement+AttributesTests.swift",
        "XMLElement+ContentTests.swift",
        "XMLElement+LookupTests.swift",
        "XMLElement+MutationTests.swift",
        "XMLElementContent+LookupTests.swift",
        "XMLElementContentElementTests.swift",
        "XMLElementProtocolsTests.swift",
        "XMLElementTests.swift"
      ],
      "target_dependencies" : [
        "XMLWrangler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMLWrangler",
      "module_type" : "SwiftTarget",
      "name" : "XMLWrangler",
      "path" : "Sources/XMLWrangler",
      "product_memberships" : [
        "XMLWrangler"
      ],
      "sources" : [
        "Helpers.swift",
        "LookupError.swift",
        "Parsing.swift",
        "Serialization.swift",
        "XMLContentBuilder.swift",
        "XMLElement+Attributes.swift",
        "XMLElement+Content.swift",
        "XMLElement+Lookup.swift",
        "XMLElement+Mutation.swift",
        "XMLElement.swift",
        "XMLElementContent+Lookup.swift",
        "XMLElementContent+Mutation.swift",
        "XMLElementContentElement+InternalHelpers.swift",
        "XMLElementProtocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "xmlwrangler"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xmlwrangler -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme xmlwrangler -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  xmlwrangler: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'XMLWrangler' in project 'xmlwrangler'
        ➜ Explicit dependency on target 'XMLWrangler' in project 'xmlwrangler'
    Target 'XMLWrangler' in project 'xmlwrangler' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: bc104cbf6caa0608f5fdac319cb36d26
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bc104cbf6caa0608f5fdac319cb36d26.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.modulemap (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.DependencyMetadataFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.LinkFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.DependencyStaticMetadataFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler_const_extract_protocols.json (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-OutputFileMap.json (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler_const_extract_protocols.json (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftConstValuesFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftConstValuesFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.LinkFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-OutputFileMap.json (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler_const_extract_protocols.json (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-OutputFileMap.json (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftConstValuesFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.LinkFileList (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/XMLWrangler.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.modulemap (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver XMLWrangler normal armv7k com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver XMLWrangler normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver XMLWrangler normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-DNNGAYABNVX29MLKRVKUGCCM0.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-28JOX5Q9I2L1C2VZX677ZAIDG.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-66AAHTQGPSN3PLQXUDUMHIWM4.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AB3W3CBBH64CK0WN7A0253DOB.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-BK41WC5VCGXS1LLGATW7AUCNN.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-748K5ZOMD04UHU3N2XPPTO4CW.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5S0W7GAAW694YE4B3Y7MDAIEQ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-74AQP96FYOEIXKZG846LSDMZZ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-9BTRTVCUPHA01MREOVMAEAT1U.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-7WXWSP0BZTAL8OF0RT22ZNE5V.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-BWFAIU5A9RHU75TXCKWWYQPAC.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-43DJ2GIJMD8BYMRPH1V91FFLT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-EM1QE7TIWQ91QGH25W47A0Y19.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-EIS3R104B7B41UV2KK48DF7LT.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-839TILJ90XCDFR1BD86ZQVRYX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-E9VX0U6ZD56D6O3FJDJLOSG66.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-68JZ0ZSA1OY7J8QC135C5FT9Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E91CODQ5LMICXMD1FNFKCRCUX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-EIBB4F4XKKRCDW9HX19H0Z7PM.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-D10VYRYLN1VVMVTAX8JLJPO72.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-2ZC0MG5KOY32V94O6Y32RWN98.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-35G76GWLNXOH2Q16ZU5ALKHO0.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-11GPPCIURQQFZ1EP9H7MVDAY5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-6NER8GOHITCLYKJXUGK0XPRZQ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-3F7IPCSQ8LYCZSKGA93PH1USY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AL2GPQZELDSUGHJPL4QKTWXEA.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-F171EWRGL8BBGE6KV26P0XLU1.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3JZ3QLF92HGI1RD866G6C03MW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4FEWVESWL4UU9QQ105JI1MQOR.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-DFKENRS1C9XA2A0QVCD88KJGS.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-BSVKRP2RXJBAK34PD65CQIMF7.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-26Q5CULDWCK5DU9Z5L7SVWZB3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-79B3TXHEC1ABH9FJ1ZWWY4LHI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-54MMSG637BJ943QQ4XRU4JDGU.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-Q48W9LSIBLES8NHB7JZXSA3H.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-SX30X1FVKOS6ALREEL616LJT.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-BMIY3206L3AWZ2QLEROGU2SNG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-ADT904MD0PYU3CUCMYWSB9WKO.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DGZU15VI2OE9MF68GJUV9JOFD.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-8CU1Z3DGL1LR1Z5IEG4YSBR5D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-C5J2A571S7QK2F63VFEYDHHHV.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-6693NLUW83VEIKIP7J3KWF5Q7.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-6GLK8HUWE27P6GN6M895IUX0K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-JKBFTHL8CO8MJLJUF3MCDB8V.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-5LS7TN7S7HUD4JZQDX0X9JRWI.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6FJ3ZDLSHT32SY8HMCUK1R3VN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-9WKG7EL9AAAUV1Q9TSBIJKZMJ.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-3HROVXMFVNZKQ6JKXR5S6AXJ3.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-7A7CZEGJ2V4ZU9LS6QW9IKTPO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-113INNDZUV15BBDELDLHXSB4C.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-5DVEJ238KZC402FA1Q5YHLGUR.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-6UJDF21S5DB9C2VK6EJQ5T8ZC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-7GWCWYLA50JUGB3FQBAL5XG0Y.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-F5HXVP6TEL8OCLJQWC7W1311M.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-3IURUHM5XUUI9YYJOT2LLAVR5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-CL20ECL28XKW9WU8CFBJ4G0KK.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-6V5WDSM0PDXGGX83EX1T3SK8V.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AN9IOTCTN9LL5831US6OBEJDA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-A4FHUJ9BRP8HZJRY305WQ47F0.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CXY94YNSC7ESL1SMD7XR92Q2E.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-4XT8WWZTX3ZZ7LJDM5LIIHT6T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5CATZJSZCUOAPQM512WEFH87N.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5JKGQFY5K9UBFJU2HX616WVL6.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-3G7H0CDAG8G5FEPSNR30CF3CM.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-7DX3GYID8XCJ78W7GJIB0CCJA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-512B99KAO8PAP1ZRL87M881AI.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-DGHMDV13N0IC3HEMYOCAP3K5R.pcm
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-A2YQ88N05CBXBZJ8U6KGPF65J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-TQ2BE09HTEAN2PQQHZ8TY3OF.pcm
SwiftEmitModule normal armv7k Emitting\ module\ for\ XMLWrangler (in target 'XMLWrangler' from project 'xmlwrangler')
EmitSwiftModule normal armv7k (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ XMLContentBuilder.swift,\ XMLElement+Attributes.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLContentBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLContentBuilder.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ XMLElementProtocols.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ XMLElementContent+Mutation.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ XMLElementContent+Lookup.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ XMLElement+Content.swift,\ XMLElement+Lookup.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Content.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Content.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ XMLElement.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ XMLElementContentElement+InternalHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Parsing.swift,\ Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ XMLWrangler (in target 'XMLWrangler' from project 'xmlwrangler')
EmitSwiftModule normal arm64_32 (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ XMLWrangler (in target 'XMLWrangler' from project 'xmlwrangler')
EmitSwiftModule normal arm64 (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for XMLWrangler (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriver\ Compilation\ Requirements XMLWrangler normal armv7k com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for XMLWrangler (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriver\ Compilation\ Requirements XMLWrangler normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-Swift.h -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-watchos/XMLWrangler.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.swiftmodule (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.swiftdoc (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.abi.json (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.swiftmodule (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.swiftdoc (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.abi.json (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.swiftsourceinfo (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.swiftsourceinfo (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ XMLElement+Mutation.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ XMLElementContentElement+InternalHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 Compiling\ Parsing.swift,\ Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 Compiling\ XMLContentBuilder.swift,\ XMLElement+Attributes.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLContentBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLContentBuilder.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 Compiling\ XMLContentBuilder.swift,\ XMLElement+Attributes.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLContentBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLContentBuilder.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 Compiling\ XMLElement+Content.swift,\ XMLElement+Lookup.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Content.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Content.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 Compiling\ XMLElementContent+Mutation.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling XMLElement+Content.swift, XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 Compiling\ XMLElement.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for XMLWrangler (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriver\ Compilation\ Requirements XMLWrangler normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling XMLContentBuilder.swift, XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 Compiling\ XMLElementContent+Mutation.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/XMLWrangler-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-Swift.h (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/XMLWrangler-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.swiftmodule (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.swiftdoc (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64_32 Compiling XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.abi.json (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.swiftsourceinfo (in target 'XMLWrangler' from project 'xmlwrangler')
    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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ XMLElementContentElement+InternalHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Helpers.swift,\ LookupError.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Helpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 Compiling\ XMLElement.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ XMLElement+Mutation.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k Compiling\ XMLElement+Mutation.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling XMLContentBuilder.swift, XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 Compiling\ XMLElementContent+Lookup.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 Compiling\ XMLElement+Content.swift,\ XMLElement+Lookup.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Content.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Content.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XMLElementContent+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 Compiling\ XMLElementContent+Lookup.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XMLElement+Content.swift, XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 Compiling\ XMLElementProtocols.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Helpers.swift, LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k Compiling\ Helpers.swift,\ LookupError.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Helpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XMLElement.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 Compiling\ XMLElementProtocols.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XMLElement+Mutation.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 Compiling\ Parsing.swift,\ Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling XMLContentBuilder.swift, XMLElement+Attributes.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 Compiling\ Helpers.swift,\ LookupError.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/Helpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XMLWrangler/LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriverJobDiscovery normal arm64_32 Compiling XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriverJobDiscovery normal arm64 Compiling XMLElementProtocols.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriverJobDiscovery normal arm64 Compiling XMLElementContent+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriverJobDiscovery normal armv7k Compiling Helpers.swift, LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriverJobDiscovery normal arm64 Compiling XMLElementContentElement+InternalHelpers.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriverJobDiscovery normal arm64_32 Compiling Helpers.swift, LookupError.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriverJobDiscovery normal arm64_32 Compiling XMLElement+Content.swift, XMLElement+Lookup.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriverJobDiscovery normal armv7k Compiling Parsing.swift, Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriver\ Compilation XMLWrangler normal armv7k com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-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/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/Binary/XMLWrangler.o normal armv7k (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/Binary/XMLWrangler.o
SwiftDriverJobDiscovery normal arm64_32 Compiling Parsing.swift, Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriver\ Compilation XMLWrangler normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-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/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/Binary/XMLWrangler.o normal arm64_32 (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/Binary/XMLWrangler.o
SwiftDriverJobDiscovery normal arm64 Compiling Parsing.swift, Serialization.swift (in target 'XMLWrangler' from project 'xmlwrangler')
SwiftDriver\ Compilation XMLWrangler normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLWrangler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -enable-upcoming-feature InternalImportsByDefault -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.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/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-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/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/Binary/XMLWrangler.o normal arm64 (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/Binary/XMLWrangler.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.o normal arm64\ armv7k\ arm64_32 (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/Binary/XMLWrangler.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/Binary/XMLWrangler.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/Binary/XMLWrangler.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.o
ExtractAppIntentsMetadata (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name XMLWrangler --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk --xcode-version 17A5241e --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.XMLWrangler --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/XMLWrangler.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64/XMLWrangler.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/armv7k/XMLWrangler.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/xmlwrangler.build/Debug-watchos/XMLWrangler.build/Objects-normal/arm64_32/XMLWrangler.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-23 19:38:46.385 appintentsmetadataprocessor[1062:6045] Starting appintentsmetadataprocessor export
2025-06-23 19:38:46.447 appintentsmetadataprocessor[1062:6045] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.o (in target 'XMLWrangler' from project 'xmlwrangler')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLWrangler.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "xmlwrangler",
  "name" : "xmlwrangler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "XMLWrangler",
      "targets" : [
        "XMLWrangler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMLWranglerTests",
      "module_type" : "SwiftTarget",
      "name" : "XMLWranglerTests",
      "path" : "Tests/XMLWranglerTests",
      "sources" : [
        "ErrorsTests.swift",
        "GitHubIssueTests.swift",
        "LookupErrorHelpers.swift",
        "ParsingTests.swift",
        "SerializationTests.swift",
        "XMLContentBuilderTests.swift",
        "XMLElement+AttributesTests.swift",
        "XMLElement+ContentTests.swift",
        "XMLElement+LookupTests.swift",
        "XMLElement+MutationTests.swift",
        "XMLElementContent+LookupTests.swift",
        "XMLElementContentElementTests.swift",
        "XMLElementProtocolsTests.swift",
        "XMLElementTests.swift"
      ],
      "target_dependencies" : [
        "XMLWrangler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMLWrangler",
      "module_type" : "SwiftTarget",
      "name" : "XMLWrangler",
      "path" : "Sources/XMLWrangler",
      "product_memberships" : [
        "XMLWrangler"
      ],
      "sources" : [
        "Helpers.swift",
        "LookupError.swift",
        "Parsing.swift",
        "Serialization.swift",
        "XMLContentBuilder.swift",
        "XMLElement+Attributes.swift",
        "XMLElement+Content.swift",
        "XMLElement+Lookup.swift",
        "XMLElement+Mutation.swift",
        "XMLElement.swift",
        "XMLElementContent+Lookup.swift",
        "XMLElementContent+Mutation.swift",
        "XMLElementContentElement+InternalHelpers.swift",
        "XMLElementProtocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.