-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make cmark-gfm as dependency package #306
Comments
I have the same issue. What's the recommendation? |
Same issue. Is this repository still active ? |
Hey folks, For instance, this doesn't work: dependencies: [
.package(url: "https://github.com/apple/swift-cmark", "swift-4.2-RELEASE"..<"swift-5.10-RELEASE")
] Additionally, apple/swift-markdown depends on the I will be happy to use apple/swift-cmark if it were possible to have a flexible requirement on the version. I am open to any ideas. Thanks! |
Hey everyone, I had the same issue a few months ago and created a fork which uses apple/swift-markdown. Initially I've planned to open a PR here but since I had limited time and needed to remove a few methods from the public API (might be due to lack of knowledge), I've restrained from doing so. |
Having the same issue. Has there been a solution for this yet? |
I ended up using @lovetodream branch which WFM. |
@gonzalezreal swiftlang/swift-cmark has added semver tags (0.5.0 for example) |
@wesleymccloy Good to know! I will give it a try. |
You can try it here: I would like to have some feedback before merging that PR. Please react with thumbs up if it works for you. Otherwise, let me know in the comments. |
Hi @gonzalezreal I have noticed this warning in Xcode otherwise no issues: |
Hi @hyperlink, You are probably getting that warning because your project is still pointing to |
Yep, that could be the issue. So, the workaround is to use the main branch for |
I don't see any reason to hold #348, so I am going to merge it and close this issue. |
My project uses github.com/apple/swift-markdown's SPM as a dependency, and swift-markdown uses https://github.com/apple/swift-cmark as a dependency. When I also use swift-markdown-ui as a dependency, Xcode indicates a conflict with cmark-gfm. Therefore, is it possible to use cmark-gfm as a dependency rather than as source in the code?
Conflict report:multiple targets named 'cmark-gfm' in: 'swift-cmark', 'swift-markdown-ui'
The text was updated successfully, but these errors were encountered: