# [FAILURE] swift-master-source-compat-suite [#5125]
Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/5125/
Project: swift-master-source-compat-suite
Date of build: Sun, 31 May 2020 10:28:18 -0500
Build duration: 4 min 6 sec
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/CMakeLists.txt
- edit: lib/Sema/CSGen.cpp
- 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: include/swift/AST/AnyFunctionRef.h
- edit: lib/Sema/ConstraintSystem.h
- edit: lib/Sema/CSApply.cpp
-
Commit dd645d88d14126af9747fd768f98581cdc729e37 by github:
[AutoDiff] Enable .swiftinterface verification for _Differentiation.
- edit: validation-test/ParseableInterface/verify_all_overlays.py
-
Commit 761ee54006d12b150558c11136beb0e037fd9e5c by dgregor:
[Constraint system] Use a visitor for solution application to closures.
- edit: lib/Sema/CSClosure.cpp
- edit: lib/AST/Expr.cpp
- edit: lib/Sema/ConstraintSystem.h