[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #5123

# [FAILURE] oss-swift-package-osx [#5123]

Build URL: https://ci.swift.org/job/oss-swift-package-osx/5123/
Project: oss-swift-package-osx
Date of build: Tue, 22 Sep 2020 16:28:18 -0500
Build duration: 5 hr 43 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 aac518fe3318491f98bc136f5758ce40635e85ea by compnerd:

llbuildSwift: follow up to 6c9097625d46

  • edit: products/llbuildSwift/Internals.swift

  • edit: products/libllbuild/BuildSystem-C-API.cpp

  • edit: products/llbuildSwift/BuildSystemBindings.swift

  • Commit e48469d03c87f8c1b87a2462fa3cd8c27c4d685f by varun_gandhi:

    [NFC] Add missing invariant checks for ExtInfoBuilders.

    • edit: include/swift/AST/ExtInfo.h
  • Commit 5e9bf1f7c69395db4a99c6e749acc07b81ade90e by varun_gandhi:

    [SIL] Store ClangTypeInfo in SILFunctionType.

    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/SIL/IR/Bridging.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/AST/ASTDemangler.cpp
    • edit: include/swift/AST/ExtInfo.h
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/AST/Type.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: include/swift/AST/Types.h
    • edit: include/swift/SIL/TypeLowering.h
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/SIL/IR/TypeLowering.cpp
    • edit: lib/SILGen/SILGenBridging.cpp
    • edit: lib/SILGen/SILGenType.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/AST/ExtInfo.cpp
    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • edit: lib/AST/Builtins.cpp
    • edit: lib/SIL/IR/SILFunctionType.cpp
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: lib/SILGen/SILGenApply.cpp
  • Commit 983399c1e780c490be51fbf82edd029a584258b9 by varun_gandhi:

    [Printer] Conditionally print Clang types in emitted SIL.

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/Frontend/ModuleInterfaceSupport.h
    • edit: include/swift/SIL/SILPrintContext.h
    • edit: include/swift/AST/PrintOptions.h
    • edit: include/swift/Frontend/FrontendOptions.h
    • edit: include/swift/SIL/SILModule.h
    • edit: tools/sil-func-extractor/SILFunctionExtractor.cpp
    • edit: include/swift/SIL/SILType.h
    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: include/swift/Option/FrontendOptions.td
    • edit: test/Serialization/clang-function-types.swift
    • edit: lib/AST/ASTPrinter.cpp
    • edit: include/swift/AST/SILOptions.h
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: tools/sil-opt/SILOpt.cpp
    • add: test/SIL/clang-function-types.swift
  • Commit f97e80347b481494305737a5a82c9c5eef8933b4 by pyaskevich:

    [Diagnostics] Allow "unknown base" fix to be diagnosed in ambiguity situations

    • edit: test/Constraints/members.swift
    • edit: lib/Sema/CSFix.h
    • edit: test/Constraints/diagnostics.swift
  • Commit fa4f7dd664e5745e31214ee5e9729ae33b391f80 by spestov:

    Parse: Don't create PatternBindingDecls with overlapping source ranges

    • edit: test/SourceKit/DocumentStructure/structure.swift.response
    • edit: test/Index/invalid_code.swift
    • edit: include/swift/Parse/Parser.h
    • edit: test/SourceKit/DocumentStructure/structure.swift.foobar.response
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/IDE/SyntaxModel.cpp
    • edit: test/Parse/pattern_without_variables.swift
  • Commit 51a4a91a137c63ad5be04f9e2607a89ed816832b by spestov:

    Sema: Mark a PatternBindingDecl as implicit in the builder transform

    • edit: lib/Sema/BuilderTransform.cpp
  • Commit 85ae2274653daa5f0da6bb08b03bc23c997ad715 by spestov:

    ASTScope: Remove hacks for PatternBindingDecls with invalid source ranges

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: test/SourceKit/DocumentStructure/structure.swift.empty.response
  • Commit c662c10d1eb75521d75bffe496ae5ee6dc1dfe6d by spestov:

    ASTScope: Use visitParsedAccessors() instead of getAllAccessors()

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
  • Commit ed96cf43f4b5fb855748005c6b86a5535eb28584 by github:

    Avoid using extra-cmake-options in the stdlib standalone presets (#34020)

    • edit: utils/build-presets.ini
  • Commit 20be565f66ddcf089c2534ba6391110ea430762b by github:

    Update CMark branch to main

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit 65764c68fa7b9d3a9942064fd63459823123ca1e by github:

    Update the branch to main for swift-llbuild

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit e7d7847609f94e36602ab618818a27d7ab03fc22 by github:

    Update the branch to main for swift-tools-support-core

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit 0b9793ebf1a5e9640e9481cfd7453ecdc51b608e by github:

    Update swiftpm branch to main

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit 8aca41f39c207b6f9efe2e448986d109892072ad by hans:

    [clang][docs] Fix documentation of -O

    • edit: clang/docs/CommandGuide/clang.rst
  • Commit 1b80e741f511df849945dfd0bd31b8d75b58d54b by hans:

    llvm index.rst: Drop in-progress warning

    • edit: llvm/docs/index.rst
  • Commit 0b56e5490dc33e4e7a4fdd837e642f72a2659189 by hans:

    clang-tools-extra: Drop doxygen link from index.rst

    • edit: clang-tools-extra/docs/index.rst
  • Commit 58c25cf1376ff0a43e99463398665861fa9d0acb by achikin:

    [Explicit Module Builds] Use c99name instead of name when forming a list of external module dependencies

    • edit: Sources/Build/ManifestBuilder.swift
  • Commit 5b8b44bcc613cbef0492b93e58e94068bd672421 by achikin:

    [Explicit Module Builds] Skip over binary and systemLirary targets when generating explicit target build jobs

    • edit: Sources/Build/ManifestBuilder.swift
  • Commit 7ab728de2d638502d0a5372eeffd0eb2f13aa1fa by achikin:

    [Integrated Swift driver] Handle derived source files in the integrated driver.

    • edit: Sources/Build/BuildPlan.swift
    • edit: Sources/Build/ManifestBuilder.swift
  • Commit f9874d2c174636167b6b93a167418135dd3e2003 by achikin:

    Reduce some API surface by using SPI and internal access levels.

    • edit: Sources/SwiftDriver/Driver/DebugInfo.swift
    • edit: Tests/SwiftDriverTests/ParsableMessageTests.swift
    • edit: Tests/SwiftDriverTests/PredictableRandomNumberGeneratorTests.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/Execution/ParsableOutput.swift
    • edit: Sources/SwiftDriver/Driver/CompilerMode.swift
    • edit: Sources/SwiftDriver/Toolchains/DarwinToolchain.swift
    • edit: Sources/SwiftDriver/Driver/OutputFileMap.swift
    • edit: Sources/SwiftDriver/Toolchains/Toolchain.swift
    • edit: Tests/SwiftDriverTests/AssertDiagnosticsTests.swift
    • edit: Sources/SwiftDriver/Driver/Driver.swift
    • edit: Sources/SwiftDriver/Driver/ModuleOutputInfo.swift
    • edit: Sources/SwiftDriver/Utilities/DOTJobGraphSerializer.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift
    • edit: Sources/SwiftDriver/Toolchains/GenericUnixToolchain.swift
    • edit: Tests/SwiftDriverTests/JobExecutorTests.swift
    • edit: Sources/SwiftDriver/Jobs/PrintTargetInfoJob.swift
    • edit: Sources/SwiftDriver/Incremental Compilation/SourceFileDependencyGraph.swift
    • edit: Sources/SwiftDriver/Utilities/PredictableRandomNumberGenerator.swift
  • Commit 5fc4246f196f37a5349e445804ff0d4e64708709 by dungar:

    add comment

    • edit: Sources/SwiftOptions/ParsedOptions.swift

New issue found!