Build Information
Failed to build Subtweak, reference main (5ceadc), with Swift 6.3 for watchOS using Xcode 26.4 on 21 Apr 2026 13:30:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Subtweak-Package -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/subtweak.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/juri/subtweak
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5ceadc4 Try disabling setup-swift
Cloned https://github.com/juri/subtweak.git
Revision (git rev-parse @):
5ceadc45871dd781a128ec104b3d1c482b22cf21
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/subtweak.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/juri/subtweak.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/pointfreeco/swift-parsing.git
Fetching from https://github.com/pointfreeco/swift-custom-dump.git
Fetching from https://github.com/pointfreeco/swift-case-paths
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching from https://github.com/swiftlang/swift-syntax
Creating working copy of package ‘swift-parsing’
Checking out 0.14.1 of package ‘swift-parsing’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-case-paths’
Checking out 1.7.3 of package ‘swift-case-paths’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
Subtweak: /Users/admin/builder/spi-builder-workspace
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
resolved source packages: swift-argument-parser, swift-parsing, swift-custom-dump, swift-syntax, xctest-dynamic-overlay, Subtweak, swift-case-paths
2026-04-21 09:30:19.566 xcodebuild[529:3082] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump.git"
},
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing.git"
}
],
"manifest_display_name" : "Subtweak",
"name" : "Subtweak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SubtweakLib",
"targets" : [
"SubEdit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "subtweak",
"targets" : [
"CLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Subtitles",
"module_type" : "SwiftTarget",
"name" : "Subtitles",
"path" : "Sources/Subtitles",
"product_memberships" : [
"SubtweakLib",
"subtweak"
],
"sources" : [
"Subtitle.swift"
],
"type" : "library"
},
{
"c99name" : "SubEditTests",
"module_type" : "SwiftTarget",
"name" : "SubEditTests",
"path" : "Tests/SubEditTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"AppendTests.swift",
"InputOutputTests.swift",
"InsertTests.swift",
"ListGapsTests.swift",
"RemoveTests.swift",
"SetDurationTests.swift",
"SetEndTests.swift",
"SetStartTests.swift",
"SetTextTests.swift"
],
"target_dependencies" : [
"SRTParse",
"SubEdit"
],
"type" : "test"
},
{
"c99name" : "SubEdit",
"module_type" : "SwiftTarget",
"name" : "SubEdit",
"path" : "Sources/SubEdit",
"product_memberships" : [
"SubtweakLib",
"subtweak"
],
"sources" : [
"Encoding.swift",
"IO.swift",
"SubEditor.swift"
],
"target_dependencies" : [
"SRTParse",
"Subtitles"
],
"type" : "library"
},
{
"c99name" : "SRTParseTests",
"module_type" : "SwiftTarget",
"name" : "SRTParseTests",
"path" : "Tests/SRTParseTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"ConversionTests.swift",
"SRTTests.swift"
],
"target_dependencies" : [
"SRTParse"
],
"type" : "test"
},
{
"c99name" : "SRTParse",
"module_type" : "SwiftTarget",
"name" : "SRTParse",
"path" : "Sources/SRTParse",
"product_dependencies" : [
"Parsing"
],
"product_memberships" : [
"SubtweakLib",
"subtweak"
],
"sources" : [
"Conversion.swift",
"DocumentIO.swift",
"SRT.swift"
],
"target_dependencies" : [
"Subtitles"
],
"type" : "library"
},
{
"c99name" : "CLI",
"module_type" : "SwiftTarget",
"name" : "CLI",
"path" : "Sources/CLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"subtweak"
],
"sources" : [
"CommandLine.swift"
],
"target_dependencies" : [
"SRTParse",
"SubEdit"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"subtweak",
"Subtweak-Package",
"SubtweakLib"
]
}
}
2026-04-21 09:30:30.003 xcodebuild[907:5225] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Subtweak-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.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 Subtweak-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
Subtweak: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
Target 'subtweak' in project 'Subtweak'
➜ Explicit dependency on target 'Subtitles' in project 'Subtweak'
➜ Explicit dependency on target 'SRTParse' in project 'Subtweak'
➜ Explicit dependency on target 'SubEdit' in project 'Subtweak'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ 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 'SubtweakLib' in project 'Subtweak'
➜ Explicit dependency on target 'SubEdit' in project 'Subtweak'
➜ Explicit dependency on target 'Subtitles' in project 'Subtweak'
➜ Explicit dependency on target 'SRTParse' in project 'Subtweak'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'SubEdit' in project 'Subtweak'
➜ Explicit dependency on target 'Subtitles' in project 'Subtweak'
➜ Explicit dependency on target 'SRTParse' in project 'Subtweak'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'SRTParse' in project 'Subtweak'
➜ Explicit dependency on target 'Subtitles' in project 'Subtweak'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePathsMacros' in project 'swift-case-paths' (no dependencies)
Target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (no dependencies)
Target 'Subtitles' in project 'Subtweak' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 626cef97b7124ff8ae7cb2b17bc32a5c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/626cef97b7124ff8ae7cb2b17bc32a5c.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SRTParse' from project 'Subtweak')
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SubEdit' from project 'Subtweak')
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'subtweak' from project 'Subtweak')
2026-04-21 09:30:34.844 xcodebuild[939:5414] [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 Subtweak-Package
(1 failure)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
Subtweak: /Users/admin/builder/spi-builder-workspace
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
resolved source packages: swift-parsing, swift-custom-dump, xctest-dynamic-overlay, swift-argument-parser, Subtweak, swift-case-paths, swift-syntax
2026-04-21 09:30:40.236 xcodebuild[1054:5966] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump.git"
},
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing.git"
}
],
"manifest_display_name" : "Subtweak",
"name" : "Subtweak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SubtweakLib",
"targets" : [
"SubEdit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "subtweak",
"targets" : [
"CLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Subtitles",
"module_type" : "SwiftTarget",
"name" : "Subtitles",
"path" : "Sources/Subtitles",
"product_memberships" : [
"SubtweakLib",
"subtweak"
],
"sources" : [
"Subtitle.swift"
],
"type" : "library"
},
{
"c99name" : "SubEditTests",
"module_type" : "SwiftTarget",
"name" : "SubEditTests",
"path" : "Tests/SubEditTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"AppendTests.swift",
"InputOutputTests.swift",
"InsertTests.swift",
"ListGapsTests.swift",
"RemoveTests.swift",
"SetDurationTests.swift",
"SetEndTests.swift",
"SetStartTests.swift",
"SetTextTests.swift"
],
"target_dependencies" : [
"SRTParse",
"SubEdit"
],
"type" : "test"
},
{
"c99name" : "SubEdit",
"module_type" : "SwiftTarget",
"name" : "SubEdit",
"path" : "Sources/SubEdit",
"product_memberships" : [
"SubtweakLib",
"subtweak"
],
"sources" : [
"Encoding.swift",
"IO.swift",
"SubEditor.swift"
],
"target_dependencies" : [
"SRTParse",
"Subtitles"
],
"type" : "library"
},
{
"c99name" : "SRTParseTests",
"module_type" : "SwiftTarget",
"name" : "SRTParseTests",
"path" : "Tests/SRTParseTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"ConversionTests.swift",
"SRTTests.swift"
],
"target_dependencies" : [
"SRTParse"
],
"type" : "test"
},
{
"c99name" : "SRTParse",
"module_type" : "SwiftTarget",
"name" : "SRTParse",
"path" : "Sources/SRTParse",
"product_dependencies" : [
"Parsing"
],
"product_memberships" : [
"SubtweakLib",
"subtweak"
],
"sources" : [
"Conversion.swift",
"DocumentIO.swift",
"SRT.swift"
],
"target_dependencies" : [
"Subtitles"
],
"type" : "library"
},
{
"c99name" : "CLI",
"module_type" : "SwiftTarget",
"name" : "CLI",
"path" : "Sources/CLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"subtweak"
],
"sources" : [
"CommandLine.swift"
],
"target_dependencies" : [
"SRTParse",
"SubEdit"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"subtweak",
"Subtweak-Package",
"SubtweakLib"
]
}
}
2026-04-21 09:30:42.876 xcodebuild[1089:6142] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Subtweak-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.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 Subtweak-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
Subtweak: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (19 targets)
Target 'subtweak' in project 'Subtweak'
➜ Explicit dependency on target 'Subtitles' in project 'Subtweak'
➜ Explicit dependency on target 'SRTParse' in project 'Subtweak'
➜ Explicit dependency on target 'SubEdit' in project 'Subtweak'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ 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 'SubtweakLib' in project 'Subtweak'
➜ Explicit dependency on target 'SubEdit' in project 'Subtweak'
➜ Explicit dependency on target 'Subtitles' in project 'Subtweak'
➜ Explicit dependency on target 'SRTParse' in project 'Subtweak'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'SubEdit' in project 'Subtweak'
➜ Explicit dependency on target 'Subtitles' in project 'Subtweak'
➜ Explicit dependency on target 'SRTParse' in project 'Subtweak'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'SRTParse' in project 'Subtweak'
➜ Explicit dependency on target 'Subtitles' in project 'Subtweak'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePathsMacros' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePathsMacros' in project 'swift-case-paths' (no dependencies)
Target 'CasePathsCore' in project 'swift-case-paths'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay'
Target 'IssueReportingPackageSupport' in project 'xctest-dynamic-overlay' (no dependencies)
Target 'Subtitles' in project 'Subtweak' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 626cef97b7124ff8ae7cb2b17bc32a5c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/626cef97b7124ff8ae7cb2b17bc32a5c.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SRTParse' from project 'Subtweak')
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'subtweak' from project 'Subtweak')
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'SubEdit' from project 'Subtweak')
2026-04-21 09:30:45.289 xcodebuild[1117:6281] [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 Subtweak-Package
(1 failure)
BUILD FAILURE 6.3 watchOS