The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-process-invocation, reference 1.3.0-beta.5.0.1 (3e4efd), with Swift 6.1 for tvOS using Xcode 16.3 on 22 Jan 2026 03:34:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-process-invocation-Package -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/swift-process-invocation.git
Reference: 1.3.0-beta.5.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xcode-actions/swift-process-invocation
 * tag               1.3.0-beta.5.0.1 -> FETCH_HEAD
HEAD is now at 3e4efde Fix some trivial warnings
Cloned https://github.com/xcode-actions/swift-process-invocation.git
Revision (git rev-parse @):
3e4efde516af4b01ab8a3da687541aad94523f3e
SUCCESS checkout https://github.com/xcode-actions/swift-process-invocation.git at 1.3.0-beta.5.0.1
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xcode-actions/swift-process-invocation.git
https://github.com/xcode-actions/swift-process-invocation.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/stream-reader.git"
    },
    {
      "identity" : "unwraporthrow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
    },
    {
      "identity" : "clt-logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/clt-logger.git"
    },
    {
      "identity" : "swift-signal-handling",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/swift-signal-handling.git"
    },
    {
      "identity" : "extenderz",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/eXtenderZ.git"
    }
  ],
  "manifest_display_name" : "swift-process-invocation",
  "name" : "swift-process-invocation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ProcessInvocation",
      "targets" : [
        "ProcessInvocation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-process-invocation-bridge",
      "targets" : [
        "ProcessInvocationBridge"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ManualTests",
      "targets" : [
        "ManualTests"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProcessInvocationTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocationTests",
      "path" : "Tests/ProcessInvocationTests",
      "product_dependencies" : [
        "CLTLogger",
        "Logging",
        "StreamReader",
        "SystemPackage"
      ],
      "sources" : [
        "ProcessInvocationTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "ProcessInvocation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessInvocationBridge",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocationBridge",
      "path" : "Sources/ProcessInvocationBridge",
      "product_dependencies" : [
        "ArgumentParser",
        "CLTLogger",
        "Logging",
        "StreamReader",
        "SystemPackage"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "ProcessInvocationBridge.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CMacroExports"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ProcessInvocation",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocation",
      "path" : "Sources/ProcessInvocation",
      "product_dependencies" : [
        "Logging",
        "SignalHandling",
        "StreamReader",
        "UnwrapOrThrow",
        "SystemPackage",
        "eXtenderZ-static"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "ManualTests"
      ],
      "sources" : [
        " Config.swift",
        " Constants.swift",
        " Errors.swift",
        "FileDescriptor+GenericReadStream.swift",
        "InputRedirectMode.swift",
        "LineSeparators.swift",
        "LineWithSource.swift",
        "OutputRedirectMode.swift",
        "ProcessInvocation+Deprecated.swift",
        "ProcessInvocation+Pipe.swift",
        "ProcessInvocation.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CMacroExports",
        "CNSTaskHelptender",
        "ProcessInvocationBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManualTests",
      "module_type" : "SwiftTarget",
      "name" : "ManualTests",
      "path" : "Sources/ManualTests",
      "product_dependencies" : [
        "CLTLogger",
        "Logging",
        "StreamReader"
      ],
      "product_memberships" : [
        "ManualTests"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ProcessInvocation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CNSTaskHelptender",
      "module_type" : "ClangTarget",
      "name" : "CNSTaskHelptender",
      "path" : "Sources/CNSTaskHelptender",
      "product_dependencies" : [
        "eXtenderZ-static"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "ManualTests"
      ],
      "sources" : [
        "NSTaskHelptender.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CMacroExports",
      "module_type" : "ClangTarget",
      "name" : "CMacroExports",
      "path" : "Sources/CMacroExports",
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "exports.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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/xcode-actions/clt-logger.git
Fetching from https://github.com/Frizlab/eXtenderZ.git
Fetching from https://github.com/Frizlab/UnwrapOrThrow.git
Fetching from https://github.com/xcode-actions/swift-signal-handling.git
Fetching from https://github.com/Frizlab/stream-reader.git
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Creating working copy of package ‘UnwrapOrThrow’
Checking out 1.1.0 of package ‘UnwrapOrThrow’
Creating working copy of package ‘stream-reader’
Checking out 3.6.1 of package ‘stream-reader’
Creating working copy of package ‘clt-logger’
Checking out 1.0.0 of package ‘clt-logger’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-log’
Checking out 1.9.1 of package ‘swift-log’
Creating working copy of package ‘eXtenderZ’
Checking out 2.1.1 of package ‘eXtenderZ’
Creating working copy of package ‘swift-signal-handling’
Checking out 1.1.4 of package ‘swift-signal-handling’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.9.1
  swift-signal-handling: https://github.com/xcode-actions/swift-signal-handling.git @ 1.1.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  eXtenderZ: https://github.com/Frizlab/eXtenderZ.git @ 2.1.1
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.6.1
  swift-process-invocation: /Users/admin/builder/spi-builder-workspace
  UnwrapOrThrow: https://github.com/Frizlab/UnwrapOrThrow.git @ 1.1.0
  clt-logger: https://github.com/xcode-actions/clt-logger.git @ 1.0.0
resolved source packages: swift-log, swift-signal-handling, swift-argument-parser, swift-system, eXtenderZ, stream-reader, swift-process-invocation, UnwrapOrThrow, clt-logger
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/stream-reader.git"
    },
    {
      "identity" : "unwraporthrow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
    },
    {
      "identity" : "clt-logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/clt-logger.git"
    },
    {
      "identity" : "swift-signal-handling",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/swift-signal-handling.git"
    },
    {
      "identity" : "extenderz",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/eXtenderZ.git"
    }
  ],
  "manifest_display_name" : "swift-process-invocation",
  "name" : "swift-process-invocation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ProcessInvocation",
      "targets" : [
        "ProcessInvocation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-process-invocation-bridge",
      "targets" : [
        "ProcessInvocationBridge"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ManualTests",
      "targets" : [
        "ManualTests"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProcessInvocationTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocationTests",
      "path" : "Tests/ProcessInvocationTests",
      "product_dependencies" : [
        "CLTLogger",
        "Logging",
        "StreamReader",
        "SystemPackage"
      ],
      "sources" : [
        "ProcessInvocationTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "ProcessInvocation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessInvocationBridge",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocationBridge",
      "path" : "Sources/ProcessInvocationBridge",
      "product_dependencies" : [
        "ArgumentParser",
        "CLTLogger",
        "Logging",
        "StreamReader",
        "SystemPackage"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "ProcessInvocationBridge.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CMacroExports"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ProcessInvocation",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocation",
      "path" : "Sources/ProcessInvocation",
      "product_dependencies" : [
        "Logging",
        "SignalHandling",
        "StreamReader",
        "UnwrapOrThrow",
        "SystemPackage",
        "eXtenderZ-static"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "ManualTests"
      ],
      "sources" : [
        " Config.swift",
        " Constants.swift",
        " Errors.swift",
        "FileDescriptor+GenericReadStream.swift",
        "InputRedirectMode.swift",
        "LineSeparators.swift",
        "LineWithSource.swift",
        "OutputRedirectMode.swift",
        "ProcessInvocation+Deprecated.swift",
        "ProcessInvocation+Pipe.swift",
        "ProcessInvocation.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CMacroExports",
        "CNSTaskHelptender",
        "ProcessInvocationBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManualTests",
      "module_type" : "SwiftTarget",
      "name" : "ManualTests",
      "path" : "Sources/ManualTests",
      "product_dependencies" : [
        "CLTLogger",
        "Logging",
        "StreamReader"
      ],
      "product_memberships" : [
        "ManualTests"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ProcessInvocation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CNSTaskHelptender",
      "module_type" : "ClangTarget",
      "name" : "CNSTaskHelptender",
      "path" : "Sources/CNSTaskHelptender",
      "product_dependencies" : [
        "eXtenderZ-static"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "ManualTests"
      ],
      "sources" : [
        "NSTaskHelptender.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CMacroExports",
      "module_type" : "ClangTarget",
      "name" : "CMacroExports",
      "path" : "Sources/CMacroExports",
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "exports.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ManualTests",
      "ProcessInvocation",
      "swift-process-invocation-bridge",
      "swift-process-invocation-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-process-invocation-Package -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 swift-process-invocation-Package -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.7.0
  swift-signal-handling: https://github.com/xcode-actions/swift-signal-handling.git @ 1.1.4
  swift-process-invocation: /Users/admin/builder/spi-builder-workspace
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.6.1
  clt-logger: https://github.com/xcode-actions/clt-logger.git @ 1.0.0
  eXtenderZ: https://github.com/Frizlab/eXtenderZ.git @ 2.1.1
  swift-log: https://github.com/apple/swift-log.git @ 1.9.1
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  UnwrapOrThrow: https://github.com/Frizlab/UnwrapOrThrow.git @ 1.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
    Target 'ManualTests' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CMacroExports' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CNSTaskHelptender' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'ProcessInvocation' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'eXtenderZ-static' in project 'eXtenderZ'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
    Target 'ProcessInvocation' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'ProcessInvocation' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CMacroExports' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CNSTaskHelptender' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'swift-process-invocation-bridge' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'eXtenderZ-static' in project 'eXtenderZ'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
    Target 'ProcessInvocation' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CMacroExports' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CNSTaskHelptender' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'swift-process-invocation-bridge' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'eXtenderZ-static' in project 'eXtenderZ'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
    Target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
        ➜ Explicit dependency on target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
    Target 'UnwrapOrThrow' in project 'UnwrapOrThrow' (no dependencies)
    Target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'swift-process-invocation-bridge' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CMacroExports' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
    Target 'StreamReader' in project 'stream-reader' (no dependencies)
    Target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'CNSTaskHelptender' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'eXtenderZ-static' in project 'eXtenderZ'
    Target 'eXtenderZ-static' in project 'eXtenderZ' (no dependencies)
    Target 'CMacroExports' in project 'swift-process-invocation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x objective-c -c /dev/null
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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 974229c0165b03f40a1fdd7214e8b63d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/974229c0165b03f40a1fdd7214e8b63d.xcbuilddata
error: The package product 'SignalHandling' requires minimum platform version 14.0 for the tvOS platform, but this target supports 12.0 (in target 'ProcessInvocation' from project 'swift-process-invocation')
error: The package product 'SignalHandling' requires minimum platform version 14.0 for the tvOS platform, but this target supports 12.0 (in target 'ManualTests' from project 'swift-process-invocation')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-process-invocation-Package
(1 failure)
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:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.0
  swift-log: https://github.com/apple/swift-log.git @ 1.9.1
  eXtenderZ: https://github.com/Frizlab/eXtenderZ.git @ 2.1.1
  swift-signal-handling: https://github.com/xcode-actions/swift-signal-handling.git @ 1.1.4
  UnwrapOrThrow: https://github.com/Frizlab/UnwrapOrThrow.git @ 1.1.0
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.6.1
  clt-logger: https://github.com/xcode-actions/clt-logger.git @ 1.0.0
  swift-process-invocation: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
resolved source packages: swift-argument-parser, swift-log, eXtenderZ, swift-signal-handling, UnwrapOrThrow, stream-reader, clt-logger, swift-process-invocation, swift-system
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/stream-reader.git"
    },
    {
      "identity" : "unwraporthrow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
    },
    {
      "identity" : "clt-logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/clt-logger.git"
    },
    {
      "identity" : "swift-signal-handling",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/swift-signal-handling.git"
    },
    {
      "identity" : "extenderz",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/eXtenderZ.git"
    }
  ],
  "manifest_display_name" : "swift-process-invocation",
  "name" : "swift-process-invocation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ProcessInvocation",
      "targets" : [
        "ProcessInvocation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-process-invocation-bridge",
      "targets" : [
        "ProcessInvocationBridge"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ManualTests",
      "targets" : [
        "ManualTests"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProcessInvocationTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocationTests",
      "path" : "Tests/ProcessInvocationTests",
      "product_dependencies" : [
        "CLTLogger",
        "Logging",
        "StreamReader",
        "SystemPackage"
      ],
      "sources" : [
        "ProcessInvocationTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "ProcessInvocation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessInvocationBridge",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocationBridge",
      "path" : "Sources/ProcessInvocationBridge",
      "product_dependencies" : [
        "ArgumentParser",
        "CLTLogger",
        "Logging",
        "StreamReader",
        "SystemPackage"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "ProcessInvocationBridge.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CMacroExports"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ProcessInvocation",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocation",
      "path" : "Sources/ProcessInvocation",
      "product_dependencies" : [
        "Logging",
        "SignalHandling",
        "StreamReader",
        "UnwrapOrThrow",
        "SystemPackage",
        "eXtenderZ-static"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "ManualTests"
      ],
      "sources" : [
        " Config.swift",
        " Constants.swift",
        " Errors.swift",
        "FileDescriptor+GenericReadStream.swift",
        "InputRedirectMode.swift",
        "LineSeparators.swift",
        "LineWithSource.swift",
        "OutputRedirectMode.swift",
        "ProcessInvocation+Deprecated.swift",
        "ProcessInvocation+Pipe.swift",
        "ProcessInvocation.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CMacroExports",
        "CNSTaskHelptender",
        "ProcessInvocationBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManualTests",
      "module_type" : "SwiftTarget",
      "name" : "ManualTests",
      "path" : "Sources/ManualTests",
      "product_dependencies" : [
        "CLTLogger",
        "Logging",
        "StreamReader"
      ],
      "product_memberships" : [
        "ManualTests"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ProcessInvocation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CNSTaskHelptender",
      "module_type" : "ClangTarget",
      "name" : "CNSTaskHelptender",
      "path" : "Sources/CNSTaskHelptender",
      "product_dependencies" : [
        "eXtenderZ-static"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "ManualTests"
      ],
      "sources" : [
        "NSTaskHelptender.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CMacroExports",
      "module_type" : "ClangTarget",
      "name" : "CMacroExports",
      "path" : "Sources/CMacroExports",
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "exports.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ManualTests",
      "ProcessInvocation",
      "swift-process-invocation-bridge",
      "swift-process-invocation-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-process-invocation-Package -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 swift-process-invocation-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  clt-logger: https://github.com/xcode-actions/clt-logger.git @ 1.0.0
  UnwrapOrThrow: https://github.com/Frizlab/UnwrapOrThrow.git @ 1.1.0
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.6.1
  swift-process-invocation: /Users/admin/builder/spi-builder-workspace
  swift-signal-handling: https://github.com/xcode-actions/swift-signal-handling.git @ 1.1.4
  swift-log: https://github.com/apple/swift-log.git @ 1.9.1
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  eXtenderZ: https://github.com/Frizlab/eXtenderZ.git @ 2.1.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (23 targets)
    Target 'ManualTests' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CMacroExports' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CNSTaskHelptender' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'ProcessInvocation' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'eXtenderZ-static' in project 'eXtenderZ'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
    Target 'ProcessInvocation' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'ProcessInvocation' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CMacroExports' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CNSTaskHelptender' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'swift-process-invocation-bridge' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'eXtenderZ-static' in project 'eXtenderZ'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
    Target 'ProcessInvocation' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CMacroExports' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CNSTaskHelptender' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'swift-process-invocation-bridge' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'eXtenderZ-static' in project 'eXtenderZ'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
    Target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
        ➜ Explicit dependency on target 'UnwrapOrThrow' in project 'UnwrapOrThrow'
    Target 'UnwrapOrThrow' in project 'UnwrapOrThrow' (no dependencies)
    Target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SignalHandling' in project 'swift-signal-handling'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'swift-process-invocation-bridge' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'CMacroExports' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
    Target 'StreamReader' in project 'stream-reader' (no dependencies)
    Target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'CLTLogger' in project 'clt-logger'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'CNSTaskHelptender' in project 'swift-process-invocation'
        ➜ Explicit dependency on target 'eXtenderZ-static' in project 'eXtenderZ'
    Target 'eXtenderZ-static' in project 'eXtenderZ' (no dependencies)
    Target 'CMacroExports' in project 'swift-process-invocation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x objective-c -c /dev/null
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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 86d1f69be3bb7f5cde2bdf8480bbe697
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/86d1f69be3bb7f5cde2bdf8480bbe697.xcbuilddata
error: The package product 'SignalHandling' requires minimum platform version 14.0 for the tvOS platform, but this target supports 12.0 (in target 'ProcessInvocation' from project 'swift-process-invocation')
error: The package product 'SignalHandling' requires minimum platform version 14.0 for the tvOS platform, but this target supports 12.0 (in target 'ManualTests' from project 'swift-process-invocation')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-process-invocation-Package
(1 failure)
BUILD FAILURE 6.1 tvOS