The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftNGram, reference main (017116), with Swift 6.3 for watchOS using Xcode 26.4 on 15 Apr 2026 17:49:19 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0171169 Merge pull request #4 from nyanko3141592/feat/use_minimum_tokenizers
Cloned https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.git
Revision (git rev-parse @):
0171169c1eb8f7bacceb8236ce7d324050d893c2
SUCCESS checkout https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.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/ensan-hcl/SwiftyMarisa
Fetching from https://github.com/ensan-hcl/swift-tokenizers
Fetching from https://github.com/johnmai-dev/Jinja
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘Jinja’
Checking out 1.1.2 of package ‘Jinja’
Creating working copy of package ‘SwiftyMarisa’
Checking out feat/swift_cpp_interop (6e145ae) of package ‘SwiftyMarisa’
Creating working copy of package ‘swift-tokenizers’
Checking out feat/minimum (407e518) of package ‘swift-tokenizers’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'Resolve Package Graph
'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Resolved source packages:
  Jinja: https://github.com/johnmai-dev/Jinja @ 1.1.2
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  SwiftNGram: /Users/admin/builder/spi-builder-workspace
  swift-transformers: https://github.com/ensan-hcl/swift-tokenizers @ feat/minimum (407e518)
  SwiftyMarisa: https://github.com/ensan-hcl/SwiftyMarisa @ feat/swift_cpp_interop (6e145ae)
