Build Information
Failed to build codegen, reference master (49c263), with Swift 6.2 for watchOS using Xcode 26.3 on 5 Apr 2026 18:51:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme codegen-Package -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/partout-io/codegen.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/partout-io/codegen
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 49c263a Complete handling of enums with raw values
Cloned https://github.com/partout-io/codegen.git
Revision (git rev-parse @):
49c263a04d515e8ef3f26b0fb196021abf562991
SUCCESS checkout https://github.com/partout-io/codegen.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/partout-io/codegen.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-syntax
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Resolve Package Graph
Resolved source packages:
codegen: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
resolved source packages: codegen, swift-argument-parser, swift-syntax
2026-04-05 14:50:41.303 xcodebuild[515:3019] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "codegen",
"name" : "codegen",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CodegenLibrary",
"targets" : [
"CodegenLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "codegen",
"targets" : [
"codegen"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "codegen",
"module_type" : "SwiftTarget",
"name" : "codegen",
"path" : "Sources/codegen",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"codegen"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CodegenLibrary"
],
"type" : "executable"
},
{
"c99name" : "CodegenLibraryTests",
"module_type" : "SwiftTarget",
"name" : "CodegenLibraryTests",
"path" : "Tests/CodegenLibraryTests",
"sources" : [
"CodegenScanTests.swift",
"OpenAPIEncoderTests.swift"
],
"target_dependencies" : [
"CodegenLibrary"
],
"type" : "test"
},
{
"c99name" : "CodegenLibrary",
"module_type" : "SwiftTarget",
"name" : "CodegenLibrary",
"path" : "Sources/CodegenLibrary",
"product_dependencies" : [
"SwiftParser",
"SwiftSyntax"
],
"product_memberships" : [
"CodegenLibrary",
"codegen"
],
"sources" : [
"Codegen.swift",
"IR.swift",
"ModelScanner.swift",
"OpenAPIEncoder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"codegen",
"codegen-Package",
"CodegenLibrary"
]
}
}
2026-04-05 14:50:49.244 xcodebuild[721:4319] [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 codegen-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 codegen-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
codegen: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
Target 'codegen' in project 'codegen'
➜ Explicit dependency on target 'CodegenLibrary' in project 'codegen'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'CodegenLibrary' in project 'codegen'
➜ Explicit dependency on target 'CodegenLibrary' in project 'codegen'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'CodegenLibrary' in project 'codegen'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
Target 'SwiftSyntax602' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/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
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -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/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
Build description signature: 93570e2c2028fa2e24646294a8504707
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/93570e2c2028fa2e24646294a8504707.xcbuilddata
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'codegen' from project 'codegen')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'codegen' from project 'codegen')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CodegenLibrary' from project 'codegen')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CodegenLibrary' from project 'codegen')
2026-04-05 14:50:52.881 xcodebuild[735:4433] [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 codegen-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-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
codegen: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
resolved source packages: swift-argument-parser, codegen, swift-syntax
2026-04-05 14:50:57.625 xcodebuild[796:4743] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "codegen",
"name" : "codegen",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CodegenLibrary",
"targets" : [
"CodegenLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "codegen",
"targets" : [
"codegen"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "codegen",
"module_type" : "SwiftTarget",
"name" : "codegen",
"path" : "Sources/codegen",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"codegen"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CodegenLibrary"
],
"type" : "executable"
},
{
"c99name" : "CodegenLibraryTests",
"module_type" : "SwiftTarget",
"name" : "CodegenLibraryTests",
"path" : "Tests/CodegenLibraryTests",
"sources" : [
"CodegenScanTests.swift",
"OpenAPIEncoderTests.swift"
],
"target_dependencies" : [
"CodegenLibrary"
],
"type" : "test"
},
{
"c99name" : "CodegenLibrary",
"module_type" : "SwiftTarget",
"name" : "CodegenLibrary",
"path" : "Sources/CodegenLibrary",
"product_dependencies" : [
"SwiftParser",
"SwiftSyntax"
],
"product_memberships" : [
"CodegenLibrary",
"codegen"
],
"sources" : [
"Codegen.swift",
"IR.swift",
"ModelScanner.swift",
"OpenAPIEncoder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"codegen",
"codegen-Package",
"CodegenLibrary"
]
}
}
2026-04-05 14:51:00.181 xcodebuild[816:4869] [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 codegen-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 codegen-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
codegen: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
Target 'codegen' in project 'codegen'
➜ Explicit dependency on target 'CodegenLibrary' in project 'codegen'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'CodegenLibrary' in project 'codegen'
➜ Explicit dependency on target 'CodegenLibrary' in project 'codegen'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'CodegenLibrary' in project 'codegen'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
Target 'SwiftSyntax602' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/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
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -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/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 93570e2c2028fa2e24646294a8504707
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/93570e2c2028fa2e24646294a8504707.xcbuilddata
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'codegen' from project 'codegen')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'codegen' from project 'codegen')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CodegenLibrary' from project 'codegen')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'CodegenLibrary' from project 'codegen')
2026-04-05 14:51:02.438 xcodebuild[832:5020] [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 codegen-Package
(1 failure)
BUILD FAILURE 6.2 watchOS