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 WelcomeWindow, reference main (92e263), with Swift 6.1 for tvOS using Xcode 16.3 on 3 Jul 2025 18:18:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/WelcomeWindow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/WelcomeWindow
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92e263e Upload Demo Header Via Link
Cloned https://github.com/CodeEditApp/WelcomeWindow.git
Revision (git rev-parse @):
92e263e5cbf0ad5965783af68d970001492f4147
SUCCESS checkout https://github.com/CodeEditApp/WelcomeWindow.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CodeEditApp/WelcomeWindow.git
https://github.com/CodeEditApp/WelcomeWindow.git
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    }
  ],
  "manifest_display_name" : "WelcomeWindow",
  "name" : "WelcomeWindow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WelcomeWindow",
      "targets" : [
        "WelcomeWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WelcomeWindowTests",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindowTests",
      "path" : "Tests/WelcomeWindowTests",
      "sources" : [
        "WelcomeWindowTests.swift"
      ],
      "target_dependencies" : [
        "WelcomeWindow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WelcomeWindow",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindow",
      "path" : "Sources/WelcomeWindow",
      "product_dependencies" : [
        "SwiftLint"
      ],
      "product_memberships" : [
        "WelcomeWindow"
      ],
      "sources" : [
        "Model/ActionsBuilder.swift",
        "Model/DocumentOpenDialogConfiguration.swift",
        "Model/DocumentSaveDialogConfiguration.swift",
        "Model/FocusTarget.swift",
        "Model/NSDocumentController+Extensions.swift",
        "Model/RecentsStore.swift",
        "Model/WelcomeActions.swift",
        "Utils/Bundle+Info.swift",
        "Utils/DefaultSceneID.swift",
        "Utils/FocusRingModifier.swift",
        "Utils/NSApp+WindowActions.swift",
        "Utils/NSImage+dominantColor.swift",
        "Utils/URL+isDirectory.swift",
        "Utils/View+Cursor.swift",
        "Views/RecentsListItem.swift",
        "Views/RecentsListView.swift",
        "Views/WelcomeButton.swift",
        "Views/WelcomeView.swift",
        "Views/WelcomeWindow.swift",
        "Views/WelcomeWindowView.swift"
      ],
      "type" : "library"
    }
  ],
  "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/lukepistrol/SwiftLintPlugin
