[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (Debug) #1159

Report

[FAILURE] swift-master-source-compat-suite-debug [#1159]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/1159/
Project:
swift-master-source-compat-suite-debug
Date of build:
Tue, 23 Apr 2019 00:57:07 -0500
Build duration:
2 hr 50 min

Changes

  • Commit 9d791303a38ac7151dd009d72976b4255dc1a34c by mgottesman:
    [ownership] Run a bridged cast folding test a 2nd time with ownership

    • edit: test/SILOptimizer/bridged_casts_folding.swift
  • Commit 70f8c84af7e20fb5470624137eee3c38cf5b01d6 by aqamoss3fan2010:
    Diag: Correct message for protocols with multiple superclass

    • edit: test/IDE/print_ast_tc_decls_errors.swift
    • edit: test/Generics/superclass_constraint.swift
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit 79cee8daadb786ab873b19b2c20b84841bd0182b by brentdax:
    Add -debug-constraints-on-line flag

    • edit: include/swift/Basic/LangOptions.h
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/Option/FrontendOptions.td
  • Commit 3dca63efea984261b1c3d831d594a8102e86b14a by brentdax:
    Remove early returns in ParseLangArgs

    • edit: lib/Frontend/CompilerInvocation.cpp
  • Commit 32a2031a19f64cd2f6d7551470daf31193db5fd9 by milseman:
    [benchmark] View variants for CSVParsing

    • edit: benchmark/utils/main.swift
    • edit: benchmark/single-source/CSVParsing.swift
  • Commit e97fc4e0c2e03508b5c567d87a7530450786b3af by spestov:
    AST: Replace ASTContext's ObjCMethods list with a per-SourceFile list

    • edit: lib/AST/ASTContext.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: include/swift/AST/Module.h
    • edit: include/swift/AST/ASTContext.h
  • Commit 0fae7e8669d6c90da326c2dc51b1dad39aab035a by spestov:
    AST: Replace ASTContext's ObjCUnsatisfiedOptReqs list with a

    • edit: include/swift/AST/ASTContext.h
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: include/swift/AST/Module.h
  • Commit 07ce01d96debbbe82344e65b793e1709c0a77c38 by spestov:
    AST: Replace ASTContext's ObjCMethodConflicts list with a per-SourceFile

    • edit: lib/AST/ASTContext.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: include/swift/AST/ASTContext.h
    • edit: include/swift/AST/Module.h
  • Commit 949fe16da5391ae19e993367a175910243e9d861 by spestov:
    AST: Move a bunch of random @objc diagnostics to Sema

    • edit: include/swift/AST/ASTContext.h
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckDeclObjC.cpp