Skip to content

Dependency Issue / Conflicting Dependencies #101

@HerrFrodo

Description

@HerrFrodo

I already use mlx and Whisperkit in a Swift App targeting macOS.
Bot of them depend on swift-transformers. It seems uform loads a package with the same Name, which leads to a dependency Conflict.
Also as the new swift-transformer doesn't have the same functions as the Huggingface one, my code can't be compiled anymore.

I get these errors in XCode;

dependency on 'https://github.com/huggingface/swift-transformers.git' conflicts with dependency on 'https://github.com/ashvardanian/swift-transformers' which has the same identity 'swift-transformers'. this will be escalated to an error in future versions of SwiftPM.

dependency on 'https://github.com/huggingface/swift-transformers' conflicts with dependency on 'https://github.com/ashvardanian/swift-transformers' which has the same identity 'swift-transformers'. this will be escalated to an error in future versions of SwiftPM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions