swift-ci
(Swift CI)
1
# [FAILURE] swift-main-source-compat-suite-debug [#3727]
Build URL: https://ci.swift.org/job/swift-main-source-compat-suite-debug/3727/
Project: swift-main-source-compat-suite-debug
Date of build: Fri, 18 Dec 2020 15:55:56 -0600
Build duration: 2 min 37 sec
Changes- Commit 1d4497a599ea100d4d87eeb66704ed6c259f6caa by aschwaighofer:
SILVerifier: Fix keypath verification involving opaque return types
-
edit: test/SILGen/keypaths.swift
-
edit: lib/SIL/Verifier/SILVerifier.cpp
-
Commit be7466eb3f226326f78c8ccdb20e0e275d006068 by rishizaki:
[CodeCompletion] Annotate 'async' functions/initializers in results
-
edit: lib/IDE/CodeCompletionResultBuilder.h
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: lib/IDE/CodeCompletionResultPrinter.cpp
-
edit: lib/IDE/REPLCodeCompletion.cpp
-
add: test/IDE/complete_asyncannotation.swift
-
edit: include/swift/IDE/CodeCompletion.h
-
Commit 5a7af5c673a72a53acda70b83be766cac4394996 by rishizaki:
[CodeCompletion][NFC] Rename addAsyncThrows to addEffectsSpecifiers
-
edit: lib/IDE/CodeCompletion.cpp
-
Commit 4286c44e7209cf28e89811d350fc07de7323c415 by rishizaki:
[CodeCompletion/SourceKit] Consolidate some chunk kinds
-
edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
-
edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
-
edit: include/swift/IDE/CodeCompletion.h
-
edit: lib/IDE/CodeCompletionResultBuilder.h
-
edit: lib/IDE/REPLCodeCompletion.cpp
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: lib/IDE/CodeCompletionResultPrinter.cpp
-
edit: utils/gyb_sourcekit_support/UIDs.py
-
edit: test/SourceKit/CodeComplete/complete_structure.swift
-
edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
-
Commit ce95a722e59ba2e884c081a60d43cc5d7900a394 by alex:
[syntax-parse] Make the child getters of SyntaxNodes const
-
edit: lib/Syntax/SyntaxNodes.cpp.gyb
-
edit: include/swift/Syntax/SyntaxNodes.h.gyb
-
Commit c27a96cc1aa3c60bae929f2ef9c1f4f4b29e63ac by alex:
[syntax-parse] Make the SyntaxParsingContext move-only
-
edit: include/swift/Parse/SyntaxParsingContext.h
-
Commit 0d040e242043a6b9c04cabb6ae5a9ab9f75b1fea by pyaskevich:
[TypeChecker] Un-XFAIL perf test-case for rdar://23620262
-
edit: validation-test/Sema/type_checker_perf/fast/rdar23620262.swift
-
Commit c80856c7370d8fd6adc813dc4a84b516e532a0c5 by mgottesman:
[sil.rst] Update OSSA section for the introduction of an explicit "Ownership Kind Lattice".
-
Commit 715ef50a27688a70819e99523dec4d8cfa470588 by pyaskevich:
[CSBindings] Don't track ExpressibleByNilLiteral as a coverable protocol
-
edit: lib/Sema/CSBindings.cpp
-
Commit dcbcd5f0147481f92a047f71a3dc0626c9c0a84d by pyaskevich:
[CSBindings] Coalesce ExpressibleBy{Integer, Float}Literal early
-
edit: lib/Sema/CSBindings.cpp
-
Commit c4c401b2739d736caf1e9f2d06e8cc6d184273ed by pyaskevich:
[CSBindings] Avoid double-checking whether protocol requirement is direct
-
edit: lib/Sema/CSBindings.cpp
-
Commit db24e3e94c6a91ca2d9204b6dd73d4f72cb34646 by meghanavgupta:
Fix crash in EpilogueArcAnalysis
-
edit: lib/SILOptimizer/Analysis/EpilogueARCAnalysis.cpp
-
edit: include/swift/SILOptimizer/Analysis/EpilogueARCAnalysis.h
-
add: test/SILOptimizer/epilogue_arc_analysis_bugs.sil
-
Commit 1d53d748d3d4da4e73400585fb9a0e73b1728696 by ewilde:
Cleanup actor protocol conformance error
-
edit: test/decl/class/actor/conformance.swift
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: lib/Sema/TypeCheckProtocol.cpp
-
edit: test/decl/protocol/special/Actor.swift
-
Commit a48001c681979a0accbe60fd65e255cd94292641 by nate_chandler:
[Test] Tweak test for 32 bit platforms.
-
edit: test/IRGen/async/builtins.sil
-
Commit 84768bcdb3339577721afadfcd623582ef37b5fa by atrick:
OSSA: Add requirements on Unowned uses.
-
edit: include/swift/SIL/SILValue.h
-
edit: test/SILOptimizer/ossa_rauw_tests.sil
-
edit: lib/SIL/IR/OperandOwnership.cpp
-
edit: lib/SIL/Utils/OwnershipUtils.cpp
-
edit: lib/SIL/IR/SILValue.cpp
-
Commit f777e0a70e9a8c8ed795071b041a0a9c39b34c4d by atrick:
Convert OperandOwnership from an enum class to a struct enum.
-
edit: include/swift/SIL/SILValue.h
-
edit: lib/SIL/IR/OperandOwnership.cpp
-
edit: lib/SIL/IR/SILValue.cpp
-
edit: lib/SIL/Verifier/SILOwnershipVerifier.cpp
-
Commit c0e62043637c825cad68448c4fbdbb156db6cd7c by xi_ge:
test: xfail failing sourcekitd tests in CI
-
edit: test/SourceKit/CodeComplete/complete_checkdeps_clangmodule.swift
-
edit: test/SourceKit/CodeComplete/complete_checkdeps_swiftmodule.swift