resolved source packages: Jinja, swift-collections, SwiftNGram, swift-transformers, SwiftyMarisa
2026-04-15 13:48:59.187 xcodebuild[529:3067] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swiftymarisa",
      "requirement" : {
        "branch" : [
          "feat/swift_cpp_interop"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ensan-hcl/SwiftyMarisa"
    },
    {
      "identity" : "swift-tokenizers",
      "requirement" : {
        "branch" : [
          "feat/minimum"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ensan-hcl/swift-tokenizers"
    }
  ],
  "manifest_display_name" : "SwiftNGram",
  "name" : "SwiftNGram",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftNGram",
      "targets" : [
        "SwiftNGram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftNGramExample",
      "targets" : [
        "Examples"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftNGramTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNGramTests",
      "path" : "Tests/SwiftNGramTests",
      "sources" : [
        "SwiftNGramTests.swift"
      ],
      "target_dependencies" : [
        "SwiftNGram"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftNGram",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNGram",
      "path" : "Sources/SwiftNGram",
      "product_dependencies" : [
        "SwiftyMarisa",
        "Transformers"
      ],
      "product_memberships" : [
        "SwiftNGram",
        "SwiftNGramExample"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftNGram/tokenizer",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Inference.swift",
        "Tokenizer.swift",
        "Trainer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Examples",
      "module_type" : "SwiftTarget",
      "name" : "Examples",
      "path" : "Sources/Examples",
      "product_memberships" : [
        "SwiftNGramExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftNGram"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': 'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftNGram",
      "SwiftNGram-Package",
      "SwiftNGramExample"
    ]
  }
}
2026-04-15 13:49:07.933 xcodebuild[776:4473] [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 SwiftNGram-Package -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 SwiftNGram-Package -destination generic/platform=watchOS
Resolve Package Graph
'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Resolve Package Graph
'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Resolved source packages:
  Jinja: https://github.com/johnmai-dev/Jinja @ 1.1.2
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  SwiftyMarisa: https://github.com/ensan-hcl/SwiftyMarisa @ feat/swift_cpp_interop (6e145ae)
  SwiftNGram: /Users/admin/builder/spi-builder-workspace
  swift-transformers: https://github.com/ensan-hcl/swift-tokenizers @ feat/minimum (407e518)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'SwiftNGramExample' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'Transformers' in project 'swift-transformers'
    Target 'SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftNGram_SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'Transformers' in project 'swift-transformers'
    Target 'SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftNGram_SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'Transformers' in project 'swift-transformers'
    Target 'Transformers' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Tokenizers' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Hub' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Jinja' in project 'Jinja'
    Target 'Tokenizers' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Hub' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Jinja' in project 'Jinja'
    Target 'Jinja' in project 'Jinja'
        ➜ Explicit dependency on target 'Jinja' in project 'Jinja'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Jinja' in project 'Jinja'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'Hub' in project 'swift-transformers'
        ➜ Explicit dependency on target 'swift-transformers_Hub' in project 'swift-transformers'
    Target 'swift-transformers_Hub' in project 'swift-transformers' (no dependencies)
    Target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'marisa-trie' in project 'SwiftyMarisa'
    Target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'marisa-trie' in project 'SwiftyMarisa'
    Target 'marisa-trie' in project 'SwiftyMarisa' (no dependencies)
    Target 'SwiftNGram_SwiftNGram' in project 'SwiftNGram' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/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/clang -v -E -dM -arch arm64 -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 -arch armv7k -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/clang -v -E -dM -arch armv7k -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/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c++ -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: 13a6a7a996a65e4385a76ad4c28c9c2a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/13a6a7a996a65e4385a76ad4c28c9c2a.xcbuilddata
error: The package product 'Transformers' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftNGram' from project 'SwiftNGram')
error: The package product 'Transformers' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftNGramExample' from project 'SwiftNGram')
2026-04-15 13:49:12.765 xcodebuild[816:4715] [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 SwiftNGram-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
'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Resolved source packages:
  swift-transformers: https://github.com/ensan-hcl/swift-tokenizers @ feat/minimum (407e518)
  Jinja: https://github.com/johnmai-dev/Jinja @ 1.1.2
  SwiftNGram: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  SwiftyMarisa: https://github.com/ensan-hcl/SwiftyMarisa @ feat/swift_cpp_interop (6e145ae)
resolved source packages: swift-transformers, Jinja, SwiftNGram, swift-collections, SwiftyMarisa
2026-04-15 13:49:15.720 xcodebuild[916:5194] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swiftymarisa",
      "requirement" : {
        "branch" : [
          "feat/swift_cpp_interop"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ensan-hcl/SwiftyMarisa"
    },
    {
      "identity" : "swift-tokenizers",
      "requirement" : {
        "branch" : [
          "feat/minimum"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ensan-hcl/swift-tokenizers"
    }
  ],
  "manifest_display_name" : "SwiftNGram",
  "name" : "SwiftNGram",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftNGram",
      "targets" : [
        "SwiftNGram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftNGramExample",
      "targets" : [
        "Examples"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftNGramTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNGramTests",
      "path" : "Tests/SwiftNGramTests",
      "sources" : [
        "SwiftNGramTests.swift"
      ],
      "target_dependencies" : [
        "SwiftNGram"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftNGram",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNGram",
      "path" : "Sources/SwiftNGram",
      "product_dependencies" : [
        "SwiftyMarisa",
        "Transformers"
      ],
      "product_memberships" : [
        "SwiftNGram",
        "SwiftNGramExample"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftNGram/tokenizer",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Inference.swift",
        "Tokenizer.swift",
        "Trainer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Examples",
      "module_type" : "SwiftTarget",
      "name" : "Examples",
      "path" : "Sources/Examples",
      "product_memberships" : [
        "SwiftNGramExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftNGram"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': 'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftNGram",
      "SwiftNGram-Package",
      "SwiftNGramExample"
    ]
  }
}
2026-04-15 13:49:17.365 xcodebuild[938:5304] [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 SwiftNGram-Package -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 SwiftNGram-Package -destination generic/platform=watchOS
Resolve Package Graph
'Examples' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Resolved source packages:
  SwiftyMarisa: https://github.com/ensan-hcl/SwiftyMarisa @ feat/swift_cpp_interop (6e145ae)
  SwiftNGram: /Users/admin/builder/spi-builder-workspace
  swift-transformers: https://github.com/ensan-hcl/swift-tokenizers @ feat/minimum (407e518)
  Jinja: https://github.com/johnmai-dev/Jinja @ 1.1.2
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'SwiftNGramExample' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'Transformers' in project 'swift-transformers'
    Target 'SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftNGram_SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'Transformers' in project 'swift-transformers'
    Target 'SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftNGram_SwiftNGram' in project 'SwiftNGram'
        ➜ Explicit dependency on target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'Transformers' in project 'swift-transformers'
    Target 'Transformers' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Tokenizers' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Hub' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Jinja' in project 'Jinja'
    Target 'Tokenizers' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Hub' in project 'swift-transformers'
        ➜ Explicit dependency on target 'Jinja' in project 'Jinja'
    Target 'Jinja' in project 'Jinja'
        ➜ Explicit dependency on target 'Jinja' in project 'Jinja'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Jinja' in project 'Jinja'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'Hub' in project 'swift-transformers'
        ➜ Explicit dependency on target 'swift-transformers_Hub' in project 'swift-transformers'
    Target 'swift-transformers_Hub' in project 'swift-transformers' (no dependencies)
    Target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'marisa-trie' in project 'SwiftyMarisa'
    Target 'SwiftyMarisa' in project 'SwiftyMarisa'
        ➜ Explicit dependency on target 'marisa-trie' in project 'SwiftyMarisa'
    Target 'marisa-trie' in project 'SwiftyMarisa' (no dependencies)
    Target 'SwiftNGram_SwiftNGram' in project 'SwiftNGram' (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 -arch arm64 -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/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/clang -v -E -dM -arch arm64 -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 -arch armv7k -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/clang -v -E -dM -arch armv7k -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/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c++ -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: 13a6a7a996a65e4385a76ad4c28c9c2a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/13a6a7a996a65e4385a76ad4c28c9c2a.xcbuilddata
error: The package product 'Transformers' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftNGram' from project 'SwiftNGram')
error: The package product 'Transformers' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'SwiftNGramExample' from project 'SwiftNGram')
2026-04-15 13:49:18.599 xcodebuild[953:5382] [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 SwiftNGram-Package
(1 failure)
BUILD FAILURE 6.3 watchOS