<!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-swift-4.0-package-osx [#150]</h1> 

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-4.0-package-osx/150/">https://ci.swift.org/job/oss-swift-4.0-package-osx/150/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-4.0-package-osx</td></tr>
  <tr><th>Date of build:</th><td>Sat, 20 May 2017 02:49:38 -0700</td></tr>
  <tr><th>Build duration:</th><td>2 hr 45 min</td></tr>
</table>



<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>326119be9426fb3ace60369f2cdfb2d06263b81a</b> by <b>Xi Ge:</b> <p class="commit-message" style="white-space: pre-wrap;">RangeInfo: unbox switch statement to ensure all branches agree on return</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp</li>

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>6a95c8628ef0236f31c7dd9ebad529c095b16a00</b> by <b>Joe Groff:</b> <p class="commit-message" style="white-space: pre-wrap;">SILGen: Use VarDecl::getInterfaceType instead of getType in</p>
        <ul>

          <li class="change-add"><b>add</b>: test/SILGen/objc_required_designated_init.swift</li>

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

          <li class="change-add"><b>add</b>: test/SILGen/Inputs/objc_required_designated_init_2.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>508653631c68d45c424f616e73f4aa905bf0703e</b> by <b>Jordan Rose:</b> <p class="commit-message" style="white-space: pre-wrap;">Merge pull request #9800 from jrose-apple/null-does-not-mean-absent</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>8c43b67cebbb89f4d5bf823f5b5299a79f95002b</b> by <b>Ewa Matejska:</b> <p class="commit-message" style="white-space: pre-wrap;">requiring objc interop to avoid linux test failure</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>710d87c606eaa2b76dcaca516d647c3c55cd1ce0</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">Revert "Revert "[4.0] Increase the Swift ABI version to 5""</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/IRGen/IRGenModule.h</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>2733495b3598216286787b9e6be4b733e5d04ed9</b> by <b>Doug Gregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[PrintAsObjC] Handle typealiases to non-type Clang declarations.</p>
        <ul>

          <li class="change-add"><b>add</b>: test/PrintAsObjC/Inputs/custom-modules/CompatibilityAlias.h</li>

          <li class="change-edit"><b>edit</b>: test/PrintAsObjC/Inputs/custom-modules/module.map</li>

          <li class="change-add"><b>add</b>: test/PrintAsObjC/Inputs/custom-modules/NestedClass.apinotes</li>

          <li class="change-add"><b>add</b>: test/PrintAsObjC/Inputs/custom-modules/NestedClass.h</li>

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

          <li class="change-add"><b>add</b>: test/PrintAsObjC/versioned.swift</li>

          <li class="change-edit"><b>edit</b>: test/PrintAsObjC/classes.swift</li>

        </ul>
      </li>
     <br>

  </ul>


 </body>