The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MajorMinorPatch, reference 0.0.5 (001e63), with Swift 6.3 for watchOS using Xcode 26.4 on 13 Apr 2026 12:54:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MajorMinorPatch -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/MajorMinorPatch.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/MajorMinorPatch
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 001e63c Adds more cases.
Cloned https://github.com/sloik/MajorMinorPatch.git
Revision (git rev-parse @):
001e63cc75dd493dfe635795aac49352fffc7efb
SUCCESS checkout https://github.com/sloik/MajorMinorPatch.git at 0.0.5
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sloik/MajorMinorPatch.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-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 main (611f344) 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-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’
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-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-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  MajorMinorPatch: /Users/admin/builder/spi-builder-workspace
  swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ main (611f344)
resolved source packages: swift-case-paths, xctest-dynamic-overlay, swift-syntax, MajorMinorPatch, swift-parsing
2026-04-13 08:53:27.244 xcodebuild[525:3012] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:53:27.346 xcodebuild[525:3012] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:53:27.807 xcodebuild[525:3012] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    }
  ],
  "manifest_display_name" : "MajorMinorPatch",
  "name" : "MajorMinorPatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "MajorMinorPatch",
      "targets" : [
        "MajorMinorPatch"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MajorMinorPatchTests",
      "module_type" : "SwiftTarget",
      "name" : "MajorMinorPatchTests",
      "path" : "Tests/MajorMinorPatchTests",
      "sources" : [
        "MajorTests.swift",
        "MinorTests.swift",
        "ParsingTests.swift",
        "PatchTests.swift",
        "SUTs.swift",
        "SemanticIdentifierComparableTests.swift",
        "SemanticVersioningPrecedenceTests.swift",
        "StringConvertibleTests.swift",
        "ValidationTests.swift"
      ],
      "target_dependencies" : [
        "MajorMinorPatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MajorMinorPatch",
      "module_type" : "SwiftTarget",
      "name" : "MajorMinorPatch",
      "path" : "Sources/MajorMinorPatch",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "MajorMinorPatch"
      ],
      "sources" : [
        "Parsing.swift",
        "Public/Identifier/ArraySemantic.Identifier.swift",
        "Public/Identifier/Semantic.Identifier.LosslessStringConvertible.swift",
        "Public/Identifier/Semantic.Identifier.swift",
        "Public/Major/Semantic.Major.AdditiveArithmetic.swift",
        "Public/Major/Semantic.Major.Comparable.swift",
        "Public/Major/Semantic.Major.LosslessStringConvertible.swift",
        "Public/Major/Semantic.Major.PatternMatching.swift",
        "Public/Major/Semantic.Major.swift",
        "Public/Metadata/Semantic.Metadata.LosslessStringConvertible.swift",
        "Public/Metadata/Semantic.Metadata.swift",
        "Public/Minor/Semantic.Minor.AdditiveArithmetic.swift",
        "Public/Minor/Semantic.Minor.Comparable.swift",
        "Public/Minor/Semantic.Minor.LosslessStringConvertible.swift",
        "Public/Minor/Semantic.Minor.PatternMatching.swift",
        "Public/Minor/Semantic.Minor.swift",
        "Public/Patch/Semantic.Patch.AdditiveArithmetic.swift",
        "Public/Patch/Semantic.Patch.Comparable .swift",
        "Public/Patch/Semantic.Patch.LosslessStringConvertible.swift",
        "Public/Patch/Semantic.Patch.PatternMatching.swift",
        "Public/Patch/Semantic.Patch.swift",
        "Public/Semantic.Comparable.swift",
        "Public/Semantic.LosslessStringConvertible .swift",
        "Public/Semantic.swift",
        "Public/Version/Semantic.Version.LosslessStringConvertible.swift",
        "Public/Version/Semantic.Version.swift",
        "Validation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MajorMinorPatch",
      "MjorMinorPatch"
    ]
  }
}
2026-04-13 08:54:08.120 xcodebuild[767:4415] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:08.222 xcodebuild[767:4415] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MajorMinorPatch",
      "MjorMinorPatch"
    ]
  }
}
2026-04-13 08:54:11.113 xcodebuild[776:4528] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:11.214 xcodebuild[776:4528] [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 MajorMinorPatch -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 MajorMinorPatch -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ main (611f344)
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  MajorMinorPatch: /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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'MajorMinorPatchTests' in project 'MajorMinorPatch'
        ➜ Explicit dependency on target 'MajorMinorPatch' in project 'MajorMinorPatch'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'MajorMinorPatch' in project 'MajorMinorPatch'
        ➜ Explicit dependency on target 'MajorMinorPatch' in project 'MajorMinorPatch'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'MajorMinorPatch' in project 'MajorMinorPatch'
        ➜ 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)
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/ld -version_details
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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 70be4b986eb9c6b5b2f6975ae6108710
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/70be4b986eb9c6b5b2f6975ae6108710.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'MajorMinorPatch' from project 'MajorMinorPatch')
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'MajorMinorPatch' from project 'MajorMinorPatch')
2026-04-13 08:54:12.718 xcodebuild[806:4780] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:12.817 xcodebuild[806:4780] [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 MajorMinorPatch
(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-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  MajorMinorPatch: /Users/admin/builder/spi-builder-workspace
  swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ main (611f344)
resolved source packages: swift-case-paths, swift-syntax, xctest-dynamic-overlay, MajorMinorPatch, swift-parsing
2026-04-13 08:54:18.532 xcodebuild[856:5059] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:18.634 xcodebuild[856:5059] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    }
  ],
  "manifest_display_name" : "MajorMinorPatch",
  "name" : "MajorMinorPatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "MajorMinorPatch",
      "targets" : [
        "MajorMinorPatch"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MajorMinorPatchTests",
      "module_type" : "SwiftTarget",
      "name" : "MajorMinorPatchTests",
      "path" : "Tests/MajorMinorPatchTests",
      "sources" : [
        "MajorTests.swift",
        "MinorTests.swift",
        "ParsingTests.swift",
        "PatchTests.swift",
        "SUTs.swift",
        "SemanticIdentifierComparableTests.swift",
        "SemanticVersioningPrecedenceTests.swift",
        "StringConvertibleTests.swift",
        "ValidationTests.swift"
      ],
      "target_dependencies" : [
        "MajorMinorPatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MajorMinorPatch",
      "module_type" : "SwiftTarget",
      "name" : "MajorMinorPatch",
      "path" : "Sources/MajorMinorPatch",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "MajorMinorPatch"
      ],
      "sources" : [
        "Parsing.swift",
        "Public/Identifier/ArraySemantic.Identifier.swift",
        "Public/Identifier/Semantic.Identifier.LosslessStringConvertible.swift",
        "Public/Identifier/Semantic.Identifier.swift",
        "Public/Major/Semantic.Major.AdditiveArithmetic.swift",
        "Public/Major/Semantic.Major.Comparable.swift",
        "Public/Major/Semantic.Major.LosslessStringConvertible.swift",
        "Public/Major/Semantic.Major.PatternMatching.swift",
        "Public/Major/Semantic.Major.swift",
        "Public/Metadata/Semantic.Metadata.LosslessStringConvertible.swift",
        "Public/Metadata/Semantic.Metadata.swift",
        "Public/Minor/Semantic.Minor.AdditiveArithmetic.swift",
        "Public/Minor/Semantic.Minor.Comparable.swift",
        "Public/Minor/Semantic.Minor.LosslessStringConvertible.swift",
        "Public/Minor/Semantic.Minor.PatternMatching.swift",
        "Public/Minor/Semantic.Minor.swift",
        "Public/Patch/Semantic.Patch.AdditiveArithmetic.swift",
        "Public/Patch/Semantic.Patch.Comparable .swift",
        "Public/Patch/Semantic.Patch.LosslessStringConvertible.swift",
        "Public/Patch/Semantic.Patch.PatternMatching.swift",
        "Public/Patch/Semantic.Patch.swift",
        "Public/Semantic.Comparable.swift",
        "Public/Semantic.LosslessStringConvertible .swift",
        "Public/Semantic.swift",
        "Public/Version/Semantic.Version.LosslessStringConvertible.swift",
        "Public/Version/Semantic.Version.swift",
        "Validation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MajorMinorPatch",
      "MjorMinorPatch"
    ]
  }
}
2026-04-13 08:54:20.382 xcodebuild[866:5159] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:20.483 xcodebuild[866:5159] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MajorMinorPatch",
      "MjorMinorPatch"
    ]
  }
}
2026-04-13 08:54:22.005 xcodebuild[870:5202] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:22.108 xcodebuild[870:5202] [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 MajorMinorPatch -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 MajorMinorPatch -destination generic/platform=watchOS
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-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.7.3
  swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ main (611f344)
  MajorMinorPatch: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'MajorMinorPatchTests' in project 'MajorMinorPatch'
        ➜ Explicit dependency on target 'MajorMinorPatch' in project 'MajorMinorPatch'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'MajorMinorPatch' in project 'MajorMinorPatch'
        ➜ Explicit dependency on target 'MajorMinorPatch' in project 'MajorMinorPatch'
        ➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
    Target 'MajorMinorPatch' in project 'MajorMinorPatch'
        ➜ 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)
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/ld -version_details
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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 70be4b986eb9c6b5b2f6975ae6108710
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/70be4b986eb9c6b5b2f6975ae6108710.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'MajorMinorPatch' from project 'MajorMinorPatch')
error: The package product 'Parsing' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'MajorMinorPatch' from project 'MajorMinorPatch')
2026-04-13 08:54:23.623 xcodebuild[873:5239] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-13 08:54:23.725 xcodebuild[873:5239] [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 MajorMinorPatch
(1 failure)
BUILD FAILURE 6.3 watchOS