<!DOCTYPE html>
<head>
  <title>Report</title>
  <style>
                        body {
                                -webkit-font-smoothing: antialiased;
                                font-family: "Helvetica Neue", sans-serif;
                                font-weight: 300;
                                color: #393939;
                                margin: 0;
                                padding: 20px;
                        }
                        .header {
                                margin-left: 20px;
                                padding: 20px 20px 20px 0;
                                border-bottom: 1px solid #e5e5e5;
                        }
                        .report-title{
                                font-family: "Helvetica Neue", sans-serif;
                                display: inline-block;
                                float: left;
                                margin: 20px 0;
                                font-size: 24px;
                                color: #55a3fd;
                        }
                        .title {
                                font-size: 24px;
                        }
                        .content {
                                padding: 20px;
                        }
                        .display {
                                width: 100%;
                                height: 100%;
                        }
                        .commit-message {
                                font-family: "Menlo", fixed;
                        }
                        
        .title {
                text-align: center;
        }
        .date {
                text-align: left;
        }
        .display {
                display: inline-block;
                width: auto;
        }
        .header {
                overflow: auto;
                padding: 20px 20px 5px 0;
                width: 660px;
        }
        a {
          color: #007aff;
          text-decoration: none;
        }
        tr {
            text-align: left;
        }
        .links a {
                text-decoration: none;
                color: white;
                font-weight: 500;
                padding: 15px;
                background: #55a3fd;
                font-size: 14px;
        }
        .FAILURE {
                color:red;
        }
        .SUCCESS {
                color:green;
        }
        </style>
 <head>
 <body>
