Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Error building swift-format #264

Open
hanckmann opened this issue Aug 17, 2019 · 1 comment
Open

Error building swift-format #264

hanckmann opened this issue Aug 17, 2019 · 1 comment

Comments

@hanckmann
Copy link

This might be related to the older item #132
When trying to build swift-format I get the following error:

`
λ ~/Projects/swift-format/ format swift build
warning: target 'CCommonMark' in package 'swift-format' contains no valid source files
warning: invalid duplicate target dependency declaration 'swift-build' in target 'FunctionalPerformanceTests'
warning: invalid duplicate target dependency declaration 'swift-package' in target 'FunctionalPerformanceTests'
/Users/patrick/Projects/swift-format/Sources/CommonMark/CMarkInterop.swift:13:8: error: no such module 'CCommonMark'
import CCommonMark
^
/Users/patrick/Projects/swift-format/Sources/CommonMark/CMarkInterop.swift:13:8: error: no such module 'CCommonMark'
import CCommonMark
^
/Users/patrick/Projects/swift-format/Sources/CommonMark/CMarkInterop.swift:13:8: error: no such module 'CCommonMark'
import CCommonMark
^
/Users/patrick/Projects/swift-format/Sources/CommonMark/CMarkInterop.swift:13:8: error: no such module 'CCommonMark'
import CCommonMark
^

`

@hanckmann
Copy link
Author

I build via:

$ git checkout format
$ git submodule update --init
$ swift build

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant