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 tvOS using Xcode 16.3 on 26 Apr 2025 23:14:23 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=tvOS

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:         tvOS
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/nicklockwood/SwiftFormat.git
Fetching from https://github.com/Realm/SwiftLint.git
Fetching from https://github.com/shibapm/PackageConfig.git
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/shibapm/Logger
Fetching from https://github.com/kareman/SwiftShell
Fetching from https://github.com/jpsim/Yams (cached)
Fetching from https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/JohnSundell/CollectionConcurrencyKit.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 ‘CollectionConcurrencyKit’
Checking out 0.2.0 of package ‘CollectionConcurrencyKit’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘SwiftShell’
Checking out 5.1.0 of package ‘SwiftShell’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘SwiftyTextTable’
Checking out 0.9.0 of package ‘SwiftyTextTable’
Creating working copy of package ‘ShellOut’
Checking out 2.3.0 of package ‘ShellOut’
Creating working copy of package ‘swift-syntax’
Checking out 601.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘PackageConfig’
Checking out 1.1.3 of package ‘PackageConfig’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘Rocket’
Checking out 1.3.0 of package ‘Rocket’
Creating working copy of package ‘SwiftLint’
Checking out 0.59.1 of package ‘SwiftLint’
Creating working copy of package ‘Logger’
Checking out 0.2.3 of package ‘Logger’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  Rocket: https://github.com/shibapm/Rocket @ 1.3.0
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  Komondor: /Users/admin/builder/spi-builder-workspace
  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
  Yams: https://github.com/jpsim/Yams @ 5.3.1
resolved source packages: swift-argument-parser, SwiftyTextTable, CryptoSwift, SWXMLHash, ShellOut, PackageConfig, SourceKitten, swift-syntax, Rocket, SwiftShell, Logger, Komondor, SwiftLint, CollectionConcurrencyKit, SwiftFormat, Yams
{
  "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=tvOS 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=tvOS "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:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  Komondor: /Users/admin/builder/spi-builder-workspace
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  Rocket: https://github.com/shibapm/Rocket @ 1.3.0
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
Build description signature: 80643c0568bad6bff5fbe83969b02bdb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/80643c0568bad6bff5fbe83969b02bdb.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-appletvos/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-appletvos/komondor.build/komondor.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-appletvos/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-appletvos/komondor.build/komondor.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/ShellOut.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/ShellOut.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-appletvos/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-appletvos/komondor.build/Objects-normal/arm64/komondor-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-appletvos/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-appletvos/komondor.build/Objects-normal/arm64/komondor.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-appletvos/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-appletvos/komondor.build/Objects-normal/arm64/komondor.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Komondor.build/Debug-appletvos/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-appletvos/komondor.build/Objects-normal/arm64/komondor_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/ShellOut.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ShellOut.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/ShellOut.build/ShellOut.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/PackageConfig.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/PackageConfig.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/PackageConfig.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig\ product.build/PackageConfig.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig\ product.build/empty-PackageConfig.plist
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/PackageConfig.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/PackageConfig.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig\ product.build/PackageConfig.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig\ product.build/Objects-normal/arm64/PackageConfig.LinkFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/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

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

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-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PackageConfig -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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\ 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\ 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

** BUILD FAILED **
The following build commands failed:
	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
(3 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:
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Rocket: https://github.com/shibapm/Rocket @ 1.3.0
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Komondor: /Users/admin/builder/spi-builder-workspace
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  Logger: https://github.com/shibapm/Logger @ 0.2.3
resolved source packages: PackageConfig, swift-syntax, swift-argument-parser, SwiftFormat, SwiftShell, SwiftyTextTable, SWXMLHash, Rocket, Yams, CollectionConcurrencyKit, CryptoSwift, SwiftLint, SourceKitten, Komondor, ShellOut, Logger
{
  "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=tvOS
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=tvOS
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  Rocket: https://github.com/shibapm/Rocket @ 1.3.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  Logger: https://github.com/shibapm/Logger @ 0.2.3
  SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
  PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Yams: https://github.com/jpsim/Yams @ 5.3.1
  CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
  SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
  ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
  Komondor: /Users/admin/builder/spi-builder-workspace
  SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 49975e56c27ebee64ae91acf6384d582
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/49975e56c27ebee64ae91acf6384d582.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/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-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ShellOut -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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-appletvos/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-appletvos/ShellOut.build/Objects-normal/arm64/ShellOut.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShellOut.build/Debug-appletvos/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\ 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\ 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\ 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\ 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\ 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-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PackageConfig -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/PackageConfig.build/Objects-normal/arm64/PackageConfig.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PackageConfig.build/Debug-appletvos/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\ 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

** 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)
BUILD FAILURE 6.1 tvOS