Bridgecraft icon indicating copy to clipboard operation
Bridgecraft copied to clipboard

Carthage build is broken as of 0.4.1+ on Xcode 10.1

Open lvsti opened this issue 5 years ago • 1 comments

One of SourceKitten's dependency didn't respect semantic versioning and bumped Swift to v5 without bumping the major version. This makes Bridgecraft builds also depend on the availability of Swift 5 in the toolchain.

lvsti avatar Jun 11 '19 19:06 lvsti

As of now, SPM build seems to be unaffected but Carthage builds still fail. Workaround is to pin down the following dependencies in the Cartfile:

github "tomlokhorst/XcodeEdit" == 2.6.0
github "drmohundro/SWXMLHash" == 4.8

lvsti avatar Oct 23 '19 14:10 lvsti