<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><span title="Compile Error" style="box-sizing: border-box; font-family: monospace; font-size: 13px; white-space: pre-wrap; color: white; background-color: red;" class="">/Users/buildnode/jenkins/workspace/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/swift/test/Prototypes/TextFormatting.swift:118:3: error: initializer declared in an extension of non-'@_fixed_layout' type 'Integer' must delegate to another initializer
</span><span style="color: rgb(192, 197, 206); font-family: monospace; font-size: 13px; white-space: pre-wrap; background-color: rgb(43, 48, 59);" class="">  init &lt;N: Integer&gt;(_ i: N) {
  ^
</span></div><div class=""><br class=""></div>Huge blamelist here, unfortunately. Slava, this is the bug where assigning to self doesn’t count as delegating to another initializer. Is there a quick fix for that?<div class=""><br class=""></div><div class=""><div class="">&nbsp; init &lt;N: Integer&gt;(_ i: N) {</div><div class="">&nbsp; &nbsp; // Implementation based on Egyptian Multiplication of i by 1 allows us to</div><div class="">&nbsp; &nbsp; // avoid any mixed-type numeric operations, which the current standard</div><div class="">&nbsp; &nbsp; // library doesn't support. &nbsp;Note: we also don't have a protocol that</div><div class="">&nbsp; &nbsp; // provides shift operators, so we use / 2 here.</div><div class="">&nbsp; &nbsp; var n = i</div><div class="">&nbsp; &nbsp; self = 0</div><div class="">&nbsp; &nbsp; // …</div><div class=""><br class=""></div><div class="">Jordan</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 3, 2017, at 05:10, no-reply--- via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><h2 style="font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; width: 765px; background-color: red; color: white; text-align: center;" class="">New issue found!</h2><h2 style="font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; width: 765px; background-color: red; color: white; text-align: center;" class=""></h2><h1 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">[<font class="FAILURE" style="color: red;">FAILURE</font>] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#99]</h1><table style="font-family: 'Helvetica Neue', sans-serif; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><tbody class=""><tr style="text-align: left;" class=""><th class="">Build URL:</th><td class=""><a href="https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/99/" style="color: rgb(0, 122, 255); text-decoration: none;" class="">https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/99/</a></td></tr><tr style="text-align: left;" class=""><th class="">Project:</th><td class="">oss-swift_tools-RA_stdlib-RDA_test-macos-resilience</td></tr><tr style="text-align: left;" class=""><th class="">Date of build:</th><td class="">Fri, 03 Feb 2017 03:47:00 -0800</td></tr><tr style="text-align: left;" class=""><th class="">Build duration:</th><td class="">1 hr 23 min</td></tr></tbody></table><h2 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Identified problems:</h2><ul style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><li class="">Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:<ul class=""><li class=""><a href="https://ci.swift.org//job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/99/consoleFull#493411379ee1a197b-acac-4b17-83cf-a53b95139a76" style="color: rgb(0, 122, 255); text-decoration: none;" class="">Indication 1</a></li></ul></li><li class="">Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:<ul class=""><li class=""><a href="https://ci.swift.org//job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/99/consoleFull#1952083229fca400bf-2f4a-462e-b517-e058d770b2d7" style="color: rgb(0, 122, 255); text-decoration: none;" class="">Indication 1</a></li></ul></li></ul></div></blockquote></div><br class=""></div></div></body></html>