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 Bundles, reference v1.0.10 (f310de), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 15:16:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Bundles.git
Reference: v1.0.10
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Bundles
 * tag               v1.0.10    -> FETCH_HEAD
HEAD is now at f310de2 updated Files
Cloned https://github.com/elegantchaos/Bundles.git
Revision (git rev-parse @):
f310de200a3fb08e23fb1fc21ed7984972a6b2b4
SUCCESS checkout https://github.com/elegantchaos/Bundles.git at v1.0.10
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elegantchaos/Bundles.git
https://github.com/elegantchaos/Bundles.git
{
  "dependencies" : [
    {
      "identity" : "coercion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Coercion.git"
    },
    {
      "identity" : "images",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Images.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Files.git"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/SemanticVersion.git"
    },
    {
      "identity" : "xctestextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XCTestExtensions.git"
    }
  ],
  "manifest_display_name" : "Bundles",
  "name" : "Bundles",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Bundles",
      "targets" : [
        "Bundles"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BundlesTests",
      "module_type" : "SwiftTarget",
      "name" : "BundlesTests",
      "path" : "Tests/BundlesTests",
      "product_dependencies" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "BundlesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bundles"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bundles",
      "module_type" : "SwiftTarget",
      "name" : "Bundles",
      "path" : "Sources/Bundles",
      "product_dependencies" : [
        "Coercion",
        "Files",
        "Images",
        "SemanticVersion"
      ],
      "product_memberships" : [
        "Bundles"
      ],
      "sources" : [
        "Bundle+Decoding.swift",
        "Bundle+Folders.swift",
        "BundleInfo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/elegantchaos/Images.git
Fetching from https://github.com/elegantchaos/Coercion.git
Fetching from https://github.com/elegantchaos/XCTestExtensions.git
Fetching from https://github.com/elegantchaos/SemanticVersion.git
Fetching from https://github.com/elegantchaos/Files.git
Fetching from https://github.com/elegantchaos/Logger.git
Fetching from https://github.com/elegantchaos/ThreadExtensions.git
Fetching from https://github.com/elegantchaos/Matchable.git
Creating working copy of package ‘Matchable’
Checking out 1.0.7 of package ‘Matchable’
Creating working copy of package ‘Coercion’
Checking out 1.1.3 of package ‘Coercion’
Creating working copy of package ‘Images’
Checking out 1.1.6 of package ‘Images’
Creating working copy of package ‘XCTestExtensions’
Checking out 1.5.1 of package ‘XCTestExtensions’
Creating working copy of package ‘SemanticVersion’
Checking out 1.1.2 of package ‘SemanticVersion’
Creating working copy of package ‘Logger’
Checking out 1.8.2 of package ‘Logger’
Creating working copy of package ‘ThreadExtensions’
Checking out 1.0.1 of package ‘ThreadExtensions’
Creating working copy of package ‘Files’
Checking out 1.2.2 of package ‘Files’
Resolve Package Graph
Resolved source packages:
  SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  ThreadExtensions: https://github.com/elegantchaos/ThreadExtensions.git @ 1.0.1
  Images: https://github.com/elegantchaos/Images.git @ 1.1.6
  Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
  Coercion: https://github.com/elegantchaos/Coercion.git @ 1.1.3
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  Files: https://github.com/elegantchaos/Files.git @ 1.2.2
  Bundles: /Users/admin/builder/spi-builder-workspace
resolved source packages: SemanticVersion, XCTestExtensions, ThreadExtensions, Images, Logger, Coercion, Matchable, Files, Bundles
{
  "dependencies" : [
    {
      "identity" : "coercion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Coercion.git"
    },
    {
      "identity" : "images",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Images.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Files.git"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/SemanticVersion.git"
    },
    {
      "identity" : "xctestextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XCTestExtensions.git"
    }
  ],
  "manifest_display_name" : "Bundles",
  "name" : "Bundles",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Bundles",
      "targets" : [
        "Bundles"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BundlesTests",
      "module_type" : "SwiftTarget",
      "name" : "BundlesTests",
      "path" : "Tests/BundlesTests",
      "product_dependencies" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "BundlesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bundles"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bundles",
      "module_type" : "SwiftTarget",
      "name" : "Bundles",
      "path" : "Sources/Bundles",
      "product_dependencies" : [
        "Coercion",
        "Files",
        "Images",
        "SemanticVersion"
      ],
      "product_memberships" : [
        "Bundles"
      ],
      "sources" : [
        "Bundle+Decoding.swift",
        "Bundle+Folders.swift",
        "BundleInfo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bundles",
      "Coercion",
      "Files",
      "Files-Package",
      "FilesKit",
      "Images",
      "Logger",
      "Logger-Package",
      "LoggerKit",
      "LoggerTestSupport",
      "Matchable",
      "ThreadExtensions",
      "XCTestExtensions"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bundles",
      "Coercion",
      "Files",
      "Files-Package",
      "FilesKit",
      "Images",
      "Logger",
      "Logger-Package",
      "LoggerKit",
      "LoggerTestSupport",
      "Matchable",
      "ThreadExtensions",
      "XCTestExtensions"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Bundles -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 Bundles -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:
  Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  Coercion: https://github.com/elegantchaos/Coercion.git @ 1.1.3
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
  Images: https://github.com/elegantchaos/Images.git @ 1.1.6
  Files: https://github.com/elegantchaos/Files.git @ 1.2.2
  ThreadExtensions: https://github.com/elegantchaos/ThreadExtensions.git @ 1.0.1
  Bundles: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'Bundles' in project 'Bundles'
        ➜ Explicit dependency on target 'Bundles' in project 'Bundles'
        ➜ Explicit dependency on target 'Coercion' in project 'Coercion'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'Bundles' in project 'Bundles'
        ➜ Explicit dependency on target 'Coercion' in project 'Coercion'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
    Target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'ThreadExtensions' in project 'ThreadExtensions'
    Target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'ThreadExtensions' in project 'ThreadExtensions'
    Target 'ThreadExtensions' in project 'ThreadExtensions'
        ➜ Explicit dependency on target 'ThreadExtensions' in project 'ThreadExtensions'
    Target 'ThreadExtensions' in project 'ThreadExtensions' (no dependencies)
    Target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
    Target 'Logger' in project 'Logger' (no dependencies)
    Target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Files' in project 'Files'
    Target 'Files' in project 'Files' (no dependencies)
    Target 'Coercion' in project 'Coercion'
        ➜ Explicit dependency on target 'Coercion' in project 'Coercion'
    Target 'Coercion' in project 'Coercion' (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: 6284de461f8acd3b6dcb2b92dbeec2f3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6284de461f8acd3b6dcb2b92dbeec2f3.xcbuilddata
error: The package product 'Logger' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Images' from project 'Images')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Bundles
(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:
  ThreadExtensions: https://github.com/elegantchaos/ThreadExtensions.git @ 1.0.1
  Bundles: /Users/admin/builder/spi-builder-workspace
  Images: https://github.com/elegantchaos/Images.git @ 1.1.6
  SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  Coercion: https://github.com/elegantchaos/Coercion.git @ 1.1.3
  Files: https://github.com/elegantchaos/Files.git @ 1.2.2
  Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
resolved source packages: ThreadExtensions, Bundles, Images, SemanticVersion, XCTestExtensions, Coercion, Files, Logger, Matchable
{
  "dependencies" : [
    {
      "identity" : "coercion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Coercion.git"
    },
    {
      "identity" : "images",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Images.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Files.git"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/SemanticVersion.git"
    },
    {
      "identity" : "xctestextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XCTestExtensions.git"
    }
  ],
  "manifest_display_name" : "Bundles",
  "name" : "Bundles",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Bundles",
      "targets" : [
        "Bundles"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BundlesTests",
      "module_type" : "SwiftTarget",
      "name" : "BundlesTests",
      "path" : "Tests/BundlesTests",
      "product_dependencies" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "BundlesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bundles"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bundles",
      "module_type" : "SwiftTarget",
      "name" : "Bundles",
      "path" : "Sources/Bundles",
      "product_dependencies" : [
        "Coercion",
        "Files",
        "Images",
        "SemanticVersion"
      ],
      "product_memberships" : [
        "Bundles"
      ],
      "sources" : [
        "Bundle+Decoding.swift",
        "Bundle+Folders.swift",
        "BundleInfo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bundles",
      "Coercion",
      "Files",
      "Files-Package",
      "FilesKit",
      "Images",
      "Logger",
      "Logger-Package",
      "LoggerKit",
      "LoggerTestSupport",
      "Matchable",
      "ThreadExtensions",
      "XCTestExtensions"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Bundles",
      "Coercion",
      "Files",
      "Files-Package",
      "FilesKit",
      "Images",
      "Logger",
      "Logger-Package",
      "LoggerKit",
      "LoggerTestSupport",
      "Matchable",
      "ThreadExtensions",
      "XCTestExtensions"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Bundles -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 Bundles -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  Logger: https://github.com/elegantchaos/Logger.git @ 1.8.2
  SemanticVersion: https://github.com/elegantchaos/SemanticVersion.git @ 1.1.2
  Bundles: /Users/admin/builder/spi-builder-workspace
  Files: https://github.com/elegantchaos/Files.git @ 1.2.2
  Matchable: https://github.com/elegantchaos/Matchable.git @ 1.0.7
  Images: https://github.com/elegantchaos/Images.git @ 1.1.6
  Coercion: https://github.com/elegantchaos/Coercion.git @ 1.1.3
  XCTestExtensions: https://github.com/elegantchaos/XCTestExtensions.git @ 1.5.1
  ThreadExtensions: https://github.com/elegantchaos/ThreadExtensions.git @ 1.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'Bundles' in project 'Bundles'
        ➜ Explicit dependency on target 'Bundles' in project 'Bundles'
        ➜ Explicit dependency on target 'Coercion' in project 'Coercion'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'Bundles' in project 'Bundles'
        ➜ Explicit dependency on target 'Coercion' in project 'Coercion'
        ➜ Explicit dependency on target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion'
        ➜ Explicit dependency on target 'SemanticVersion' in project 'SemanticVersion'
    Target 'SemanticVersion' in project 'SemanticVersion' (no dependencies)
    Target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'ThreadExtensions' in project 'ThreadExtensions'
    Target 'Images' in project 'Images'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'ThreadExtensions' in project 'ThreadExtensions'
    Target 'ThreadExtensions' in project 'ThreadExtensions'
        ➜ Explicit dependency on target 'ThreadExtensions' in project 'ThreadExtensions'
    Target 'ThreadExtensions' in project 'ThreadExtensions' (no dependencies)
    Target 'Logger' in project 'Logger'
        ➜ Explicit dependency on target 'Logger' in project 'Logger'
    Target 'Logger' in project 'Logger' (no dependencies)
    Target 'Files' in project 'Files'
        ➜ Explicit dependency on target 'Files' in project 'Files'
    Target 'Files' in project 'Files' (no dependencies)
    Target 'Coercion' in project 'Coercion'
        ➜ Explicit dependency on target 'Coercion' in project 'Coercion'
    Target 'Coercion' in project 'Coercion' (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: 5b757e676ad8498b688cd1536717cdb9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5b757e676ad8498b688cd1536717cdb9.xcbuilddata
error: The package product 'Logger' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Images' from project 'Images')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Bundles
(1 failure)
BUILD FAILURE 6.1 tvOS