<!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_10 [#774]</h1> 

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/774/">https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/774/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-package-linux-ubuntu-16_10</td></tr>
  <tr><th>Date of build:</th><td>Fri, 21 Apr 2017 14:54:21 -0700</td></tr>
  <tr><th>Build duration:</th><td>27 min</td></tr>
</table>

<h2>Identified problems:</h2><ul><li>Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:<ul><li><a href="https://ci.swift.org//job/oss-swift-package-linux-ubuntu-16_10/774/consoleFull#1883695556ee1a197b-acac-4b17-83cf-a53b95139a76">Indication 1</a></li></ul></li></ul>

<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>599cca2f1b4ce358b3e32dbfd197fdee789e2dbf</b> by <b>Arnold Schwaighofer:</b> <p class="commit-message" style="white-space: pre-wrap;">ASTContext: Add trivially representable types even if we loaded their</p>
        <ul>

          <li class="change-add"><b>add</b>: test/Interpreter/late_import_cgfloat.swift</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>4db092ec81090667e6f49c29f9aa3ffc4fe14f66</b> by <b>Nathan Hawes:</b> <p class="commit-message" style="white-space: pre-wrap;">[migrator] Add test for objc inference changes (fixit migration)</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>8ff9bb602ff9bd7087c5865fe24ed8be890aa17e</b> by <b>Michael Ilseman:</b> <p class="commit-message" style="white-space: pre-wrap;">[stdlib] Speed up char iteration on ASCII strings.</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>8b5777fdd2f3ce08c22dc2b209c875d96a6ae578</b> by <b>Michael Ilseman:</b> <p class="commit-message" style="white-space: pre-wrap;">[stdlib] Bug fix in reverse ASCII grapheme breaking</p>
        <ul>

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>87e00762725b06b16041fa0c88d3421ac1624a1b</b> by <b>Michael Ilseman:</b> <p class="commit-message" style="white-space: pre-wrap;">[stdlib] un-_fastPath ASCII path, it implies coldness of other branch</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>72e8642a059cb3e5f6e740e551a018d825843af9</b> by <b>David Farler:</b> <p class="commit-message" style="white-space: pre-wrap;">[Migrator] Refactor fixit filter from JSONFixitWriter to common code</p>
        <ul>

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

          <li class="change-add"><b>add</b>: include/swift/Migrator/FixitFilter.h</li>

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>154896f77c9b9b9b7c24a4d2744b3af39b5eec2b</b> by <b>Arnold Schwaighofer:</b> <p class="commit-message" style="white-space: pre-wrap;">IRGen: Speculatively try to fix test case in resilient build</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>13c950d7c2800d731c8fb17892f85e1c38575378</b> by <b>Jordan Rose:</b> <p class="commit-message" style="white-space: pre-wrap;">[Serialization] Handle UnboundGenericTypes of generic typealiases.</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>a99e380e8dbddeabc5a34fd3bfaa65f12ddc9b20</b> by <b>Erik Eckstein:</b> <p class="commit-message" style="white-space: pre-wrap;">disabled flaky test</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>87aa3e6935ad99e933512eceb75f4691d3fa6ecb</b> by <b>Huon Wilson:</b> <p class="commit-message" style="white-space: pre-wrap;">[Frontend] -frontend -emit-loaded-module-trace.</p>
        <ul>

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

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

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

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

          <li class="change-add"><b>add</b>: test/Driver/loaded_module_trace.swift</li>

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

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

          <li class="change-add"><b>add</b>: test/Driver/loaded_module_trace_foundation.swift</li>

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

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

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

          <li class="change-edit"><b>edit</b>: include/swift/Option/Options.td</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>7e8568d03d74c3e24d528fe67a22ecaf9f3246d5</b> by <b>Huon Wilson:</b> <p class="commit-message" style="white-space: pre-wrap;">[Driver] Main compiler tells frontend to -emit-loaded-module-trace.</p>
        <ul>

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

          <li class="change-edit"><b>edit</b>: test/Driver/loaded_module_trace_foundation.swift</li>

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

          <li class="change-edit"><b>edit</b>: test/Driver/loaded_module_trace.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>9c6c7c5105108d6bd0104d0441edc7df90a607e1</b> by <b>Huon Wilson:</b> <p class="commit-message" style="white-space: pre-wrap;">[Driver] Support the SWIFT_LOADED_MODULE_TRACE_PATH env var.</p>
        <ul>

          <li class="change-add"><b>add</b>: test/Driver/loaded_module_trace_env.swift</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>b0656b032443a55941dc9f734a77a33cc1b70aa6</b> by <b>Huon Wilson:</b> <p class="commit-message" style="white-space: pre-wrap;">[test] C header, multifile, is-one-line and transitive dependency tests</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Driver/loaded_module_trace.swift</li>

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

          <li class="change-add"><b>add</b>: test/Driver/loaded_module_trace_header.swift</li>

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

          <li class="change-edit"><b>edit</b>: test/Driver/loaded_module_trace_env.swift</li>

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

          <li class="change-add"><b>add</b>: test/Driver/loaded_module_trace_multifile.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>268834aabf201d610d06429116d2b8a2614238e2</b> by <b>Huon Wilson:</b> <p class="commit-message" style="white-space: pre-wrap;">[Frontend] Buffer loaded module trace in memory and append "atomically".</p>
        <ul>

          <li class="change-add"><b>add</b>: test/Driver/loaded_module_trace_append.swift</li>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>a9825bb7c633a9deed81ead26d2bb330dde2bc8d</b> by <b>Nathan Hawes:</b> <p class="commit-message" style="white-space: pre-wrap;">[migrator] Add -warn-swift3-objc-inference to the new migrator fixit</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>f1902fd7195b46c6a4d080f36142a5464ee24073</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">[Serialization] Drop typealiases whose underlying types have changed.</p>
        <ul>

          <li class="change-add"><b>add</b>: test/Serialization/Recovery/Inputs/custom-modules/Typedefs.h</li>

          <li class="change-edit"><b>edit</b>: test/Serialization/Recovery/Inputs/custom-modules/module.modulemap</li>

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

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

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

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

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

          <li class="change-add"><b>add</b>: test/Serialization/Recovery/typedefs.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>80af27e6589ce20922091c3547f2d088f3236989</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">Revert "Revert "Disable two tests because they fail in the CI.""</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test-complex-xctest-package/test-xctest-package.txt</li>

          <li class="change-add"><b>add</b>: .swift-package-init-lib.md.swp</li>

          <li class="change-add"><b>add</b>: test-complex-xctest-package/.test-xctest-package.txt.swp</li>

          <li class="change-edit"><b>edit</b>: swift-package-init-lib.md</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>6287fc2ddabe9a1e3c6afbd5acdc3b934da53de1</b> by <b>Tim Northover:</b> <p class="commit-message" style="white-space: pre-wrap;">ARM: don't try to create an i8 -> i32 vpaddl.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Target/ARM/ARMISelLowering.cpp</li>

          <li class="change-edit"><b>edit</b>: test/CodeGen/ARM/vpadd.ll</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>ed6a4a3a79ddcbe865c37c75d6a1a6074c25046a</b> by <b>Matthias Braun:</b> <p class="commit-message" style="white-space: pre-wrap;">X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Target/X86/X86RegisterInfo.h</li>

          <li class="change-edit"><b>edit</b>: lib/Target/X86/X86FrameLowering.cpp</li>

          <li class="change-add"><b>add</b>: test/CodeGen/X86/dbg-baseptr.ll</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>78980f4756b4b0894da248375ad0809443c08aaf</b> by <b>Ted Kremenek:</b> <p class="commit-message" style="white-space: pre-wrap;">Force use of -swift-version 3 to build XCTest sources.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: build_script.py</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>fbcd71d784b8c7d6b257404f017e7d0815950077</b> by <b>Ted Kremenek:</b> <p class="commit-message" style="white-space: pre-wrap;">Add missing space to separate arguments.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: build_script.py</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>aabaa32628359ee6b01d789e8a5b665a3ad97288</b> by <b>Mike Ferris:</b> <p class="commit-message" style="white-space: pre-wrap;"><rdar://problem/31709046> Generate v4 manifests from Creating library</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>294ecd29a99fe8988fbf92e2d0d2646740650d39</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">Emit diagnostic location when if fail to parse a manifest during</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>f2bcc45c5928a51af034b119247f989cf08cae04</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Include path in checkingOut() delegate</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Sources/Commands/SwiftTool.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>

        </ul>
      </li>
     <br>

      <li>Commit <b>c402133bca9021383008c30b93e367aa94376470</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Utility] Update the type of PackageLocation</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>5334aecfeba9996eeb91f1bd114b4211ebf924e4</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[BuildPlan] Move product outname to buildplan</p>
        <ul>

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

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

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

        </ul>
      </li>
     <br>

      <li>Commit <b>6cddb58c44c830f3c69af80ccfdd72093250f758</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Make default delegate implementations public</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>b05821b674bcc0f0d21280711f3f0a81be4f9d13</b> by <b>Ankit Aggarwal:</b> <p class="commit-message" style="white-space: pre-wrap;">[Workspace] Fix package init</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>1bdf24cf8f5dc8869bf5738b37498f4379d77a19</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">Add @discardableResult annotation to repl_main()</p>
        <ul>

          <li class="change-edit"><b>edit</b>: tools/repl/swift/main.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>27dd6ea642e3db535ca72c0267159e3d9e89f279</b> by <b>Jim Ingham:</b> <p class="commit-message" style="white-space: pre-wrap;">Applying PR #178 to stable.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: tools/repl/swift/main.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>addec28d53842819ae2ff926a59f2734d6345749</b> by <b>Jason Molenda:</b> <p class="commit-message" style="white-space: pre-wrap;">Correct the names of some target conditional defines in debugserver.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: tools/debugserver/source/RNBRemote.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>5c77025d8a033e53a2d0b6fc8f4389c32039bf58</b> by <b>Jason Molenda:</b> <p class="commit-message" style="white-space: pre-wrap;">Correct the names of some target conditional defines in debugserver.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: tools/debugserver/source/RNBRemote.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>fca15da67adcf7344a0df1ea8ac35c52bc5dfcbb</b> by <b>Ted Kremenek:</b> <p class="commit-message" style="white-space: pre-wrap;">Force use of Swift 3 compatibility mode to compile sources.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/phases.py</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>0f306fa9bb9ed88012037bb6d941f71ccc45844b</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">Restore android workaround for CONST_STRING_DECL</p>
        <ul>

          <li class="change-edit"><b>edit</b>: CoreFoundation/Base.subproj/CFInternal.h</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>d962ed84253cd538da35c20ac8a3cf38fbd7d413</b> by <b>David Dunn:</b> <p class="commit-message" style="white-space: pre-wrap;">Add ISO8601DateFormatter stub and test stub</p>
        <ul>

          <li class="change-add"><b>add</b>: Foundation/NSISO8601DateFormatter.swift</li>

          <li class="change-add"><b>add</b>: TestFoundation/TestNSISO8601DateFormatter.swift</li>

          <li class="change-edit"><b>edit</b>: TestFoundation/main.swift</li>

          <li class="change-edit"><b>edit</b>: Foundation.xcodeproj/project.pbxproj</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>5b0134ef15c9743ebdea52b16bffeb047f2b01a9</b> by <b>Vedant Kumar:</b> <p class="commit-message" style="white-space: pre-wrap;">Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer</p>
        <ul>

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

        </ul>
      </li>
     <br>

  </ul>


 </body>