The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build TermKit, reference main (6fd4a9), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Sep 2025 13:40:32 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/migueldeicaza/TermKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/migueldeicaza/TermKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6fd4a96 Command Palette touchups
Cloned https://github.com/migueldeicaza/TermKit.git
Revision (git rev-parse @):
6fd4a96b1f310576d8cb1894f8897cbfd4f3ed55
SUCCESS checkout https://github.com/migueldeicaza/TermKit.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/migueldeicaza/TermKit.git
https://github.com/migueldeicaza/TermKit.git
{
  "dependencies" : [
    {
      "identity" : "textbufferkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/TextBufferKit.git"
    },
    {
      "identity" : "swiftterm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/SwiftTerm.git"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.58.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-markdown"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "TermKit",
  "name" : "TermKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TermKit",
      "targets" : [
        "TermKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TermKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TermKitTests",
      "path" : "Tests/TermKitTests",
      "sources" : [
        "TermKitTests.swift",
        "TerminfoTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TermKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TermKit",
      "module_type" : "SwiftTarget",
      "name" : "TermKit",
      "path" : "Sources/TermKit",
      "product_dependencies" : [
        "TextBufferKit",
        "SwiftTerm",
        "Markdown",
        "Logging"
      ],
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
        "Core/Application.swift",
        "Core/AttributedString.swift",
        "Core/BorderStyle.swift",
        "Core/Clipboard.swift",
        "Core/Dim.swift",
        "Core/EdgeInsets.swift",
        "Core/Events.swift",
        "Core/Layer.swift",
        "Core/Painter.swift",
        "Core/Point.swift",
        "Core/Pos.swift",
        "Core/Rect.swift",
        "Core/Responder.swift",
        "Core/Size.swift",
        "Core/StandardDesktop.swift",
        "Core/SwiftLogging.swift",
        "Core/Toplevel.swift",
        "Core/View.swift",
        "Core/WcWidth.swift",
        "Core/Window.swift",
        "Dialogs/Dialog.swift",
        "Dialogs/FileDialog.swift",
        "Dialogs/InputBox.swift",
        "Dialogs/MessageBox.swift",
        "Drivers/ConsoleDriver.swift",
        "Drivers/CursesDriver.swift",
        "Drivers/TTYDriver.swift",
        "Drivers/TerminalCapability.swift",
        "Drivers/TerminfoParser.swift",
        "Drivers/UnixDriver.swift",
        "Drivers/WindowsDriver.swift",
        "Drivers/XtermCapability.swift",
        "Extensions/StringChar.swift",
        "Views/Button.swift",
        "Views/Checkbox.swift",
        "Views/CommandPalette.swift",
        "Views/DataTable.swift",
        "Views/Frame.swift",
        "Views/HexView.swift",
        "Views/Label.swift",
        "Views/ListView.swift",
        "Views/MarkdownView.swift",
        "Views/Menu.swift",
        "Views/ProgressBar.swift",
        "Views/RadioGroup.swift",
        "Views/ScrollView.swift",
        "Views/SolidBackground.swift",
        "Views/Spinner.swift",
        "Views/SplitView.swift",
        "Views/StatusBar.swift",
        "Views/TabView.swift",
        "Views/Terminal.swift",
        "Views/TextField.swift",
        "Views/TextView.swift"
      ],
      "target_dependencies" : [
        "Curses"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_dependencies" : [
        "SwiftTerm"
      ],
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "DemoAssorted.swift",
        "DemoBoxModel.swift",
        "DemoCommandPalette.swift",
        "DemoDataTable.swift",
        "DemoDialogs.swift",
        "DemoDrawing.swift",
        "DemoHost.swift",
        "DemoLayer.swift",
        "DemoMarkdown.swift",
        "DemoSplitView.swift",
        "DemoStandardDesktop.swift",
        "DemoStatusBar.swift",
        "DemoTabBar.swift",
        "DemoTerminal.swift",
        "DemoWindows.swift",
        "SpinnerDemo.swift",
        "SpinnerTest.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TermKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Curses",
      "module_type" : "SystemLibraryTarget",
      "name" : "Curses",
      "path" : "Sources/Curses",
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.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/SimplyDanny/SwiftLintPlugins
Fetching from https://github.com/migueldeicaza/SwiftTerm.git
Fetching from https://github.com/migueldeicaza/TextBufferKit.git
Fetching from https://github.com/apple/swift-markdown
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/swiftlang/swift-cmark.git
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.1 of package ‘swift-argument-parser’
Creating working copy of package ‘TextBufferKit’
Checking out 0.3.0 of package ‘TextBufferKit’
Creating working copy of package ‘swift-cmark’
Checking out 0.7.0 of package ‘swift-cmark’
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.61.0 of package ‘SwiftLintPlugins’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Creating working copy of package ‘swift-markdown’
Checking out 0.7.1 of package ‘swift-markdown’
Creating working copy of package ‘SwiftTerm’
Checking out 1.5.1 of package ‘SwiftTerm’
Resolve Package Graph
Resolved source packages:
  TextBufferKit: https://github.com/migueldeicaza/TextBufferKit.git @ 0.3.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.61.0
  TermKit: /Users/admin/builder/spi-builder-workspace
  cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.7.0
  swift-markdown: https://github.com/apple/swift-markdown @ 0.7.1
  SwiftTerm: https://github.com/migueldeicaza/SwiftTerm.git @ 1.5.1
resolved source packages: TextBufferKit, swift-log, swift-argument-parser, SwiftLintPlugins, TermKit, cmark-gfm, swift-markdown, SwiftTerm
{
  "dependencies" : [
    {
      "identity" : "textbufferkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/TextBufferKit.git"
    },
    {
      "identity" : "swiftterm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/SwiftTerm.git"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.58.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-markdown"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "TermKit",
  "name" : "TermKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TermKit",
      "targets" : [
        "TermKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TermKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TermKitTests",
      "path" : "Tests/TermKitTests",
      "sources" : [
        "TermKitTests.swift",
        "TerminfoTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TermKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TermKit",
      "module_type" : "SwiftTarget",
      "name" : "TermKit",
      "path" : "Sources/TermKit",
      "product_dependencies" : [
        "TextBufferKit",
        "SwiftTerm",
        "Markdown",
        "Logging"
      ],
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
        "Core/Application.swift",
        "Core/AttributedString.swift",
        "Core/BorderStyle.swift",
        "Core/Clipboard.swift",
        "Core/Dim.swift",
        "Core/EdgeInsets.swift",
        "Core/Events.swift",
        "Core/Layer.swift",
        "Core/Painter.swift",
        "Core/Point.swift",
        "Core/Pos.swift",
        "Core/Rect.swift",
        "Core/Responder.swift",
        "Core/Size.swift",
        "Core/StandardDesktop.swift",
        "Core/SwiftLogging.swift",
        "Core/Toplevel.swift",
        "Core/View.swift",
        "Core/WcWidth.swift",
        "Core/Window.swift",
        "Dialogs/Dialog.swift",
        "Dialogs/FileDialog.swift",
        "Dialogs/InputBox.swift",
        "Dialogs/MessageBox.swift",
        "Drivers/ConsoleDriver.swift",
        "Drivers/CursesDriver.swift",
        "Drivers/TTYDriver.swift",
        "Drivers/TerminalCapability.swift",
        "Drivers/TerminfoParser.swift",
        "Drivers/UnixDriver.swift",
        "Drivers/WindowsDriver.swift",
        "Drivers/XtermCapability.swift",
        "Extensions/StringChar.swift",
        "Views/Button.swift",
        "Views/Checkbox.swift",
        "Views/CommandPalette.swift",
        "Views/DataTable.swift",
        "Views/Frame.swift",
        "Views/HexView.swift",
        "Views/Label.swift",
        "Views/ListView.swift",
        "Views/MarkdownView.swift",
        "Views/Menu.swift",
        "Views/ProgressBar.swift",
        "Views/RadioGroup.swift",
        "Views/ScrollView.swift",
        "Views/SolidBackground.swift",
        "Views/Spinner.swift",
        "Views/SplitView.swift",
        "Views/StatusBar.swift",
        "Views/TabView.swift",
        "Views/Terminal.swift",
        "Views/TextField.swift",
        "Views/TextView.swift"
      ],
      "target_dependencies" : [
        "Curses"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_dependencies" : [
        "SwiftTerm"
      ],
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "DemoAssorted.swift",
        "DemoBoxModel.swift",
        "DemoCommandPalette.swift",
        "DemoDataTable.swift",
        "DemoDialogs.swift",
        "DemoDrawing.swift",
        "DemoHost.swift",
        "DemoLayer.swift",
        "DemoMarkdown.swift",
        "DemoSplitView.swift",
        "DemoStandardDesktop.swift",
        "DemoStatusBar.swift",
        "DemoTabBar.swift",
        "DemoTerminal.swift",
        "DemoWindows.swift",
        "SpinnerDemo.swift",
        "SpinnerTest.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TermKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Curses",
      "module_type" : "SystemLibraryTarget",
      "name" : "Curses",
      "path" : "Sources/Curses",
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Example",
      "TermKit",
      "TermKit-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TermKit-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 TermKit-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.61.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
  TextBufferKit: https://github.com/migueldeicaza/TextBufferKit.git @ 0.3.0
  TermKit: /Users/admin/builder/spi-builder-workspace
  SwiftTerm: https://github.com/migueldeicaza/SwiftTerm.git @ 1.5.1
  cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.7.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  swift-markdown: https://github.com/apple/swift-markdown @ 0.7.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
    Target 'Example' in project 'TermKit'
        ➜ Explicit dependency on target 'Curses' in project 'TermKit'
        ➜ Explicit dependency on target 'TermKit' in project 'TermKit'
        ➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
        ➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'TermKit' in project 'TermKit'
        ➜ Explicit dependency on target 'TermKit' in project 'TermKit'
        ➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
        ➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'TermKit' in project 'TermKit'
        ➜ Explicit dependency on target 'Curses' in project 'TermKit'
        ➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
        ➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'CAtomic' in project 'swift-markdown'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
    Target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'CAtomic' in project 'swift-markdown'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm' (no dependencies)
    Target 'CAtomic' in project 'swift-markdown' (no dependencies)
    Target 'SwiftTerm' in project 'SwiftTerm'
        ➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
    Target 'SwiftTerm' in project 'SwiftTerm' (no dependencies)
    Target 'TextBufferKit' in project 'TextBufferKit'
        ➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
    Target 'TextBufferKit' in project 'TextBufferKit' (no dependencies)
    Target 'Curses' in project 'TermKit' (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 -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2d3fa78f70e133d671903a8dda8780de
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2d3fa78f70e133d671903a8dda8780de.xcbuilddata
error: The package product 'SwiftTerm' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'TermKit' from project 'TermKit')
error: The package product 'SwiftTerm' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Example' from project 'TermKit')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme TermKit-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  TermKit: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.7.0
  SwiftTerm: https://github.com/migueldeicaza/SwiftTerm.git @ 1.5.1
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.61.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
  swift-markdown: https://github.com/apple/swift-markdown @ 0.7.1
  TextBufferKit: https://github.com/migueldeicaza/TextBufferKit.git @ 0.3.0
resolved source packages: TermKit, swift-log, cmark-gfm, SwiftTerm, SwiftLintPlugins, swift-argument-parser, swift-markdown, TextBufferKit
{
  "dependencies" : [
    {
      "identity" : "textbufferkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/TextBufferKit.git"
    },
    {
      "identity" : "swiftterm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/SwiftTerm.git"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.58.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-markdown"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "TermKit",
  "name" : "TermKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TermKit",
      "targets" : [
        "TermKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TermKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TermKitTests",
      "path" : "Tests/TermKitTests",
      "sources" : [
        "TermKitTests.swift",
        "TerminfoTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TermKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TermKit",
      "module_type" : "SwiftTarget",
      "name" : "TermKit",
      "path" : "Sources/TermKit",
      "product_dependencies" : [
        "TextBufferKit",
        "SwiftTerm",
        "Markdown",
        "Logging"
      ],
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
        "Core/Application.swift",
        "Core/AttributedString.swift",
        "Core/BorderStyle.swift",
        "Core/Clipboard.swift",
        "Core/Dim.swift",
        "Core/EdgeInsets.swift",
        "Core/Events.swift",
        "Core/Layer.swift",
        "Core/Painter.swift",
        "Core/Point.swift",
        "Core/Pos.swift",
        "Core/Rect.swift",
        "Core/Responder.swift",
        "Core/Size.swift",
        "Core/StandardDesktop.swift",
        "Core/SwiftLogging.swift",
        "Core/Toplevel.swift",
        "Core/View.swift",
        "Core/WcWidth.swift",
        "Core/Window.swift",
        "Dialogs/Dialog.swift",
        "Dialogs/FileDialog.swift",
        "Dialogs/InputBox.swift",
        "Dialogs/MessageBox.swift",
        "Drivers/ConsoleDriver.swift",
        "Drivers/CursesDriver.swift",
        "Drivers/TTYDriver.swift",
        "Drivers/TerminalCapability.swift",
        "Drivers/TerminfoParser.swift",
        "Drivers/UnixDriver.swift",
        "Drivers/WindowsDriver.swift",
        "Drivers/XtermCapability.swift",
        "Extensions/StringChar.swift",
        "Views/Button.swift",
        "Views/Checkbox.swift",
        "Views/CommandPalette.swift",
        "Views/DataTable.swift",
        "Views/Frame.swift",
        "Views/HexView.swift",
        "Views/Label.swift",
        "Views/ListView.swift",
        "Views/MarkdownView.swift",
        "Views/Menu.swift",
        "Views/ProgressBar.swift",
        "Views/RadioGroup.swift",
        "Views/ScrollView.swift",
        "Views/SolidBackground.swift",
        "Views/Spinner.swift",
        "Views/SplitView.swift",
        "Views/StatusBar.swift",
        "Views/TabView.swift",
        "Views/Terminal.swift",
        "Views/TextField.swift",
        "Views/TextView.swift"
      ],
      "target_dependencies" : [
        "Curses"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_dependencies" : [
        "SwiftTerm"
      ],
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "DemoAssorted.swift",
        "DemoBoxModel.swift",
        "DemoCommandPalette.swift",
        "DemoDataTable.swift",
        "DemoDialogs.swift",
        "DemoDrawing.swift",
        "DemoHost.swift",
        "DemoLayer.swift",
        "DemoMarkdown.swift",
        "DemoSplitView.swift",
        "DemoStandardDesktop.swift",
        "DemoStatusBar.swift",
        "DemoTabBar.swift",
        "DemoTerminal.swift",
        "DemoWindows.swift",
        "SpinnerDemo.swift",
        "SpinnerTest.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TermKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Curses",
      "module_type" : "SystemLibraryTarget",
      "name" : "Curses",
      "path" : "Sources/Curses",
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Example",
      "TermKit",
      "TermKit-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TermKit-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 TermKit-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.7.0
  TermKit: /Users/admin/builder/spi-builder-workspace
  TextBufferKit: https://github.com/migueldeicaza/TextBufferKit.git @ 0.3.0
  SwiftTerm: https://github.com/migueldeicaza/SwiftTerm.git @ 1.5.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  swift-markdown: https://github.com/apple/swift-markdown @ 0.7.1
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.61.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
    Target 'Example' in project 'TermKit'
        ➜ Explicit dependency on target 'Curses' in project 'TermKit'
        ➜ Explicit dependency on target 'TermKit' in project 'TermKit'
        ➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
        ➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'TermKit' in project 'TermKit'
        ➜ Explicit dependency on target 'TermKit' in project 'TermKit'
        ➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
        ➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'TermKit' in project 'TermKit'
        ➜ Explicit dependency on target 'Curses' in project 'TermKit'
        ➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
        ➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'CAtomic' in project 'swift-markdown'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
    Target 'Markdown' in project 'swift-markdown'
        ➜ Explicit dependency on target 'CAtomic' in project 'swift-markdown'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm' (no dependencies)
    Target 'CAtomic' in project 'swift-markdown' (no dependencies)
    Target 'SwiftTerm' in project 'SwiftTerm'
        ➜ Explicit dependency on target 'SwiftTerm' in project 'SwiftTerm'
    Target 'SwiftTerm' in project 'SwiftTerm' (no dependencies)
    Target 'TextBufferKit' in project 'TextBufferKit'
        ➜ Explicit dependency on target 'TextBufferKit' in project 'TextBufferKit'
    Target 'TextBufferKit' in project 'TextBufferKit' (no dependencies)
    Target 'Curses' in project 'TermKit' (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 -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 302ae31c27fcb66fad26dee5d174851e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/302ae31c27fcb66fad26dee5d174851e.xcbuilddata
error: The package product 'SwiftTerm' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Example' from project 'TermKit')
error: The package product 'SwiftTerm' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'TermKit' from project 'TermKit')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme TermKit-Package
(1 failure)
BUILD FAILURE 6.1 tvOS