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

# [FAILURE] oss-swift-master-rebranch-swift-incremental-RA-osx [#148]

Build URL: https://ci.swift.org/job/oss-swift-master-rebranch-swift-incremental-RA-osx/148/
Project: oss-swift-master-rebranch-swift-incremental-RA-osx
Date of build: Fri, 21 Aug 2020 02:54:59 -0500
Build duration: 1 hr 51 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 12f296dbda97719d599e0028fb40648f4dd7d58f by owen:

Use platform_version to pass deployment target information to the linker

  • edit: Sources/SwiftDriver/Toolchains/DarwinToolchain.swift

  • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift

  • edit: Sources/SwiftDriver/Utilities/Triple+Platforms.swift

  • edit: Sources/SwiftDriver/Jobs/DarwinToolchain+LinkerSupport.swift

  • Commit 29e655bac03c60a29e1fb95be083a15f557926e4 by xi_ge:

    DependenciesScanner: implement protocol for batch module dependencies

    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/FrontendTool/ScanDependencies.h
    • add: test/ScanDependencies/batch_module_scan.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/AST/SearchPathOptions.h
    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/Option/FrontendOptions.td
    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: lib/FrontendTool/ScanDependencies.cpp
    • edit: include/swift/AST/ASTContext.h
  • Commit 6a6b1f832d2c9cc9f3a89f2d38729845edeb08ac by xi_ge:

    DependenciesScanner: differentiate Swift and Clang module more

    • edit: lib/FrontendTool/ScanDependencies.cpp
    • edit: test/ScanDependencies/batch_module_scan.swift
  • Commit 3d61c211c1fab2af1d0cd946af4e92041a0ae396 by danielzheng:

    [AutoDiff] Revert obsolete SIL undef hack. (#33571)

    • edit: lib/SILOptimizer/Differentiation/VJPCloner.cpp
    • edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp