Re: [swift-dev] Build on s390x error for swift-4.0-branch

2017-07-17 Thread Alex Blewitt via swift-dev
> On 17 Jul 2017, at 14:00, Sam Ding via swift-dev wrote: > > Hi, > > I am trying to build swift-4.0-branch on s390x. > > 1) The 1st error is in stdlib/public/core/UTF8.swift, line 51, > failed at " _sanityCheck(source.count ==4 ) ". > In fact, the test shows "source.count" = "0" on s390x, N

[swift-dev] Build on s390x error for swift-4.0-branch

2017-07-17 Thread Sam Ding via swift-dev
Hi, I am trying to build swift-4.0-branch on s390x. 1) The 1st error is in stdlib/public/core/UTF8.swift, line 51, failed at " _sanityCheck(source.count ==4 ) ". In fact, the test shows "source.count" = "0" on s390x, Note "stdlib/public/core/UTF8.swift" is a new code in swift-4.0-branch, wh