The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Colibri, reference v0.3.0 (888d00), with Swift 6.3 for tvOS using Xcode 26.4 on 15 Apr 2026 19:06:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rock-n-code/colibri.git
Reference: v0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rock-n-code/colibri
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at 888d00c Set executable, package, and IDE tasks in the Makefile (#10)
Cloned https://github.com/rock-n-code/colibri.git
Revision (git rev-parse @):
888d00c1e8a22a21b724b97fc11f34bc1e975ff3
SUCCESS checkout https://github.com/rock-n-code/colibri.git at v0.3.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/rock-n-code/colibri.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/hummingbird-project/swift-mustache
Creating working copy of package ‘swift-mustache’
Checking out 2.0.2 of package ‘swift-mustache’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
  Colibri: /Users/admin/builder/spi-builder-workspace
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
resolved source packages: Colibri, swift-mustache, swift-argument-parser
2026-04-15 15:06:21.462 xcodebuild[529:3089] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache"
    }
  ],
  "manifest_display_name" : "Colibri",
  "name" : "Colibri",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "colibri",
      "targets" : [
        "Colibri"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ColibriLibrary",
      "targets" : [
        "ColibriLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColibriTests",
      "module_type" : "SwiftTarget",
      "name" : "ColibriTests",
      "path" : "Test",
      "sources" : [
        "Sources/Cases/Internal/Enumerations/FileTests.swift",
        "Sources/Cases/Internal/Enumerations/FolderTests.swift",
        "Sources/Cases/Internal/Enumerations/TemplateTests.swift",
        "Sources/Cases/Internal/Extensions/URL+ExtensionsTests.swift",
        "Sources/Cases/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/CleanProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/CopyFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateFoldersTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateRootFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/InitGitInFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/OpenProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/RenderFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/UpdateDependenciesTaskTests.swift",
        "Sources/Helpers/Extensions/URL+Samples.swift",
        "Sources/Helpers/Mocks/FileServiceMock.swift",
        "Sources/Helpers/Mocks/TemplateServiceMock.swift",
        "Sources/Helpers/Mocks/TerminalServiceMock.swift",
        "Sources/Helpers/Spies/FileServiceSpy.swift",
        "Sources/Helpers/Spies/TemplateServiceSpy.swift",
        "Sources/Helpers/Spies/TerminalServiceSpy.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColibriLibrary",
      "module_type" : "SwiftTarget",
      "name" : "ColibriLibrary",
      "path" : "Library",
      "product_dependencies" : [
        "Mustache"
      ],
      "product_memberships" : [
        "colibri",
        "ColibriLibrary"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Library/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/Internal/Enumerations/File.swift",
        "Sources/Internal/Enumerations/Folder.swift",
        "Sources/Internal/Enumerations/Template.swift",
        "Sources/Internal/Extensions/Bundle+Conformances.swift",
        "Sources/Internal/Extensions/Pipe+Properties.swift",
        "Sources/Internal/Extensions/Process+Conformances.swift",
        "Sources/Internal/Extensions/URL+Extensions.swift",
        "Sources/Internal/Protocols/Processable.swift",
        "Sources/Public/Enumerations/IDE.swift",
        "Sources/Public/Models/Project.swift",
        "Sources/Public/Protocols/Bundleable.swift",
        "Sources/Public/Protocols/FileServicing.swift",
        "Sources/Public/Protocols/Locationable.swift",
        "Sources/Public/Protocols/TemplateServicing.swift",
        "Sources/Public/Protocols/TerminalServicing.swift",
        "Sources/Public/Services/FileService.swift",
        "Sources/Public/Services/TemplateService.swift",
        "Sources/Public/Services/TerminalService.swift",
        "Sources/Public/Tasks/BuildProjectTask.swift",
        "Sources/Public/Tasks/CleanProjectTask.swift",
        "Sources/Public/Tasks/CopyFilesTask.swift",
        "Sources/Public/Tasks/CreateFoldersTask.swift",
        "Sources/Public/Tasks/CreateRootFolderTask.swift",
        "Sources/Public/Tasks/InitGitInFolderTask.swift",
        "Sources/Public/Tasks/OpenProjectTask.swift",
        "Sources/Public/Tasks/RenderFilesTask.swift",
        "Sources/Public/Tasks/UpdateDependenciesTask.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Colibri",
      "module_type" : "SwiftTarget",
      "name" : "Colibri",
      "path" : "Executable",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "colibri"
      ],
      "sources" : [
        "Sources/Colibri.swift",
        "Sources/Commands/BuildCommand.swift",
        "Sources/Commands/CleanCommand.swift",
        "Sources/Commands/CreateCommand.swift",
        "Sources/Commands/OpenCommand.swift",
        "Sources/Commands/OutdatedCommand.swift",
        "Sources/Commands/UpdateCommand.swift",
        "Sources/Extensions/IDE+Conformances.swift",
        "Sources/Options/BuildOptions.swift",
        "Sources/Options/CleanOptions.swift",
        "Sources/Options/CreateOptions.swift",
        "Sources/Options/OpenOptions.swift",
        "Sources/Options/OutdatedOptions.swift",
        "Sources/Options/UpdateOptions.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "colibri",
      "Colibri-Package",
      "ColibriLibrary"
    ]
  }
}
2026-04-15 15:06:31.181 xcodebuild[718:4252] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Colibri-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.4.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 Colibri-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  Colibri: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'colibri' in project 'Colibri'
        ➜ Explicit dependency on target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Colibri_ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Colibri_ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache' (no dependencies)
    Target 'Colibri_ColibriLibrary' in project 'Colibri' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 78efea14079ca73a03d4c2d8788f6cbf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/78efea14079ca73a03d4c2d8788f6cbf.xcbuilddata
error: The package product 'Mustache' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ColibriLibrary' from project 'Colibri')
error: The package product 'Mustache' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'colibri' from project 'Colibri')
2026-04-15 15:06:34.591 xcodebuild[737:4384] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Colibri-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.2
  Colibri: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
