The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftNGram, reference main (017116), with Swift 6.2 for iOS using Xcode 26.3 on 23 Jun 2025 01:44:09 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 SwiftNGram-Package -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nyanko3141592/SwiftNGramWiithMarisaTrie.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/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 ‘SwiftyMarisa’
Checking out feat/swift_cpp_interop (6e145ae) of package ‘SwiftyMarisa’
Creating working copy of package ‘Jinja’
Checking out 1.1.2 of package ‘Jinja’
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.2.0 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:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  swift-transformers: https://github.com/ensan-hcl/swift-tokenizers @ feat/minimum (407e518)
  SwiftyMarisa: https://github.com/ensan-hcl/SwiftyMarisa @ feat/swift_cpp_interop (6e145ae)
  SwiftNGram: /Users/admin/builder/spi-builder-workspace
  Jinja: https://github.com/johnmai-dev/Jinja @ 1.1.2
resolved source packages: swift-collections, swift-transformers, SwiftyMarisa, SwiftNGram, Jinja
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftNGram-Package -destination generic/platform=iOS
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 SwiftNGram-Package -destination generic/platform=iOS
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:
  SwiftyMarisa: https://github.com/ensan-hcl/SwiftyMarisa @ feat/swift_cpp_interop (6e145ae)
  SwiftNGram: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  Jinja: https://github.com/johnmai-dev/Jinja @ 1.1.2
  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.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 -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c++ -c /dev/null
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3b5c287390473a99412689e8c7bcbdf8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3b5c287390473a99412689e8c7bcbdf8.xcbuilddata
error: The package product 'Transformers' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'SwiftNGram' from project 'SwiftNGram')
error: The package product 'Transformers' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'SwiftNGramExample' from project 'SwiftNGram')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwiftNGram-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
'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:
  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.2.0
  SwiftyMarisa: https://github.com/ensan-hcl/SwiftyMarisa @ feat/swift_cpp_interop (6e145ae)
resolved source packages: SwiftNGram, swift-transformers, Jinja, swift-collections, SwiftyMarisa
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftNGram-Package -destination generic/platform=iOS
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 SwiftNGram-Package -destination generic/platform=iOS
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)
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  swift-transformers: https://github.com/ensan-hcl/swift-tokenizers @ feat/minimum (407e518)
  SwiftNGram: /Users/admin/builder/spi-builder-workspace
  Jinja: https://github.com/johnmai-dev/Jinja @ 1.1.2
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.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3b5c287390473a99412689e8c7bcbdf8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3b5c287390473a99412689e8c7bcbdf8.xcbuilddata
error: The package product 'Transformers' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'SwiftNGramExample' from project 'SwiftNGram')
error: The package product 'Transformers' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'SwiftNGram' from project 'SwiftNGram')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwiftNGram-Package
(1 failure)
BUILD FAILURE 6.2 iOS