The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Komondor, reference master (3734b0), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 23:14:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Komondor -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/komondor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shibapm/komondor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3734b0e Merge pull request #56 from leogdion/patch-1
Cloned https://github.com/shibapm/komondor.git
Revision (git rev-parse @):
3734b0e8b62cc9a59c487eb0796905c441bf9c10
SUCCESS checkout https://github.com/shibapm/komondor.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shibapm/komondor.git
https://github.com/shibapm/komondor.git
{
  "dependencies" : [
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.35.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.28.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Realm/SwiftLint.git"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket"
    }
  ],
  "manifest_display_name" : "Komondor",
  "name" : "Komondor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "komondor",
      "targets" : [
        "Komondor"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Komondor",
      "module_type" : "SwiftTarget",
      "name" : "Komondor",
      "path" : "Sources/Komondor",
      "product_dependencies" : [
        "PackageConfig",
        "ShellOut"
      ],
      "product_memberships" : [
        "komondor"
      ],
      "sources" : [
        "Commands/install.swift",
        "Commands/runner.swift",
        "Commands/uninstall.swift",
        "Installation/renderScript.swift",
        "Installation/renderScriptHeader.swift",
        "Utils/Edited.swift",
        "Utils/Logger.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/shibapm/Rocket
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/Realm/SwiftLint.git
Fetching from https://github.com/nicklockwood/SwiftFormat.git
Fetching from https://github.com/shibapm/PackageConfig.git
Fetching from https://github.com/jpsim/Yams (cached)
Fetching from https://github.com/shibapm/Logger
Fetching from https://github.com/kareman/SwiftShell
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching from https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching from https://github.com/jpsim/SourceKitten.git
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/drmohundro/SWXMLHash.git
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Creating working copy of package ‘SwiftLint’
Checking out 0.59.1 of package ‘SwiftLint’
Creating working copy of package ‘ShellOut’
Checking out 2.3.0 of package ‘ShellOut’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘SwiftyTextTable’
Checking out 0.9.0 of package ‘SwiftyTextTable’
Creating working copy of package ‘Logger’
Checking out 0.2.3 of package ‘Logger’
Creating working copy of package ‘Rocket’
Checking out 1.3.0 of package ‘Rocket’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘CollectionConcurrencyKit’
Checking out 0.2.0 of package ‘CollectionConcurrencyKit’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘PackageConfig’
Checking out 1.1.3 of package ‘PackageConfig’
Creating working copy of package ‘SwiftShell’
Checking out 5.1.0 of package ‘SwiftShell’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Creating working copy of package ‘swift-syntax’
Checking out 601.0.0 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  Komondor: /Users/admin/builder/spi-builder-workspace
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Rocket: https://github.com/shibapm/Rocket @ 1.3.0
resolved source packages: SwiftLint, CollectionConcurrencyKit, SwiftFormat, ShellOut, SWXMLHash, PackageConfig, Logger, SwiftyTextTable, swift-syntax, SwiftShell, swift-argument-parser, CryptoSwift, Komondor, Yams, SourceKitten, Rocket
{
  "dependencies" : [
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.35.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.28.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Realm/SwiftLint.git"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket"
    }
  ],
  "manifest_display_name" : "Komondor",
  "name" : "Komondor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "komondor",
      "targets" : [
        "Komondor"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Komondor",
      "module_type" : "SwiftTarget",
      "name" : "Komondor",
      "path" : "Sources/Komondor",
      "product_dependencies" : [
        "PackageConfig",
        "ShellOut"
      ],
      "product_memberships" : [
        "komondor"
      ],
      "sources" : [
        "Commands/install.swift",
        "Commands/runner.swift",
        "Commands/uninstall.swift",
        "Installation/renderScript.swift",
        "Installation/renderScriptHeader.swift",
        "Utils/Edited.swift",
        "Utils/Logger.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Komondor",
      "SwiftShell"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Komondor",
      "SwiftShell"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Komondor -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.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 Komondor -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Rocket: https://github.com/shibapm/Rocket @ 1.3.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  Komondor: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'komondor' in project 'Komondor'
        ➜ Explicit dependency on target 'PackageConfig' in project 'PackageConfig'
        ➜ Explicit dependency on target 'ShellOut' in project 'ShellOut'
    Target 'ShellOut' in project 'ShellOut'
        ➜ Explicit dependency on target 'ShellOut' in project 'ShellOut'
    Target 'ShellOut' in project 'ShellOut' (no dependencies)
    Target 'PackageConfig' in project 'PackageConfig'
        ➜ Explicit dependency on target 'PackageConfig' in project 'PackageConfig'
    Target 'PackageConfig' in project 'PackageConfig' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
Build description signature: ed2a4eb4d7f1b137a3d2a6f2a939fdbe
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ed2a4eb4d7f1b137a3d2a6f2a939fdbe.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/komondor.DependencyMetadataFileList (in target 'komondor' from project 'Komondor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/komondor.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/komondor.DependencyStaticMetadataFileList (in target 'komondor' from project 'Komondor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/komondor.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/Objects-normal/arm64/komondor.LinkFileList (in target 'komondor' from project 'Komondor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/Objects-normal/arm64/komondor.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/Objects-normal/arm64/komondor_const_extract_protocols.json (in target 'komondor' from project 'Komondor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/Objects-normal/arm64/komondor_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/Objects-normal/arm64/komondor-OutputFileMap.json (in target 'komondor' from project 'Komondor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/Objects-normal/arm64/komondor-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/PackageConfig.modulemap (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/PackageConfig.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/Objects-normal/arm64/komondor.SwiftFileList (in target 'komondor' from project 'Komondor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-xros/komondor.build/Objects-normal/arm64/komondor.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig_const_extract_protocols.json (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/ShellOut.modulemap (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/ShellOut.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/ShellOut.DependencyStaticMetadataFileList (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/ShellOut.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/ShellOut.DependencyMetadataFileList (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/ShellOut.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.LinkFileList (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-OutputFileMap.json (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.SwiftConstValuesFileList (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut_const_extract_protocols.json (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.SwiftFileList (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/PackageConfig.DependencyStaticMetadataFileList (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/PackageConfig.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/PackageConfig.DependencyMetadataFileList (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/PackageConfig.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.SwiftFileList (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ShellOut.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/ShellOut.modulemap (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/ShellOut.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.SwiftConstValuesFileList (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.LinkFileList (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-OutputFileMap.json (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PackageConfig.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/PackageConfig.modulemap (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/PackageConfig.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig\ product.build/empty-PackageConfig.plist (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig\ product.build/empty-PackageConfig.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig\ product.build/PackageConfig.DependencyStaticMetadataFileList (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig\ product.build/PackageConfig.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig\ product.build/PackageConfig.DependencyMetadataFileList (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig\ product.build/PackageConfig.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig\ product.build/Objects-normal/arm64/PackageConfig.LinkFileList (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig\ product.build/Objects-normal/arm64/PackageConfig.LinkFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/PackageConfig.framework (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/PackageConfig.framework
SwiftDriver ShellOut normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ShellOut -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-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/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.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/ShellOut.build/Debug-xros/ShellOut.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut_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/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.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/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PackageConfig normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PackageConfig -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-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/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.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/PackageConfig.build/Debug-xros/PackageConfig.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig_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/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.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/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ShellOut (in target 'ShellOut' from project 'ShellOut')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift:34:14: error: cannot find type 'Process' in scope
    process: Process = .init(),
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift:67:14: error: cannot find type 'Process' in scope
    process: Process = .init(),
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift:102:14: error: cannot find type 'Process' in scope
    process: Process = .init(),
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift:377:19: error: cannot find type 'Process' in scope
private extension Process {
                  ^~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.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/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ShellOut -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.abi.json
SwiftCompile normal arm64 Compiling\ ShellOut.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift (in target 'ShellOut' from project 'ShellOut')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ PackageConfig (in target 'PackageConfig' from project 'PackageConfig')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Error.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Loader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Package.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/PackageConfig.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/PackageConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Writer.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4.2 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.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/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PackageConfig -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.abi.json
EmitSwiftModule normal arm64 (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
import class Foundation.Process
             ^          ~~~~~~~
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift (in target 'ShellOut' from project 'ShellOut')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ ShellOut (in target 'ShellOut' from project 'ShellOut')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PackageConfig (in target 'PackageConfig' from project 'PackageConfig')
	EmitSwiftModule normal arm64 (in target 'PackageConfig' from project 'PackageConfig')
	Building workspace spi-builder-workspace with scheme Komondor
(5 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Rocket: https://github.com/shibapm/Rocket @ 1.3.0
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Komondor: /Users/admin/builder/spi-builder-workspace
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
resolved source packages: Rocket, SwiftyTextTable, CollectionConcurrencyKit, SwiftFormat, SourceKitten, CryptoSwift, Logger, PackageConfig, swift-argument-parser, SwiftShell, Yams, swift-syntax, SWXMLHash, Komondor, SwiftLint, ShellOut
{
  "dependencies" : [
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.35.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.28.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Realm/SwiftLint.git"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket"
    }
  ],
  "manifest_display_name" : "Komondor",
  "name" : "Komondor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "komondor",
      "targets" : [
        "Komondor"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Komondor",
      "module_type" : "SwiftTarget",
      "name" : "Komondor",
      "path" : "Sources/Komondor",
      "product_dependencies" : [
        "PackageConfig",
        "ShellOut"
      ],
      "product_memberships" : [
        "komondor"
      ],
      "sources" : [
        "Commands/install.swift",
        "Commands/runner.swift",
        "Commands/uninstall.swift",
        "Installation/renderScript.swift",
        "Installation/renderScriptHeader.swift",
        "Utils/Edited.swift",
        "Utils/Logger.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Komondor",
      "SwiftShell"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Komondor",
      "SwiftShell"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Komondor -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.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 Komondor -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  Komondor: /Users/admin/builder/spi-builder-workspace
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  Rocket: https://github.com/shibapm/Rocket @ 1.3.0
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'komondor' in project 'Komondor'
        ➜ Explicit dependency on target 'PackageConfig' in project 'PackageConfig'
        ➜ Explicit dependency on target 'ShellOut' in project 'ShellOut'
    Target 'ShellOut' in project 'ShellOut'
        ➜ Explicit dependency on target 'ShellOut' in project 'ShellOut'
    Target 'ShellOut' in project 'ShellOut' (no dependencies)
    Target 'PackageConfig' in project 'PackageConfig'
        ➜ Explicit dependency on target 'PackageConfig' in project 'PackageConfig'
    Target 'PackageConfig' in project 'PackageConfig' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
Build description signature: dcd7e765e48678313f2f80401fdea29a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dcd7e765e48678313f2f80401fdea29a.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver ShellOut normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ShellOut -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-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/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.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/ShellOut.build/Debug-xros/ShellOut.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut_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/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.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/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PackageConfig normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PackageConfig -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-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/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.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/PackageConfig.build/Debug-xros/PackageConfig.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig_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/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.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/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ShellOut.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift (in target 'ShellOut' from project 'ShellOut')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ShellOut (in target 'ShellOut' from project 'ShellOut')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4.2 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.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/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ShellOut -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-xros/ShellOut.build/Objects-normal/arm64/ShellOut.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift (in target 'ShellOut' from project 'ShellOut')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift:34:14: error: cannot find type 'Process' in scope
    process: Process = .init(),
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift:67:14: error: cannot find type 'Process' in scope
    process: Process = .init(),
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift:102:14: error: cannot find type 'Process' in scope
    process: Process = .init(),
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift:377:19: error: cannot find type 'Process' in scope
private extension Process {
                  ^~~~~~~
SwiftCompile normal arm64 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Error.swift (in target 'PackageConfig' from project 'PackageConfig')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Error.swift (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ PackageConfig (in target 'PackageConfig' from project 'PackageConfig')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Error.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Loader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Package.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/PackageConfig.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/PackageConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/Writer.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4.2 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.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/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PackageConfig -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-xros/PackageConfig.build/Objects-normal/arm64/PackageConfig.abi.json
EmitSwiftModule normal arm64 (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/DynamicLibraries.swift:2:14: error: class 'Process' does not exist in module 'Foundation'
import class Foundation.Process
             ^          ~~~~~~~
SwiftCompile normal arm64 Compiling\ PackageConfig.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/PackageConfig.swift (in target 'PackageConfig' from project 'PackageConfig')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PackageConfig/Sources/PackageConfig/PackageConfig.swift (in target 'PackageConfig' from project 'PackageConfig')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ ShellOut (in target 'ShellOut' from project 'ShellOut')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ShellOut/Sources/ShellOut.swift (in target 'ShellOut' from project 'ShellOut')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PackageConfig (in target 'PackageConfig' from project 'PackageConfig')
	EmitSwiftModule normal arm64 (in target 'PackageConfig' from project 'PackageConfig')
	Building workspace spi-builder-workspace with scheme Komondor
(5 failures)
BUILD FAILURE 6.1 visionOS