[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #13572

# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#13572]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/13572/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Sun, 31 May 2020 10:21:25 -0500
Build duration: 1 hr 33 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 6def0303a9f354570accf563052d6de8e5d33770 by dgregor:

[Constraint system] Separate out constraint generation for closures.

  • edit: lib/Sema/CSGen.cpp

  • edit: lib/Sema/CSSimplify.cpp

  • edit: lib/Sema/ConstraintSystem.h

  • Commit 618b7533f9d91c516d2327d26ba9f2c846feb6ba by dgregor:

    [Function builders] Update test case

    • edit: test/ModuleInterface/function_builders.swift
  • Commit 451e3cc4804f95f028e0490c163b5d88c42adcf5 by dgregor:

    [Constraint system] Move closure type checking to a separate file.

    • add: lib/Sema/CSClosure.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/CMakeLists.txt
    • edit: lib/Sema/ConstraintSystem.h
  • Commit b9b8f08f54517b82f7cc08cc0ed1010bbb1412c6 by dgregor:

    [Constraint system] Switch closure constraint generation to a visitor.

    • edit: lib/Sema/CSClosure.cpp
  • Commit af048d69533ce44cc080723a53232b9a38db3c22 by dgregor:

    [Constraint system] Move solution application for closures to CSClosure.

    • edit: lib/Sema/CSClosure.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: include/swift/AST/AnyFunctionRef.h
  • Commit 761ee54006d12b150558c11136beb0e037fd9e5c by dgregor:

    [Constraint system] Use a visitor for solution application to closures.

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSClosure.cpp
    • edit: lib/AST/Expr.cpp