This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Teapot with Swift 6.0 (beta) for visionOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Teapot -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

Command SwiftEmitModule failed with a nonzero exit code
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Ocha' from project 'Ocha')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Commander' from project 'Commander')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Yaml' from project 'Yaml')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'TeapotCore' from project 'Teapot')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Teapot' from project 'Teapot')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftShell' from project 'SwiftShell')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Ocha' from project 'Ocha')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftShell' from project 'SwiftShell')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Ocha (in target 'Ocha' from project 'Ocha')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Commander (in target 'Commander' from project 'Commander')
(2 failures)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Teapot -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Resolved source packages:
  PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
  Ocha: https://github.com/bannzai/Ocha.git @ 1.1.0
  Spectre: https://github.com/kylef/Spectre.git @ 0.9.0
  Commander: https://github.com/kylef/Commander.git @ 0.8.0
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50000.0
  Ragnarok: https://github.com/bannzai/Ragnarok.git @ 1.0.2
  SwiftShell: https://github.com/kareman/SwiftShell.git @ 4.1.2
  Teapot: /Users/admin/builder/spi-builder-workspace
  Yaml: https://github.com/behrang/YamlSwift.git @ 3.4.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
    Target 'Teapot' in project 'Teapot'
        ➜ Explicit dependency on target 'TeapotCore' in project 'Teapot'
        ➜ Explicit dependency on target 'Ocha' in project 'Ocha'
        ➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'Yaml' in project 'Yaml'
        ➜ Explicit dependency on target 'Commander' in project 'Commander'
    Target 'Commander' in project 'Commander'
        ➜ Explicit dependency on target 'Commander' in project 'Commander'
    Target 'Commander' in project 'Commander' (no dependencies)
    Target 'TeapotCore' in project 'Teapot'
        ➜ Explicit dependency on target 'Ocha' in project 'Ocha'
        ➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'Yaml' in project 'Yaml'
    Target 'Yaml' in project 'Yaml'
        ➜ Explicit dependency on target 'Yaml' in project 'Yaml'
    Target 'Yaml' in project 'Yaml' (no dependencies)
    Target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit' (no dependencies)
    Target 'SwiftShell' in project 'SwiftShell'
        ➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
    Target 'SwiftShell' in project 'SwiftShell' (no dependencies)
    Target 'Ocha' in project 'Ocha'
        ➜ Explicit dependency on target 'Ocha' in project 'Ocha'
    Target 'Ocha' in project 'Ocha' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Yaml' from project 'Yaml')
