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

Report

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

Build URL:
https://ci.swift.org/job/oss-lldb-osx/4502/
Project:
oss-lldb-osx
Date of build:
Fri, 08 Mar 2019 20:30:14 -0600
Build duration:
37 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 951fbc21b5fa22f05847728354c2c8201a140f35 by dmbryson:
    [Commands] Fix printf formatting warning

    • edit: lib/Commands/BuildSystemCommand.cpp
  • Commit 9d01e6ea8faa028cb7374d5184a0a258f5557aef by jmolenda:
    Add parens to force the order of operations in an expression trying to

    • edit: source/Target/Memory.cpp
  • Commit 1038011c67c6bc42f761288968adb990c4ea1f82 by rishizaki:
    [CodeCompletion] Force type check pattern binding for initializer

    • edit: test/Parse/recovery.swift
    • edit: test/IDE/complete_value_expr.swift
    • edit: include/swift/Sema/IDETypeChecking.h
    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/Parse/ParseStmt.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/Sema/TypeChecker.cpp