<h2 style="width:100%;background-color:red;color:white;text-align:center;"></h2>
 <h1>[<font class="FAILURE">FAILURE</font>] oss-lldb-incremental-osx [#454]</h1> 

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-lldb-incremental-osx/454/">https://ci.swift.org/job/oss-lldb-incremental-osx/454/</a></td></tr>
  <tr><th>Project:</th><td>oss-lldb-incremental-osx</td></tr>
  <tr><th>Date of build:</th><td>Wed, 29 Nov 2017 22:40:25 -0600</td></tr>
  <tr><th>Build duration:</th><td>1 hr 0 min</td></tr>
</table>

<h2>Identified problems:</h2><ul><li>Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:<ul><li><a href="https://ci.swift.org//job/oss-lldb-incremental-osx/454/consoleFull#879569241ba62d58e-7248-467b-91e0-c7508d5cf947">Indication 1</a></li></ul></li><li>Assertion failure: This build failed because of an assertion failure. Below is a list of all errors in the build log:<ul><li><a href="https://ci.swift.org//job/oss-lldb-incremental-osx/454/consoleFull#1256565552ef3c3c00-f496-40b9-85a7-0eb69d0f491b">Indication 1</a></li></ul></li></ul>

<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>168109ce8e7b0897bd56108009fdee0bd49b1f19</b> by <b>dcoughlin:</b> <p class="commit-message" style="white-space: pre-wrap;">[analyzer] Teach RetainCountChecker about CoreMedia APIs</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/Analysis/CocoaConventions.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Analysis/retain-release.m</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>f0e38d2044cb51e30fa41e4f086a6c99fa18f365</b> by <b>dcoughlin:</b> <p class="commit-message" style="white-space: pre-wrap;">[analyzer] ObjCGenerics: Don't warn on cast conversions involving</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Analysis/generics.m</li>

          <li class="change-edit"><b>edit</b>: lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>492f36bc212c5e8e65fd14c9e550b728f21a4830</b> by <b>mracek:</b> <p class="commit-message" style="white-space: pre-wrap;">Fixup of dyld_insert_libraries_remove.cc</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cc</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>29ea599f30e4f8e93e12e792673c3c5624da21ee</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[CSGen] Fix `LinkedExprAnalyzer` greedy operator linking</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Sema/CSGen.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Constraints/operator.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>97324426288af018f938a779b036f77d6d347c93</b> by <b>harlan:</b> <p class="commit-message" style="white-space: pre-wrap;">[Syntax] Remove LegacyASTTransformer</p>
        <ul>

          <li class="change-edit"><b>edit</b>: include/swift/AST/SyntaxASTMap.h</li>

          <li class="change-edit"><b>edit</b>: include/swift/Syntax/Syntax.h</li>

          <li class="change-delete"><b>delete</b>: include/swift/AST/LegacyASTTransformer.h</li>

          <li class="change-edit"><b>edit</b>: lib/AST/CMakeLists.txt</li>

          <li class="change-edit"><b>edit</b>: test/Syntax/Inputs/serialize_struct_decl.json</li>

          <li class="change-edit"><b>edit</b>: tools/swift-syntax-test/swift-syntax-test.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/FrontendTool/FrontendTool.cpp</li>

          <li class="change-delete"><b>delete</b>: lib/AST/LegacyASTTransformer.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Syntax/Inputs/serialize_multiple_decls.json</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>bff9edc88b397c1be1b042f8fb56f53cd0bc7688</b> by <b>compnerd:</b> <p class="commit-message" style="white-space: pre-wrap;">stdlib: fix the build with macOS long tests</p>
        <ul>

          <li class="change-edit"><b>edit</b>: unittests/runtime/Stdlib.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>02d7fe36ba92a88fddc29a248226879ef8f964f0</b> by <b>rjmccall:</b> <p class="commit-message" style="white-space: pre-wrap;">Extend the addObserver/removeObserver to AnyObject lookup idioms.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Sema/MiscDiagnostics.cpp</li>

          <li class="change-edit"><b>edit</b>: test/SILGen/pointer_conversion_nonaccessing_objc.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>97cfcae4a0efaac58f1d0ce75f969b9cea493f7f</b> by <b>pyaskevich:</b> <p class="commit-message" style="white-space: pre-wrap;">[TypeChecker] NFC: Increase exponential threshold for</p>
        <ul>

          <li class="change-edit"><b>edit</b>: validation-test/Sema/type_checker_perf/fast/rdar18360240.swift.gyb</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>d8fddee726dffbecc40aa46c6e6071d69a882bc6</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Type checker] Don’t simplify to an error type.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Sema/ConstraintSystem.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>1f79af750459c731d432aed14211583e047fc1e3</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">SIL: Use objc_method instruction for Objective-C protocol method calls</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/SILGen/generic_property_base_lifetime.swift</li>

          <li class="change-edit"><b>edit</b>: lib/IRGen/LoadableByAddress.cpp</li>

          <li class="change-edit"><b>edit</b>: test/SILGen/foreign_errors.swift</li>

          <li class="change-edit"><b>edit</b>: lib/SIL/SILVerifier.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Transforms/SimplifyCFG.cpp</li>

          <li class="change-edit"><b>edit</b>: include/swift/SIL/SILBuilder.h</li>

          <li class="change-edit"><b>edit</b>: test/SILGen/witnesses.swift</li>

          <li class="change-edit"><b>edit</b>: test/SILGen/protocol_extensions.swift</li>

          <li class="change-edit"><b>edit</b>: test/SILGen/objc_protocols.swift</li>

          <li class="change-edit"><b>edit</b>: lib/Serialization/SerializeSIL.cpp</li>

          <li class="change-edit"><b>edit</b>: test/SIL/Parser/basic.sil</li>

          <li class="change-edit"><b>edit</b>: lib/SILGen/SILGenApply.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/SIL/SILInstruction.cpp</li>

          <li class="change-edit"><b>edit</b>: include/swift/SIL/SILCloner.h</li>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/Transforms/CSE.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Serialization/objc.swift</li>

          <li class="change-edit"><b>edit</b>: lib/SIL/SILPrinter.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/Serialization/DeserializeSIL.cpp</li>

          <li class="change-edit"><b>edit</b>: include/swift/Serialization/ModuleFormat.h</li>

          <li class="change-edit"><b>edit</b>: include/swift/SIL/SILInstruction.h</li>

          <li class="change-edit"><b>edit</b>: lib/SILGen/SILGenThunk.cpp</li>

          <li class="change-edit"><b>edit</b>: test/SILOptimizer/cse_objc.sil</li>

          <li class="change-edit"><b>edit</b>: test/SILOptimizer/simplify_cfg.sil</li>

          <li class="change-edit"><b>edit</b>: lib/ParseSIL/ParseSIL.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/IRGen/IRGenSIL.cpp</li>

          <li class="change-edit"><b>edit</b>: test/SILOptimizer/mandatory_inlining.sil</li>

          <li class="change-add"><b>add</b>: test/SILOptimizer/objc_protocol_method.swift</li>

          <li class="change-edit"><b>edit</b>: lib/SIL/SILInstructions.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Serialization/Inputs/def_basic.sil</li>

          <li class="change-edit"><b>edit</b>: lib/SILGen/SILGenBridging.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>741c4dbf7352c995ce3ec1becfaa31e2116bac1f</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">SIL: Fix up an old test</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/SIL/Parser/basic.sil</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>493a4e9bc972ec947606562a1482d9e4c6712507</b> by <b>aschwaighofer:</b> <p class="commit-message" style="white-space: pre-wrap;">IRGen: Fix a compiler memory leak by using the right parameter in a</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/IRGen/GenProto.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>ec0d53f96f5cb0059d8f53dd10e01b98eed1a4e4</b> by <b>airspeedswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[stdlib] [SR-4005] Allow heterogenous comparisons in elementsEqual</p>
        <ul>

          <li class="change-edit"><b>edit</b>: stdlib/private/StdlibCollectionUnittest/CheckSequenceType.swift</li>

          <li class="change-edit"><b>edit</b>: test/IDE/complete_from_stdlib.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/core/SequenceAlgorithms.swift.gyb</li>

          <li class="change-edit"><b>edit</b>: test/api-digester/source-stability.swift.expected</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>572a37520ce6178ca6047b94c9302ea7475d75ce</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">[build-script] Translate "RelWithDebInfo" to "Release" for Mac LLDB</p>
        <ul>

          <li class="change-edit"><b>edit</b>: utils/build-script-impl</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>db5229330ea3bc981703358bdfba363ae5677868</b> by <b>shajrawi:</b> <p class="commit-message" style="white-space: pre-wrap;">Large Types Lowering: workaround LLDB issue by adding debug_value_addr</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/IRGen/LoadableByAddress.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>e360da57bbb8d08c5c3cf75bf08a540cff8a9138</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">Sema: Use the correct source range when emitting fixits for unresolved</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Sema/CSDiag.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Sema/typo_correction.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>c544a2779d6915d00883f0b43533b7d827c9afd9</b> by <b>aschwaighofer:</b> <p class="commit-message" style="white-space: pre-wrap;">Revert "[CSGen] Fix `LinkedExprAnalyzer` greedy operator linking"</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Constraints/operator.swift</li>

          <li class="change-edit"><b>edit</b>: lib/Sema/CSGen.cpp</li>

        </ul>
      </li>
     <br>

  </ul>


 </body>