> On 11 Dec 2015, at 20:12, Dylan Brown via swift-users <[email protected]> > wrote: > > Hello! When running `utils/build-script --clean -t`, I'm able to complete the > build but it regularly fails the same 4/6 tests. Also, check-swift and > check-swift-validation are not found in the build directory alongside > Ninja-DebugAssert. > I've been working at this for a while, and I'm not sure where to look next. > Any ideas what could be going wrong?
I was also experiencing the same issue. Have you looked at pull request #1 for swift-cmark[0]? Pulling in the upstream cmark changes resolved the failures for me. [0]: https://github.com/apple/swift-cmark/pull/1 _______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
