The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-qr, reference 0.1.0 (74c56e), with Swift 6.1 for tvOS using Xcode 16.3 on 4 Jan 2026 20:29:53 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-qr.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-qr
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 74c56e3 Update Package
Cloned https://github.com/CorvidLabs/swift-qr.git
Revision (git rev-parse @):
74c56e328ab7c4385537de1ae52eaafad579d2f8
SUCCESS checkout https://github.com/CorvidLabs/swift-qr.git at 0.1.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-qr.git
https://github.com/CorvidLabs/swift-qr.git
{
  "dependencies" : [
    {
      "identity" : "swift-ascii",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-ascii.git"
    },
    {
      "identity" : "swift-png",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-png.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-qr",
  "name" : "swift-qr",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftQR",
      "targets" : [
        "SwiftQR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "qr-gen",
      "targets" : [
        "qr-gen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "qr_gen",
      "module_type" : "SwiftTarget",
      "name" : "qr-gen",
      "path" : "Sources/qr-gen",
      "product_memberships" : [
        "qr-gen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftQR"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftQRTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQRTests",
      "path" : "Tests/SwiftQRTests",
      "sources" : [
        "SwiftQRTests.swift"
      ],
      "target_dependencies" : [
        "SwiftQR"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftQR",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQR",
      "path" : "Sources/SwiftQR",
      "product_dependencies" : [
        "ASCIIPixelArt",
        "PNG"
      ],
      "product_memberships" : [
        "SwiftQR",
        "qr-gen"
      ],
      "sources" : [
        "Encoding/AlphanumericEncoder.swift",
        "Encoding/BitBuffer.swift",
        "Encoding/ByteEncoder.swift",
        "Encoding/DataEncoder.swift",
        "Encoding/NumericEncoder.swift",
        "ErrorCorrection/GaloisField.swift",
        "ErrorCorrection/Polynomial.swift",
        "ErrorCorrection/ReedSolomon.swift",
        "Format/FormatInfo.swift",
        "Format/VersionInfo.swift",
        "Matrix/DataPlacer.swift",
        "Matrix/MaskPattern.swift",
        "Matrix/PatternPlacer.swift",
        "Matrix/PenaltyCalculator.swift",
        "Matrix/QRMatrix.swift",
        "Public/QRCode.swift",
        "Public/QREncodingMode.swift",
        "Public/QRError.swift",
        "Public/QRErrorCorrectionLevel.swift",
        "Public/QRVersion.swift",
        "Rendering/PNGOutput.swift",
        "Rendering/SVGOutput.swift",
        "SwiftQR.swift",
        "Tables/AlignmentPatternTable.swift",
        "Tables/CapacityTable.swift",
        "Tables/ErrorCorrectionTable.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/swiftlang/swift-docc-plugin (cached)
Fetching from https://github.com/tayloraswift/swift-png.git
Fetching from https://github.com/CorvidLabs/swift-ascii.git
Fetching from https://github.com/CorvidLabs/swift-color.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Fetching from https://github.com/tayloraswift/swift-hash
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-ascii’
Checking out 0.1.0 of package ‘swift-ascii’
Creating working copy of package ‘swift-hash’
Checking out 0.7.1 of package ‘swift-hash’
Creating working copy of package ‘swift-color’
Checking out 0.1.0 of package ‘swift-color’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-png’
Checking out 4.4.9 of package ‘swift-png’
Resolve Package Graph
Resolved source packages:
  swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
  swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
  swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
  swift-qr: /Users/admin/builder/spi-builder-workspace
  swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: swift-hash, swift-ascii, swift-color, SwiftDocCPlugin, swift-qr, swift-png, SymbolKit
{
  "dependencies" : [
    {
      "identity" : "swift-ascii",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-ascii.git"
    },
    {
      "identity" : "swift-png",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-png.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-qr",
  "name" : "swift-qr",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftQR",
      "targets" : [
        "SwiftQR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "qr-gen",
      "targets" : [
        "qr-gen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "qr_gen",
      "module_type" : "SwiftTarget",
      "name" : "qr-gen",
      "path" : "Sources/qr-gen",
      "product_memberships" : [
        "qr-gen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftQR"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftQRTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQRTests",
      "path" : "Tests/SwiftQRTests",
      "sources" : [
        "SwiftQRTests.swift"
      ],
      "target_dependencies" : [
        "SwiftQR"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftQR",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQR",
      "path" : "Sources/SwiftQR",
      "product_dependencies" : [
        "ASCIIPixelArt",
        "PNG"
      ],
      "product_memberships" : [
        "SwiftQR",
        "qr-gen"
      ],
      "sources" : [
        "Encoding/AlphanumericEncoder.swift",
        "Encoding/BitBuffer.swift",
        "Encoding/ByteEncoder.swift",
        "Encoding/DataEncoder.swift",
        "Encoding/NumericEncoder.swift",
        "ErrorCorrection/GaloisField.swift",
        "ErrorCorrection/Polynomial.swift",
        "ErrorCorrection/ReedSolomon.swift",
        "Format/FormatInfo.swift",
        "Format/VersionInfo.swift",
        "Matrix/DataPlacer.swift",
        "Matrix/MaskPattern.swift",
        "Matrix/PatternPlacer.swift",
        "Matrix/PenaltyCalculator.swift",
        "Matrix/QRMatrix.swift",
        "Public/QRCode.swift",
        "Public/QREncodingMode.swift",
        "Public/QRError.swift",
        "Public/QRErrorCorrectionLevel.swift",
        "Public/QRVersion.swift",
        "Rendering/PNGOutput.swift",
        "Rendering/SVGOutput.swift",
        "SwiftQR.swift",
        "Tables/AlignmentPatternTable.swift",
        "Tables/CapacityTable.swift",
        "Tables/ErrorCorrectionTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "qr-gen",
      "swift-qr-Package",
      "SwiftQR"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-qr-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 swift-qr-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:
  swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
  swift-qr: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
  swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
  swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'qr-gen' in project 'swift-qr'
        ➜ Explicit dependency on target 'SwiftQR' in project 'swift-qr'
        ➜ Explicit dependency on target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'PNG' in project 'swift-png'
    Target 'SwiftQR' in project 'swift-qr'
        ➜ Explicit dependency on target 'SwiftQR' in project 'swift-qr'
        ➜ Explicit dependency on target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'PNG' in project 'swift-png'
    Target 'SwiftQR' in project 'swift-qr'
        ➜ Explicit dependency on target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'PNG' in project 'swift-png'
    Target 'PNG' in project 'swift-png'
        ➜ Explicit dependency on target 'PNG' in project 'swift-png'
        ➜ Explicit dependency on target 'LZ77' in project 'swift-png'
        ➜ Explicit dependency on target 'CRC' in project 'swift-hash'
    Target 'PNG' in project 'swift-png'
        ➜ Explicit dependency on target 'LZ77' in project 'swift-png'
        ➜ Explicit dependency on target 'CRC' in project 'swift-hash'
    Target 'LZ77' in project 'swift-png'
        ➜ Explicit dependency on target 'CRC' in project 'swift-hash'
    Target 'CRC' in project 'swift-hash'
        ➜ Explicit dependency on target 'CRC' in project 'swift-hash'
        ➜ Explicit dependency on target 'BaseDigits' in project 'swift-hash'
        ➜ Explicit dependency on target 'Base16' in project 'swift-hash'
    Target 'CRC' in project 'swift-hash'
        ➜ Explicit dependency on target 'BaseDigits' in project 'swift-hash'
        ➜ Explicit dependency on target 'Base16' in project 'swift-hash'
    Target 'Base16' in project 'swift-hash'
        ➜ Explicit dependency on target 'BaseDigits' in project 'swift-hash'
    Target 'BaseDigits' in project 'swift-hash' (no dependencies)
    Target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'Color' in project 'swift-color'
    Target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'Color' in project 'swift-color'
    Target 'Color' in project 'swift-color'
        ➜ Explicit dependency on target 'Color' in project 'swift-color'
    Target 'Color' in project 'swift-color' (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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 15fa5374817bde410c7df79f0acd1d09
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/15fa5374817bde410c7df79f0acd1d09.xcbuilddata
error: The package product 'PNG' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'SwiftQR' from project 'swift-qr')
error: The package product 'Color' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'ASCIIPixelArt' from project 'swift-ascii')
error: The package product 'PNG' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'qr-gen' from project 'swift-qr')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-qr-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:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
  swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
  swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
  swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
  swift-qr: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, swift-png, swift-color, SwiftDocCPlugin, swift-hash, swift-ascii, swift-qr
{
  "dependencies" : [
    {
      "identity" : "swift-ascii",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-ascii.git"
    },
    {
      "identity" : "swift-png",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-png.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-qr",
  "name" : "swift-qr",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftQR",
      "targets" : [
        "SwiftQR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "qr-gen",
      "targets" : [
        "qr-gen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "qr_gen",
      "module_type" : "SwiftTarget",
      "name" : "qr-gen",
      "path" : "Sources/qr-gen",
      "product_memberships" : [
        "qr-gen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftQR"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftQRTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQRTests",
      "path" : "Tests/SwiftQRTests",
      "sources" : [
        "SwiftQRTests.swift"
      ],
      "target_dependencies" : [
        "SwiftQR"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftQR",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQR",
      "path" : "Sources/SwiftQR",
      "product_dependencies" : [
        "ASCIIPixelArt",
        "PNG"
      ],
      "product_memberships" : [
        "SwiftQR",
        "qr-gen"
      ],
      "sources" : [
        "Encoding/AlphanumericEncoder.swift",
        "Encoding/BitBuffer.swift",
        "Encoding/ByteEncoder.swift",
        "Encoding/DataEncoder.swift",
        "Encoding/NumericEncoder.swift",
        "ErrorCorrection/GaloisField.swift",
        "ErrorCorrection/Polynomial.swift",
        "ErrorCorrection/ReedSolomon.swift",
        "Format/FormatInfo.swift",
        "Format/VersionInfo.swift",
        "Matrix/DataPlacer.swift",
        "Matrix/MaskPattern.swift",
        "Matrix/PatternPlacer.swift",
        "Matrix/PenaltyCalculator.swift",
        "Matrix/QRMatrix.swift",
        "Public/QRCode.swift",
        "Public/QREncodingMode.swift",
        "Public/QRError.swift",
        "Public/QRErrorCorrectionLevel.swift",
        "Public/QRVersion.swift",
        "Rendering/PNGOutput.swift",
        "Rendering/SVGOutput.swift",
        "SwiftQR.swift",
        "Tables/AlignmentPatternTable.swift",
        "Tables/CapacityTable.swift",
        "Tables/ErrorCorrectionTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "qr-gen",
      "swift-qr-Package",
      "SwiftQR"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-qr-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 swift-qr-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
  swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
  swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
  swift-qr: /Users/admin/builder/spi-builder-workspace
  swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'qr-gen' in project 'swift-qr'
        ➜ Explicit dependency on target 'SwiftQR' in project 'swift-qr'
        ➜ Explicit dependency on target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'PNG' in project 'swift-png'
    Target 'SwiftQR' in project 'swift-qr'
        ➜ Explicit dependency on target 'SwiftQR' in project 'swift-qr'
        ➜ Explicit dependency on target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'PNG' in project 'swift-png'
    Target 'SwiftQR' in project 'swift-qr'
        ➜ Explicit dependency on target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'PNG' in project 'swift-png'
    Target 'PNG' in project 'swift-png'
        ➜ Explicit dependency on target 'PNG' in project 'swift-png'
        ➜ Explicit dependency on target 'LZ77' in project 'swift-png'
        ➜ Explicit dependency on target 'CRC' in project 'swift-hash'
    Target 'PNG' in project 'swift-png'
        ➜ Explicit dependency on target 'LZ77' in project 'swift-png'
        ➜ Explicit dependency on target 'CRC' in project 'swift-hash'
    Target 'LZ77' in project 'swift-png'
        ➜ Explicit dependency on target 'CRC' in project 'swift-hash'
    Target 'CRC' in project 'swift-hash'
        ➜ Explicit dependency on target 'CRC' in project 'swift-hash'
        ➜ Explicit dependency on target 'BaseDigits' in project 'swift-hash'
        ➜ Explicit dependency on target 'Base16' in project 'swift-hash'
    Target 'CRC' in project 'swift-hash'
        ➜ Explicit dependency on target 'BaseDigits' in project 'swift-hash'
        ➜ Explicit dependency on target 'Base16' in project 'swift-hash'
    Target 'Base16' in project 'swift-hash'
        ➜ Explicit dependency on target 'BaseDigits' in project 'swift-hash'
    Target 'BaseDigits' in project 'swift-hash' (no dependencies)
    Target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'Color' in project 'swift-color'
    Target 'ASCIIPixelArt' in project 'swift-ascii'
        ➜ Explicit dependency on target 'Color' in project 'swift-color'
    Target 'Color' in project 'swift-color'
        ➜ Explicit dependency on target 'Color' in project 'swift-color'
    Target 'Color' in project 'swift-color' (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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b335a79f6a38d4c0bbd1d6d3afa0353b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b335a79f6a38d4c0bbd1d6d3afa0353b.xcbuilddata
error: The package product 'Color' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'ASCIIPixelArt' from project 'swift-ascii')
error: The package product 'PNG' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'SwiftQR' from project 'swift-qr')
error: The package product 'PNG' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'qr-gen' from project 'swift-qr')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-qr-Package
(1 failure)
BUILD FAILURE 6.1 tvOS