When attempting to resolve dependencies for MarkdownView via Swift Package Manager, the resolution fails immediately. It appears that the required version 0.23.0..<1.0.0 for tree-sitter-go does not exist in the upstream repository (it seems to have jumped to 0.23.1 or 0.25.0).
Error Log:
Failed to resolve dependencies Dependencies could not be resolved because no versions of 'tree-sitter-go' match the requirement 0.23.0..<1.0.0 and 'markdownview' depends on 'tree-sitter-go' 0.23.0..<1.0.0.
unexpectedly did not find the new dependency in the package graph: sourceControl(identity: markdownview, location: SwiftPM.SPMPackageDependency.SourceControlLocation.remote(SwiftPM.SPMSourceControlURL(sourceControlURL: https://github.com/HumanInterfaceDesign/MarkdownView.git)), requirement: main)
When attempting to resolve dependencies for MarkdownView via Swift Package Manager, the resolution fails immediately. It appears that the required version 0.23.0..<1.0.0 for tree-sitter-go does not exist in the upstream repository (it seems to have jumped to 0.23.1 or 0.25.0).
Error Log:
Failed to resolve dependencies Dependencies could not be resolved because no versions of 'tree-sitter-go' match the requirement 0.23.0..<1.0.0 and 'markdownview' depends on 'tree-sitter-go' 0.23.0..<1.0.0.
unexpectedly did not find the new dependency in the package graph: sourceControl(identity: markdownview, location: SwiftPM.SPMPackageDependency.SourceControlLocation.remote(SwiftPM.SPMSourceControlURL(sourceControlURL: https://github.com/HumanInterfaceDesign/MarkdownView.git)), requirement: main)