The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-qr, reference main (cdba45), with Swift 6.2 for iOS using Xcode 26.3 on 21 Jan 2026 06:12:49 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-qr.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-qr
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cdba458 Update copyright year to 2026 (#2)
Cloned https://github.com/CorvidLabs/swift-qr.git
Revision (git rev-parse @):
cdba4584e62e4fe35f19235392d184d42b42add7
SUCCESS checkout https://github.com/CorvidLabs/swift-qr.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-qr.git
Command line invocation:
    /Applications/Xcode-26.0.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
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
Fetching from https://github.com/tayloraswift/swift-hash
Creating working copy of package ‘swift-ascii’
Checking out 0.1.0 of package ‘swift-ascii’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-color’
Checking out 0.1.0 of package ‘swift-color’
Creating working copy of package ‘swift-hash’
Checking out 0.7.1 of package ‘swift-hash’
Creating working copy of package ‘swift-png’
Checking out 4.4.9 of package ‘swift-png’
Resolve Package Graph
Resolved source packages:
  swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
  swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
  swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
  swift-qr: /Users/admin/builder/spi-builder-workspace
  swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: swift-png, swift-ascii, swift-hash, SwiftDocCPlugin, swift-qr, swift-color, SymbolKit
2026-01-21 01:12:02.498 xcodebuild[521:3060] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-01-21 01:12:17.478 xcodebuild[950:5498] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-qr-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.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=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-qr: /Users/admin/builder/spi-builder-workspace
  swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
  swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
  swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
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-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2c600d7ba69109b50d573d008e2865a4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c600d7ba69109b50d573d008e2865a4.xcbuilddata
error: The package product 'PNG' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'qr-gen' from project 'swift-qr')
error: The package product 'PNG' requires minimum platform version 13.0 for the iOS 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 iOS platform, but this target supports 12.0 (in target 'ASCIIPixelArt' from project 'swift-ascii')
2026-01-21 01:12:25.983 xcodebuild[1020:5920] [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 swift-qr-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
  swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
  swift-qr: /Users/admin/builder/spi-builder-workspace
  swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
resolved source packages: swift-ascii, swift-color, swift-qr, swift-hash, SymbolKit, swift-png, SwiftDocCPlugin
2026-01-21 01:12:36.654 xcodebuild[1219:7042] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-01-21 01:12:42.823 xcodebuild[1295:7483] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-qr-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.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=iOS
Resolve Package Graph
Resolved source packages:
  swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
  swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
  swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-qr: /Users/admin/builder/spi-builder-workspace
  swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
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-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2c600d7ba69109b50d573d008e2865a4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c600d7ba69109b50d573d008e2865a4.xcbuilddata
error: The package product 'PNG' requires minimum platform version 13.0 for the iOS 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 iOS 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 iOS platform, but this target supports 12.0 (in target 'qr-gen' from project 'swift-qr')
2026-01-21 01:12:48.646 xcodebuild[1365:7887] [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 swift-qr-Package
(1 failure)
BUILD FAILURE 6.2 iOS