The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-embeddings, reference main (63b5f2), with Swift 6.1 for Android on 21 Nov 2025 08:53:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkrukowski/swift-embeddings.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/jkrukowski/swift-embeddings
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 63b5f21 Fixed batch processing (#21)
Cloned https://github.com/jkrukowski/swift-embeddings.git
Revision (git rev-parse @):
63b5f211c8b9f3e9fb9781e88195b41ac16cf3b5
SUCCESS checkout https://github.com/jkrukowski/swift-embeddings.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jkrukowski/swift-embeddings.git
https://github.com/jkrukowski/swift-embeddings.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    },
    {
      "identity" : "swift-transformers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/huggingface/swift-transformers.git"
    },
    {
      "identity" : "swift-safetensors",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jkrukowski/swift-safetensors.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-sentencepiece",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jkrukowski/swift-sentencepiece"
    },
    {
      "identity" : "command",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Command.git"
    }
  ],
  "manifest_display_name" : "swift-embeddings",
  "name" : "swift-embeddings",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "embeddings-cli",
      "targets" : [
        "EmbeddingsCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Embeddings",
      "targets" : [
        "Embeddings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MLTensorUtils",
      "targets" : [
        "MLTensorUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestingUtils",
      "module_type" : "SwiftTarget",
      "name" : "TestingUtils",
      "path" : "Sources/TestingUtils",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "TestingUtils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MLTensorUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "MLTensorUtilsTests",
      "path" : "Tests/MLTensorUtilsTests",
      "sources" : [
        "ActivationTests.swift",
        "FunctionTests.swift",
        "LayerTests.swift"
      ],
      "target_dependencies" : [
        "MLTensorUtils",
        "TestingUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MLTensorUtils",
      "module_type" : "SwiftTarget",
      "name" : "MLTensorUtils",
      "path" : "Sources/MLTensorUtils",
      "product_memberships" : [
        "embeddings-cli",
        "Embeddings",
        "MLTensorUtils"
      ],
      "sources" : [
        "Activations.swift",
        "Functions.swift",
        "Layers.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbeddingsTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddingsTests",
      "path" : "Tests/EmbeddingsTests",
      "product_dependencies" : [
        "Safetensors"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/EmbeddingsTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BertTests.swift",
        "Model2VecTests.swift",
        "ModernBertTests.swift",
        "StaticEmbeddingsTests.swift",
        "TokenizerTests.swift",
        "UtilsTests.swift",
        "Word2VecTests.swift"
      ],
      "target_dependencies" : [
        "Embeddings",
        "MLTensorUtils",
        "TestingUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbeddingsCLI",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddingsCLI",
      "path" : "Sources/EmbeddingsCLI",
      "product_dependencies" : [
        "Safetensors",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "embeddings-cli"
      ],
      "sources" : [
        "Commands/BertCommand.swift",
        "Commands/ClipCommand.swift",
        "Commands/Model2VecCommand.swift",
        "Commands/ModernBertCommand.swift",
        "Commands/RobertaCommand.swift",
        "Commands/StaticEmbeddingsCommad.swift",
        "Commands/Word2VecCommand.swift",
        "Commands/XLMRobertaCommand.swift",
        "EmbeddingsCLI.swift"
      ],
      "target_dependencies" : [
        "Embeddings",
        "MLTensorUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Embeddings",
      "module_type" : "SwiftTarget",
      "name" : "Embeddings",
      "path" : "Sources/Embeddings",
      "product_dependencies" : [
        "Safetensors",
        "Transformers",
        "SentencepieceTokenizer"
      ],
      "product_memberships" : [
        "embeddings-cli",
        "Embeddings"
      ],
      "sources" : [
        "Bert/BertModel.swift",
        "Bert/BertUtils.swift",
        "Clip/ClipModel.swift",
        "Clip/ClipUtils.swift",
        "EmbeddingsUtils.swift",
        "Model2Vec/Model2VecModel.swift",
        "Model2Vec/Model2VecUtils.swift",
        "ModernBert/ModernBertModel.swift",
        "ModernBert/ModernBertUtils.swift",
        "Roberta/RobertaModel.swift",
        "Roberta/RobertaUtils.swift",
        "StaticEmbeddings/StaticEmbeddingsModel.swift",
        "StaticEmbeddings/StaticEmbeddingsUtils.swift",
        "Tokenizer/ClipTokenizer.swift",
        "Tokenizer/TextTokenizer.swift",
        "Tokenizer/XLMRobetaTokenizer.swift",
        "Word2Vec/Word2VecModel.swift",
        "Word2Vec/Word2VecUtils.swift",
        "XLMRoberta/XLMRobertaModel.swift",
        "XLMRoberta/XLMRobertaUtils.swift"
      ],
      "target_dependencies" : [
        "MLTensorUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccuracyTests",
      "module_type" : "SwiftTarget",
      "name" : "AccuracyTests",
      "path" : "Tests/AccuracyTests",
      "product_dependencies" : [
        "Command"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AccuracyTests/Data",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/AccuracyTests/Scripts",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BertAcuracyTests.swift",
        "ClipAccuracyTests.swift",
        "Model2VecAccuracyTests.swift",
        "ModernBertBaseAcuracyTests.swift",
        "ModernBertNomicAcuracyTests.swift",
        "RobertaAcuracyTests.swift",
        "SDPAAccuracyTests.swift",
        "StaticEmbeddingsAccuracyTests.swift",
        "Utils.swift",
        "XLMRobertaAcuracyTests.swift"
      ],
      "target_dependencies" : [
        "Embeddings",
        "MLTensorUtils",
        "TestingUtils"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/jkrukowski/swift-safetensors.git
Fetching https://github.com/tuist/Command.git
Fetching https://github.com/jkrukowski/swift-sentencepiece
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/huggingface/swift-transformers.git
[1/90] Fetching swift-sentencepiece
[82/290] Fetching swift-sentencepiece, swift-safetensors
[202/2266] Fetching swift-sentencepiece, swift-safetensors, command
[816/8650] Fetching swift-sentencepiece, swift-safetensors, command, swift-numerics
[817/13707] Fetching swift-sentencepiece, swift-safetensors, command, swift-numerics, swift-transformers
Fetched https://github.com/jkrukowski/swift-sentencepiece from cache (0.91s)
[6673/13617] Fetching swift-safetensors, command, swift-numerics, swift-transformers
[8142/30307] Fetching swift-safetensors, command, swift-numerics, swift-transformers, swift-argument-parser
Fetched https://github.com/tuist/Command.git from cache (1.31s)
[12507/28331] Fetching swift-safetensors, swift-numerics, swift-transformers, swift-argument-parser
Fetched https://github.com/huggingface/swift-transformers.git from cache (2.05s)
Fetched https://github.com/apple/swift-numerics.git from cache (2.25s)
Fetched https://github.com/jkrukowski/swift-safetensors.git from cache (2.27s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.28s)
Computing version for https://github.com/tuist/Command.git
Computed https://github.com/tuist/Command.git at 0.13.0 (3.49s)
Fetching https://github.com/Kolos65/Mockable
Fetching https://github.com/apple/swift-log
[1/1877] Fetching mockable
[2/6908] Fetching mockable, swift-log
Fetching https://github.com/tuist/Path
Fetched https://github.com/Kolos65/Mockable from cache (0.74s)
Fetched https://github.com/apple/swift-log from cache (0.83s)
[1/381] Fetching path
Fetched https://github.com/tuist/Path from cache (0.41s)
Computing version for https://github.com/jkrukowski/swift-sentencepiece
Computed https://github.com/jkrukowski/swift-sentencepiece at 0.0.6 (2.21s)
Computing version for https://github.com/huggingface/swift-transformers.git
Computed https://github.com/huggingface/swift-transformers.git at 1.1.2 (1.20s)
Fetching https://github.com/huggingface/swift-jinja.git
[1/759] Fetching swift-jinja
Fetched https://github.com/huggingface/swift-jinja.git from cache (0.49s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (4.60s)
Computing version for https://github.com/jkrukowski/swift-safetensors.git
Computed https://github.com/jkrukowski/swift-safetensors.git at 0.0.8 (1.05s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.96s)
Computing version for https://github.com/huggingface/swift-jinja.git
Computed https://github.com/huggingface/swift-jinja.git at 2.1.1 (1.07s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.17s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (3.29s)
Computing version for https://github.com/Kolos65/Mockable
Computed https://github.com/Kolos65/Mockable at 0.5.0 (1.28s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5600] Fetching xctest-dynamic-overlay
[3529/78544] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (10.31s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.44s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (11.68s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.40s)
Creating working copy for https://github.com/huggingface/swift-jinja.git
Working copy of https://github.com/huggingface/swift-jinja.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/jkrukowski/swift-sentencepiece
Working copy of https://github.com/jkrukowski/swift-sentencepiece resolved at 0.0.6
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/huggingface/swift-transformers.git
Working copy of https://github.com/huggingface/swift-transformers.git resolved at 1.1.2
Creating working copy for https://github.com/tuist/Command.git
Working copy of https://github.com/tuist/Command.git resolved at 0.13.0
Creating working copy for https://github.com/tuist/Path
Working copy of https://github.com/tuist/Path resolved at 0.3.8
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/Kolos65/Mockable
Working copy of https://github.com/Kolos65/Mockable resolved at 0.5.0
Creating working copy for https://github.com/jkrukowski/swift-safetensors.git
Working copy of https://github.com/jkrukowski/swift-safetensors.git resolved at 0.0.8
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Downloading binary artifact https://github.com/jkrukowski/swift-sentencepiece/releases/download/0.0.5/sentencepiece.xcframework.zip
[1397/40026617] Downloading https://github.com/jkrukowski/swift-sentencepiece/releases/download/0.0.5/sentencepiece.xcframework.zip
Downloaded https://github.com/jkrukowski/swift-sentencepiece/releases/download/0.0.5/sentencepiece.xcframework.zip (6.06s)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/85] Write sources
[3/85] Copying gpt2_tokenizer_config.json
[3/85] Copying t5_tokenizer_config.json
[42/85] Compiling _NumericsShims _NumericsShims.c
[43/85] Compiling _SwiftSyntaxCShims PlatformMutex.c
[44/85] Write swift-version-24593BA9C3E375BF.txt
[46/124] Emitting module SwiftSyntax509
[47/124] Compiling SwiftSyntax602 Empty.swift
[48/124] Emitting module SwiftSyntax602
[49/125] Compiling RealModule AugmentedArithmetic.swift
[50/125] Compiling RealModule Double+Real.swift
[51/125] Emitting module ArgumentParserToolInfo
[52/125] Compiling ArgumentParserToolInfo ToolInfo.swift
[53/127] Compiling SwiftSyntax509 Empty.swift
[54/127] Compiling RealModule RealFunctions.swift
[55/128] Compiling SwiftSyntax601 Empty.swift
[56/128] Emitting module SwiftSyntax601
[60/129] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[61/129] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/129] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/129] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/129] Compiling SwiftSyntax600 Empty.swift
[65/130] Emitting module SwiftSyntax600
[66/131] Emitting module SwiftSyntax510
[67/131] Compiling RealModule ApproximateEquality.swift
[68/131] Compiling RealModule ElementaryFunctions.swift
[70/131] Compiling RealModule Float+Real.swift
[71/131] Compiling RealModule Float80+Real.swift
[72/131] Compiling RealModule Real.swift
[73/131] Compiling RealModule Float16+Real.swift
[74/131] Compiling SwiftSyntax510 Empty.swift
[75/132] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/132] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/132] Compiling InternalCollectionsUtilities Descriptions.swift
[79/132] Emitting module RealModule
[80/133] Compiling RealModule AlgebraicField.swift
[82/133] Compiling RealModule RelaxedArithmetic.swift
[83/134] Emitting module InternalCollectionsUtilities
[87/134] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[88/134] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[93/134] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[94/134] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[96/214] Emitting module Path
error: emit-module command failed with exit code 1 (use -v to see invocation)
[97/214] Emitting module SentencepieceTokenizer
/host/spi-builder-workspace/.build/checkouts/swift-sentencepiece/Sources/SentencepieceTokenizer/SentencepieceTokenizer.swift:1:8: error: no such module 'Sentencepiece'
 1 | import Sentencepiece
   |        `- error: no such module 'Sentencepiece'
 2 |
 3 | extension SentencepieceTokenizer {
[98/214] Compiling SentencepieceTokenizer SentencepieceTokenizer.swift
/host/spi-builder-workspace/.build/checkouts/swift-sentencepiece/Sources/SentencepieceTokenizer/SentencepieceTokenizer.swift:1:8: error: no such module 'Sentencepiece'
 1 | import Sentencepiece
   |        `- error: no such module 'Sentencepiece'
 2 |
 3 | extension SentencepieceTokenizer {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/43] Write swift-version-24593BA9C3E375BF.txt
[4/82] Emitting module SwiftSyntax602
[5/82] Compiling SwiftSyntax602 Empty.swift
[6/83] Emitting module SwiftSyntax509
[7/83] Compiling SwiftSyntax509 Empty.swift
[8/84] Compiling SwiftSyntax600 Empty.swift
[9/84] Emitting module SwiftSyntax600
[11/85] Compiling SwiftSyntax601 Empty.swift
[12/85] Emitting module SwiftSyntax601
[13/86] Compiling RealModule RealFunctions.swift
[14/87] Compiling RealModule AlgebraicField.swift
[15/87] Compiling RealModule ApproximateEquality.swift
[16/89] Compiling SwiftSyntax510 Empty.swift
[17/89] Compiling RealModule Float80+Real.swift
[18/89] Compiling RealModule Real.swift
[22/89] Emitting module SwiftSyntax510
[23/90] Compiling RealModule RelaxedArithmetic.swift
[24/90] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[25/90] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[26/90] Emitting module ArgumentParserToolInfo
[28/96] Compiling RealModule ElementaryFunctions.swift
[29/96] Compiling RealModule Float+Real.swift
[30/96] Compiling RealModule Float16+Real.swift
[31/96] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[32/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/96] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/96] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[35/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/98] Compiling SentencepieceTokenizer SentencepieceTokenizer.swift
/host/spi-builder-workspace/.build/checkouts/swift-sentencepiece/Sources/SentencepieceTokenizer/SentencepieceTokenizer.swift:1:8: error: no such module 'Sentencepiece'
 1 | import Sentencepiece
   |        `- error: no such module 'Sentencepiece'
 2 |
 3 | extension SentencepieceTokenizer {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/109] Emitting module SentencepieceTokenizer
/host/spi-builder-workspace/.build/checkouts/swift-sentencepiece/Sources/SentencepieceTokenizer/SentencepieceTokenizer.swift:1:8: error: no such module 'Sentencepiece'
 1 | import Sentencepiece
   |        `- error: no such module 'Sentencepiece'
 2 |
 3 | extension SentencepieceTokenizer {
[39/109] Compiling Safetensors MLMultiArray.swift
[40/109] Compiling Safetensors MLShapedArray.swift
[41/109] Emitting module RealModule
[42/109] Compiling Safetensors MLTensor.swift
[43/109] Compiling Safetensors SafetensorsEncodable.swift
[46/110] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/110] Compiling InternalCollectionsUtilities Integer rank.swift
[48/110] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[49/110] Emitting module InternalCollectionsUtilities
BUILD FAILURE 6.1 android