Build Information
Failed to build Subtweak, reference main (5ceadc), with Swift 6.3 for iOS using Xcode 26.4 on 14 Apr 2026 00:18:20 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=iOSBuild 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: iOS
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/pointfreeco/swift-custom-dump.git
Fetching from https://github.com/pointfreeco/swift-parsing.git
Fetching from https://github.com/apple/swift-argument-parser.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-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 ‘swift-parsing’
Checking out 0.14.1 of package ‘swift-parsing’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
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’
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:
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
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
Subtweak: /Users/admin/builder/spi-builder-workspace
swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
resolved source packages: xctest-dynamic-overlay, swift-syntax, swift-argument-parser, Subtweak, swift-case-paths, swift-custom-dump, swift-parsing
2026-04-13 20:17:52.559 xcodebuild[525:3009] [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-13 20:18:02.887 xcodebuild[902:5136] [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=iOS
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=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
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
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-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
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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: 61e5d226060074898ff6916612035c1f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/61e5d226060074898ff6916612035c1f.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'SRTParse' from project 'Subtweak')
error: The package product 'Parsing' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'subtweak' from project 'Subtweak')
error: The package product 'Parsing' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'SubEdit' from project 'Subtweak')
2026-04-13 20:18:08.375 xcodebuild[934:5329] [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-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
Subtweak: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.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
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
resolved source packages: swift-parsing, swift-case-paths, Subtweak, swift-syntax, xctest-dynamic-overlay, swift-argument-parser, swift-custom-dump
2026-04-13 20:18:13.850 xcodebuild[1049:5891] [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-13 20:18:16.502 xcodebuild[1084:6076] [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=iOS
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=iOS
Resolve Package Graph
Resolved source packages:
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
Subtweak: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
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
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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: 61e5d226060074898ff6916612035c1f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/61e5d226060074898ff6916612035c1f.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'subtweak' from project 'Subtweak')
error: The package product 'Parsing' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'SRTParse' from project 'Subtweak')
error: The package product 'Parsing' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'SubEdit' from project 'Subtweak')
2026-04-13 20:18:18.834 xcodebuild[1112:6209] [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 iOS