[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (rebranch) #15

# [FAILURE] oss-swift-rebranch-package-linux-ubuntu-18_04 [#15]

Build URL: https://ci.swift.org/job/oss-swift-rebranch-package-linux-ubuntu-18_04/15/
Project: oss-swift-rebranch-package-linux-ubuntu-18_04
Date of build: Mon, 01 Feb 2021 01:58:19 -0600
Build duration: 1 hr 36 min

Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes- Commit 02b51181999352434e18153dcaeb6dd9159e24da by z.zoelec2:

[cxx-interop] Correctly import static function templates.

  • edit: test/Interop/Cxx/templates/Inputs/member-templates.h

  • edit: test/Interop/Cxx/templates/member-templates-silgen.swift

  • edit: test/Interop/Cxx/templates/member-templates-module-interface.swift

  • edit: lib/Sema/CSApply.cpp

  • Commit ec2e130b0f36129e369cdc3d4cbbd185acc2538e by z.zoelec2:

    [nfc] Add tests for witness table size optimizations.

    • add: test/Interop/Cxx/value-witness-table/witness-layout-opts-irgen.swift
    • add: test/Interop/Cxx/value-witness-table/Inputs/witness-layout-opts.h
    • edit: test/Interop/Cxx/value-witness-table/Inputs/module.modulemap
  • Commit ff8845ece05b8bef66814e62637f25a2771a0d98 by mgottesman:

    [capture-promotion] Move to ./lib/SILOptimizer/{IPO,Mandatory}.

    • edit: lib/SILOptimizer/IPO/CMakeLists.txt
    • add: lib/SILOptimizer/Mandatory/CapturePromotion.cpp
    • edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
    • delete: lib/SILOptimizer/IPO/CapturePromotion.cpp
  • Commit e9f9918c9275fdbfc4b64f67a108ba5cb9c4375b by mgottesman:

    [capture-promotion] Move each of the underlying parts of capture promotion into separate sections instead of having them all mixed together.

    • edit: lib/SILOptimizer/Mandatory/CapturePromotion.cpp