Build Information
Failed to build swift-qr, reference 0.1.0 (74c56e), with Swift 6.2 for watchOS using Xcode 26.3 on 4 Jan 2026 20:20:18 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=watchOSBuild 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: watchOS
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/CorvidLabs/swift-ascii.git
Fetching from https://github.com/tayloraswift/swift-png.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-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
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-ascii’
Checking out 0.1.0 of package ‘swift-ascii’
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-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.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-qr: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
resolved source packages: swift-ascii, swift-png, swift-color, SwiftDocCPlugin, swift-qr, SymbolKit, swift-hash
2026-01-04 15:19:30.139 xcodebuild[519:3017] [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-04 15:19:44.202 xcodebuild[927:5238] [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=watchOS
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=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
swift-qr: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
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/WatchOS.platform/Developer/SDKs/WatchOS26.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: 944012daf86712ed79f1833d60e1ae88
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/944012daf86712ed79f1833d60e1ae88.xcbuilddata
error: The package product 'PNG' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftQR' from project 'swift-qr')
error: The package product 'Color' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'ASCIIPixelArt' from project 'swift-ascii')
error: The package product 'PNG' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'qr-gen' from project 'swift-qr')
2026-01-04 15:19:53.877 xcodebuild[997:5634] [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-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-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.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
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: swift-hash, SwiftDocCPlugin, swift-qr, swift-ascii, swift-png, swift-color, SymbolKit
2026-01-04 15:20:05.413 xcodebuild[1219:6965] [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-04 15:20:11.607 xcodebuild[1295:7410] [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=watchOS
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=watchOS
Resolve Package Graph
Resolved source packages:
swift-hash: https://github.com/tayloraswift/swift-hash @ 0.7.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
swift-ascii: https://github.com/CorvidLabs/swift-ascii.git @ 0.1.0
swift-qr: /Users/admin/builder/spi-builder-workspace
swift-color: https://github.com/CorvidLabs/swift-color.git @ 0.1.0
swift-png: https://github.com/tayloraswift/swift-png.git @ 4.4.9
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/WatchOS.platform/Developer/SDKs/WatchOS26.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: 944012daf86712ed79f1833d60e1ae88
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/944012daf86712ed79f1833d60e1ae88.xcbuilddata
error: The package product 'Color' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'ASCIIPixelArt' from project 'swift-ascii')
error: The package product 'PNG' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftQR' from project 'swift-qr')
error: The package product 'PNG' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'qr-gen' from project 'swift-qr')
2026-01-04 15:20:17.321 xcodebuild[1365:7822] [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 watchOS