swift-ci
(Swift CI)
1
Report
[FAILURE] swift-master-source-compat-suite [#4006]
Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/4006/
Project:
swift-master-source-compat-suite
Date of build:
Wed, 21 Aug 2019 18:11:21 -0500
Build duration:
6 hr 31 min
Changes
-
Commit 6166b222e28b1259198a8e463ccd533d0557d0f7 by alaferriere:
Fix compiler crasher on typealias with a cycle in the constraints
-
edit: lib/Sema/TypeCheckType.cpp
-
add: validation-test/compiler_crashers_2_fixed/sr11052-typealias.swift
-
Commit 8296b554f4e9c74e513e3b60cddb5dd9fcc79444 by pyaskevich:
[Diagnostics] Port tailored contextual diagnostic when thrown type
-
edit: lib/Sema/CSDiagnostics.h
-
edit: lib/Sema/CSDiag.cpp
-
edit: lib/Sema/CSSimplify.cpp
-
edit: lib/Sema/CSDiagnostics.cpp
-
Commit 60b21d4cf53fd24495b83dc363eaadc312615a71 by jgroff:
Disable LLVM ABI checks in the compatibility libraries
-
edit: stdlib/toolchain/CMakeLists.txt
-
Commit 57b1ea8d8023d8edb8ff0d7b4eefcf22e920cb90 by jordan_rose:
[Serialization] Remove "delayed actions" support
-
edit: include/swift/Serialization/ModuleFile.h
-
edit: lib/Serialization/Deserialization.cpp
-
Commit 83e5d544d09ad282710b8e6a980c38bfd3b6c5c0 by jordan_rose:
[Serialization] Rename helper struct to match its use
-
edit: lib/Serialization/Deserialization.cpp
-
Commit 847dd2f28f3b26971324aa2c48595463437d7c32 by jordan_rose:
[Serialization] Simplify NDEBUG logic skipping a record
-
edit: lib/Serialization/Deserialization.cpp
-
Commit f040edaa85d3fadfa5a4c6ba93d8cbbf05b1c7a4 by amartini:
Typo fix: of of -> of
-
edit: lib/Sema/CSSimplify.cpp
-
edit: stdlib/public/core/Array.swift
-
edit: stdlib/public/core/ContiguousArray.swift
-
Commit 43ea9bf81cc447b73e8c344eb0f91ce2a7eef881 by mgottesman:
[ownership] Refactor linear lifetime checker so that it doesnt require a
-
edit: lib/SIL/LinearLifetimeChecker.cpp
-
Commit c7978fa4778587643a8b4af0b2a527695d620097 by xi_ge:
API/ABI checker: diagnose members in removed extensions rather than
-
edit: test/api-digester/Outputs/Cake.txt
-
edit: tools/swift-api-digester/swift-api-digester.cpp
-
edit: test/api-digester/Outputs/Cake-abi.txt
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
-
Commit da94834d1d1adbbe1c7fafc8a4d999d8b2ebcc93 by github:
Revert "ASTVerifier: make sure isFinal and FinalAttr are in sync
-
edit: lib/AST/ASTVerifier.cpp
-
Commit 7a19538cb0dceb8fd16e6eddb9c1dfbb8c177913 by xi_ge:
swift-api-checker: pass down --catalyst to infer-imports.py when looking
-
edit: utils/api_checker/swift-api-checker.py