SwiftDriver Yaml normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Yaml' from project 'Yaml')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Yaml -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.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/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftShell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftShell' from project 'SwiftShell')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SwiftShell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.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/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell -experimental-emit-module-separately -disable-cmo
SwiftDriver PathKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PathKit' from project 'PathKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name PathKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.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/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit -experimental-emit-module-separately -disable-cmo
SwiftDriver Ocha normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Ocha -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.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/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -experimental-emit-module-separately -disable-cmo
SwiftDriver Commander normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commander' from project 'Commander')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Commander -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-xros/Commander.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/Commander.build/Debug-xros/Commander.build/Objects-normal/arm64/Commander-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ PathKit (in target 'PathKit' from project 'PathKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PathKit -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.abi.json
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/.stats/stats-1717283897315671-swift-frontend-PathKit-all-arm64_apple_xros1.0-swiftmodule-Onone-1770201197.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6009 seconds (1.6132 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0524 ( 10.8%)   0.1310 ( 11.7%)   0.1834 ( 11.5%)   0.1836 ( 11.4%)  perform-sema
   0.0520 ( 10.7%)   0.1291 ( 11.6%)   0.1811 ( 11.3%)   0.1814 ( 11.2%)  TypeCheckSourceFileRequest
   0.0520 ( 10.7%)   0.1290 ( 11.6%)   0.1810 ( 11.3%)   0.1812 ( 11.2%)  Type checking and Semantic analysis
   0.0516 ( 10.6%)   0.1279 ( 11.5%)   0.1795 ( 11.2%)   0.1797 ( 11.1%)  typecheck-decl
   0.0150 (  3.1%)   0.0705 (  6.3%)   0.0855 (  5.3%)   0.0861 (  5.3%)  parse-and-resolve-imports
   0.0147 (  3.0%)   0.0701 (  6.3%)   0.0848 (  5.3%)   0.0854 (  5.3%)  Import resolution
   0.0210 (  4.3%)   0.0479 (  4.3%)   0.0689 (  4.3%)   0.0691 (  4.3%)  ResolveValueWitnessesRequest
   0.0091 (  1.9%)   0.0375 (  3.4%)   0.0466 (  2.9%)   0.0467 (  2.9%)  InterfaceTypeRequest
   0.0143 (  2.9%)   0.0266 (  2.4%)   0.0409 (  2.6%)   0.0428 (  2.7%)  ASTLoweringRequest
   0.0129 (  2.7%)   0.0254 (  2.3%)   0.0383 (  2.4%)   0.0385 (  2.4%)  SILgen-decl
   0.0161 (  3.3%)   0.0196 (  1.8%)   0.0356 (  2.2%)   0.0384 (  2.4%)  ExecuteSILPipelineRequest
   0.0152 (  3.1%)   0.0203 (  1.8%)   0.0356 (  2.2%)   0.0357 (  2.2%)  verify-all-loaded-modules
   0.0093 (  1.9%)   0.0261 (  2.3%)   0.0354 (  2.2%)   0.0355 (  2.2%)  QualifiedLookupRequest
   0.0106 (  2.2%)   0.0182 (  1.6%)   0.0289 (  1.8%)   0.0289 (  1.8%)  PatternBindingEntryRequest
   0.0105 (  2.2%)   0.0177 (  1.6%)   0.0282 (  1.8%)   0.0282 (  1.7%)  typecheck-expr
   0.0152 (  3.1%)   0.0119 (  1.1%)   0.0271 (  1.7%)   0.0271 (  1.7%)  build-rewrite-system
   0.0093 (  1.9%)   0.0113 (  1.0%)   0.0206 (  1.3%)   0.0225 (  1.4%)  SIL optimization
   0.0082 (  1.7%)   0.0138 (  1.2%)   0.0221 (  1.4%)   0.0222 (  1.4%)  UnqualifiedLookupRequest
   0.0065 (  1.3%)   0.0123 (  1.1%)   0.0188 (  1.2%)   0.0206 (  1.3%)  SILGen-function
   0.0079 (  1.6%)   0.0124 (  1.1%)   0.0204 (  1.3%)   0.0205 (  1.3%)  performUnqualifiedLookup
   0.0074 (  1.5%)   0.0096 (  0.9%)   0.0171 (  1.1%)   0.0171 (  1.1%)  DirectLookupRequest
   0.0080 (  1.6%)   0.0083 (  0.7%)   0.0163 (  1.0%)   0.0164 (  1.0%)  LookupInModuleRequest
   0.0067 (  1.4%)   0.0087 (  0.8%)   0.0154 (  1.0%)   0.0154 (  1.0%)  precheck-expr
   0.0035 (  0.7%)   0.0097 (  0.9%)   0.0131 (  0.8%)   0.0132 (  0.8%)  ResolveTypeRequest
   0.0034 (  0.7%)   0.0094 (  0.8%)   0.0128 (  0.8%)   0.0128 (  0.8%)  StoredPropertiesRequest
   0.0028 (  0.6%)   0.0094 (  0.8%)   0.0123 (  0.8%)   0.0123 (  0.8%)  ResolveTypeWitnessesRequest
   0.0061 (  1.3%)   0.0060 (  0.5%)   0.0120 (  0.8%)   0.0123 (  0.8%)  LookupConformanceInModuleRequest
   0.0022 (  0.4%)   0.0099 (  0.9%)   0.0121 (  0.8%)   0.0121 (  0.8%)  AttachedPropertyWrappersRequest
   0.0020 (  0.4%)   0.0073 (  0.7%)   0.0093 (  0.6%)   0.0093 (  0.6%)  ActorIsolationRequest
   0.0028 (  0.6%)   0.0063 (  0.6%)   0.0091 (  0.6%)   0.0091 (  0.6%)  Serialization, swiftmodule
   0.0032 (  0.7%)   0.0042 (  0.4%)   0.0074 (  0.5%)   0.0074 (  0.5%)  ModuleQualifiedLookupRequest
   0.0014 (  0.3%)   0.0047 (  0.4%)   0.0061 (  0.4%)   0.0062 (  0.4%)  load-stdlib
   0.0014 (  0.3%)   0.0045 (  0.4%)   0.0059 (  0.4%)   0.0059 (  0.4%)  ValueWitnessRequest
   0.0024 (  0.5%)   0.0027 (  0.2%)   0.0050 (  0.3%)   0.0050 (  0.3%)  import-clang-decl
   0.0010 (  0.2%)   0.0039 (  0.3%)   0.0049 (  0.3%)   0.0049 (  0.3%)  ExpandPeerMacroRequest
   0.0009 (  0.2%)   0.0033 (  0.3%)   0.0042 (  0.3%)   0.0042 (  0.3%)  TypeWitnessRequest
   0.0009 (  0.2%)   0.0030 (  0.3%)   0.0038 (  0.2%)   0.0038 (  0.2%)  PotentialMacroExpansionsInContextRequest
   0.0010 (  0.2%)   0.0027 (  0.2%)   0.0038 (  0.2%)   0.0038 (  0.2%)  PatternTypeRequest
   0.0013 (  0.3%)   0.0020 (  0.2%)   0.0033 (  0.2%)   0.0034 (  0.2%)  Serialization, swiftdoc
   0.0010 (  0.2%)   0.0020 (  0.2%)   0.0030 (  0.2%)   0.0030 (  0.2%)  GenericSignatureRequest
   0.0007 (  0.1%)   0.0023 (  0.2%)   0.0029 (  0.2%)   0.0029 (  0.2%)  DefaultArgumentExprRequest
   0.0007 (  0.1%)   0.0019 (  0.2%)   0.0025 (  0.2%)   0.0026 (  0.2%)  InheritedDeclsReferencedRequest
   0.0008 (  0.2%)   0.0014 (  0.1%)   0.0022 (  0.1%)   0.0022 (  0.1%)  OpaqueReadOwnershipRequest
   0.0004 (  0.1%)   0.0018 (  0.2%)   0.0022 (  0.1%)   0.0022 (  0.1%)  AST verification
   0.0007 (  0.1%)   0.0015 (  0.1%)   0.0022 (  0.1%)   0.0022 (  0.1%)  LocalDiscriminatorsRequest
   0.0004 (  0.1%)   0.0017 (  0.2%)   0.0022 (  0.1%)   0.0022 (  0.1%)  IsFunctionBodySkippedRequest
   0.0005 (  0.1%)   0.0017 (  0.1%)   0.0021 (  0.1%)   0.0021 (  0.1%)  ABIMembersRequest
   0.0004 (  0.1%)   0.0016 (  0.1%)   0.0020 (  0.1%)   0.0020 (  0.1%)  IsGetterMutatingRequest
   0.0004 (  0.1%)   0.0015 (  0.1%)   0.0018 (  0.1%)   0.0019 (  0.1%)  StorageImplInfoRequest
   0.0004 (  0.1%)   0.0014 (  0.1%)   0.0018 (  0.1%)   0.0018 (  0.1%)  IsDynamicRequest
   0.0005 (  0.1%)   0.0013 (  0.1%)   0.0018 (  0.1%)   0.0018 (  0.1%)  ResultTypeRequest
   0.0005 (  0.1%)   0.0012 (  0.1%)   0.0018 (  0.1%)   0.0018 (  0.1%)  ResolveImplicitMemberRequest
   0.0003 (  0.1%)   0.0011 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  HasInitAccessorRequest
   0.0008 (  0.2%)   0.0006 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  ExpandMemberAttributeMacros
   0.0006 (  0.1%)   0.0007 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  InferredGenericSignatureRequest
   0.0003 (  0.1%)   0.0011 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  FragileFunctionKindRequest
   0.0002 (  0.0%)   0.0010 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  associated-type-inference
   0.0006 (  0.1%)   0.0005 (  0.0%)   0.0011 (  0.1%)   0.0011 (  0.1%)  Serialization, swiftsourceinfo
   0.0003 (  0.1%)   0.0007 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  ExpandChildTypeRefinementContextsRequest
   0.0004 (  0.1%)   0.0007 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  CheckRedeclarationRequest
   0.0005 (  0.1%)   0.0005 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.1%)  RequirementRequest
   0.0005 (  0.1%)   0.0005 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.1%)  HasMemberwiseInitRequest
   0.0003 (  0.1%)   0.0007 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  AllMembersRequest
   0.0003 (  0.1%)   0.0006 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  DefaultInitializerIsolation
   0.0005 (  0.1%)   0.0004 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.1%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0007 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  FunctionOperatorRequest
   0.0004 (  0.1%)   0.0005 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.1%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0001 (  0.0%)   0.0007 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  LookupInfixOperatorRequest
   0.0005 (  0.1%)   0.0003 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ParseTopLevelDeclsRequest
   0.0002 (  0.0%)   0.0006 (  0.1%)   0.0008 (  0.0%)   0.0008 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0005 (  0.1%)   0.0003 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ParseSourceFileRequest
   0.0006 (  0.1%)   0.0001 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  USRGenerationRequest
   0.0003 (  0.1%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ProtocolDependenciesRequest
   0.0007 (  0.1%)   0.0000 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  SIL verification, pre-optimization
   0.0004 (  0.1%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ExtendedTypeRequest
   0.0003 (  0.1%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  HasIsolatedSelfRequest
   0.0005 (  0.1%)   0.0002 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ParseMembersRequest
   0.0004 (  0.1%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  GenericParamListRequest
   0.0003 (  0.1%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  AbstractGenericSignatureRequest
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  InheritedTypeRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ExtendedNominalRequest
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  AssociatedConformanceRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  SPIGroupsRequest
   0.0003 (  0.1%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  RequirementSignatureRequest
   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  NeedsNewVTableEntryRequest
   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  TypeCheckFunctionBodyRequest
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  SIL verification, post-optimization
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ExpandExtensionMacros
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SemanticBriefCommentRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsFinalRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  UnderlyingTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsObjCRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AccessLevelRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SemanticUnavailableAttrRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  GlobalActorAttributeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ConditionalRequirementsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0001 (  0.0%)  RawCommentRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupAllConformancesInContextRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SynthesizeDefaultInitRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  define-default-ctor
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StructuralRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CompareDeclSpecializationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultDefinitionTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.4849 (100.0%)   1.1160 (100.0%)   1.6009 (100.0%)   1.6132 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3908 seconds (0.3967 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1160 (100.0%)   0.2748 (100.0%)   0.3908 (100.0%)   0.3967 (100.0%)  Building Target
   0.1160 (100.0%)   0.2748 (100.0%)   0.3908 (100.0%)   0.3967 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ PathKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift (in target 'PathKit' from project 'PathKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PathKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.o -index-unit-output-path /PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift (in target 'PathKit' from project 'PathKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PathKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.o -index-unit-output-path /PathKit.build/Debug-xros/PathKit.build/Objects-normal/arm64/PathKit.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ Ocha (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha.abi.json
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:17:49: error: cannot find 'kFSEventStreamEventFlagNone' in scope
 15 |     }
 16 |
 17 |     public static let none = EventSet(rawValue: kFSEventStreamEventFlagNone) // 0
    |                                                 `- error: cannot find 'kFSEventStreamEventFlagNone' in scope
 18 |     public static let mustScanSubDirs = EventSet(rawValue: kFSEventStreamEventFlagMustScanSubDirs) // 1
 19 |     public static let userDropped = EventSet(rawValue: kFSEventStreamEventFlagUserDropped) // 2
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:18:60: error: cannot find 'kFSEventStreamEventFlagMustScanSubDirs' in scope
 16 |
 17 |     public static let none = EventSet(rawValue: kFSEventStreamEventFlagNone) // 0
 18 |     public static let mustScanSubDirs = EventSet(rawValue: kFSEventStreamEventFlagMustScanSubDirs) // 1
    |                                                            `- error: cannot find 'kFSEventStreamEventFlagMustScanSubDirs' in scope
 19 |     public static let userDropped = EventSet(rawValue: kFSEventStreamEventFlagUserDropped) // 2
 20 |     public static let kernelDropped = EventSet(rawValue: kFSEventStreamEventFlagKernelDropped) // 4
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:19:56: error: cannot find 'kFSEventStreamEventFlagUserDropped' in scope
 17 |     public static let none = EventSet(rawValue: kFSEventStreamEventFlagNone) // 0
 18 |     public static let mustScanSubDirs = EventSet(rawValue: kFSEventStreamEventFlagMustScanSubDirs) // 1
 19 |     public static let userDropped = EventSet(rawValue: kFSEventStreamEventFlagUserDropped) // 2
    |                                                        `- error: cannot find 'kFSEventStreamEventFlagUserDropped' in scope
 20 |     public static let kernelDropped = EventSet(rawValue: kFSEventStreamEventFlagKernelDropped) // 4
 21 |     public static let eventIdsWrapped = EventSet(rawValue: kFSEventStreamEventFlagEventIdsWrapped) // 8
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:20:58: error: cannot find 'kFSEventStreamEventFlagKernelDropped' in scope
 18 |     public static let mustScanSubDirs = EventSet(rawValue: kFSEventStreamEventFlagMustScanSubDirs) // 1
 19 |     public static let userDropped = EventSet(rawValue: kFSEventStreamEventFlagUserDropped) // 2
 20 |     public static let kernelDropped = EventSet(rawValue: kFSEventStreamEventFlagKernelDropped) // 4
    |                                                          `- error: cannot find 'kFSEventStreamEventFlagKernelDropped' in scope
 21 |     public static let eventIdsWrapped = EventSet(rawValue: kFSEventStreamEventFlagEventIdsWrapped) // 8
 22 |     public static let historyDone = EventSet(rawValue: kFSEventStreamEventFlagHistoryDone) // 16
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:21:60: error: cannot find 'kFSEventStreamEventFlagEventIdsWrapped' in scope
 19 |     public static let userDropped = EventSet(rawValue: kFSEventStreamEventFlagUserDropped) // 2
 20 |     public static let kernelDropped = EventSet(rawValue: kFSEventStreamEventFlagKernelDropped) // 4
 21 |     public static let eventIdsWrapped = EventSet(rawValue: kFSEventStreamEventFlagEventIdsWrapped) // 8
    |                                                            `- error: cannot find 'kFSEventStreamEventFlagEventIdsWrapped' in scope
 22 |     public static let historyDone = EventSet(rawValue: kFSEventStreamEventFlagHistoryDone) // 16
 23 |     public static let rootChanged = EventSet(rawValue: kFSEventStreamEventFlagRootChanged) // 32
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:22:56: error: cannot find 'kFSEventStreamEventFlagHistoryDone' in scope
 20 |     public static let kernelDropped = EventSet(rawValue: kFSEventStreamEventFlagKernelDropped) // 4
 21 |     public static let eventIdsWrapped = EventSet(rawValue: kFSEventStreamEventFlagEventIdsWrapped) // 8
 22 |     public static let historyDone = EventSet(rawValue: kFSEventStreamEventFlagHistoryDone) // 16
    |                                                        `- error: cannot find 'kFSEventStreamEventFlagHistoryDone' in scope
 23 |     public static let rootChanged = EventSet(rawValue: kFSEventStreamEventFlagRootChanged) // 32
 24 |     public static let mount = EventSet(rawValue: kFSEventStreamEventFlagMount) // 64
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:23:56: error: cannot find 'kFSEventStreamEventFlagRootChanged' in scope
 21 |     public static let eventIdsWrapped = EventSet(rawValue: kFSEventStreamEventFlagEventIdsWrapped) // 8
 22 |     public static let historyDone = EventSet(rawValue: kFSEventStreamEventFlagHistoryDone) // 16
 23 |     public static let rootChanged = EventSet(rawValue: kFSEventStreamEventFlagRootChanged) // 32
    |                                                        `- error: cannot find 'kFSEventStreamEventFlagRootChanged' in scope
 24 |     public static let mount = EventSet(rawValue: kFSEventStreamEventFlagMount) // 64
 25 |     public static let unmount = EventSet(rawValue: kFSEventStreamEventFlagUnmount) // 128
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:24:50: error: cannot find 'kFSEventStreamEventFlagMount' in scope
 22 |     public static let historyDone = EventSet(rawValue: kFSEventStreamEventFlagHistoryDone) // 16
 23 |     public static let rootChanged = EventSet(rawValue: kFSEventStreamEventFlagRootChanged) // 32
 24 |     public static let mount = EventSet(rawValue: kFSEventStreamEventFlagMount) // 64
    |                                                  `- error: cannot find 'kFSEventStreamEventFlagMount' in scope
 25 |     public static let unmount = EventSet(rawValue: kFSEventStreamEventFlagUnmount) // 128
 26 |     public static let itemCreated = EventSet(rawValue: kFSEventStreamEventFlagItemCreated) // 256
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:25:52: error: cannot find 'kFSEventStreamEventFlagUnmount' in scope
 23 |     public static let rootChanged = EventSet(rawValue: kFSEventStreamEventFlagRootChanged) // 32
 24 |     public static let mount = EventSet(rawValue: kFSEventStreamEventFlagMount) // 64
 25 |     public static let unmount = EventSet(rawValue: kFSEventStreamEventFlagUnmount) // 128
    |                                                    `- error: cannot find 'kFSEventStreamEventFlagUnmount' in scope
 26 |     public static let itemCreated = EventSet(rawValue: kFSEventStreamEventFlagItemCreated) // 256
 27 |     public static let itemRemoved = EventSet(rawValue: kFSEventStreamEventFlagItemRemoved) // 512
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:26:56: error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 24 |     public static let mount = EventSet(rawValue: kFSEventStreamEventFlagMount) // 64
 25 |     public static let unmount = EventSet(rawValue: kFSEventStreamEventFlagUnmount) // 128
 26 |     public static let itemCreated = EventSet(rawValue: kFSEventStreamEventFlagItemCreated) // 256
    |                                                        `- error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 27 |     public static let itemRemoved = EventSet(rawValue: kFSEventStreamEventFlagItemRemoved) // 512
 28 |     public static let itemInodeMetaMod = EventSet(rawValue: kFSEventStreamEventFlagItemInodeMetaMod) // 1024
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:27:56: error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 25 |     public static let unmount = EventSet(rawValue: kFSEventStreamEventFlagUnmount) // 128
 26 |     public static let itemCreated = EventSet(rawValue: kFSEventStreamEventFlagItemCreated) // 256
 27 |     public static let itemRemoved = EventSet(rawValue: kFSEventStreamEventFlagItemRemoved) // 512
    |                                                        `- error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 28 |     public static let itemInodeMetaMod = EventSet(rawValue: kFSEventStreamEventFlagItemInodeMetaMod) // 1024
 29 |     public static let itemRenamed = EventSet(rawValue: kFSEventStreamEventFlagItemRenamed) // 2048
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:28:61: error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 26 |     public static let itemCreated = EventSet(rawValue: kFSEventStreamEventFlagItemCreated) // 256
 27 |     public static let itemRemoved = EventSet(rawValue: kFSEventStreamEventFlagItemRemoved) // 512
 28 |     public static let itemInodeMetaMod = EventSet(rawValue: kFSEventStreamEventFlagItemInodeMetaMod) // 1024
    |                                                             `- error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 29 |     public static let itemRenamed = EventSet(rawValue: kFSEventStreamEventFlagItemRenamed) // 2048
 30 |     public static let itemModified = EventSet(rawValue: kFSEventStreamEventFlagItemModified) // 4096
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:29:56: error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 27 |     public static let itemRemoved = EventSet(rawValue: kFSEventStreamEventFlagItemRemoved) // 512
 28 |     public static let itemInodeMetaMod = EventSet(rawValue: kFSEventStreamEventFlagItemInodeMetaMod) // 1024
 29 |     public static let itemRenamed = EventSet(rawValue: kFSEventStreamEventFlagItemRenamed) // 2048
    |                                                        `- error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 30 |     public static let itemModified = EventSet(rawValue: kFSEventStreamEventFlagItemModified) // 4096
 31 |     public static let itemFinderInfoMod = EventSet(rawValue: kFSEventStreamEventFlagItemFinderInfoMod) // 8192
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:30:57: error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 28 |     public static let itemInodeMetaMod = EventSet(rawValue: kFSEventStreamEventFlagItemInodeMetaMod) // 1024
 29 |     public static let itemRenamed = EventSet(rawValue: kFSEventStreamEventFlagItemRenamed) // 2048
 30 |     public static let itemModified = EventSet(rawValue: kFSEventStreamEventFlagItemModified) // 4096
    |                                                         `- error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 31 |     public static let itemFinderInfoMod = EventSet(rawValue: kFSEventStreamEventFlagItemFinderInfoMod) // 8192
 32 |     public static let itemChangeOwner = EventSet(rawValue: kFSEventStreamEventFlagItemChangeOwner) // 16384
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:31:62: error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 29 |     public static let itemRenamed = EventSet(rawValue: kFSEventStreamEventFlagItemRenamed) // 2048
 30 |     public static let itemModified = EventSet(rawValue: kFSEventStreamEventFlagItemModified) // 4096
 31 |     public static let itemFinderInfoMod = EventSet(rawValue: kFSEventStreamEventFlagItemFinderInfoMod) // 8192
    |                                                              `- error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 32 |     public static let itemChangeOwner = EventSet(rawValue: kFSEventStreamEventFlagItemChangeOwner) // 16384
 33 |     public static let itemXattrMod = EventSet(rawValue: kFSEventStreamEventFlagItemXattrMod) // 32768
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:32:60: error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 30 |     public static let itemModified = EventSet(rawValue: kFSEventStreamEventFlagItemModified) // 4096
 31 |     public static let itemFinderInfoMod = EventSet(rawValue: kFSEventStreamEventFlagItemFinderInfoMod) // 8192
 32 |     public static let itemChangeOwner = EventSet(rawValue: kFSEventStreamEventFlagItemChangeOwner) // 16384
    |                                                            `- error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 33 |     public static let itemXattrMod = EventSet(rawValue: kFSEventStreamEventFlagItemXattrMod) // 32768
 34 |     public static let itemIsFile = EventSet(rawValue: kFSEventStreamEventFlagItemIsFile) // 65536
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:33:57: error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 31 |     public static let itemFinderInfoMod = EventSet(rawValue: kFSEventStreamEventFlagItemFinderInfoMod) // 8192
 32 |     public static let itemChangeOwner = EventSet(rawValue: kFSEventStreamEventFlagItemChangeOwner) // 16384
 33 |     public static let itemXattrMod = EventSet(rawValue: kFSEventStreamEventFlagItemXattrMod) // 32768
    |                                                         `- error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 34 |     public static let itemIsFile = EventSet(rawValue: kFSEventStreamEventFlagItemIsFile) // 65536
 35 |     public static let itemIsDir = EventSet(rawValue: kFSEventStreamEventFlagItemIsDir) // 131072
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:34:55: error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 32 |     public static let itemChangeOwner = EventSet(rawValue: kFSEventStreamEventFlagItemChangeOwner) // 16384
 33 |     public static let itemXattrMod = EventSet(rawValue: kFSEventStreamEventFlagItemXattrMod) // 32768
 34 |     public static let itemIsFile = EventSet(rawValue: kFSEventStreamEventFlagItemIsFile) // 65536
    |                                                       `- error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 35 |     public static let itemIsDir = EventSet(rawValue: kFSEventStreamEventFlagItemIsDir) // 131072
 36 |     public static let itemIsSymlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsSymlink) // 262144
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:35:54: error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 33 |     public static let itemXattrMod = EventSet(rawValue: kFSEventStreamEventFlagItemXattrMod) // 32768
 34 |     public static let itemIsFile = EventSet(rawValue: kFSEventStreamEventFlagItemIsFile) // 65536
 35 |     public static let itemIsDir = EventSet(rawValue: kFSEventStreamEventFlagItemIsDir) // 131072
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 36 |     public static let itemIsSymlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsSymlink) // 262144
 37 |     public static let ownEvent = EventSet(rawValue: kFSEventStreamEventFlagOwnEvent) // 524288
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:36:58: error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 34 |     public static let itemIsFile = EventSet(rawValue: kFSEventStreamEventFlagItemIsFile) // 65536
 35 |     public static let itemIsDir = EventSet(rawValue: kFSEventStreamEventFlagItemIsDir) // 131072
 36 |     public static let itemIsSymlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsSymlink) // 262144
    |                                                          `- error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 37 |     public static let ownEvent = EventSet(rawValue: kFSEventStreamEventFlagOwnEvent) // 524288
 38 |     public static let itemIsHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsHardlink) // 1048576
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:37:53: error: cannot find 'kFSEventStreamEventFlagOwnEvent' in scope
 35 |     public static let itemIsDir = EventSet(rawValue: kFSEventStreamEventFlagItemIsDir) // 131072
 36 |     public static let itemIsSymlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsSymlink) // 262144
 37 |     public static let ownEvent = EventSet(rawValue: kFSEventStreamEventFlagOwnEvent) // 524288
    |                                                     `- error: cannot find 'kFSEventStreamEventFlagOwnEvent' in scope
 38 |     public static let itemIsHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsHardlink) // 1048576
 39 |     public static let itemIsLastHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsLastHardlink) // 2097152
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:38:59: error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 36 |     public static let itemIsSymlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsSymlink) // 262144
 37 |     public static let ownEvent = EventSet(rawValue: kFSEventStreamEventFlagOwnEvent) // 524288
 38 |     public static let itemIsHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsHardlink) // 1048576
    |                                                           `- error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 39 |     public static let itemIsLastHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsLastHardlink) // 2097152
 40 |     @available(OSX 10.13, *)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:39:63: error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 37 |     public static let ownEvent = EventSet(rawValue: kFSEventStreamEventFlagOwnEvent) // 524288
 38 |     public static let itemIsHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsHardlink) // 1048576
 39 |     public static let itemIsLastHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsLastHardlink) // 2097152
    |                                                               `- error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 40 |     @available(OSX 10.13, *)
 41 |     public static let itemCloned = EventSet(rawValue: kFSEventStreamEventFlagItemCloned) // 4194304
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:41:55: error: cannot find 'kFSEventStreamEventFlagItemCloned' in scope
 39 |     public static let itemIsLastHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsLastHardlink) // 2097152
 40 |     @available(OSX 10.13, *)
 41 |     public static let itemCloned = EventSet(rawValue: kFSEventStreamEventFlagItemCloned) // 4194304
    |                                                       `- error: cannot find 'kFSEventStreamEventFlagItemCloned' in scope
 42 |
 43 |     public static let xcodeFileAddedFirstEventSet: EventSet = [.itemCreated, .itemRenamed, .itemModified, .itemXattrMod, .itemIsFile]
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:32: error: cannot find 'FSEventStreamContext' in scope
12 |         return UnsafeMutableRawPointer(mutating: Unmanaged.passUnretained(self).toOpaque())
13 |     }
14 |     private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
   |                                `- error: cannot find 'FSEventStreamContext' in scope
