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

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

Build URL: https://ci.swift.org/job/oss-swift-package-osx/4764/
Project: oss-swift-package-osx
Date of build: Sun, 24 May 2020 02:42:22 -0500
Build duration: 52 min

Identified problems:- Sandbox issue: Known sandbox issue

Changes- Commit c6cc769a64c58cc820ce76699275cae5e9dd6e95 by compnerd:

build: default the lld/gold enabling as per reality

  • edit: CMakeLists.txt

  • edit: cmake/modules/AddSwift.cmake

  • Commit f8c58036a402e4d8dd4a60426954621c7f8b8e72 by github:

    fix typo in remove(_:)'s documentation

    • edit: stdlib/public/core/SetAlgebra.swift
  • Commit f9c82103915f698223feadeb8609ea8d439a9d0a by omochi.metaru:

    [Sema][NFC] Split test expectation to lines in object_literals

    • edit: test/Sema/object_literals_ios.swift
    • edit: test/Sema/object_literals_osx.swift
  • Commit 80919e9fe1245e9f0bc11db126e069b46d2e8a9c by spestov:

    Sema: Don't clone TypeReprs in ConstraintSystem::shrink()

    • edit: lib/Sema/CSSolver.cpp
  • Commit ae77d22893825f842bb0bc272fa2916efc48bea8 by spestov:

    AST: Don't clone TypeReprs in GenericParamList::clone()

    • edit: lib/AST/Decl.cpp
  • Commit 6303852c46dc38b5e65e23c22d979c1d13d6f480 by spestov:

    AST: Don't clone TypeReprs in ParamDecl::cloneWithoutType()

    • edit: lib/AST/Decl.cpp
  • Commit 98edf08e31c2df4b44414b38c210167d6a40bb3b by spestov:

    AST: Remove TypeRepr::clone()

    • edit: lib/AST/Type.cpp
    • edit: lib/AST/TypeRepr.cpp
    • edit: include/swift/AST/TypeLoc.h
    • edit: include/swift/AST/TypeRepr.h
  • Commit 4c115e1484fa3e54a1ed2a4ca5b55d3e6c3e1908 by compnerd:

    build: cleanup some unnecessary settings for Windows

    • edit: stdlib/cmake/modules/AddSwiftStdlib.cmake
  • Commit 8339e8ccd015c762f328b30e8ba69df283baa72e by omochi.metaru:

    [ConstraintSystem][NFC] add tests for label matching diagnostics

    • edit: test/Constraints/argument_matching.swift
  • Commit c5730beb423fef297c0ceff7dfd2acbf44fac391 by xi_ge:

    API checker: only diagnose adding enum cases to exhaustive enums

    • edit: tools/swift-api-digester/swift-api-digester.cpp
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
    • edit: test/api-digester/Inputs/cake_current/cake.swift
    • edit: test/api-digester/dump-module.swift
    • edit: test/api-digester/Outputs/cake-abi.json
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
    • edit: include/swift/IDE/DigesterEnums.def
    • edit: test/api-digester/Inputs/cake_baseline/cake.swift
    • edit: test/api-digester/Outputs/cake.json
  • Commit 7372a251bf38ca794fff97772d87ce9f25cd7365 by github:

    Foundation: fix typo in Publishers+Timer.swift (#31966)

    • edit: stdlib/public/Darwin/Foundation/Publishers+Timer.swift