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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/12889/
Project: oss-swift-incremental-RA-osx
Date of build: Wed, 14 Oct 2020 10:37:24 -0500
Build duration: 34 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 d9e4ea4c243760647351751c4895bd81150b533f by vsk:

[repl_swift] Add get-task-allow entitlement

  • add: lldb/tools/repl/swift/get-task-allow-entitlements.plist

  • edit: lldb/tools/repl/swift/CMakeLists.txt

  • Commit f089ba9464fc164f6dc4ce01dafb1ec2f545912c by dgregor:

    [Concurrency] Propagation of actor constraints.

    • edit: test/decl/class/actor/global_actor_conformance.swift
    • edit: include/swift/AST/ActorIsolation.h
    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • add: test/Concurrency/global_actor_inference.swift
  • Commit 2f7ff6aa398dfe65f09fb2e44bc5969fdebbc11b by dgregor:

    [Concurrency] Allow ActorIsolation in diagnostic messages.

    • edit: lib/AST/DiagnosticEngine.cpp
    • edit: include/swift/AST/DiagnosticEngine.h
    • edit: include/swift/AST/ActorIsolation.h
  • Commit 18fd4be17a6a4307e46eeeae5d5220e3b9179c23 by dgregor:

    [Concurrency] Check actor isolation consistency for overrides & subclasses.

    • edit: include/swift/AST/ActorIsolation.h
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: lib/Sema/TypeCheckConcurrency.h
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: test/Concurrency/global_actor_inference.swift
    • edit: lib/Sema/TypeCheckConcurrency.cpp
  • Commit 11cf3ceffe20ea7d32678c5d83347735cea94341 by dgregor:

    [Concurrency] Eliminate actor isolation checking for subclasses.

    • edit: lib/Sema/TypeCheckConcurrency.h
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: test/Concurrency/global_actor_inference.swift
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit a5b15ed6309ce9c893204bec9ba8e9a2d19d9b66 by dgregor:

    [Concurrency] Substitute into superclass global actors when inheriting them.

    • edit: test/Concurrency/global_actor_inference.swift
    • edit: lib/Sema/TypeCheckConcurrency.cpp
  • Commit 3a651a61b7868c6b13a0cb90eaf1a5be92762a7c by dgregor:

    [Concurrency] Fix circular reference on isolation propagation.

    • edit: test/Incremental/Verifier/single-file-private/AnyObject.swift
    • edit: lib/Sema/TypeCheckConcurrency.cpp
    • edit: test/decl/class/circular_inheritance.swift