<!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-package-linux-ubuntu-16_04 [#912]</h1> 

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/912/">https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/912/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-package-linux-ubuntu-16_04</td></tr>
  <tr><th>Date of build:</th><td>Thu, 04 May 2017 19:04:36 -0700</td></tr>
  <tr><th>Build duration:</th><td>1 hr 23 min</td></tr>
</table>



<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>24469a95128bd890b26efe36b954b0c317ca0abc</b> by <b>Philippe Hausler:</b> <p class="commit-message" style="white-space: pre-wrap;">[Foundation] NSNumber bridging and Numeric types (SE-0170)</p>
        <ul>

          <li class="change-edit"><b>edit</b>: stdlib/public/SDK/Foundation/CMakeLists.txt</li>

          <li class="change-delete"><b>delete</b>: stdlib/public/SDK/Foundation/NSNumber.swift.gyb</li>

          <li class="change-add"><b>add</b>: stdlib/public/SDK/Foundation/NSNumber.swift</li>

          <li class="change-add"><b>add</b>: test/stdlib/NSNumberBridging.swift</li>

          <li class="change-delete"><b>delete</b>: test/stdlib/NSNumberBridging.swift.gyb</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>d26970e77a93577dacc8126dbb0324c65e7b1976</b> by <b>Philippe Hausler:</b> <p class="commit-message" style="white-space: pre-wrap;">Validate the exactly pattern of Double from NSNumber to ensure proper</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/stdlib/NSNumberBridging.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/SDK/Foundation/NSNumber.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>fa39edf6a0486b2c7355efdda32a0992decc3f78</b> by <b>Philippe Hausler:</b> <p class="commit-message" style="white-space: pre-wrap;">Account for floating point exactly conversions and disable some tests</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/stdlib/NSNumberBridging.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/SDK/Foundation/NSNumber.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>9545af6fdfade41b9971a61aed758b6c3f313a38</b> by <b>Adrian Prantl:</b> <p class="commit-message" style="white-space: pre-wrap;">Rename testcase module.map to module.modulemap (NFC)</p>
        <ul>

          <li class="change-delete"><b>delete</b>: test/DebugInfo/Inputs/module.map</li>

          <li class="change-add"><b>add</b>: test/DebugInfo/Inputs/module.modulemap</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>d9ae358b05695fd00e51867cde0766d7c249913d</b> by <b>Philippe Hausler:</b> <p class="commit-message" style="white-space: pre-wrap;">Rename NSNumber bridge tests to be clear on what they do</p>
        <ul>

          <li class="change-add"><b>add</b>: validation-test/stdlib/ValidationNSNumberBridging.swift</li>

          <li class="change-add"><b>add</b>: test/stdlib/TestNSNumberBridging.swift</li>

          <li class="change-delete"><b>delete</b>: validation-test/stdlib/NSNumberBridging.swift.gyb</li>

          <li class="change-delete"><b>delete</b>: test/stdlib/NSNumberBridging.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>c2b14dccd38700cc047445bb843676d903b41c68</b> by <b>Adrian Prantl:</b> <p class="commit-message" style="white-space: pre-wrap;">Debug info: Represent clang-imported submodules.</p>
        <ul>

          <li class="change-add"><b>add</b>: test/DebugInfo/Inputs/SubModule.h</li>

          <li class="change-edit"><b>edit</b>: test/DebugInfo/ImportClangSubmodule.swift</li>

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

          <li class="change-edit"><b>edit</b>: test/DebugInfo/test-foundation.swift</li>

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

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

          <li class="change-edit"><b>edit</b>: test/DebugInfo/Inputs/module.modulemap</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>0cb4a2865dc34021dee97276005cfcb0935d2b96</b> by <b>Adrian Prantl:</b> <p class="commit-message" style="white-space: pre-wrap;">Refactor/Cleanup IRGenDebugInfo to use a private implementation (NFC)</p>
        <ul>

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

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>813d7565736f4b44f2bd28bb9c397cc7db7f82af</b> by <b>Itai Ferber:</b> <p class="commit-message" style="white-space: pre-wrap;">Referencing encoders should use parent codingPath</p>
        <ul>

          <li class="change-edit"><b>edit</b>: stdlib/public/SDK/Foundation/PlistEncoder.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/SDK/Foundation/JSONEncoder.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>0011117a205387abf8e545e01b8ddc7acd49363d</b> by <b>Philippe Hausler:</b> <p class="commit-message" style="white-space: pre-wrap;">[Foundation] Work-around ambiguity of initializers by avoiding using</p>
        <ul>

          <li class="change-edit"><b>edit</b>: validation-test/stdlib/ValidationNSNumberBridging.swift</li>

          <li class="change-edit"><b>edit</b>: test/stdlib/TestNSNumberBridging.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>3a6dbebba0751d18f01cfd8ab8376ae706104e14</b> by <b>Itai Ferber:</b> <p class="commit-message" style="white-space: pre-wrap;">Fix container assertion in referencing encoders</p>
        <ul>

          <li class="change-edit"><b>edit</b>: stdlib/public/SDK/Foundation/PlistEncoder.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/SDK/Foundation/JSONEncoder.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>b1fe90cc46af91fb6b683be03f5a9a024e5d7c25</b> by <b>Argyrios Kyrtzidis:</b> <p class="commit-message" style="white-space: pre-wrap;">[frontend] Don't destroy the compiler instance object inside</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>cda147f657f0dfe2a9050c53a368133ce8d1f478</b> by <b>Argyrios Kyrtzidis:</b> <p class="commit-message" style="white-space: pre-wrap;">[FrontendTool] Fix a compiler error that I missed due to rebasing the</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>cc6a160d914060e68db14bcd500080f7b56bdad1</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[gardening] Remove unused Python property cv</p>
        <ul>

          <li class="change-edit"><b>edit</b>: benchmark/scripts/compare_perf_tests.py</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>f7a16f5149bd84b6d1d8c0843c75273917049317</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[gardening] Remove unused diagnostic</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>1924661a55db7af51949580f1214709b0908d8b1</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[gardening] Remove typo</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>2facbde995c703bedc531712e073a6626ee5cb6a</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[gardening] Remove no longer needed "REQUIRES: asserts"</p>
        <ul>

          <li class="change-edit"><b>edit</b>: validation-test/SIL/crashers_fixed/020-swift-moduledecl-lookupconformance.sil</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>d4abd21f002e10232050346f767965daf8180de4</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[gardening] Remove duplicate #include</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>d4b36a8949e4a8cf8a04c3c9b0a9cce821f7b5b2</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[gardening] Fix spacing</p>
        <ul>

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>3aff1f9d9fdca6b58d406b6ed040e6eb34b0b4bb</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[gardening] Replace dyn_cast<X>(y) with isa<X>(y) where appropriate</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>a9c03845cc3c4a5c82e07cb2b9e829bf3d4fde8f</b> by <b>practicalswift:</b> <p class="commit-message" style="white-space: pre-wrap;">[gardening] Use consistent headers</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: test/Interpreter/subclass_existentials_objc.swift</li>

          <li class="change-edit"><b>edit</b>: benchmark/single-source/SortLargeExistentials.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>47d02474769488ac0d798962a5eadab8fb65c14c</b> by <b>Ben Cohen:</b> <p class="commit-message" style="white-space: pre-wrap;">[stdlib] Speed up Character construction from CharacterView.subscript</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>4db0a4a0706d3a8d8f6aa4ccf10ee4ff91b93836</b> by <b>Doug Gregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[AST] Remove unused SubstOptions constructor.</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>1b6e001a196df95eb08a5abe1d9d92ac935652b4</b> by <b>Argyrios Kyrtzidis:</b> <p class="commit-message" style="white-space: pre-wrap;">[migrator] Add an AST pass to handle tuple mismatches</p>
        <ul>

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

          <li class="change-add"><b>add</b>: test/Migrator/tuple-arguments.swift.expected</li>

          <li class="change-add"><b>add</b>: test/Migrator/tuple-arguments.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>e0e355550b8cc8d5cfad96d34c3d31023d96d5e6</b> by <b>Arnold Schwaighofer:</b> <p class="commit-message" style="white-space: pre-wrap;">IRGen: Use link_once instead of external for private decls</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>6c8dd3959fe1324921d3035d7dc4e6a47ca2ab39</b> by <b>Doug Gregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[AST] Dodge an annoying libc++ std::function quirk requiring complete</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>7da453165cece214365c1eeab2d84396faf94c9e</b> by <b>Argyrios Kyrtzidis:</b> <p class="commit-message" style="white-space: pre-wrap;">[test/migrator] Disable test/Migrator/tuple-arguments.swift on linux</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Migrator/tuple-arguments.swift.expected</li>

          <li class="change-edit"><b>edit</b>: test/Migrator/tuple-arguments.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>ef7b8039ec43508b731c230cf5e4c025feb5311e</b> by <b>Doug Gregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[Type checker] Warn about classes conforming to AnyObject in Swift 3</p>
        <ul>

          <li class="change-add"><b>add</b>: test/Compatibility/anyobject.swift</li>

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

          <li class="change-edit"><b>edit</b>: test/decl/protocol/conforms/placement.swift</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>a9600338c83edd9f85b8f75a04484e24b81af09e</b> by <b>Philippe Hausler:</b> <p class="commit-message" style="white-space: pre-wrap;">[Foundation] Disable more NSNumber test failures due to incorrect float</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/stdlib/TestNSNumberBridging.swift</li>

          <li class="change-edit"><b>edit</b>: validation-test/stdlib/ValidationNSNumberBridging.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>bea71aa80e63de8cf72b10968e1d58d7cac7ff90</b> by <b>Dave Abrahams:</b> <p class="commit-message" style="white-space: pre-wrap;">[stdlib] Legacy UTF16 decoding in terms of new components</p>
        <ul>

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>88cb9885da567c491436efdb94983842b33b3f18</b> by <b>Nathan Hawes:</b> <p class="commit-message" style="white-space: pre-wrap;">[indexer] Walk into where clauses on protocols and associated types</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: test/Index/roles.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>e9f014a446fbc55f07af962eec498fa644d15f39</b> by <b>Xi Ge:</b> <p class="commit-message" style="white-space: pre-wrap;">[SourceKit] Avoid reporting parent locations for internal only parameter</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: test/SourceKit/CursorInfo/cursor_label.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>746fd2841a82076217f079466ede5702a7e086cf</b> by <b>Joe Shajrawi:</b> <p class="commit-message" style="white-space: pre-wrap;">Fixes a bug in large loadable types wherein only the callee type of</p>
        <ul>

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>23ded3cf6f4bbdfeaf653d18822bf3dac71197f7</b> by <b>Slava Pestov:</b> <p class="commit-message" style="white-space: pre-wrap;">Reflection: Fix crash when reflecting existential with fileprivate</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: test/Reflection/typeref_decoding.swift</li>

          <li class="change-edit"><b>edit</b>: unittests/Reflection/TypeRef.cpp</li>

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

          <li class="change-edit"><b>edit</b>: test/Reflection/Inputs/Protocols.swift</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>8416b1caf7dc1d4e9beb83a48d97bfb6869c97c7</b> by <b>Slava Pestov:</b> <p class="commit-message" style="white-space: pre-wrap;">Reflection: Don't crash if closure capture type cannot be demangled</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>ab7981611348f1d5df8cb38cf58741756978d4d2</b> by <b>Slava Pestov:</b> <p class="commit-message" style="white-space: pre-wrap;">Reflection: Remove dead line of code</p>
        <ul>

          <li class="change-edit"><b>edit</b>: stdlib/public/Reflection/TypeRef.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>6bc28ff1c9c75333ceee5986bca775c96d09ebad</b> by <b>Michael Gottesman:</b> <p class="commit-message" style="white-space: pre-wrap;">[strip -ST] Disable runtime stack trace dumping on Darwin when asserts</p>
        <ul>

          <li class="change-add"><b>add</b>: test/Runtime/crash_without_backtrace_optimized.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/runtime/ImageInspectionMachO.cpp</li>

          <li class="change-add"><b>add</b>: cmake/modules/AddSwiftRuntime.cmake</li>

          <li class="change-edit"><b>edit</b>: validation-test/lit.site.cfg.in</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/runtime/ImageInspectionELF.cpp</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/runtime/CMakeLists.txt</li>

          <li class="change-add"><b>add</b>: test/Runtime/crash_with_backtrace.swift</li>

          <li class="change-add"><b>add</b>: test/Runtime/crash_without_backtrace.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/runtime/Errors.cpp</li>

          <li class="change-edit"><b>edit</b>: unittests/runtime/LongTests/CMakeLists.txt</li>

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

          <li class="change-edit"><b>edit</b>: test/Runtime/linux-fatal-backtrace.swift</li>

          <li class="change-add"><b>add</b>: validation-test/BuildSystem/RuntimeBacktraces/object-files-do-not-reference-dladdr.test-sh</li>

          <li class="change-delete"><b>delete</b>: test/Runtime/backtrace.swift</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/runtime/ImageInspectionWin32.cpp</li>

          <li class="change-edit"><b>edit</b>: unittests/runtime/CMakeLists.txt</li>

          <li class="change-edit"><b>edit</b>: test/lit.site.cfg.in</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>60d6fb33b7d95108ac293dc7e4a48ef7de382cc3</b> by <b>Roman Levenstein:</b> <p class="commit-message" style="white-space: pre-wrap;">Use AnyObject instead of _Class when dumping the layout constraints</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>e92dab7ef2b5dde7ad47289fac5b2415a94f4720</b> by <b>Roman Levenstein:</b> <p class="commit-message" style="white-space: pre-wrap;">Fix a small bug in the remangler.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Demangle/Inputs/manglings.txt</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>a5ddde2d45dbe663c43a1908aa74e9dfaa837985</b> by <b>Erik Eckstein:</b> <p class="commit-message" style="white-space: pre-wrap;">stdlib: make a few structs @_fixed_layout to fix the resilience build.</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>018e79716fe6c3e8e2748e114b2d2254c126024b</b> by <b>Joe Shajrawi:</b> <p class="commit-message" style="white-space: pre-wrap;">Large loadable types pass: resolves a case wherein a tuple’s extracted</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>45ad3f54d8a9f76dbfb6e9ab20fbae3339cc1619</b> by <b>Michael Zolotukhin:</b> <p class="commit-message" style="white-space: pre-wrap;">[SCEV] Use early exit in createAddRecFromPHI. NFC.</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>12e8a6c9d85d5697d5a18c779352e7d5933e885c</b> by <b>Michael Zolotukhin:</b> <p class="commit-message" style="white-space: pre-wrap;">[SCEV] createAddRecFromPHI: Optimize for the most common case.</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: test/CodeGen/X86/2014-08-29-CompactUnwind.ll</li>

          <li class="change-add"><b>add</b>: test/Analysis/ScalarEvolution/ZeroStep.ll</li>

          <li class="change-edit"><b>edit</b>: include/llvm/Analysis/ScalarEvolution.h</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>c31adedfab43c221713498142f689e4c1ac605a3</b> by <b>Michael Zolotukhin:</b> <p class="commit-message" style="white-space: pre-wrap;">Fix a typo.</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>2b826bea6e5d0eae9fe8f3b11954e3e88ee20f85</b> by <b>Alex Lorenz:</b> <p class="commit-message" style="white-space: pre-wrap;">[Index] The relation between the declarations in template</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Index/Core/index-source.cpp</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>490a56f067a8e1f763c62b64fa3cc23ca1af1022</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Utility] Do not overwrite any extra key in SimplePersistence state file</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Tests/UtilityTests/SimplePersistenceTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Utility/SimplePersistence.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>625312e672cec48dea221a91eda93602c0fc56a4</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Remove several pinning related behaviors</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Tests/CommandsTests/PackageToolTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Commands/SwiftPackageTool.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Commands/Error.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/PinsStore.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/PinsStoreTests.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>e9fda90a4a1186c3fcccc7a8c11459470d8eab43</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">Remove reason and pin all options</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/PinsStore.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/PinsStoreTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Commands/SwiftPackageTool.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/CommandsTests/PackageToolTests.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>24a2f6b76a7f54857056ba9e3e13f4a2379186f4</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Remove pin all API</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>67d1b83ee5c2c01293b5b874f1b4d6bfc4463944</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">Rename Package.pin -> Package.resolved</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/CommandsTests/PackageToolTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Commands/SwiftTool.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>923be34e96762508ddf049de98b5b47368933159</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Remove dependency param from edit and unedit</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Commands/SwiftPackageTool.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/ManagedDependency.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>bcecd29561a7e92ac6477f224c1d6f11fc25649d</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Remove dependency param from pin() API</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Tests/CommandsTests/PackageToolTests.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Commands/SwiftPackageTool.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>5cd4421fc44efbd72d071b183599153e3d9c0ef0</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Make loadDependencyManifests API internal</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>8d9cf694d90f97d2e63aa44a5d8eb1c98eee172b</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Remove reset from pin all</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>16256fb2eb45b928b71ec6ced659b44c3255fbcb</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Save pin store state explicitly</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/PinsStoreTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/PinsStore.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>463fac34d96c542663f0e8d207d8104c6a765f80</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Simplify pinall method</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Tests/WorkspaceTests/WorkspaceTests.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/PinsStore.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>0f9683c114adf59aad76beb9058edff93b6cea2e</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Make DependencyManifests internal</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>bdbd59a24694f13dbb1399f194b84049ff463134</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Do not add constraints from current checkout</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>49a1d1d5cf670c14a6c6fb857228da895cd16ee9</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Simplify loadPackageGraph()</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Sources/Workspace/Workspace.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>dc820d27281f75be7277ff652d5c2e37bf4fdad3</b> by <b>Slava Pestov:</b> <p class="commit-message" style="white-space: pre-wrap;">[Swift] Update test for AnyObject change</p>
        <ul>

          <li class="change-edit"><b>edit</b>: packages/Python/lldbsuite/test/lang/swift/any_object/TestSwiftAnyObjectType.py</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>db04f3d1bb0ecff76430692ca7649bff06fff324</b> by <b>Jim Ingham:</b> <p class="commit-message" style="white-space: pre-wrap;">    xfail the test TestSwiftPartiallyGenericFuncContinuation.py.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: packages/Python/lldbsuite/test/lang/swift/partially_generic_func/continuations/TestSwiftPartiallyGenericFuncContinuation.py</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>c9e364b59cbd0430f7f80c06a1a168ff9036fdeb</b> by <b>Vedant Kumar:</b> <p class="commit-message" style="white-space: pre-wrap;">[ubsan] Fix error summary message for ObjC BOOL invalid loads</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/ubsan/ubsan_handlers.cc</li>

          <li class="change-add"><b>add</b>: test/ubsan/TestCases/Misc/bool.m</li>

        </ul>
      </li>
     <br>

  </ul>


 </body>