[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #12715

# [FAILURE] oss-swift-incremental-RA-osx [#12715]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/12715/
Project: oss-swift-incremental-RA-osx
Date of build: Wed, 16 Sep 2020 08:28:46 -0500
Build duration: 1 hr 13 min

Identified problems:- Swift Compile Error: Swift compiler error

  • Indication 1
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Tests:

  • |
    Name: Swift(macosx-x86_64)
    Failed: 0 test(s), Passed: 12826 test(s), Total: 13058 test(s) |

Name: Swift-Unit
Failed: 0 test(s), Passed: 679 test(s), Total: 679 test(s) |

Changes- Commit 8f2c29681ce768afb739b6cf5ccca81dd87d5326 by hans:

[flang] Fix docs build

  • edit: flang/docs/conf.py

  • Commit 05b872014b589be6afa7f477241ae8660e59b48b by spestov:

    AST: Change isInvalid() on an accessor to delegate to the storage

    • edit: lib/AST/Decl.cpp
  • Commit ead0948ba4e832212803077dbea610ad0bf94852 by spestov:

    Sema: Bail out early when computing overrides of didSet, willSet, unsafeAddress and unsafeMutableAddress

    • edit: lib/Sema/TypeCheckDeclOverride.cpp
  • Commit e76d1554bf7098daac9d4461aee8e814d0f2e178 by spestov:

    Sema: Don't compute isSimpleDidSet() from getInterfaceType()

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 8e83dd902f561f629bc2708238b19fed3116a109 by spestov:

    Sema: Don't compute isSimpleDidSet() from getStorageImplInfo()

    • edit: test/attr/attr_native_dynamic.swift
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/StorageImpl.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Sema/TypeCheckStorage.cpp
    • edit: lib/Serialization/ModuleFormat.h
    • edit: lib/SIL/IR/TypeLowering.cpp
  • Commit 888dc92af020976c8f0e4bd9bc9a54f5b176c3f5 by spestov:

    Sema: Don't remove @objc attribute when evaluating IsObjCRequest

    • edit: lib/Sema/TypeCheckDeclObjC.cpp
  • Commit 641469e5b3b16811733e634de99ad507d275d0ad by spestov:

    Sema: Don't consider if 'didSet' references 'oldValue' when computing if setter is mutable

    • edit: test/decl/var/property_wrappers.swift
    • edit: lib/Sema/TypeCheckStorage.cpp
    • edit: test/SILGen/property_wrapper_observers.swift
  • Commit c0d466e98a3d15a971400d84bcc0402eaedec1ff by spestov:

    Sema: Type-check didSet body before looking for usages of 'oldValue'

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit fdf18822a1a28951cdce6d97c8a11788570d2370 by spestov:

    SILParser: Remove some dead code

    • edit: lib/SIL/Parser/ParseSIL.cpp
  • Commit d260fbb9b1926a3efcbbbaa37ab951f0f465f170 by spestov:

    ASTScope: More accurate modeling of 'case' statements

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
  • Commit 3adeecb7dfc180195607beb394f107074c655b24 by spestov:

    AST: Fix doc comment on computeSelfParam()

    • edit: include/swift/AST/Types.h
  • Commit 97611a886447cded64324842cb3600b058f6c1cc by spestov:

    Sema: Fix closureEffects() to pass the right DeclContext for the lookup

    • edit: lib/Sema/ConstraintSystem.cpp