[Swift CI] Build Failure: OSS - Swift Package - OS X (main) #5127

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

Build URL: https://ci.swift.org/job/oss-swift-package-osx/5127/
Project: oss-swift-package-osx
Date of build: Wed, 23 Sep 2020 18:50:28 -0500
Build duration: 5 hr 38 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 6a4c5cf0612e43caf10a4f27bd6255c1b66a4ec7 by interfere.work:

Fix SR-13520: return string instead of address of local temporary

  • edit: unittests/Parse/TokenizerTests.cpp

  • Commit bdfa8d9099cd7529e64a314b3fda270acdf182bb by pyaskevich:

    [AST] Allow hole types to originate from declarations

    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/AST/Types.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/Sema/TypeCheckCodeCompletion.cpp
  • Commit 17cb2d215257aba4b5f121eada24faefe9cd47d0 by pyaskevich:

    [ConstraintSystem] Add a new flag which specifies that solver is used for code completion

    • edit: lib/Sema/ConstraintSystem.h
  • Commit bf58b0c08db7641582ed650ae739a3fa15e21444 by pyaskevich:

    [CSGen] Use special accessor to get a type of VarDecl for solver use

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit d664f5d905c602687bc1bfd6b7cc200e2679d112 by spestov:

    ASTScope: IterableDeclContext bodies are always current

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 8f586d011c71cc597ebe13de5c6a3c2527c5cf5e by spestov:

    ASTScope: TopLevelCodeDecl scopes are always current

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit d3d1ceec589d97a3422e81e1e04e2bc0f910ca34 by spestov:

    ASTScope: AbstractFunctionBodyScope scopes are always current

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit b670453bd896e4bef512a5df07ccebf2059a0ca6 by spestov:

    ASTScope: PatternBindingEntry scopes are always current

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 2e5e94ff5134c2676de2791a00a207d3f63d5b4b by spestov:

    ASTScope: SourceFile scopes are always current

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit eedcc6da0e5d189a78c6b792fd5fde70fe7f13a6 by spestov:

    ASTScope: Remove re-expansion mechanism

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 62764bb9efcc1d5656906bb9df81ab0ab19fe739 by spestov:

    ASTScope: Assert that we don't re-expand

    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit ccee48dae54d8def41cbfe46be0658aaab3fd348 by spestov:

    AST: Remove PatternBindingDecl::getNumBoundVariables()

    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/Decl.cpp
  • Commit f718a4cdd2673cbc599fa6b705005d7c0351b567 by spestov:

    AST: Remove IterableDeclContext::getMemberCount()

    • edit: include/swift/AST/DeclContext.h
    • edit: lib/AST/DeclContext.cpp
  • Commit 4bbdb95f4f8a68042cae7bf271ff1867eb6c9991 by spestov:

    Frontend: Remove no-op -stress-astscope-lookup flag

    • edit: include/swift/Basic/LangOptions.h
    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/Frontend/CompilerInvocation.cpp
  • Commit 87593fc0be4e968b2688d8f7478d7cdf85523896 by spestov:

    ASTScope: Fold AbstractFunctionBodyScope into FunctionBodyScope

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 54aef7f3134383b3b203f450c95b9112d9a6830e by spestov:

    ASTScope: Remove isThisAnAbstractStorageDecl()

    • edit: include/swift/AST/ASTScope.h
  • Commit fd53040932ee8dc6979b113dff63e4c83850de8c by spestov:

    ASTScope: Refactor DeclAttribute scopes

    • edit: lib/AST/ASTScope.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit f1d2db5eb4b632ae8ccc864cfe355b68ea2bf060 by spestov:

    ASTScope: ParameterListScope does not change the insertion point

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 9119f736edea4334ab8d156aa4a8d75ab729cdaa by spestov:

    ASTScope: PatternEntryInitializerScope does not change the insertion point

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit de08e25ddf1264375d8b49f9e482bc211415a9a7 by spestov:

    ASTScope: Remove AbstractPatternEntryScope::isLastEntry()

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 32957259e8076c20e1a12ebe409a7d69d375ea51 by spestov:

    ASTScope: Remove VarDeclScope

    • edit: lib/AST/ASTScopePrinting.cpp
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScope.cpp
  • Commit 7c43e1010f3f6c5c6ecfecbf5cc82cd65be8c25a by spestov:

    ASTScope: Remove getEnclosingAbstractStorageDecl()

    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
  • Commit 90e6fd47923e60f0ceb45c798c05a4d277adb696 by pyaskevich:

    [CSGen] Check whether parent has a contextual type before diagnosing nil use

    • edit: test/Constraints/optional.swift
    • edit: lib/Sema/CSGen.cpp
  • Commit 769034b93803b85170c6ac43c87de45c08d5916b by github:

    Update the llvm-project branches to swift/main and swift/next

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

    Remove old scheme from update-checkout

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit 9dcec053099272922fcb052282fa2c305314a444 by brentdax:

    Fix non-public imported declaration diagnostic bug

    • add: test/diagnostics/testable-printast-locations.swift
    • edit: include/swift/AST/PrintOptions.h
    • edit: lib/AST/DiagnosticEngine.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • add: test/diagnostics/Inputs/TestablePrintASTLocationsModule.swift
  • Commit 806125d6f82fe7ea5b39f6039df94c161d279630 by brentdax:

    Favor private imports during name lookup

    • add: test/NameLookup/Inputs/private_import/Host.swift
    • add: test/NameLookup/Inputs/private_import/Toast.swift
    • add: test/NameLookup/private_import.swift
    • edit: lib/AST/NameLookup.cpp
    • add: test/NameLookup/Inputs/private_import/Most.swift
    • add: test/NameLookup/Inputs/private_import/Ghost.swift
  • Commit 1f4a755aa9f7a93ad7108b2cc24626f2d0b52f45 by github:

    Bump lodash from 4.17.15 to 4.17.20 in /Editors/vscode

    • edit: Editors/vscode/package-lock.json
  • Commit 5430ea52565cbb020a0fe3c3a063a9a36e161779 by blangmuir:

    [vscode] Update dependencies to fix issues found by npm audit

    • edit: Editors/vscode/package-lock.json
    • edit: Editors/vscode/package.json
  • Commit 145765582ca862bbeb9a3c2fbe7b14cd8cdea642 by davelee.com:

    [lldb] Remove unused source range limiting (downstream)

    • edit: lldb/include/lldb/Symbol/SymbolFile.h
    • edit: lldb/include/lldb/Expression/IRExecutionUnit.h
    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
    • edit: lldb/source/Symbol/SymbolFile.cpp
    • edit: lldb/source/Expression/IRExecutionUnit.cpp
  • Commit 5608dc945f76b7079db4e26381e311ddf573517f by github:

    Sync latest TSC changes from master (#2952)

    • edit: swift-tools-support-core/Tests/TSCBasicTests/ProcessSetTests.swift
    • add: swift-tools-support-core/Tests/TSCBasicTests/WritableByteStreamTests.swift
    • edit: swift-tools-support-core/Sources/TSCUtility/ArgumentParserShellCompletion.swift
    • edit: swift-tools-support-core/Sources/TSCUtility/CMakeLists.txt
    • add: swift-tools-support-core/Tests/TSCBasicPerformanceTests/WritableByteStreamPerfTests.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/FileSystem.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/PathShims.swift
    • edit: swift-tools-support-core/Sources/TSCTestSupport/Product.swift
    • delete: swift-tools-support-core/Sources/TSCBasic/OutputByteStream.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/CMakeLists.txt
    • edit: swift-tools-support-core/Sources/TSCUtility/ArgumentParser.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/GraphAlgorithms.swift
    • edit: swift-tools-support-core/.gitignore
    • add: swift-tools-support-core/Tests/TSCUtilityTests/Inputs/serialized.dia
    • edit: swift-tools-support-core/Sources/TSCBasic/Path.swift
    • add: swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/ByteString.swift
    • add: swift-tools-support-core/Sources/TSCUtility/Bits.swift
    • add: swift-tools-support-core/Sources/TSCUtility/SerializedDiagnostics.swift
    • edit: swift-tools-support-core/Sources/TSCTestSupport/PseudoTerminal.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/JSON.swift
    • add: swift-tools-support-core/Sources/TSCUtility/Bitstream.swift
    • delete: swift-tools-support-core/Tests/TSCBasicPerformanceTests/OutputByteStreamPerfTests.swift
    • edit: swift-tools-support-core/Tests/TSCBasicTests/ProcessTests.swift
    • edit: swift-tools-support-core/Sources/TSCBasic/TerminalController.swift
    • edit: swift-tools-support-core/Package.swift
    • edit: swift-tools-support-core/Sources/TSCUtility/JSONMessageStreamingParser.swift
    • edit: swift-tools-support-core/Sources/TSCUtility/ProgressAnimation.swift
    • edit: swift-tools-support-core/Sources/TSCLibc/CMakeLists.txt
    • add: swift-tools-support-core/Tests/TSCUtilityTests/SerializedDiagnosticsTests.swift
    • add: swift-tools-support-core/Tests/TSCUtilityTests/Inputs/clang.dia
    • edit: swift-tools-support-core/Sources/TSCBasic/Process.swift
    • edit: swift-tools-support-core/Tests/TSCBasicTests/TerminalControllerTests.swift
    • delete: swift-tools-support-core/Tests/TSCBasicTests/OutputByteStreamTests.swift
    • edit: swift-tools-support-core/Tests/TSCUtilityTests/ProgressAnimationTests.swift
    • add: swift-tools-support-core/CODEOWNERS
    • edit: swift-tools-support-core/Sources/TSCLibc/libc.swift
  • Commit e2602bac098e0ebb973a0f08f731b4849446df8c by github:

    Skip tests related to ParallelTestsPkgTests (#2948)

    • edit: Tests/FunctionalTests/MiscellaneousTests.swift