[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #5026

# [FAILURE] swift-master-source-compat-suite [#5026]

Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/5026/
Project: swift-master-source-compat-suite
Date of build: Thu, 28 May 2020 21:03:06 -0500
Build duration: 2 min 17 sec

Changes- Commit a0b651727246c02107fc4051c45800345d587f31 by github:

Fixes filter function of RangeReplaceableCollection. Addresses ticket

  • edit: stdlib/public/core/RangeReplaceableCollection.swift

  • Commit dd0b1ebd3d5da725b29e3f3f213863808b8533c6 by owen:

    [Gardening] Remove dead code in SerializeDoc.cpp

    • edit: lib/Serialization/SerializeDoc.cpp
  • Commit 8b4d9ef3eb946e2378ea8aad489ca8668b69e939 by owen:

    [Profiler] Don't use presumed line numbers for profiling

    • edit: lib/SIL/IR/SILProfiler.cpp
    • add: test/Profiler/coverage_no_presumed_loc.swift
  • Commit 532f0cb865cccae01abb5b1c933b8510b27dcd81 by aschwaighofer:

    Type substitution: When substituting SILFunctionTypes we substitute

    • edit: test/IRGen/generic_classes_objc.sil
    • edit: lib/IRGen/MetadataRequest.cpp
    • edit: include/swift/AST/Decl.h
    • edit: test/IRGen/Inputs/usr/include/Gizmo.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/AST/Type.cpp
    • edit: include/swift/AST/Type.h
  • Commit 11bc7d1e15c486fcd20cbbb196325864ad6b9108 by aschwaighofer:

    This test would fail on arm64(e) because we omit frame pointers there

    • edit: test/IRGen/c_globals.swift
  • Commit e7d144712610adb6b038a7b8ac27fc108c2c39e7 by dgregor:

    [Test] Disable test only for the simulator; it'll run on host & device.

    • edit: test/attr/attr_originally_definedin_backward_compatibility.swift
  • Commit 79247b22e2ea362ef62b18e7714371e5ea16785f by nhawes:

    [SourceKit][InterfaceGen] Don't print clang decls marked with the

    • edit: test/SourceKit/InterfaceGen/Inputs/header.h
    • edit: test/SourceKit/Inputs/libIDE-mock-sdk/Foo.framework/Headers/Foo.h
    • edit: include/swift/AST/PrintOptions.h
    • edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
    • edit: lib/AST/ASTPrinter.cpp
  • Commit 4e6b68fbccfe07be2959e2cc408dfdbd541aa6d2 by rwidmann:

    [NFC] Remove Extra Deduplication of External Depends

    • edit: lib/Frontend/ModuleInterfaceBuilder.cpp
  • Commit 51ce1f2b0f8969b7a1124eb848f4810bdcfbfde8 by acgarland:

    [SymbolGraph] Look for @_spi on extensions

    • edit: lib/SymbolGraphGen/SymbolGraphASTWalker.cpp
    • edit: lib/SymbolGraphGen/SymbolGraphGen.cpp
    • edit: test/SymbolGraph/Symbols/SkipsSPI.swift
    • edit: lib/SymbolGraphGen/SymbolGraphASTWalker.h
    • edit: lib/SymbolGraphGen/SymbolGraph.cpp
    • edit: lib/SymbolGraphGen/SymbolGraph.h
  • Commit 6569c98332d7a060adcb3d2f8805eae10c1bd8fc by eeckstein:

    SIL optimizer: add an additional stack promotion pass to the late

    • edit: test/SILOptimizer/devirt_speculative_init.swift
    • add: test/SILOptimizer/stack_promotion_2_modules.swift
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
  • Commit 5a1c48e0f5d7a1223892acbe2fa0976b866a93e4 by forster:

    Improve windows build instructions.

    • edit: docs/WindowsBuild.md
  • Commit 5f9225f33f3ceaf07ccb4426f91f35454b35f623 by github:

    Update WindowsBuild.md

    • edit: docs/WindowsBuild.md
  • Commit 266bd0fd87f52e5e1721fe50f2741b03aab7f913 by eeckstein:

    Cross-module-optimization: issue an error if TBD file generation is

    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: lib/FrontendTool/FrontendTool.cpp
    • add: test/Frontend/no-cmo-with-tbd.swift
  • Commit c98c862e7ef3a2c8292c67dba7412f74e540a0f4 by github:

    Start implementing C++ operator interop (#32015)

    • add: test/Interop/Cxx/operators/Inputs/module.modulemap
    • add: test/Interop/Cxx/operators/non-member-inline-module-interface.swift
    • add: test/Interop/Cxx/operators/Inputs/non-member-inline.h
    • add: test/Interop/Cxx/operators/non-member-inline.swift
    • edit: lib/ClangImporter/ImportName.cpp
    • add: test/Interop/Cxx/operators/non-member-inline-typechecker.swift
  • Commit 765c3cedf6d54c6e13d9ad76c97192fb1e9fd0bc by nullptr:

    [clangimporter] Fix a StringRef to std::string conversion.

    • edit: lib/ClangImporter/ClangModuleDependencyScanner.cpp
  • Commit 6b8148c24f23717d94b63f48b04512b578774bc4 by github:

    [docs] Add 'gardening' to Lexicon.md (#32044)

    • edit: docs/Lexicon.md
  • Commit 5ec1e3ed7b73168325b07bc6acf3f76714abbe66 by github:

    Refactor Mirror to reduce metadata allocation (#32041)

    • add: stdlib/public/core/EitherSequence.swift
    • edit: stdlib/public/core/CMakeLists.txt
    • edit: stdlib/public/core/DebuggerSupport.swift
    • edit: stdlib/public/core/Dump.swift
    • edit: stdlib/public/core/OutputStream.swift
    • edit: stdlib/public/core/Mirror.swift
    • edit: stdlib/public/core/ReflectionMirror.swift
    • edit: stdlib/public/core/GroupInfo.json
  • Commit c6de4fafed8dd8653d8ae903f167936aee06cd70 by hamishknight:

    [Frontend] Factor out performEndOfPipelineActions

    • edit: lib/FrontendTool/FrontendTool.cpp
  • Commit 16c326eed3f7f4202a3f7e9ae1bfeb19633f5b65 by hamishknight:

    [Frontend] Re-enable imported AST verification

    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/Sema/TypeChecker.cpp
  • Commit 898f980a719bd7c87ef419b1241225b2ab7a7255 by hamishknight:

    [Frontend] Set "failed to load" bit if stdlib fails

    • edit: lib/Frontend/Frontend.cpp
  • Commit 21b733b4a1bfabd9f3dd9289b121c6e14dd47395 by hamishknight:

    [Frontend] Set "failed to load" for failed partial module

    • edit: lib/Frontend/Frontend.cpp
    • add: test/Serialization/failed-partial-module.swift
  • Commit 437da8ce2076f25ddeeb6a68097ea490c09990ad by hamishknight:

    Avoid verifying un-parented GenericTypeParamDecls

    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/Serialization/Deserialization.cpp
  • Commit e66666f8121e43c1010fd88a9336c0f0919fb392 by jonas:

    [Utils] Handle unicode characters in backtrace-check

    • edit: utils/backtrace-check
  • Commit 3bbc99ea476976a7f2f51d8c5a6c3c2c8cbd973d by jonas:

    Revert "tests: temporarily disable Runtime/linux-fatal-backtrace.swift"

    • edit: test/Runtime/linux-fatal-backtrace.swift
  • Commit f810cfcc453cf6c404db32c97d723f33c7ab942b by hamishknight:

    [Serialization] Remove treatAsPartialModule parameter

    • edit: lib/Serialization/ModuleFile.h
    • edit: lib/Serialization/SerializedModuleLoader.cpp
    • edit: include/swift/Serialization/SerializedModuleLoader.h
    • edit: lib/Frontend/Frontend.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp
  • Commit 6477cc68ebbb522057097dd56733e8e81f783f61 by hamishknight:

    [Serialization] Delay adding ModuleFiles until they're loaded

    • edit: lib/Frontend/Frontend.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp
    • edit: lib/Serialization/SerializedModuleLoader.cpp
    • edit: include/swift/AST/Module.h
    • edit: lib/AST/Module.cpp
  • Commit 046f17f519a92483a066dcba944a0f7a62245249 by hamishknight:

    [AST] Move the empty module assertion

    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/AST/Module.h
  • Commit 439c1481beaaf91650f03ed355b38f2b1232ddd4 by hamishknight:

    Assert that an added file loaded without error

    • edit: lib/Serialization/SerializedModuleLoader.cpp
    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/FileUnit.h
    • edit: include/swift/Serialization/SerializedModuleLoader.h
  • Commit df7cf799ba78aa5abe492a276aec5c8476878962 by github:

    [docs] Add an index for the existing documentation. (#32008)

    • add: docs/README.md
    • edit: README.md