15 |     private lazy var stream: FSEventStreamRef = {
16 |         let stream = FSEventStreamCreate(
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:88: error: 'nil' requires a contextual type
12 |         return UnsafeMutableRawPointer(mutating: Unmanaged.passUnretained(self).toOpaque())
13 |     }
14 |     private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
   |                                                                                        `- error: 'nil' requires a contextual type
15 |     private lazy var stream: FSEventStreamRef = {
16 |         let stream = FSEventStreamCreate(
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:102: error: 'nil' requires a contextual type
12 |         return UnsafeMutableRawPointer(mutating: Unmanaged.passUnretained(self).toOpaque())
13 |     }
14 |     private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
   |                                                                                                      `- error: 'nil' requires a contextual type
15 |     private lazy var stream: FSEventStreamRef = {
16 |         let stream = FSEventStreamCreate(
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:124: error: 'nil' requires a contextual type
12 |         return UnsafeMutableRawPointer(mutating: Unmanaged.passUnretained(self).toOpaque())
13 |     }
14 |     private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
   |                                                                                                                            `- error: 'nil' requires a contextual type
15 |     private lazy var stream: FSEventStreamRef = {
16 |         let stream = FSEventStreamCreate(
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:15:30: error: cannot find type 'FSEventStreamRef' in scope
13 |     }
14 |     private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
15 |     private lazy var stream: FSEventStreamRef = {
   |                              `- error: cannot find type 'FSEventStreamRef' in scope
16 |         let stream = FSEventStreamCreate(
17 |             kCFAllocatorDefault,
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:35:28: error: cannot find type 'FSEventStreamCallback' in scope
33 |     }
34 |
35 |     private var _callback: FSEventStreamCallback = { (stream, contextInfo, numEvents, eventPaths, eventFlags, eventIds) in
   |                            `- error: cannot find type 'FSEventStreamCallback' in scope
36 |         let watcher = unsafeBitCast(contextInfo, to: Watcher.self)
37 |         guard let paths = unsafeBitCast(eventPaths, to: NSArray.self) as? [String] else {
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats/stats-1717283897325530-swift-frontend-Ocha-all-arm64_apple_xros1.0-swiftmodule-Onone-3835947046.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4532 seconds (1.4590 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0591 ( 13.1%)   0.1269 ( 12.7%)   0.1860 ( 12.8%)   0.1863 ( 12.8%)  perform-sema
   0.0589 ( 13.0%)   0.1265 ( 12.6%)   0.1854 ( 12.8%)   0.1857 ( 12.7%)  TypeCheckSourceFileRequest
   0.0589 ( 13.0%)   0.1262 ( 12.6%)   0.1851 ( 12.7%)   0.1854 ( 12.7%)  Type checking and Semantic analysis
   0.0584 ( 12.9%)   0.1248 ( 12.5%)   0.1831 ( 12.6%)   0.1835 ( 12.6%)  typecheck-decl
   0.0157 (  3.5%)   0.0831 (  8.3%)   0.0988 (  6.8%)   0.1005 (  6.9%)  parse-and-resolve-imports
   0.0152 (  3.4%)   0.0825 (  8.2%)   0.0977 (  6.7%)   0.0994 (  6.8%)  Import resolution
   0.0155 (  3.4%)   0.0403 (  4.0%)   0.0558 (  3.8%)   0.0558 (  3.8%)  ResolveValueWitnessesRequest
   0.0259 (  5.7%)   0.0250 (  2.5%)   0.0509 (  3.5%)   0.0510 (  3.5%)  typecheck-expr
   0.0248 (  5.5%)   0.0209 (  2.1%)   0.0456 (  3.1%)   0.0458 (  3.1%)  PatternBindingEntryRequest
   0.0099 (  2.2%)   0.0272 (  2.7%)   0.0371 (  2.6%)   0.0372 (  2.5%)  InterfaceTypeRequest
   0.0078 (  1.7%)   0.0291 (  2.9%)   0.0369 (  2.5%)   0.0370 (  2.5%)  QualifiedLookupRequest
   0.0087 (  1.9%)   0.0260 (  2.6%)   0.0348 (  2.4%)   0.0348 (  2.4%)  UnqualifiedLookupRequest
   0.0085 (  1.9%)   0.0246 (  2.5%)   0.0331 (  2.3%)   0.0332 (  2.3%)  performUnqualifiedLookup
   0.0190 (  4.2%)   0.0087 (  0.9%)   0.0277 (  1.9%)   0.0277 (  1.9%)  precheck-expr
   0.0054 (  1.2%)   0.0113 (  1.1%)   0.0167 (  1.2%)   0.0167 (  1.1%)  DirectLookupRequest
   0.0048 (  1.1%)   0.0089 (  0.9%)   0.0138 (  0.9%)   0.0138 (  0.9%)  LookupInModuleRequest
   0.0027 (  0.6%)   0.0100 (  1.0%)   0.0126 (  0.9%)   0.0127 (  0.9%)  ActorIsolationRequest
   0.0063 (  1.4%)   0.0050 (  0.5%)   0.0113 (  0.8%)   0.0113 (  0.8%)  build-rewrite-system
   0.0052 (  1.2%)   0.0042 (  0.4%)   0.0094 (  0.6%)   0.0094 (  0.6%)  StoredPropertiesRequest
   0.0021 (  0.5%)   0.0064 (  0.6%)   0.0085 (  0.6%)   0.0086 (  0.6%)  ResolveTypeRequest
   0.0015 (  0.3%)   0.0061 (  0.6%)   0.0076 (  0.5%)   0.0078 (  0.5%)  load-stdlib
   0.0011 (  0.2%)   0.0064 (  0.6%)   0.0075 (  0.5%)   0.0076 (  0.5%)  AttachedPropertyWrappersRequest
   0.0027 (  0.6%)   0.0045 (  0.4%)   0.0072 (  0.5%)   0.0072 (  0.5%)  ABIMembersRequest
   0.0046 (  1.0%)   0.0017 (  0.2%)   0.0063 (  0.4%)   0.0063 (  0.4%)  LazyStoragePropertyRequest
   0.0046 (  1.0%)   0.0017 (  0.2%)   0.0062 (  0.4%)   0.0063 (  0.4%)  NamingPatternRequest
   0.0012 (  0.3%)   0.0046 (  0.5%)   0.0058 (  0.4%)   0.0058 (  0.4%)  DefaultAndMaxAccessLevelRequest
   0.0012 (  0.3%)   0.0045 (  0.5%)   0.0058 (  0.4%)   0.0058 (  0.4%)  TypeDeclsFromWhereClauseRequest
   0.0008 (  0.2%)   0.0041 (  0.4%)   0.0049 (  0.3%)   0.0049 (  0.3%)  PotentialMacroExpansionsInContextRequest
   0.0012 (  0.3%)   0.0037 (  0.4%)   0.0049 (  0.3%)   0.0049 (  0.3%)  ValueWitnessRequest
   0.0012 (  0.3%)   0.0030 (  0.3%)   0.0042 (  0.3%)   0.0042 (  0.3%)  ModuleQualifiedLookupRequest
   0.0012 (  0.3%)   0.0027 (  0.3%)   0.0039 (  0.3%)   0.0039 (  0.3%)  IsObjCRequest
   0.0011 (  0.2%)   0.0026 (  0.3%)   0.0037 (  0.3%)   0.0037 (  0.3%)  import-clang-decl
   0.0015 (  0.3%)   0.0019 (  0.2%)   0.0034 (  0.2%)   0.0034 (  0.2%)  OverriddenDeclsRequest
   0.0005 (  0.1%)   0.0028 (  0.3%)   0.0033 (  0.2%)   0.0033 (  0.2%)  ResultTypeRequest
   0.0016 (  0.4%)   0.0016 (  0.2%)   0.0032 (  0.2%)   0.0032 (  0.2%)  LookupConformanceInModuleRequest
   0.0008 (  0.2%)   0.0020 (  0.2%)   0.0028 (  0.2%)   0.0028 (  0.2%)  ResolveTypeWitnessesRequest
   0.0009 (  0.2%)   0.0018 (  0.2%)   0.0027 (  0.2%)   0.0027 (  0.2%)  load-all-members
   0.0006 (  0.1%)   0.0020 (  0.2%)   0.0026 (  0.2%)   0.0026 (  0.2%)  GenericSignatureRequest
   0.0008 (  0.2%)   0.0017 (  0.2%)   0.0025 (  0.2%)   0.0026 (  0.2%)  PatternTypeRequest
   0.0006 (  0.1%)   0.0019 (  0.2%)   0.0025 (  0.2%)   0.0025 (  0.2%)  TypeWitnessRequest
   0.0004 (  0.1%)   0.0016 (  0.2%)   0.0020 (  0.1%)   0.0020 (  0.1%)  IsGetterMutatingRequest
   0.0003 (  0.1%)   0.0016 (  0.2%)   0.0019 (  0.1%)   0.0019 (  0.1%)  IsFunctionBodySkippedRequest
   0.0003 (  0.1%)   0.0014 (  0.1%)   0.0017 (  0.1%)   0.0017 (  0.1%)  ExpandPeerMacroRequest
   0.0004 (  0.1%)   0.0011 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  InferredGenericSignatureRequest
   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  RequirementRequest
   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  FragileFunctionKindRequest
   0.0002 (  0.0%)   0.0008 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  IsDynamicRequest
   0.0003 (  0.1%)   0.0007 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  OpaqueReadOwnershipRequest
   0.0005 (  0.1%)   0.0005 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.1%)  ExtendedNominalRequest
   0.0002 (  0.0%)   0.0008 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  StorageImplInfoRequest
   0.0003 (  0.1%)   0.0006 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  ResolveImplicitMemberRequest
   0.0008 (  0.2%)   0.0001 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.1%)  verify-all-loaded-modules
   0.0002 (  0.0%)   0.0006 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  InheritedDeclsReferencedRequest
   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0007 (  0.0%)   0.0007 (  0.0%)  TypeCheckFunctionBodyRequest
   0.0002 (  0.1%)   0.0005 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  HasIsolatedSelfRequest
   0.0004 (  0.1%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ExpandMemberAttributeMacros
   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  CheckRedeclarationRequest
   0.0003 (  0.1%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ParseTopLevelDeclsRequest
   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ProtocolDependenciesRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  AbstractGenericSignatureRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  AST verification
   0.0003 (  0.1%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ParseSourceFileRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  LookupAllConformancesInContextRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  DefaultArgumentExprRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AssociatedConformanceRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  UnderlyingTypeRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  InheritedTypeRequest
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ParseMembersRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ExtendedTypeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ProtocolRequirementsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  DefaultTypeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)  GenericParamListRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SPIGroupsRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  FunctionOperatorRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsActorRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasInitAccessorRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  LookupInfixOperatorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  RequirementSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasMemberwiseInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  StructuralRequirementsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritsSuperclassInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasMissingDesignatedInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CompareDeclSpecializationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultDefinitionTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangCategoryLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.4526 (100.0%)   1.0006 (100.0%)   1.4532 (100.0%)   1.4590 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2959 seconds (0.2980 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0777 (100.0%)   0.2182 (100.0%)   0.2959 (100.0%)   0.2980 (100.0%)  Building Target
   0.0777 (100.0%)   0.2182 (100.0%)   0.2959 (100.0%)   0.2980 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.o -index-unit-output-path /Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.o -index-unit-output-path /Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Watcher.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ WatchingPathable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.o -index-unit-output-path /Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.o -index-unit-output-path /Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/WatchingPathable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.o -index-unit-output-path /Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.o -index-unit-output-path /Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Event.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.o -index-unit-output-path /Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.o -index-unit-output-path /Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/EventSet.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ Yaml (in target 'Yaml' from project 'Yaml')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLRegex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLTokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/Yaml.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Yaml -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml.abi.json
SwiftCompile normal arm64 Compiling\ YAMLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift (in target 'Yaml' from project 'Yaml')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLOperators.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLRegex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLTokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/Yaml.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Yaml -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.o -index-unit-output-path /Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift (in target 'Yaml' from project 'Yaml')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLOperators.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLRegex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLTokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/Yaml.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Yaml -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.o -index-unit-output-path /Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ YAMLTokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLTokenizer.swift (in target 'Yaml' from project 'Yaml')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLRegex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLTokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/Yaml.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Yaml -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.o -index-unit-output-path /Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLTokenizer.swift (in target 'Yaml' from project 'Yaml')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLRegex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLTokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/Yaml.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Yaml -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.o -index-unit-output-path /Yaml.build/Debug-xros/Yaml.build/Objects-normal/arm64/YAMLTokenizer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/Command.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/Context.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/FileHandle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/Files.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/General/Array.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/Process.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/Stream/Lazy-split.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/Stream/Stream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/Sources/SwiftShell/String.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftShell -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-xros/SwiftShell.build/Objects-normal/arm64/SwiftShell.abi.json
Command SwiftEmitModule failed with a nonzero exit code
SwiftDriver\ Compilation\ Requirements Ocha normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Ocha' from project 'Ocha')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Ocha -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-xros/Ocha.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/Ocha.build/Debug-xros/Ocha.build/Objects-normal/arm64/Ocha-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha -experimental-emit-module-separately -disable-cmo
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'TeapotCore' from project 'Teapot')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftShell' from project 'SwiftShell')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Teapot' from project 'Teapot')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Ocha' from project 'Ocha')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Yaml' from project 'Yaml')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Commander' from project 'Commander')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftShell' from project 'SwiftShell')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PathKit' from project 'PathKit')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Ocha' from project 'Ocha')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Commander' from project 'Commander')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Ocha (in target 'Ocha' from project 'Ocha')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
(2 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.