The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build CommandLine, reference master (9b5611), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 09:43:35 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davidskrundz/commandline.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davidskrundz/commandline
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9b56116 Swift 5 update
Cloned https://github.com/davidskrundz/commandline.git
Revision (git rev-parse @):
9b56116871b5cbd9f81455ab639fa1705efb5ac8
SUCCESS checkout https://github.com/davidskrundz/commandline.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/davidskrundz/commandline.git
https://github.com/davidskrundz/commandline.git
{
  "dependencies" : [
    {
      "identity" : "collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "2.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DavidSkrundz/Collections.git"
    }
  ],
  "manifest_display_name" : "CommandLine",
  "name" : "CommandLine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sCommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "dCommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommandLineTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandLineTests",
      "path" : "Tests/CommandLineTests",
      "sources" : [
        "ArgumentParserTests.swift",
        "AutoTaskTests.swift"
      ],
      "target_dependencies" : [
        "CommandLine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommandLine",
      "module_type" : "SwiftTarget",
      "name" : "CommandLine",
      "path" : "Sources/CommandLine",
      "product_dependencies" : [
        "Generator"
      ],
      "product_memberships" : [
        "CommandLine",
        "sCommandLine",
        "dCommandLine"
      ],
      "sources" : [
        "ANSI.swift",
        "ArgumentParser.swift",
        "AutoTask.swift",
        "Option.swift",
        "Output.swift",
        "ParseError.swift",
        "StandardInOut.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/DavidSkrundz/Collections.git
Creating working copy of package ‘Collections’
Checking out 2.0.0 of package ‘Collections’
Resolve Package Graph
Resolved source packages:
  CommandLine: /Users/admin/builder/spi-builder-workspace
  Collections: https://github.com/DavidSkrundz/Collections.git @ 2.0.0
resolved source packages: CommandLine, Collections
{
  "dependencies" : [
    {
      "identity" : "collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "2.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DavidSkrundz/Collections.git"
    }
  ],
  "manifest_display_name" : "CommandLine",
  "name" : "CommandLine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sCommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "dCommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommandLineTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandLineTests",
      "path" : "Tests/CommandLineTests",
      "sources" : [
        "ArgumentParserTests.swift",
        "AutoTaskTests.swift"
      ],
      "target_dependencies" : [
        "CommandLine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommandLine",
      "module_type" : "SwiftTarget",
      "name" : "CommandLine",
      "path" : "Sources/CommandLine",
      "product_dependencies" : [
        "Generator"
      ],
      "product_memberships" : [
        "CommandLine",
        "sCommandLine",
        "dCommandLine"
      ],
      "sources" : [
        "ANSI.swift",
        "ArgumentParser.swift",
        "AutoTask.swift",
        "Option.swift",
        "Output.swift",
        "ParseError.swift",
        "StandardInOut.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CommandLine",
      "CommandLine-Package",
      "dCommandLine",
      "sCommandLine"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CommandLine-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 CommandLine-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:
  Collections: https://github.com/DavidSkrundz/Collections.git @ 2.0.0
  CommandLine: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'sCommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'dCommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'Generator' in project 'Collections'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'Generator' in project 'Collections' (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: 3159526e919c08126f235f73a4e9f0fe
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3159526e919c08126f235f73a4e9f0fe.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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    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/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
    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/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
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/dCommandLine.framework (in target 'dCommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/dCommandLine.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/dCommandLine\ product.build/empty-dCommandLine.plist (in target 'dCommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/dCommandLine\ product.build/empty-dCommandLine.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/dCommandLine\ product.build/dCommandLine.DependencyStaticMetadataFileList (in target 'dCommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/dCommandLine\ product.build/dCommandLine.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/dCommandLine\ product.build/dCommandLine.DependencyMetadataFileList (in target 'dCommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/dCommandLine\ product.build/dCommandLine.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.modulemap (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.SwiftConstValuesFileList (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.LinkFileList (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.SwiftFileList (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/dCommandLine\ product.build/Objects-normal/arm64/dCommandLine.LinkFileList (in target 'dCommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/dCommandLine\ product.build/Objects-normal/arm64/dCommandLine.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_const_extract_protocols.json (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-OutputFileMap.json (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.DependencyStaticMetadataFileList (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.DependencyMetadataFileList (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine_const_extract_protocols.json (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.SwiftFileList (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.SwiftConstValuesFileList (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.LinkFileList (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-OutputFileMap.json (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Generator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.modulemap (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    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/Collections.build/Debug-appletvos/Generator.build/Generator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/CommandLine.modulemap (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/CommandLine.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/CommandLine.DependencyStaticMetadataFileList (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/CommandLine.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/CommandLine.DependencyMetadataFileList (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/CommandLine.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CommandLine.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/CommandLine.modulemap (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/CommandLine.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver Generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Generator' from project 'Collections')
    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 Generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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 -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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/Collections.build/Debug-appletvos/Generator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_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/Collections.build/Debug-appletvos/Generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Generator (in target 'Generator' from project 'Collections')
EmitSwiftModule normal arm64 (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Generator (in target 'Generator' from project 'Collections')
SwiftDriver\ Compilation\ Requirements Generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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 -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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/Collections.build/Debug-appletvos/Generator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_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/Collections.build/Debug-appletvos/Generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Generator-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-Swift.h (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Generator-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.swiftmodule (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.swiftdoc (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.abi.json (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.swiftsourceinfo (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver CommandLine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CommandLine' from project 'CommandLine')
    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 CommandLine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.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 -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/PackageFrameworks -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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.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/CommandLine.build/Debug-appletvos/CommandLine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine_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/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CommandLine (in target 'CommandLine' from project 'CommandLine')
EmitSwiftModule normal arm64 (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift:10:26: error: cannot find type 'Process' in scope
        fileprivate let tasks: [Process]
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift:25:27: error: cannot find type 'Process' in scope
        fileprivate init(tasks: [Process], pipes: [Pipe]) {
                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift:60:62: error: cannot find type 'Process' in scope
        private static func createProcess(_ arguments: [String]) -> Process {
                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift:29:12: warning: let 'standardIn' is not concurrency-safe because non-'Sendable' type 'StandardIn' may have shared mutable state; this is an error in the Swift 6 language mode
public let standardIn: StandardIn = StandardIn()
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift:21:15: note: consider making struct 'StandardIn' conform to the 'Sendable' protocol
public struct StandardIn {
              ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift:29:12: note: add '@MainActor' to make let 'standardIn' part of global actor 'MainActor'
public let standardIn: StandardIn = StandardIn()
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift:29:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let standardIn: StandardIn = StandardIn()
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift:30:12: warning: let 'standardOut' is not concurrency-safe because non-'Sendable' type 'StandardOut' may have shared mutable state; this is an error in the Swift 6 language mode
public let standardOut: StandardOut = StandardOut()
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift:8:15: note: consider making struct 'StandardOut' conform to the 'Sendable' protocol
public struct StandardOut: Output {
              ^
                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift:30:12: note: add '@MainActor' to make let 'standardOut' part of global actor 'MainActor'
public let standardOut: StandardOut = StandardOut()
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift:30:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let standardOut: StandardOut = StandardOut()
           ^
nonisolated(unsafe)
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/Sources/CommandLine/ANSI.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ArgumentParser.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/Option.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/Output.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ParseError.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.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/PackageFrameworks -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 -profile-generate -profile-coverage-mapping -swift-version 5 -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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine_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/CommandLine.build/Debug-appletvos/CommandLine.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/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CommandLine -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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.abi.json
SwiftCompile normal arm64 Compiling\ ArgumentParser.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ArgumentParser.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ArgumentParser.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Character.swift (in target 'Generator' from project 'Collections')
SwiftCompile normal arm64 Compiling\ Output.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/Output.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/Output.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Generator+Sequence.swift (in target 'Generator' from project 'Collections')
SwiftCompile normal arm64 Compiling\ Option.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/Option.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/Option.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Collection+Generator.swift (in target 'Generator' from project 'Collections')
SwiftCompile normal arm64 Compiling\ AutoTask.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Generator+Move.swift (in target 'Generator' from project 'Collections')
SwiftCompile normal arm64 Compiling\ ANSI.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ANSI.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ANSI.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Generator+Peek.swift (in target 'Generator' from project 'Collections')
SwiftCompile normal arm64 Compiling\ StandardInOut.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Generator+Previous.swift (in target 'Generator' from project 'Collections')
SwiftCompile normal arm64 Compiling\ ParseError.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ParseError.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ParseError.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Generator+String.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Compiling Generator+Iterator.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Compiling Generator.swift (in target 'Generator' from project 'Collections')
SwiftDriver\ Compilation Generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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 -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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/Collections.build/Debug-appletvos/Generator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_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/Collections.build/Debug-appletvos/Generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.o normal (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.o
ExtractAppIntentsMetadata (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Generator --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier collections.Generator --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Generator.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 02:43:30.732 appintentsmetadataprocessor[760:4073] Starting appintentsmetadataprocessor export
2025-04-26 02:43:30.773 appintentsmetadataprocessor[760:4073] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.o (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.o
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'CommandLine' from project 'CommandLine')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CommandLine (in target 'CommandLine' from project 'CommandLine')
	Building workspace spi-builder-workspace with scheme CommandLine-Package
(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:
  CommandLine: /Users/admin/builder/spi-builder-workspace
  Collections: https://github.com/DavidSkrundz/Collections.git @ 2.0.0
resolved source packages: CommandLine, Collections
{
  "dependencies" : [
    {
      "identity" : "collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "2.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DavidSkrundz/Collections.git"
    }
  ],
  "manifest_display_name" : "CommandLine",
  "name" : "CommandLine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sCommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "dCommandLine",
      "targets" : [
        "CommandLine"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommandLineTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandLineTests",
      "path" : "Tests/CommandLineTests",
      "sources" : [
        "ArgumentParserTests.swift",
        "AutoTaskTests.swift"
      ],
      "target_dependencies" : [
        "CommandLine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommandLine",
      "module_type" : "SwiftTarget",
      "name" : "CommandLine",
      "path" : "Sources/CommandLine",
      "product_dependencies" : [
        "Generator"
      ],
      "product_memberships" : [
        "CommandLine",
        "sCommandLine",
        "dCommandLine"
      ],
      "sources" : [
        "ANSI.swift",
        "ArgumentParser.swift",
        "AutoTask.swift",
        "Option.swift",
        "Output.swift",
        "ParseError.swift",
        "StandardInOut.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CommandLine",
      "CommandLine-Package",
      "dCommandLine",
      "sCommandLine"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CommandLine-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 CommandLine-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  Collections: https://github.com/DavidSkrundz/Collections.git @ 2.0.0
  CommandLine: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'sCommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'dCommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'CommandLine' in project 'CommandLine'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'Generator' in project 'Collections'
        ➜ Explicit dependency on target 'Generator' in project 'Collections'
    Target 'Generator' in project 'Collections' (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: af7360409bb9c33a76ffab28e79da601
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/af7360409bb9c33a76ffab28e79da601.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 Generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Generator' from project 'Collections')
    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 Generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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 -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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/Collections.build/Debug-appletvos/Generator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_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/Collections.build/Debug-appletvos/Generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Generator+Iterator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections/Sources/Generator/Generator+Iterator.swift (in target 'Generator' from project 'Collections')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections/Sources/Generator/Generator+Iterator.swift (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Collection+Generator.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Compiling Character.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Compiling Generator+Iterator.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Compiling Generator+String.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Compiling Generator+Sequence.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Emitting module for Generator (in target 'Generator' from project 'Collections')
SwiftDriver\ Compilation\ Requirements Generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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 -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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/Collections.build/Debug-appletvos/Generator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_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/Collections.build/Debug-appletvos/Generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.abi.json (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Collections
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Generator.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Generator.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Compiling Generator+Peek.swift (in target 'Generator' from project 'Collections')
SwiftDriver CommandLine normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CommandLine' from project 'CommandLine')
    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 CommandLine -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.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 -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/PackageFrameworks -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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.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/CommandLine.build/Debug-appletvos/CommandLine.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine_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/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Generator+Move.swift (in target 'Generator' from project 'Collections')
SwiftDriverJobDiscovery normal arm64 Compiling Generator+Previous.swift (in target 'Generator' from project 'Collections')
SwiftDriver\ Compilation Generator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Generator' from project 'Collections')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Generator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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 -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator.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/Collections.build/Debug-appletvos/Generator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator_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/Collections.build/Debug-appletvos/Generator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Collections.build/Debug-appletvos/Generator.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/Collections.build/Debug-appletvos/Generator.build/Objects-normal/arm64/Generator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ArgumentParser.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ArgumentParser.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ArgumentParser.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ CommandLine (in target 'CommandLine' from project 'CommandLine')
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/Sources/CommandLine/ANSI.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ArgumentParser.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/Option.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/Output.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/ParseError.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.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/PackageFrameworks -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 -profile-generate -profile-coverage-mapping -swift-version 5 -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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine_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/CommandLine.build/Debug-appletvos/CommandLine.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/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CommandLine -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/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CommandLine.build/Debug-appletvos/CommandLine.build/Objects-normal/arm64/CommandLine.abi.json
EmitSwiftModule normal arm64 (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift:10:26: error: cannot find type 'Process' in scope
        fileprivate let tasks: [Process]
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift:25:27: error: cannot find type 'Process' in scope
        fileprivate init(tasks: [Process], pipes: [Pipe]) {
                                 ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine/AutoTask.swift:60:62: error: cannot find type 'Process' in scope
        private static func createProcess(_ arguments: [String]) -> Process {
                                                                    ^~~~~~~
SwiftCompile normal arm64 Compiling\ StandardInOut.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift (in target 'CommandLine' from project 'CommandLine')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CommandLine/StandardInOut.swift (in target 'CommandLine' from project 'CommandLine')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CommandLine (in target 'CommandLine' from project 'CommandLine')
	EmitSwiftModule normal arm64 (in target 'CommandLine' from project 'CommandLine')
	Building workspace spi-builder-workspace with scheme CommandLine-Package
(3 failures)
BUILD FAILURE 6.1 tvOS