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

# [FAILURE] swift-main-source-compat-suite-debug [#3629]

Build URL: https://ci.swift.org/job/swift-main-source-compat-suite-debug/3629/
Project: swift-main-source-compat-suite-debug
Date of build: Mon, 02 Nov 2020 12:22:38 -0600
Build duration: 7 hr 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 c502e97a25219050f652edfd3490f4fdc18ba249 by nate_chandler:

[Async CC] Auth'd parent context pointer.

  • edit: include/swift/AST/IRGenOptions.h

  • edit: lib/IRGen/GenCall.cpp

  • edit: lib/IRGen/IRGen.cpp

  • Commit 288ef583e769d735e6d14652c43949eb3eee81ad by meghanavgupta:

    SILVerifier: async functions can be called from async functions only

    • edit: test/SIL/Serialization/async.sil
    • add: test/IRGen/async/async_calls_verifier.sil
    • edit: test/IRGen/async/run-partialapply-capture-int64-to-generic.sil
    • edit: test/IRGen/async/run-partialapply-capture-generic_conformer-and-generic-to-void.sil
    • edit: lib/SIL/Verifier/SILVerifier.cpp
  • Commit 4ad8efcd0c31db58047ad3f8ebab48c1a31e38ca by rishizaki:

    [Parse] Remove unused HandleCodeCompletion param in parseType()

    • edit: lib/Parse/ParseType.cpp
    • edit: lib/SIL/Parser/ParseSIL.cpp
    • edit: include/swift/Parse/Parser.h