swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-master-rebranch-swift-incremental-RA-osx [#198]
Build URL: https://ci.swift.org/job/oss-swift-master-rebranch-swift-incremental-RA-osx/198/
Project: oss-swift-master-rebranch-swift-incremental-RA-osx
Date of build: Tue, 01 Sep 2020 19:38:52 -0500
Build duration: 1 hr 44 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 81bc77b8b0d607838eac6a55a708c96e2239e645 by erik.pilkington:
[CodeGen] Make sure the EH cleanup for block captures is conditional when the block literal is in a conditional context
-
edit: clang/lib/CodeGen/CGDecl.cpp
-
edit: clang/lib/CodeGen/CodeGenFunction.h
-
add: clang/test/CodeGenObjC/arc-blocks-exceptions.m
-
Commit b12a7053cbf4370a7291c8f241a7d53475baeab5 by eeckstein:
SILOptimizer: add some dump() functions to the Existential utility classes.
-
edit: lib/SILOptimizer/Utils/Existential.cpp
-
edit: include/swift/SILOptimizer/Utils/Existential.h
-
Commit b9612b2edb65aab2d32c7eac42ca70d9ded896f3 by eeckstein:
SILCombine: fix an assertion crash in SILCombine when casting AnyClass to Any
-
edit: test/SILOptimizer/sil_combine.sil
-
edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
-
edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp