<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div>Fixed by</div><div><br class=""></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/swift/pull/12991#issuecomment-345338739" class="">https://github.com/apple/swift/pull/12991#issuecomment-345338739</a></div><div><br class=""></div><div>Sorry!</div><div><br class=""></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>- Doug</div><div><br class=""><blockquote type="cite" class=""><div class="">On Nov 17, 2017, at 10:15 AM, <a href="mailto:no-reply@swift.org" class="">no-reply@swift.org</a> wrote:</div><br class="Apple-interchange-newline"><div class=""><h2 style="font-family: &quot;Helvetica Neue&quot;, 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: 737px; background-color: red; color: white; text-align: center;" class=""></h2><h1 style="color: rgb(57, 57, 57); font-family: &quot;Helvetica Neue&quot;, 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>] swift-master-source-compat-suite [#756]</h1><table style="color: rgb(57, 57, 57); font-family: &quot;Helvetica Neue&quot;, 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=""><tbody class=""><tr style="text-align: left;" class=""><th class="">Build URL:</th><td class=""><a href="https://ci.swift.org/job/swift-master-source-compat-suite/756/" style="color: rgb(0, 122, 255); text-decoration: none;" class="">https://ci.swift.org/job/swift-master-source-compat-suite/756/</a></td></tr><tr style="text-align: left;" class=""><th class="">Project:</th><td class="">swift-master-source-compat-suite</td></tr><tr style="text-align: left;" class=""><th class="">Date of build:</th><td class="">Fri, 17 Nov 2017 09:53:11 -0600</td></tr><tr style="text-align: left;" class=""><th class="">Build duration:</th><td class="">2 hr 22 min</td></tr></tbody></table><br style="color: rgb(57, 57, 57); font-family: &quot;Helvetica Neue&quot;, 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=""><h2 style="color: rgb(57, 57, 57); font-family: &quot;Helvetica Neue&quot;, 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="">Changes</h2><ul style="color: rgb(57, 57, 57); font-family: &quot;Helvetica Neue&quot;, 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="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">a8cd86f811670574f91cf99e83c692f282b6a07b</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">dgregor:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add no-longer-crashing test case from <a href="rdar://problem/35441779" style="color: rgb(0, 122, 255); text-decoration: none;" class="">rdar://problem/35441779</a>.</p><ul class=""><li class="change-add"><b class="">add</b>: validation-test/compiler_crashers_2_fixed/rdar35441779.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">5f70f68c0d7f24b9b6e836a8e163ea556c84d680</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">dgregor:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">[AST] Store only interface types in NormalProtocolConformances.</p><ul class=""><li class="change-edit"><b class="">edit</b>: lib/IDE/IDETypeChecking.cpp</li><li class="change-edit"><b class="">edit</b>: lib/Serialization/Deserialization.cpp</li><li class="change-edit"><b class="">edit</b>: lib/AST/ASTMangler.cpp</li><li class="change-edit"><b class="">edit</b>: lib/Sema/TypeCheckProtocol.cpp</li><li class="change-edit"><b class="">edit</b>: test/SILGen/witness_tables.swift</li><li class="change-edit"><b class="">edit</b>: include/swift/AST/ProtocolConformance.h</li><li class="change-edit"><b class="">edit</b>: lib/ClangImporter/ImportDecl.cpp</li><li class="change-edit"><b class="">edit</b>: lib/IRGen/GenProto.cpp</li><li class="change-edit"><b class="">edit</b>: test/Generics/conditional_conformances.swift</li><li class="change-edit"><b class="">edit</b>: lib/AST/ProtocolConformance.cpp</li><li class="change-edit"><b class="">edit</b>: lib/AST/ConformanceLookupTable.cpp</li><li class="change-edit"><b class="">edit</b>: lib/IRGen/GenReflection.cpp</li><li class="change-edit"><b class="">edit</b>: test/SILGen/nested_generics.swift</li><li class="change-edit"><b class="">edit</b>: lib/Sema/CodeSynthesis.cpp</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">8192b3c859159c87a396eb85d9ad670301814b80</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">dgregor:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">[SIL Printer] Wire up generic environment when printing witness tables.</p><ul class=""><li class="change-edit"><b class="">edit</b>: test/SILGen/witness_tables.swift</li><li class="change-edit"><b class="">edit</b>: lib/SIL/SILPrinter.cpp</li><li class="change-edit"><b class="">edit</b>: test/SILGen/nested_generics.swift</li><li class="change-edit"><b class="">edit</b>: test/SILGen/conditional_conformance.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">9ff4d7b936321be1066c5a3643623ad8c888eb51</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">dgregor:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Cleanups for interface types in normal conformances.</p><ul class=""><li class="change-edit"><b class="">edit</b>: lib/Sema/TypeCheckProtocol.cpp</li><li class="change-edit"><b class="">edit</b>: lib/AST/ASTMangler.cpp</li><li class="change-edit"><b class="">edit</b>: lib/IDE/IDETypeChecking.cpp</li><li class="change-edit"><b class="">edit</b>: lib/IRGen/GenProto.cpp</li></ul></li></ul></div></blockquote></div><br class=""></body></html>