> 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
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