Creating working copy of package ‘SwiftLintPlugin’
Checking out 0.59.1 of package ‘SwiftLintPlugin’
Resolve Package Graph
Resolved source packages:
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.59.1
  WelcomeWindow: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftLintPlugin, WelcomeWindow
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    }
  ],
  "manifest_display_name" : "WelcomeWindow",
  "name" : "WelcomeWindow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WelcomeWindow",
      "targets" : [
        "WelcomeWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WelcomeWindowTests",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindowTests",
      "path" : "Tests/WelcomeWindowTests",
      "sources" : [
        "WelcomeWindowTests.swift"
      ],
      "target_dependencies" : [
        "WelcomeWindow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WelcomeWindow",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindow",
      "path" : "Sources/WelcomeWindow",
      "product_dependencies" : [
        "SwiftLint"
      ],
      "product_memberships" : [
        "WelcomeWindow"
      ],
      "sources" : [
        "Model/ActionsBuilder.swift",
        "Model/DocumentOpenDialogConfiguration.swift",
        "Model/DocumentSaveDialogConfiguration.swift",
        "Model/FocusTarget.swift",
        "Model/NSDocumentController+Extensions.swift",
        "Model/RecentsStore.swift",
        "Model/WelcomeActions.swift",
        "Utils/Bundle+Info.swift",
        "Utils/DefaultSceneID.swift",
        "Utils/FocusRingModifier.swift",
        "Utils/NSApp+WindowActions.swift",
        "Utils/NSImage+dominantColor.swift",
        "Utils/URL+isDirectory.swift",
        "Utils/View+Cursor.swift",
        "Views/RecentsListItem.swift",
        "Views/RecentsListView.swift",
        "Views/WelcomeButton.swift",
        "Views/WelcomeView.swift",
        "Views/WelcomeWindow.swift",
        "Views/WelcomeWindowView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WelcomeWindow"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WelcomeWindow -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 WelcomeWindow -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:
  WelcomeWindow: /Users/admin/builder/spi-builder-workspace
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.59.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLint” in package “swiftlintplugin”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLint
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: cad1303ebc292e79a9b3302e43c57c34434eba812afadd860929bf8425402d4b
Apply build tool plug-in “SwiftLint” to target “WelcomeWindow” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/WelcomeWindow/SwiftLint\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --config /Users/admin/builder/spi-builder-workspace/.swiftlint.yml --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/WelcomeWindow/SwiftLint /Users/admin/builder/spi-builder-workspace/Sources/WelcomeWindow
Linting Swift files at paths /Users/admin/builder/spi-builder-workspace/Sources/WelcomeWindow
Linting 'DefaultSceneID.swift' (1/20)
Linting 'NSImage+dominantColor.swift' (3/20)
Linting 'NSApp+WindowActions.swift' (2/20)
Linting 'Bundle+Info.swift' (4/20)
Linting 'View+Cursor.swift' (5/20)
Linting 'URL+isDirectory.swift' (6/20)
Linting 'FocusRingModifier.swift' (7/20)
Linting 'ActionsBuilder.swift' (9/20)
Linting 'DocumentOpenDialogConfiguration.swift' (8/20)
Linting 'NSDocumentController+Extensions.swift' (10/20)
Linting 'RecentsStore.swift' (11/20)
Linting 'DocumentSaveDialogConfiguration.swift' (12/20)
Linting 'FocusTarget.swift' (14/20)
Linting 'WelcomeActions.swift' (13/20)
Linting 'WelcomeWindowView.swift' (15/20)
Linting 'WelcomeWindow.swift' (16/20)
Linting 'WelcomeView.swift' (17/20)
Linting 'RecentsListView.swift' (18/20)
Linting 'RecentsListItem.swift' (19/20)
Linting 'WelcomeButton.swift' (20/20)
Done linting! Found 0 violations, 0 serious in 20 files.
The folder “Output” doesn’t exist.
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x110b0a400 path:'/Users/admin/builder/spi-builder-workspace'>
    target: WelcomeWindow
        prebuildCommandOutputPaths: []
        buildCommands: []
        allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'WelcomeWindow' in project 'WelcomeWindow'
        ➜ Explicit dependency on target 'WelcomeWindow' in project 'WelcomeWindow'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
    Target 'WelcomeWindow' in project 'WelcomeWindow'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
    Target 'SwiftLint' in project 'SwiftLintPlugin'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
    Target 'SwiftLint' in project 'SwiftLintPlugin' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 039ab29659e87b89a705b96fb99e8ecd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/039ab29659e87b89a705b96fb99e8ecd.xcbuilddata
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'WelcomeWindow' from project 'WelcomeWindow')
** BUILD FAILED **
The following build commands failed:
	Running SwiftLint for WelcomeWindow
	Building workspace spi-builder-workspace with scheme WelcomeWindow
(2 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:
  WelcomeWindow: /Users/admin/builder/spi-builder-workspace
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.59.1
resolved source packages: WelcomeWindow, SwiftLintPlugin
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    }
  ],
  "manifest_display_name" : "WelcomeWindow",
  "name" : "WelcomeWindow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WelcomeWindow",
      "targets" : [
        "WelcomeWindow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WelcomeWindowTests",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindowTests",
      "path" : "Tests/WelcomeWindowTests",
      "sources" : [
        "WelcomeWindowTests.swift"
      ],
      "target_dependencies" : [
        "WelcomeWindow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WelcomeWindow",
      "module_type" : "SwiftTarget",
      "name" : "WelcomeWindow",
      "path" : "Sources/WelcomeWindow",
      "product_dependencies" : [
        "SwiftLint"
      ],
      "product_memberships" : [
        "WelcomeWindow"
      ],
      "sources" : [
        "Model/ActionsBuilder.swift",
        "Model/DocumentOpenDialogConfiguration.swift",
        "Model/DocumentSaveDialogConfiguration.swift",
        "Model/FocusTarget.swift",
        "Model/NSDocumentController+Extensions.swift",
        "Model/RecentsStore.swift",
        "Model/WelcomeActions.swift",
        "Utils/Bundle+Info.swift",
        "Utils/DefaultSceneID.swift",
        "Utils/FocusRingModifier.swift",
        "Utils/NSApp+WindowActions.swift",
        "Utils/NSImage+dominantColor.swift",
        "Utils/URL+isDirectory.swift",
        "Utils/View+Cursor.swift",
        "Views/RecentsListItem.swift",
        "Views/RecentsListView.swift",
        "Views/WelcomeButton.swift",
        "Views/WelcomeView.swift",
        "Views/WelcomeWindow.swift",
        "Views/WelcomeWindowView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WelcomeWindow"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WelcomeWindow -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 WelcomeWindow -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  WelcomeWindow: /Users/admin/builder/spi-builder-workspace
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.59.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLint” in package “swiftlintplugin”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLint
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: cad1303ebc292e79a9b3302e43c57c34434eba812afadd860929bf8425402d4b
Apply build tool plug-in “SwiftLint” to target “WelcomeWindow” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/WelcomeWindow/SwiftLint\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --config /Users/admin/builder/spi-builder-workspace/.swiftlint.yml --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/WelcomeWindow/SwiftLint /Users/admin/builder/spi-builder-workspace/Sources/WelcomeWindow
Linting Swift files at paths /Users/admin/builder/spi-builder-workspace/Sources/WelcomeWindow
Linting 'NSImage+dominantColor.swift' (2/20)
Linting 'DefaultSceneID.swift' (1/20)
Linting 'Bundle+Info.swift' (3/20)
Linting 'URL+isDirectory.swift' (7/20)
Linting 'NSApp+WindowActions.swift' (4/20)
Linting 'FocusRingModifier.swift' (6/20)
Linting 'View+Cursor.swift' (5/20)
Linting 'DocumentOpenDialogConfiguration.swift' (8/20)
Linting 'NSDocumentController+Extensions.swift' (9/20)
Linting 'ActionsBuilder.swift' (10/20)
Linting 'RecentsStore.swift' (11/20)
Linting 'DocumentSaveDialogConfiguration.swift' (13/20)
Linting 'FocusTarget.swift' (14/20)
Linting 'WelcomeWindowView.swift' (15/20)
Linting 'WelcomeActions.swift' (12/20)
Linting 'WelcomeView.swift' (16/20)
Linting 'WelcomeWindow.swift' (17/20)
Linting 'RecentsListView.swift' (18/20)
Linting 'WelcomeButton.swift' (19/20)
Linting 'RecentsListItem.swift' (20/20)
Done linting! Found 0 violations, 0 serious in 20 files.
The folder “Output” doesn’t exist.
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x14d137510 path:'/Users/admin/builder/spi-builder-workspace'>
    target: WelcomeWindow
        prebuildCommandOutputPaths: []
        buildCommands: []
        allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'WelcomeWindow' in project 'WelcomeWindow'
        ➜ Explicit dependency on target 'WelcomeWindow' in project 'WelcomeWindow'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
    Target 'WelcomeWindow' in project 'WelcomeWindow'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
    Target 'SwiftLint' in project 'SwiftLintPlugin'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
    Target 'SwiftLint' in project 'SwiftLintPlugin' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 5eeaf3af09c4fe4802fe2f8ee777103e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5eeaf3af09c4fe4802fe2f8ee777103e.xcbuilddata
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'WelcomeWindow' from project 'WelcomeWindow')
** BUILD FAILED **
The following build commands failed:
	Running SwiftLint for WelcomeWindow
	Building workspace spi-builder-workspace with scheme WelcomeWindow
(2 failures)
BUILD FAILURE 6.1 tvOS