The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ai-translate, reference main (edeaf9), with Swift 6.3 for tvOS using Xcode 26.4 on 19 Apr 2026 14:21:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/pmacro/AITranslate.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/MacPaw/OpenAI.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/apple/swift-openapi-runtime
Fetching from https://github.com/apple/swift-http-types
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’
Creating working copy of package ‘OpenAI’
Checking out main (3f2cac9) of package ‘OpenAI’
Resolve Package Graph
Resolved source packages:
  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
  OpenAI: https://github.com/MacPaw/OpenAI.git @ main (3f2cac9)
resolved source packages: swift-openapi-runtime, ai-translate, swift-argument-parser, swift-http-types, OpenAI
2026-04-19 10:21:32.408 xcodebuild[529:3060] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-04-19 10:21:42.258 xcodebuild[776:4514] [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 ai-translate-Package -destination generic/platform=tvOS
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 ai-translate-Package -destination generic/platform=tvOS
Resolve Package Graph
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
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.7.1
  ai-translate: /Users/admin/builder/spi-builder-workspace
  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-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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 615c7ba59d8d0ecd4a695d702693c05f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/615c7ba59d8d0ecd4a695d702693c05f.xcbuilddata
error: The package product 'OpenAI' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ai-translate' from project 'ai-translate')
error: The package product 'OpenAI' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'AITranslateLib' from project 'ai-translate')
2026-04-19 10:21:47.396 xcodebuild[786:4600] [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 ai-translate-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-http-types: https://github.com/apple/swift-http-types @ 1.5.1
  swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.11.0
  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
resolved source packages: swift-http-types, swift-openapi-runtime, swift-argument-parser, OpenAI, ai-translate
2026-04-19 10:21:51.244 xcodebuild[873:5199] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-04-19 10:21:53.512 xcodebuild[888:5306] [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 ai-translate-Package -destination generic/platform=tvOS
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 ai-translate-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  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
  ai-translate: /Users/admin/builder/spi-builder-workspace
  OpenAI: https://github.com/MacPaw/OpenAI.git @ main (3f2cac9)
  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-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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 615c7ba59d8d0ecd4a695d702693c05f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/615c7ba59d8d0ecd4a695d702693c05f.xcbuilddata
error: The package product 'OpenAI' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'AITranslateLib' from project 'ai-translate')
error: The package product 'OpenAI' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ai-translate' from project 'ai-translate')
2026-04-19 10:21:55.273 xcodebuild[897:5393] [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 ai-translate-Package
(1 failure)
BUILD FAILURE 6.3 tvOS