The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ai-translate, reference main (edeaf9), with Swift 6.1 for watchOS using Xcode 16.3 on 31 Mar 2026 03:25:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pmacro/AITranslate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pmacro/AITranslate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at edeaf96 Merge pull request #10 from pmacro/fix/readme-model-wording
Cloned https://github.com/pmacro/AITranslate.git
Revision (git rev-parse @):
edeaf96e9eabe11f110042f0b910a6fc10de3410
SUCCESS checkout https://github.com/pmacro/AITranslate.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pmacro/AITranslate.git
https://github.com/pmacro/AITranslate.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "openai",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MacPaw/OpenAI.git"
    }
  ],
  "manifest_display_name" : "ai-translate",
  "name" : "ai-translate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ai-translate",
      "targets" : [
        "AITranslate"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AITranslateLib",
      "targets" : [
        "AITranslateLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AITranslateTests",
      "module_type" : "SwiftTarget",
      "name" : "AITranslateTests",
      "path" : "Tests/AITranslateTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AITranslateTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AITranslateTests.swift",
        "ProgressDisplayTests.swift",
        "StringCatalogTests.swift",
        "TranslationProgressTests.swift",
        "TranslationTests.swift"
      ],
      "target_dependencies" : [
        "AITranslate",
        "AITranslateLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AITranslateLib",
      "module_type" : "SwiftTarget",
      "name" : "AITranslateLib",
      "path" : "Sources/AITranslateLib",
      "product_dependencies" : [
        "ArgumentParser",
        "OpenAI"
      ],
      "product_memberships" : [
        "ai-translate",
        "AITranslateLib"
      ],
      "sources" : [
        "AITranslate.swift",
        "API.swift",
        "ProgressDisplay.swift",
        "ProgressReporter.swift",
        "StringCatalog.swift",
        "TranslationProgress.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AITranslate",
      "module_type" : "SwiftTarget",
      "name" : "AITranslate",
      "path" : "Sources/AITranslate",
      "product_memberships" : [
        "ai-translate"
      ],
      "sources" : [
        "AITranslateCommand.swift"
      ],
      "target_dependencies" : [
        "AITranslateLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/MacPaw/OpenAI.git
Fetching from https://github.com/apple/swift-openapi-runtime
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/apple/swift-http-types (cached)
Creating working copy of package ‘OpenAI’
Checking out main (3f2cac9) of package ‘OpenAI’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-http-types’
Checking out 1.5.1 of package ‘swift-http-types’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.11.0 of package ‘swift-openapi-runtime’
Resolve Package Graph
Resolved source packages:
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  ai-translate: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  OpenAI: https://github.com/MacPaw/OpenAI.git @ main (3f2cac9)
resolved source packages: swift-http-types, ai-translate, swift-argument-parser, swift-openapi-runtime, OpenAI
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "openai",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MacPaw/OpenAI.git"
    }
  ],
  "manifest_display_name" : "ai-translate",
  "name" : "ai-translate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ai-translate",
      "targets" : [
        "AITranslate"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AITranslateLib",
      "targets" : [
        "AITranslateLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AITranslateTests",
      "module_type" : "SwiftTarget",
      "name" : "AITranslateTests",
      "path" : "Tests/AITranslateTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AITranslateTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AITranslateTests.swift",
        "ProgressDisplayTests.swift",
        "StringCatalogTests.swift",
        "TranslationProgressTests.swift",
        "TranslationTests.swift"
      ],
      "target_dependencies" : [
        "AITranslate",
        "AITranslateLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AITranslateLib",
      "module_type" : "SwiftTarget",
      "name" : "AITranslateLib",
      "path" : "Sources/AITranslateLib",
      "product_dependencies" : [
        "ArgumentParser",
        "OpenAI"
      ],
      "product_memberships" : [
        "ai-translate",
        "AITranslateLib"
      ],
      "sources" : [
        "AITranslate.swift",
        "API.swift",
        "ProgressDisplay.swift",
        "ProgressReporter.swift",
        "StringCatalog.swift",
        "TranslationProgress.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AITranslate",
      "module_type" : "SwiftTarget",
      "name" : "AITranslate",
      "path" : "Sources/AITranslate",
      "product_memberships" : [
        "ai-translate"
      ],
      "sources" : [
        "AITranslateCommand.swift"
      ],
      "target_dependencies" : [
        "AITranslateLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ai-translate",
      "ai-translate-Package",
      "AITranslateLib"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ai-translate-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.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 ai-translate-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  OpenAI: https://github.com/MacPaw/OpenAI.git @ main (3f2cac9)
  ai-translate: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
    Target 'ai-translate' in project 'ai-translate'
        ➜ Explicit dependency on target 'AITranslateLib' in project 'ai-translate'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'AITranslateLib' in project 'ai-translate'
        ➜ Explicit dependency on target 'AITranslateLib' in project 'ai-translate'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'AITranslateLib' in project 'ai-translate'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
    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)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 1429fa357f967ba5f3f481da511ff9e1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1429fa357f967ba5f3f481da511ff9e1.xcbuilddata
error: The package product 'OpenAI' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ai-translate' from project 'ai-translate')
error: The package product 'OpenAI' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'AITranslateLib' from project 'ai-translate')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ai-translate-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  OpenAI: https://github.com/MacPaw/OpenAI.git @ main (3f2cac9)
  ai-translate: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
resolved source packages: swift-openapi-runtime, swift-http-types, OpenAI, ai-translate, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "openai",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MacPaw/OpenAI.git"
    }
  ],
  "manifest_display_name" : "ai-translate",
  "name" : "ai-translate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ai-translate",
      "targets" : [
        "AITranslate"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AITranslateLib",
      "targets" : [
        "AITranslateLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AITranslateTests",
      "module_type" : "SwiftTarget",
      "name" : "AITranslateTests",
      "path" : "Tests/AITranslateTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AITranslateTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AITranslateTests.swift",
        "ProgressDisplayTests.swift",
        "StringCatalogTests.swift",
        "TranslationProgressTests.swift",
        "TranslationTests.swift"
      ],
      "target_dependencies" : [
        "AITranslate",
        "AITranslateLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AITranslateLib",
      "module_type" : "SwiftTarget",
      "name" : "AITranslateLib",
      "path" : "Sources/AITranslateLib",
      "product_dependencies" : [
        "ArgumentParser",
        "OpenAI"
      ],
      "product_memberships" : [
        "ai-translate",
        "AITranslateLib"
      ],
      "sources" : [
        "AITranslate.swift",
        "API.swift",
        "ProgressDisplay.swift",
        "ProgressReporter.swift",
        "StringCatalog.swift",
        "TranslationProgress.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AITranslate",
      "module_type" : "SwiftTarget",
      "name" : "AITranslate",
      "path" : "Sources/AITranslate",
      "product_memberships" : [
        "ai-translate"
      ],
      "sources" : [
        "AITranslateCommand.swift"
      ],
      "target_dependencies" : [
        "AITranslateLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ai-translate",
      "ai-translate-Package",
      "AITranslateLib"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ai-translate-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.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 ai-translate-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  OpenAI: https://github.com/MacPaw/OpenAI.git @ main (3f2cac9)
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  ai-translate: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
    Target 'ai-translate' in project 'ai-translate'
        ➜ Explicit dependency on target 'AITranslateLib' in project 'ai-translate'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'AITranslateLib' in project 'ai-translate'
        ➜ Explicit dependency on target 'AITranslateLib' in project 'ai-translate'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'AITranslateLib' in project 'ai-translate'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
    Target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAI' in project 'OpenAI'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types'
        ➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
    Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
    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)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a4d508cf0d9a8e05ef001f52f176c09d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a4d508cf0d9a8e05ef001f52f176c09d.xcbuilddata
error: The package product 'OpenAI' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ai-translate' from project 'ai-translate')
error: The package product 'OpenAI' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'AITranslateLib' from project 'ai-translate')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ai-translate-Package
(1 failure)
BUILD FAILURE 6.1 watchOS