The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Subtweak, reference 0.2.0 (770d1a), with Swift 6.3 for iOS using Xcode 26.4 on 14 Apr 2026 00:19:19 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=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/subtweak.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/juri/subtweak
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 770d1a6 Add a missing period from help
Cloned https://github.com/juri/subtweak.git
Revision (git rev-parse @):
770d1a6db2f9954f876a6b3d7f6995a1c7e69da5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/subtweak.git at 0.2.0
========================================
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-parsing.git
Fetching from https://github.com/pointfreeco/swift-custom-dump.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-case-paths’
Checking out 1.7.3 of package ‘swift-case-paths’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.0 of package ‘swift-syntax’
Creating working copy of package ‘swift-parsing’
Checking out 0.14.1 of package ‘swift-parsing’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
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:
  Subtweak: /Users/admin/builder/spi-builder-workspace
  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-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.14.1
  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-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
resolved source packages: Subtweak, xctest-dynamic-overlay, swift-syntax, swift-parsing, swift-case-paths, swift-custom-dump, swift-argument-parser
2026-04-13 20:18:52.108 xcodebuild[529:3069] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "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.1.0",
            "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" : [
        "InputOutputTests.swift",
        "ListGapsTests.swift",
        "RemoveTests.swift",
        "SetDurationTests.swift",
        "SetEndTests.swift",
        "SetStartTests.swift"
      ],
      "target_dependencies" : [
        "SRTParse",
        "SubEdit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SubEdit",
      "module_type" : "SwiftTarget",
      "name" : "SubEdit",
      "path" : "Sources/SubEdit",
      "product_memberships" : [
        "SubtweakLib",
        "subtweak"
      ],
      "sources" : [
        "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" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "subtweak",
      "Subtweak-Package",
      "SubtweakLib"
    ]
  }
}
2026-04-13 20:19:02.739 xcodebuild[889:5128] [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:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  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
  Subtweak: /Users/admin/builder/spi-builder-workspace
  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
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: 27d079298de47ef1161bee2494132507
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/27d079298de47ef1161bee2494132507.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 'SubEdit' 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')
2026-04-13 20:19:08.653 xcodebuild[903:5268] [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-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  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-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
resolved source packages: swift-custom-dump, swift-case-paths, swift-parsing, swift-argument-parser, swift-syntax, xctest-dynamic-overlay, Subtweak
2026-04-13 20:19:13.951 xcodebuild[982:5723] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "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.1.0",
            "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" : [
        "InputOutputTests.swift",
        "ListGapsTests.swift",
        "RemoveTests.swift",
        "SetDurationTests.swift",
        "SetEndTests.swift",
        "SetStartTests.swift"
      ],
      "target_dependencies" : [
        "SRTParse",
        "SubEdit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SubEdit",
      "module_type" : "SwiftTarget",
      "name" : "SubEdit",
      "path" : "Sources/SubEdit",
      "product_memberships" : [
        "SubtweakLib",
        "subtweak"
      ],
      "sources" : [
        "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" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "subtweak",
      "Subtweak-Package",
      "SubtweakLib"
    ]
  }
}
2026-04-13 20:19:16.479 xcodebuild[999:5850] [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-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-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump.git @ 1.5.0
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  Subtweak: /Users/admin/builder/spi-builder-workspace
  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: 27d079298de47ef1161bee2494132507
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/27d079298de47ef1161bee2494132507.xcbuilddata
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')
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')
2026-04-13 20:19:18.744 xcodebuild[1009:5929] [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