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

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

Build URL: https://ci.swift.org/job/oss-swift-package-osx/4923/
Project: oss-swift-package-osx
Date of build: Wed, 01 Jul 2020 13:15:56 -0500
Build duration: 5 hr 17 min

Identified problems:- Delete directory failed: A script tried to delete a directory with rm and it failed

Changes- Commit a86eaccdf24a41f5e3af4a74be95a30ca6d0dbaf by blangmuir:

[sourcekit] Retain semantic annotations across queries

  • add: test/SourceKit/Sema/sema_annotations_saved.swift

  • add: test/SourceKit/Sema/sema_annotations_saved.swift.response

  • edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp

  • Commit 223b5ed4e374b095ba7ac884730e3810d3e28581 by blangmuir:

    [test] use %diff to fix Windows test

    • edit: test/SourceKit/Sema/sema_annotations_saved.swift
  • Commit 5d94d3f614ce8e611e44da8b8b657e7c663975a9 by mgottesman:

    [lit] Detect lldb by checking both for lldb_build_root and that that

    • edit: test/lit.cfg
  • Commit fae2c19edbae68326cd7214ca1dd558e8a2173f7 by dave:

    NFC: Make SILType.h and SILDeclRef.h not depend on SIL/*.h

    • edit: lib/Serialization/Serialization.cpp
    • edit: include/swift/SIL/TypeLowering.h
    • edit: include/swift/SIL/SILType.h
    • edit: lib/Basic/Statistic.cpp
    • edit: include/swift/SIL/SILValue.h
    • edit: include/swift/SIL/SILLinkage.h
    • edit: include/swift/SIL/SILDeclRef.h
    • edit: lib/IRGen/GenObjC.h
    • edit: lib/Serialization/ModuleFile.h
    • edit: lib/AST/ASTMangler.cpp
    • edit: include/swift/AST/Types.h
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/AST/Type.cpp
  • Commit 67605553df29730b8a4154617f4e1cedc4308033 by eeckstein:

    SIL: a new instruction 'base_addr_for_offset' for field offset

    • edit: include/swift/SIL/SILCloner.h
    • edit: include/swift/SIL/SILBuilder.h
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: lib/SILOptimizer/Utils/SILInliner.cpp
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: test/Serialization/Inputs/def_basic.sil
    • edit: lib/SIL/IR/OperandOwnership.cpp
    • edit: lib/SIL/Parser/ParseSIL.cpp
    • edit: include/swift/SIL/SILNodes.def
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: docs/SIL.rst
    • edit: lib/SIL/IR/ValueOwnership.cpp
    • edit: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp
    • edit: test/SIL/Parser/basic.sil
  • Commit d7d829c0596ea376a0c19acbc4689b28bb984da9 by eeckstein:

    SILCombine: Constant-fold MemoryLayout

    • add: test/SILOptimizer/Inputs/struct_with_fields.swift
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • add: test/SILOptimizer/keypath_offset.swift
    • edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
  • Commit 3f18b5eb28526e6933a732f8c4ccf1d9476fec12 by dave:

    [AST] Stop using PointerIntPair for SIL params/results

    • edit: include/swift/AST/Types.h
  • Commit b9341c871375a1d87ecf2de78dc7c3e2f5d2009e by github:

    [AutoDiff] Fix protocol witness SILGen for @differentiable class

    • edit: include/swift/SIL/SILDeclRef.h
    • add: test/AutoDiff/compiler_crashers_fixed/tf1180-silgen-vtable-method-does-not-appear.swift
    • edit: lib/SILGen/SILGenPoly.cpp
  • Commit d5a549a9e49e7ac256f5599caa7b491c2fe7b4b4 by github:

    NFC: silence some -Wrange-loop-analysis warnings. (#32635)

    • edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
    • edit: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp
  • Commit 337c4e88d766177cd196f737f3cc63ef90cc2283 by github:

    Add a new -sil-disable-only-function flag (#32622)

    • edit: lib/SILOptimizer/PassManager/PassManager.cpp
    • add: test/SILOptimizer/testflag_disable_pass_only.swift
  • Commit d285123c0ad88a117c588428689ae6b488cebc43 by github:

    [build] Pass target to linker for host tools for Apple SDKs (#32618)

    • edit: cmake/modules/AddSwift.cmake
  • Commit 69da8c091ea04f7118f515e0d6edd11fc830d989 by github:

    Removed product filters from all persistent files. (#2794)

    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • edit: Sources/Workspace/ResolverPrecomputationProvider.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Tests/WorkspaceTests/PinsStoreTests.swift
    • edit: Sources/Workspace/WorkspaceState.swift
  • Commit 044bac91b16f468900f4331363793518de868e91 by github:

    Remove PinsStore.createConstraints() (#2793)

    • edit: Sources/Workspace/Workspace.swift
    • edit: Sources/PackageGraph/PinsStore.swift
  • Commit 1d576355d201c7031779b4ffff1d4e41142fa9cf by github:

    Changes to be committed: (#2791)

    • edit: swift-tools-support-core/Sources/TSCUtility/Version.swift
  • Commit 9eb11123e5b2d7bd95fceb7493908c5e3e3095bb by github:

    Android: add host destination to the workspace (#2790)

    • edit: Sources/Workspace/Destination.swift