[Swift CI] Build Failure: 0. OSS - LLDB - OS X (master) (Release) #4546

Report

[FAILURE] oss-lldb-osx [#4546]

Build URL:
https://ci.swift.org/job/oss-lldb-osx/4546/
Project:
oss-lldb-osx
Date of build:
Thu, 14 Mar 2019 17:30:23 -0500
Build duration:
1 hr 12 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit bcaba98698fa7f062c57570256a8252fde06a4af by nathan:
    Add a case in SymbolFile{Native,}PDB::TranslateLanguage for Swift

    • edit: source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    • edit: source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  • Commit 78aefb91f09f288e5f020a7e096e650fe5964773 by mgottesman:
    [ast] If a CaseStmt has a fallthrough in its body, stash it into a tail

    • edit: lib/Parse/ParseStmt.cpp
    • edit: include/swift/AST/Stmt.h
    • edit: lib/AST/Stmt.cpp
  • Commit 7b27b4b502ed5420eb4bf8e4bc318f5a96d58866 by mgottesman:
    [silgenpattern] Change SILGenPattern to use

    • edit: lib/SILGen/SILGenPattern.cpp
    • edit: include/swift/AST/Stmt.h
  • Commit 71aeea93f55dacf4aeef0adb40c51188bdd1466a by rishizaki:
    [CodeCompletion] Fix an assertion failure

    • add: validation-test/IDE/crashers_2_fixed/rdar48896424.swift
    • edit: lib/IDE/CodeCompletion.cpp