resolved source packages: swift-mustache, Colibri, swift-argument-parser
2026-04-15 15:06:39.413 xcodebuild[824:4935] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache"
    }
  ],
  "manifest_display_name" : "Colibri",
  "name" : "Colibri",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "colibri",
      "targets" : [
        "Colibri"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ColibriLibrary",
      "targets" : [
        "ColibriLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColibriTests",
      "module_type" : "SwiftTarget",
      "name" : "ColibriTests",
      "path" : "Test",
      "sources" : [
        "Sources/Cases/Internal/Enumerations/FileTests.swift",
        "Sources/Cases/Internal/Enumerations/FolderTests.swift",
        "Sources/Cases/Internal/Enumerations/TemplateTests.swift",
        "Sources/Cases/Internal/Extensions/URL+ExtensionsTests.swift",
        "Sources/Cases/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/CleanProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/CopyFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateFoldersTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateRootFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/InitGitInFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/OpenProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/RenderFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/UpdateDependenciesTaskTests.swift",
        "Sources/Helpers/Extensions/URL+Samples.swift",
        "Sources/Helpers/Mocks/FileServiceMock.swift",
        "Sources/Helpers/Mocks/TemplateServiceMock.swift",
        "Sources/Helpers/Mocks/TerminalServiceMock.swift",
        "Sources/Helpers/Spies/FileServiceSpy.swift",
        "Sources/Helpers/Spies/TemplateServiceSpy.swift",
        "Sources/Helpers/Spies/TerminalServiceSpy.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColibriLibrary",
      "module_type" : "SwiftTarget",
      "name" : "ColibriLibrary",
      "path" : "Library",
      "product_dependencies" : [
        "Mustache"
      ],
      "product_memberships" : [
        "colibri",
        "ColibriLibrary"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Library/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/Internal/Enumerations/File.swift",
        "Sources/Internal/Enumerations/Folder.swift",
        "Sources/Internal/Enumerations/Template.swift",
        "Sources/Internal/Extensions/Bundle+Conformances.swift",
        "Sources/Internal/Extensions/Pipe+Properties.swift",
        "Sources/Internal/Extensions/Process+Conformances.swift",
        "Sources/Internal/Extensions/URL+Extensions.swift",
        "Sources/Internal/Protocols/Processable.swift",
        "Sources/Public/Enumerations/IDE.swift",
        "Sources/Public/Models/Project.swift",
        "Sources/Public/Protocols/Bundleable.swift",
        "Sources/Public/Protocols/FileServicing.swift",
        "Sources/Public/Protocols/Locationable.swift",
        "Sources/Public/Protocols/TemplateServicing.swift",
        "Sources/Public/Protocols/TerminalServicing.swift",
        "Sources/Public/Services/FileService.swift",
        "Sources/Public/Services/TemplateService.swift",
        "Sources/Public/Services/TerminalService.swift",
        "Sources/Public/Tasks/BuildProjectTask.swift",
        "Sources/Public/Tasks/CleanProjectTask.swift",
        "Sources/Public/Tasks/CopyFilesTask.swift",
        "Sources/Public/Tasks/CreateFoldersTask.swift",
        "Sources/Public/Tasks/CreateRootFolderTask.swift",
        "Sources/Public/Tasks/InitGitInFolderTask.swift",
        "Sources/Public/Tasks/OpenProjectTask.swift",
        "Sources/Public/Tasks/RenderFilesTask.swift",
        "Sources/Public/Tasks/UpdateDependenciesTask.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Colibri",
      "module_type" : "SwiftTarget",
      "name" : "Colibri",
      "path" : "Executable",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "colibri"
      ],
      "sources" : [
        "Sources/Colibri.swift",
        "Sources/Commands/BuildCommand.swift",
        "Sources/Commands/CleanCommand.swift",
        "Sources/Commands/CreateCommand.swift",
        "Sources/Commands/OpenCommand.swift",
        "Sources/Commands/OutdatedCommand.swift",
        "Sources/Commands/UpdateCommand.swift",
        "Sources/Extensions/IDE+Conformances.swift",
        "Sources/Options/BuildOptions.swift",
        "Sources/Options/CleanOptions.swift",
        "Sources/Options/CreateOptions.swift",
        "Sources/Options/OpenOptions.swift",
        "Sources/Options/OutdatedOptions.swift",
        "Sources/Options/UpdateOptions.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "colibri",
      "Colibri-Package",
      "ColibriLibrary"
    ]
  }
}
2026-04-15 15:06:41.540 xcodebuild[848:5079] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Colibri-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.4.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 Colibri-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
  Colibri: /Users/admin/builder/spi-builder-workspace
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'colibri' in project 'Colibri'
        ➜ Explicit dependency on target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Colibri_ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Colibri_ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache' (no dependencies)
    Target 'Colibri_ColibriLibrary' in project 'Colibri' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 78efea14079ca73a03d4c2d8788f6cbf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/78efea14079ca73a03d4c2d8788f6cbf.xcbuilddata
error: The package product 'Mustache' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ColibriLibrary' from project 'Colibri')
error: The package product 'Mustache' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'colibri' from project 'Colibri')
2026-04-15 15:06:43.389 xcodebuild[863:5172] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Colibri-Package
(1 failure)
BUILD FAILURE 6.3 tvOS