Build Information
Failed to build xcsift, reference master (adab88), with Swift 6.0 for watchOS using Xcode 16.2 on 5 Apr 2026 22:37:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcsift -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ldomaradzki/xcsift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ldomaradzki/xcsift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at adab885 Merge pull request #66 from mattgallagher/passed-tests-multiple-suites
Cloned https://github.com/ldomaradzki/xcsift.git
Revision (git rev-parse @):
adab8856045f80b3198dd28372f77e0f14308b42
SUCCESS checkout https://github.com/ldomaradzki/xcsift.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/ldomaradzki/xcsift.git
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/mattt/swift-toml
Fetching from https://github.com/swiftlang/swift-docc-plugin
Fetching from https://github.com/toon-format/toon-swift.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘toon-swift’
Checking out 0.4.0 of package ‘toon-swift’
Creating working copy of package ‘swift-toml’
Checking out 2.0.0 of package ‘swift-toml’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
ToonFormat: https://github.com/toon-format/toon-swift.git @ 0.4.0
xcsift: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
TOML: https://github.com/mattt/swift-toml @ 2.0.0
resolved source packages: ToonFormat, xcsift, swift-argument-parser, SwiftDocCPlugin, SymbolKit, TOML
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "toon-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/toon-format/toon-swift.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "swift-toml",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattt/swift-toml"
}
],
"manifest_display_name" : "xcsift",
"name" : "xcsift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "xcsift",
"targets" : [
"xcsift"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "xcsiftTests",
"module_type" : "SwiftTarget",
"name" : "xcsiftTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/build.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/linker-error-output.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/swift-testing-output.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BuildPhasesTest.swift",
"BuildPhasesTimingTests.swift",
"ConfigurationTests.swift",
"CoverageTests.swift",
"EncodingTests.swift",
"GitHubActionsFormatTests.swift",
"InstallTests.swift",
"LinkerErrorTests.swift",
"Mocks/MockFileSystem.swift",
"ParsingTests.swift",
"TOONFormatTests.swift",
"XcbeautifyTests.swift"
],
"target_dependencies" : [
"xcsift"
],
"type" : "test"
},
{
"c99name" : "xcsift",
"module_type" : "SwiftTarget",
"name" : "xcsift",
"path" : "Sources",
"product_dependencies" : [
"ArgumentParser",
"ToonFormat",
"TOML"
],
"product_memberships" : [
"xcsift"
],
"sources" : [
"ConfigLoader.swift",
"ConfigMerger.swift",
"Configuration.swift",
"CoverageParser.swift",
"FileSystemProtocol.swift",
"Install/ClaudeCodeInstaller.swift",
"Install/CodexInstaller.swift",
"Install/CursorInstaller.swift",
"Install/InstallCommands.swift",
"Install/Templates/CodexTemplates.swift",
"Install/Templates/CursorTemplates.swift",
"Install/Templates/SharedTemplates.swift",
"Models.swift",
"OutputParser.swift",
"ShellRunnerProtocol.swift",
"XCBeautifySymbols.swift",
"XcodebuildSymbols.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"xcsift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcsift -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.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 xcsift -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ToonFormat: https://github.com/toon-format/toon-swift.git @ 0.4.0
TOML: https://github.com/mattt/swift-toml @ 2.0.0
xcsift: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'xcsift' in project 'xcsift'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ToonFormat' in project 'ToonFormat'
➜ Explicit dependency on target 'TOML' in project 'TOML'
Target 'TOML' in project 'TOML'
➜ Explicit dependency on target 'TOML' in project 'TOML'
➜ Explicit dependency on target 'CTomlPlusPlus' in project 'TOML'
Target 'TOML' in project 'TOML'
➜ Explicit dependency on target 'CTomlPlusPlus' in project 'TOML'
Target 'CTomlPlusPlus' in project 'TOML' (no dependencies)
Target 'ToonFormat' in project 'ToonFormat'
➜ Explicit dependency on target 'ToonFormat' in project 'ToonFormat'
Target 'ToonFormat' in project 'ToonFormat' (no dependencies)
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)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: c740909aa10d4b81e00e830ccd69d92f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c740909aa10d4b81e00e830ccd69d92f.xcbuilddata
error: The package product 'ToonFormat' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcsift' from project 'xcsift')
error: The package product 'TOML' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcsift' from project 'xcsift')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme xcsift
(1 failure)
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
TOML: https://github.com/mattt/swift-toml @ 2.0.0
xcsift: /Users/admin/builder/spi-builder-workspace
ToonFormat: https://github.com/toon-format/toon-swift.git @ 0.4.0
resolved source packages: swift-argument-parser, SymbolKit, SwiftDocCPlugin, TOML, xcsift, ToonFormat
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "toon-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/toon-format/toon-swift.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "swift-toml",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattt/swift-toml"
}
],
"manifest_display_name" : "xcsift",
"name" : "xcsift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "xcsift",
"targets" : [
"xcsift"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "xcsiftTests",
"module_type" : "SwiftTarget",
"name" : "xcsiftTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/build.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/linker-error-output.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/swift-testing-output.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BuildPhasesTest.swift",
"BuildPhasesTimingTests.swift",
"ConfigurationTests.swift",
"CoverageTests.swift",
"EncodingTests.swift",
"GitHubActionsFormatTests.swift",
"InstallTests.swift",
"LinkerErrorTests.swift",
"Mocks/MockFileSystem.swift",
"ParsingTests.swift",
"TOONFormatTests.swift",
"XcbeautifyTests.swift"
],
"target_dependencies" : [
"xcsift"
],
"type" : "test"
},
{
"c99name" : "xcsift",
"module_type" : "SwiftTarget",
"name" : "xcsift",
"path" : "Sources",
"product_dependencies" : [
"ArgumentParser",
"ToonFormat",
"TOML"
],
"product_memberships" : [
"xcsift"
],
"sources" : [
"ConfigLoader.swift",
"ConfigMerger.swift",
"Configuration.swift",
"CoverageParser.swift",
"FileSystemProtocol.swift",
"Install/ClaudeCodeInstaller.swift",
"Install/CodexInstaller.swift",
"Install/CursorInstaller.swift",
"Install/InstallCommands.swift",
"Install/Templates/CodexTemplates.swift",
"Install/Templates/CursorTemplates.swift",
"Install/Templates/SharedTemplates.swift",
"Models.swift",
"OutputParser.swift",
"ShellRunnerProtocol.swift",
"XCBeautifySymbols.swift",
"XcodebuildSymbols.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"xcsift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcsift -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.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 xcsift -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
TOML: https://github.com/mattt/swift-toml @ 2.0.0
xcsift: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.1
ToonFormat: https://github.com/toon-format/toon-swift.git @ 0.4.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'xcsift' in project 'xcsift'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ToonFormat' in project 'ToonFormat'
➜ Explicit dependency on target 'TOML' in project 'TOML'
Target 'TOML' in project 'TOML'
➜ Explicit dependency on target 'TOML' in project 'TOML'
➜ Explicit dependency on target 'CTomlPlusPlus' in project 'TOML'
Target 'TOML' in project 'TOML'
➜ Explicit dependency on target 'CTomlPlusPlus' in project 'TOML'
Target 'CTomlPlusPlus' in project 'TOML' (no dependencies)
Target 'ToonFormat' in project 'ToonFormat'
➜ Explicit dependency on target 'ToonFormat' in project 'ToonFormat'
Target 'ToonFormat' in project 'ToonFormat' (no dependencies)
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)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: c740909aa10d4b81e00e830ccd69d92f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c740909aa10d4b81e00e830ccd69d92f.xcbuilddata
error: The package product 'ToonFormat' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcsift' from project 'xcsift')
error: The package product 'TOML' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'xcsift' from project 'xcsift')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme xcsift
(1 failure)
BUILD FAILURE 6.0 watchOS