The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Rswift, reference 7.8.0 (a9abc6), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 22 Jun 2025 11:04:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mac-cain13/R.swift.git
Reference: 7.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mac-cain13/R.swift
 * tag               7.8.0      -> FETCH_HEAD
HEAD is now at a9abc6b Update github workflow
Cloned https://github.com/mac-cain13/R.swift.git
Revision (git rev-parse @):
a9abc6b0afe0fc4a5a71e1d7d2872143dff2d2f1
SUCCESS checkout https://github.com/mac-cain13/R.swift.git at 7.8.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mac-cain13/R.swift.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/tomlokhorst/XcodeEdit
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Creating working copy of package ‘XcodeEdit’
Checking out 2.13.0 of package ‘XcodeEdit’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
  Rswift: /Users/admin/builder/spi-builder-workspace
  XcodeEdit: https://github.com/tomlokhorst/XcodeEdit @ 2.13.0
resolved source packages: swift-argument-parser, Rswift, XcodeEdit
{
  "dependencies" : [
    {
      "identity" : "xcodeedit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.11.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomlokhorst/XcodeEdit"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Rswift",
  "name" : "Rswift",
  "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" : "rswift",
      "targets" : [
        "rswift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RswiftLibrary",
      "targets" : [
        "RswiftResources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RswiftGenerateInternalResources",
      "targets" : [
        "RswiftGenerateInternalResources"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftGeneratePublicResources",
      "targets" : [
        "RswiftGeneratePublicResources"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftGenerateResourcesCommand",
      "targets" : [
        "RswiftGenerateResourcesCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftModifyXcodePackages",
      "targets" : [
        "RswiftModifyXcodePackages"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "rswift",
      "module_type" : "SwiftTarget",
      "name" : "rswift",
      "path" : "Sources/rswift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "App.swift",
        "Config.swift",
        "RswiftCore.swift"
      ],
      "target_dependencies" : [
        "RswiftParsers",
        "RswiftGenerators"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RswiftResources",
      "module_type" : "SwiftTarget",
      "name" : "RswiftResources",
      "path" : "Sources/RswiftResources",
      "product_memberships" : [
        "rswift",
        "RswiftLibrary",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "AssetCatalog.swift",
        "ColorResource.swift",
        "DataResource.swift",
        "FileResource.swift",
        "FontResource.swift",
        "ImageResource.swift",
        "Integrations/Bundle+Extensions.swift",
        "Integrations/ColorResource+Integrations.swift",
        "Integrations/DataResource+Integrations.swift",
        "Integrations/FileResource+Integrations.swift",
        "Integrations/FontResource+Integrations.swift",
        "Integrations/ImageResource+Integrations.swift",
        "Integrations/NibReference+Integrations.swift",
        "Integrations/ReuseIdentifier+Integrations.swift",
        "Integrations/SegueIdentifier+Integrations.swift",
        "Integrations/StoryboardReference+Integrations.swift",
        "Integrations/StringResource+Integrations.swift",
        "NibResource.swift",
        "PropertyListResource.swift",
        "Shared/DeploymentTarget.swift",
        "Shared/LocaleReference.swift",
        "Shared/ModuleReference.swift",
        "Shared/NameCatalog.swift",
        "Shared/Reusable.swift",
        "Shared/StoryboardReference.swift",
        "Shared/StringParam+Extensions.swift",
        "Shared/StringParam.swift",
        "Shared/StringsTable.swift",
        "Shared/TypeReference.swift",
        "Shared/Unifiable.swift",
        "Shared/ValidationError.swift",
        "StoryboardResource.swift",
        "StringResource.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "RswiftParsersTests",
      "path" : "Tests/RswiftParsersTests",
      "sources" : [
        "GlobTests.swift",
        "NibParserDelegateTests.swift"
      ],
      "target_dependencies" : [
        "RswiftParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RswiftParsers",
      "module_type" : "SwiftTarget",
      "name" : "RswiftParsers",
      "path" : "Sources/RswiftParsers",
      "product_dependencies" : [
        "XcodeEdit"
      ],
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "ProjectResources.swift",
        "Resources/AssetCatalog+Parser.swift",
        "Resources/FileResource+Parser.swift",
        "Resources/FontResource+Parser.swift",
        "Resources/ImageResource+Parser.swift",
        "Resources/Nib+Parser.swift",
        "Resources/PropertyList+Parser.swift",
        "Resources/Storyboard+Parser.swift",
        "Resources/StringsTable+Parser.swift",
        "Shared/Bundle+Extensions.swift",
        "Shared/DeploymentTarget+Parser.swift",
        "Shared/FormatPart+Extensions.swift",
        "Shared/GeneratedId.swift",
        "Shared/Glob.swift",
        "Shared/IgnoreFile.swift",
        "Shared/ResourceParsingError.swift",
        "Shared/SourceTreeURLs.swift",
        "Shared/SupportedExtensions.swift",
        "Shared/TypeReference+Extensions.swift",
        "Shared/URL+Extensions.swift",
        "Shared/Xcodeproj.swift"
      ],
      "target_dependencies" : [
        "RswiftResources"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftModifyXcodePackages",
      "module_type" : "PluginTarget",
      "name" : "RswiftModifyXcodePackages",
      "path" : "Plugins/RswiftModifyXcodePackages",
      "plugin_capability" : {
        "intent" : {
          "description" : "Rswift modify Xcode packages",
          "type" : "custom",
          "verb" : "rswift-modify-xcode-packages"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Modifies Xcode project to fix package reference for plugins",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "RswiftModifyXcodePackages.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGeneratorsTests",
      "module_type" : "SwiftTarget",
      "name" : "RswiftGeneratorsTests",
      "path" : "Tests/RswiftGeneratorsTests",
      "sources" : [
        "MainTests.swift"
      ],
      "target_dependencies" : [
        "RswiftGenerators"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RswiftGenerators",
      "module_type" : "SwiftTarget",
      "name" : "RswiftGenerators",
      "path" : "Sources/RswiftGenerators",
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "AccessibilityIdentifier+Generator.swift",
        "AssetCatalog+Generator.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "FileResource+Generator.swift",
        "FontResource+Generator.swift",
        "Nib+Generator.swift",
        "PropertyListResource+Generator.swift",
        "ReuseIdentifier+Generator.swift",
        "Segue+Generator.swift",
        "Shared/AssetCatalogMergedNamespaces.swift",
        "Shared/LocaleReference+Generator.swift",
        "Shared/SwiftIdentifier.swift",
        "Shared/TypeReference+Generator.swift",
        "Storyboard+Generator.swift",
        "StringsTable+Generator.swift",
        "SwiftSyntax/Struct.swift",
        "SwiftSyntax/StructMembersBuilder.swift",
        "XcodeProject+Generator.swift"
      ],
      "target_dependencies" : [
        "RswiftResources"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftGenerateResourcesCommand",
      "module_type" : "PluginTarget",
      "name" : "RswiftGenerateResourcesCommand",
      "path" : "Plugins/RswiftGenerateResourcesCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Rswift generate resources",
          "type" : "custom",
          "verb" : "rswift-generate-resources"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Rswift generates a file with statically typed, autocompleted resources",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RswiftGenerateResourcesCommand"
      ],
      "sources" : [
        "RswiftGenerateResourcesCommand.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGeneratePublicResources",
      "module_type" : "PluginTarget",
      "name" : "RswiftGeneratePublicResources",
      "path" : "Plugins/RswiftGeneratePublicResources",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "RswiftGeneratePublicResources"
      ],
      "sources" : [
        "RswiftGeneratePublicResources.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGenerateInternalResources",
      "module_type" : "PluginTarget",
      "name" : "RswiftGenerateInternalResources",
      "path" : "Plugins/RswiftGenerateInternalResources",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "RswiftGenerateInternalResources"
      ],
      "sources" : [
        "RswiftGenerateInternalResources.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "rswift",
      "Rswift-Package",
      "RswiftLibrary"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Rswift-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 Rswift-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  XcodeEdit: https://github.com/tomlokhorst/XcodeEdit @ 2.13.0
  Rswift: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “RswiftGenerateResourcesCommand” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGenerateResourcesCommand
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: c755bf8676c578981b47c99f9097360cf2c492547cc743e3879d26125e562705
Compile plug-in “RswiftGeneratePublicResources” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGeneratePublicResources
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: cb1334b23c7d74536c1fcd5e67ccec45647cf5ca7c8d382ef26bcffbb98b1153
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos14.0 -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -swift-version 5 -package-description-version 5.6.0 -I /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -parse-as-library -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftModifyXcodePackages.dia /Users/admin/builder/spi-builder-workspace/Plugins/RswiftModifyXcodePackages/RswiftModifyXcodePackages.swift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftModifyXcodePackages
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftModifyXcodePackages
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 03d31d683971e7247764dd3a430d56623469765b102569c2a18ca8d640f02b73
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos14.0 -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -swift-version 5 -package-description-version 5.6.0 -I /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -parse-as-library -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGenerateInternalResources.dia /Users/admin/builder/spi-builder-workspace/Plugins/RswiftGenerateInternalResources/RswiftGenerateInternalResources.swift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGenerateInternalResources
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGenerateInternalResources
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 16a20bbe405b7093279ef0b851c96db0b577d405b8e1b2a2cada43076b9320ae
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'rswift' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftResources' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftParsers' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftGenerators' in project 'Rswift'
        ➜ Explicit dependency on target 'XcodeEdit' in project 'XcodeEdit'
        ➜ 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 'RswiftGenerators' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftResources' in project 'Rswift'
    Target 'RswiftParsers' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftResources' in project 'Rswift'
        ➜ Explicit dependency on target 'XcodeEdit' in project 'XcodeEdit'
    Target 'XcodeEdit' in project 'XcodeEdit'
        ➜ Explicit dependency on target 'XcodeEdit' in project 'XcodeEdit'
    Target 'XcodeEdit' in project 'XcodeEdit' (no dependencies)
    Target 'RswiftLibrary' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftResources' in project 'Rswift'
    Target 'RswiftResources' in project 'Rswift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 02bb7f3273443baab39ec284e2f972bb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/02bb7f3273443baab39ec284e2f972bb.xcbuilddata
error: The package product 'XcodeEdit' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'RswiftParsers' from project 'Rswift')
error: The package product 'XcodeEdit' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'rswift' from project 'Rswift')
error: The package product 'ArgumentParser' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'rswift' from project 'Rswift')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Rswift-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
  Rswift: /Users/admin/builder/spi-builder-workspace
  XcodeEdit: https://github.com/tomlokhorst/XcodeEdit @ 2.13.0
resolved source packages: swift-argument-parser, Rswift, XcodeEdit
{
  "dependencies" : [
    {
      "identity" : "xcodeedit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.11.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomlokhorst/XcodeEdit"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Rswift",
  "name" : "Rswift",
  "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" : "rswift",
      "targets" : [
        "rswift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RswiftLibrary",
      "targets" : [
        "RswiftResources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RswiftGenerateInternalResources",
      "targets" : [
        "RswiftGenerateInternalResources"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftGeneratePublicResources",
      "targets" : [
        "RswiftGeneratePublicResources"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftGenerateResourcesCommand",
      "targets" : [
        "RswiftGenerateResourcesCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "RswiftModifyXcodePackages",
      "targets" : [
        "RswiftModifyXcodePackages"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "rswift",
      "module_type" : "SwiftTarget",
      "name" : "rswift",
      "path" : "Sources/rswift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "App.swift",
        "Config.swift",
        "RswiftCore.swift"
      ],
      "target_dependencies" : [
        "RswiftParsers",
        "RswiftGenerators"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RswiftResources",
      "module_type" : "SwiftTarget",
      "name" : "RswiftResources",
      "path" : "Sources/RswiftResources",
      "product_memberships" : [
        "rswift",
        "RswiftLibrary",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "AssetCatalog.swift",
        "ColorResource.swift",
        "DataResource.swift",
        "FileResource.swift",
        "FontResource.swift",
        "ImageResource.swift",
        "Integrations/Bundle+Extensions.swift",
        "Integrations/ColorResource+Integrations.swift",
        "Integrations/DataResource+Integrations.swift",
        "Integrations/FileResource+Integrations.swift",
        "Integrations/FontResource+Integrations.swift",
        "Integrations/ImageResource+Integrations.swift",
        "Integrations/NibReference+Integrations.swift",
        "Integrations/ReuseIdentifier+Integrations.swift",
        "Integrations/SegueIdentifier+Integrations.swift",
        "Integrations/StoryboardReference+Integrations.swift",
        "Integrations/StringResource+Integrations.swift",
        "NibResource.swift",
        "PropertyListResource.swift",
        "Shared/DeploymentTarget.swift",
        "Shared/LocaleReference.swift",
        "Shared/ModuleReference.swift",
        "Shared/NameCatalog.swift",
        "Shared/Reusable.swift",
        "Shared/StoryboardReference.swift",
        "Shared/StringParam+Extensions.swift",
        "Shared/StringParam.swift",
        "Shared/StringsTable.swift",
        "Shared/TypeReference.swift",
        "Shared/Unifiable.swift",
        "Shared/ValidationError.swift",
        "StoryboardResource.swift",
        "StringResource.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "RswiftParsersTests",
      "path" : "Tests/RswiftParsersTests",
      "sources" : [
        "GlobTests.swift",
        "NibParserDelegateTests.swift"
      ],
      "target_dependencies" : [
        "RswiftParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RswiftParsers",
      "module_type" : "SwiftTarget",
      "name" : "RswiftParsers",
      "path" : "Sources/RswiftParsers",
      "product_dependencies" : [
        "XcodeEdit"
      ],
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "ProjectResources.swift",
        "Resources/AssetCatalog+Parser.swift",
        "Resources/FileResource+Parser.swift",
        "Resources/FontResource+Parser.swift",
        "Resources/ImageResource+Parser.swift",
        "Resources/Nib+Parser.swift",
        "Resources/PropertyList+Parser.swift",
        "Resources/Storyboard+Parser.swift",
        "Resources/StringsTable+Parser.swift",
        "Shared/Bundle+Extensions.swift",
        "Shared/DeploymentTarget+Parser.swift",
        "Shared/FormatPart+Extensions.swift",
        "Shared/GeneratedId.swift",
        "Shared/Glob.swift",
        "Shared/IgnoreFile.swift",
        "Shared/ResourceParsingError.swift",
        "Shared/SourceTreeURLs.swift",
        "Shared/SupportedExtensions.swift",
        "Shared/TypeReference+Extensions.swift",
        "Shared/URL+Extensions.swift",
        "Shared/Xcodeproj.swift"
      ],
      "target_dependencies" : [
        "RswiftResources"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftModifyXcodePackages",
      "module_type" : "PluginTarget",
      "name" : "RswiftModifyXcodePackages",
      "path" : "Plugins/RswiftModifyXcodePackages",
      "plugin_capability" : {
        "intent" : {
          "description" : "Rswift modify Xcode packages",
          "type" : "custom",
          "verb" : "rswift-modify-xcode-packages"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Modifies Xcode project to fix package reference for plugins",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "RswiftModifyXcodePackages.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGeneratorsTests",
      "module_type" : "SwiftTarget",
      "name" : "RswiftGeneratorsTests",
      "path" : "Tests/RswiftGeneratorsTests",
      "sources" : [
        "MainTests.swift"
      ],
      "target_dependencies" : [
        "RswiftGenerators"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RswiftGenerators",
      "module_type" : "SwiftTarget",
      "name" : "RswiftGenerators",
      "path" : "Sources/RswiftGenerators",
      "product_memberships" : [
        "rswift",
        "RswiftGenerateInternalResources",
        "RswiftGeneratePublicResources",
        "RswiftGenerateResourcesCommand",
        "RswiftModifyXcodePackages"
      ],
      "sources" : [
        "AccessibilityIdentifier+Generator.swift",
        "AssetCatalog+Generator.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "FileResource+Generator.swift",
        "FontResource+Generator.swift",
        "Nib+Generator.swift",
        "PropertyListResource+Generator.swift",
        "ReuseIdentifier+Generator.swift",
        "Segue+Generator.swift",
        "Shared/AssetCatalogMergedNamespaces.swift",
        "Shared/LocaleReference+Generator.swift",
        "Shared/SwiftIdentifier.swift",
        "Shared/TypeReference+Generator.swift",
        "Storyboard+Generator.swift",
        "StringsTable+Generator.swift",
        "SwiftSyntax/Struct.swift",
        "SwiftSyntax/StructMembersBuilder.swift",
        "XcodeProject+Generator.swift"
      ],
      "target_dependencies" : [
        "RswiftResources"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RswiftGenerateResourcesCommand",
      "module_type" : "PluginTarget",
      "name" : "RswiftGenerateResourcesCommand",
      "path" : "Plugins/RswiftGenerateResourcesCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "Rswift generate resources",
          "type" : "custom",
          "verb" : "rswift-generate-resources"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Rswift generates a file with statically typed, autocompleted resources",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "RswiftGenerateResourcesCommand"
      ],
      "sources" : [
        "RswiftGenerateResourcesCommand.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGeneratePublicResources",
      "module_type" : "PluginTarget",
      "name" : "RswiftGeneratePublicResources",
      "path" : "Plugins/RswiftGeneratePublicResources",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "RswiftGeneratePublicResources"
      ],
      "sources" : [
        "RswiftGeneratePublicResources.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "RswiftGenerateInternalResources",
      "module_type" : "PluginTarget",
      "name" : "RswiftGenerateInternalResources",
      "path" : "Plugins/RswiftGenerateInternalResources",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "RswiftGenerateInternalResources"
      ],
      "sources" : [
        "RswiftGenerateInternalResources.swift"
      ],
      "target_dependencies" : [
        "rswift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "rswift",
      "Rswift-Package",
      "RswiftLibrary"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Rswift-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 Rswift-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
  XcodeEdit: https://github.com/tomlokhorst/XcodeEdit @ 2.13.0
  Rswift: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “RswiftGenerateInternalResources” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGenerateInternalResources
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 16a20bbe405b7093279ef0b851c96db0b577d405b8e1b2a2cada43076b9320ae
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos14.0 -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -swift-version 5 -package-description-version 5.6.0 -I /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -parse-as-library -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGenerateResourcesCommand.dia /Users/admin/builder/spi-builder-workspace/Plugins/RswiftGenerateResourcesCommand/RswiftGenerateResourcesCommand.swift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGenerateResourcesCommand
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGenerateResourcesCommand
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: c755bf8676c578981b47c99f9097360cf2c492547cc743e3879d26125e562705
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos14.0 -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -swift-version 5 -package-description-version 5.6.0 -I /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -parse-as-library -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGeneratePublicResources.dia /Users/admin/builder/spi-builder-workspace/Plugins/RswiftGeneratePublicResources/RswiftGeneratePublicResources.swift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGeneratePublicResources
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftGeneratePublicResources
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: cb1334b23c7d74536c1fcd5e67ccec45647cf5ca7c8d382ef26bcffbb98b1153
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos14.0 -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -g -swift-version 5 -package-description-version 5.6.0 -I /Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -parse-as-library -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftModifyXcodePackages.dia /Users/admin/builder/spi-builder-workspace/Plugins/RswiftModifyXcodePackages/RswiftModifyXcodePackages.swift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftModifyXcodePackages
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/RswiftModifyXcodePackages
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 03d31d683971e7247764dd3a430d56623469765b102569c2a18ca8d640f02b73
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'rswift' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftResources' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftParsers' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftGenerators' in project 'Rswift'
        ➜ Explicit dependency on target 'XcodeEdit' in project 'XcodeEdit'
        ➜ 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 'RswiftGenerators' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftResources' in project 'Rswift'
    Target 'RswiftParsers' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftResources' in project 'Rswift'
        ➜ Explicit dependency on target 'XcodeEdit' in project 'XcodeEdit'
    Target 'XcodeEdit' in project 'XcodeEdit'
        ➜ Explicit dependency on target 'XcodeEdit' in project 'XcodeEdit'
    Target 'XcodeEdit' in project 'XcodeEdit' (no dependencies)
    Target 'RswiftLibrary' in project 'Rswift'
        ➜ Explicit dependency on target 'RswiftResources' in project 'Rswift'
    Target 'RswiftResources' in project 'Rswift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 02bb7f3273443baab39ec284e2f972bb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/02bb7f3273443baab39ec284e2f972bb.xcbuilddata
error: The package product 'XcodeEdit' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'rswift' from project 'Rswift')
error: The package product 'ArgumentParser' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'rswift' from project 'Rswift')
error: The package product 'XcodeEdit' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'RswiftParsers' from project 'Rswift')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Rswift-Package
(1 failure)
BUILD FAILURE 6.2 watchOS