[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (main) #15265

# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#15265]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/15265/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Wed, 09 Dec 2020 15:19:23 -0600
Build duration: 58 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 abe0308c2105eb90762c0e9df4e1c7d7453e52a6 by dgregor:

[Concurrency] Adopt Clang swift_async_name attribute.

  • edit: test/ClangImporter/objc_async.swift

  • edit: lib/ClangImporter/ImportName.cpp

  • edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h

  • edit: lib/ClangImporter/ImportName.h

  • Commit 915afc3aa5f864bace8bf89a0e49f8bff9b05df5 by dgregor:

    [Clang importer] Implement support for importing _Nullable_result.

    • edit: lib/ClangImporter/ClangAdapter.cpp
    • edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
    • edit: test/IDE/print_clang_objc_async.swift
    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: lib/ClangImporter/ClangAdapter.h
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: test/ClangImporter/objc_async.swift
  • Commit 82b44fc6ddc9144eb3194d7dd5d7646d9f5cd69f by dgregor:

    [Concurrency] Fix async throws import nullability in the presence of typedefs.

    • edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
    • edit: test/IDE/print_clang_objc_async.swift
    • edit: lib/ClangImporter/ImportType.cpp
  • Commit e92def36bade6aaa8c7e05af5132c8492f222858 by github:

    Support for executableTarget in the manifest, to allow use of @main in package targets (#3045)

    • edit: Sources/PackageDescription/Target.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
    • add: Fixtures/Miscellaneous/AtMainSupport/Sources/ClangExec/NotMain.c
    • add: Fixtures/Miscellaneous/AtMainSupport/Sources/SwiftExec/NotMain.swift
    • edit: Sources/PackageLoading/PackageDescription4Loader.swift
    • edit: Sources/PackageModel/Manifest/TargetDescription.swift
    • edit: Tests/PackageGraphTests/TargetTests.swift
    • add: Tests/PackageLoadingTests/PDNextVersionLoadingTests.swift
    • edit: Tests/PackageLoadingTests/PD5_3LoadingTests.swift
    • edit: Tests/CommandsTests/BuildToolTests.swift
    • add: Fixtures/Miscellaneous/AtMainSupport/Package.swift
    • add: Fixtures/Miscellaneous/AtMainSupport/Sources/SwiftExec/OtherFile.swift
    • edit: Sources/PackageModel/ManifestSourceGeneration.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
    • edit: Sources/PackageModel/Target.swift
  • Commit be88f7cea099bea943f55041f4a78b71105b9c5b by dungar:

    Honor -driver-always-rebuild-dependents

    • edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
  • Commit e51da1444fa113408442231ac5ec7843832892c0 by dungar:

    Add test for -driver-always-rebuild-dependents

    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
  • Commit 9154c42119ea7e60d26e91be095515f8a6db233f by dungar:

    Make nodes comparable

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Node.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/DependencyKey.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/SwiftDeps.swift
  • Commit 4bb67b68edf0d792045527507ec29d2e789612a0 by dungar:

    Sort for determinism

    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/NodeFinder.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/ModuleDependencyGraph Parts/Tracer.swift
  • Commit b3c309fac68cd3a3555edfc0087b1a0ab32f7d61 by dungar:

    format test

    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
  • Commit fb2835f023da26074d7c94d6ce817c75a312bf58 by me:

    [SR-13300] FileManager _updateTimes (microseconds)

    • edit: Sources/Foundation/FileManager+POSIX.swift
    • edit: Tests/Foundation/Tests/TestFileManager.swift
  • Commit e3809b751817f15cc990c51722bf033fcb7f1d54 by me:

    [POSIX] Simplify _updateTimes and NSDate.init()

    • edit: Sources/Foundation/FileManager+POSIX.swift
    • edit: Sources/Foundation/NSDate.swift
  • Commit 007b850342af9c3b64074edcd29cd8040a10afac by me:

    [Windows] Enable the FileManager modificationDate

    • edit: Sources/Foundation/FileManager.swift
    • edit: Tests/Foundation/Tests/TestFileManager.swift
  • Commit 6f24e43bf74000268dc8d4c561ea5641dc3edeec by kgominyuk:

    Fix FoundationTest build on macOS

    • edit: Tests/Foundation/Tests/TestNSError.swift