[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7366

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7366]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7366/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Mon, 06 May 2019 12:10:39 -0500
Build duration:
1 hr 25 min

Changes

  • Commit 1d22e987c8cbdaca9b6ab2c2c0113d4a222cecd5 by tyu.sam:
    Sema: Add a diagnostic for assigning using a subscript with a read-only

    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit cefbb12ed2d8a98d5f10e123cdde125a87bd67b9 by tyu.sam:
    Test: Update swift 5 keypath tests to reflect and test new behavior

    • edit: test/Constraints/keypath_swift_5.swift
  • Commit 1a1e77077a18cdb79a9b33a62921e3550f2a6b88 by tyu.sam:
    Test / Sema: Change the wording of assignment through read-only key path

    • edit: test/Constraints/keypath_swift_5.swift
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 2f94a2132eea53137e0f12067b8c5543f1d7a8a4 by tyu.sam:
    Sema: Change cast to use dyn_cast instead of dyn_cast_or_null

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 6a7c378cbfea0459599763e2920476808a15fff1 by tyu.sam:
    Sema: Move getting key-path argument logic to a closure

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 44c6ad6654052096dca37a1c7f150a8303674ade by tyu.sam:
    Test: Update swift 4 keypath tests to reflect changed error message

    • edit: test/expr/unary/keypath/keypath.swift
  • Commit ed3eaef179bb1f76edf7d48029619aacfc6a0db6 by tyu.sam:
    Sema / Test: Revert the error for assignment through read-only key path

    • edit: test/expr/unary/keypath/keypath.swift
    • edit: test/Constraints/keypath_swift_5.swift
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 501cd91d10388efcd7904dfdf9beed55140895e2 by tyu.sam:
    Sema: Add additional assertion before providing keypath application

    • edit: lib/Sema/CSDiagnostics.cpp