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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4709/
Project:
oss-swift-package-osx
Date of build:
Tue, 12 May 2020 11:56:00 -0500
Build duration:
52 min

Identified problems:

Changes

  • Commit f03cd0e9a8d946bd8806ed00842d8e45fb8af233 by compnerd:
    build: convert out parameter to target

    • edit: cmake/modules/AddSwift.cmake
  • Commit 534343875a8da093e5c2d3e80acec0996fd720fb by aqamoss3fan2010:
    GenericSignatureImpl: Assert we were given type parameters in

    • edit: lib/AST/GenericSignature.cpp
  • Commit 75a0c9f819d124800ab2f85b0fa23cbbae3a63d6 by rishizaki:
    [CodeCompletion] Add 'IsSystem' flag to code completion result item

    • edit: test/IDE/complete_swift_key_path.swift
    • edit: test/IDE/complete_precedencegroup.swift
    • edit: tools/SourceKit/tools/sourcekitd/include/sourcekitd/CodeCompletionResultsArray.h
    • edit: validation-test/IDE/complete_from_cocoa_2.swift
    • edit: test/IDE/complete_expr_tuple.swift
    • edit: test/IDE/complete_cross_import_no_underscore.swift
    • edit: test/IDE/complete_dynamic_lookup.swift
    • edit: validation-test/IDE/complete_from_cocoa.swift
    • edit: test/IDE/complete_pound_selector.swift
    • edit: test/IDE/complete_from_swift_module.swift
    • edit: test/IDE/complete_call_arg.swift
    • edit: test/IDE/complete_expr_postfix_begin.swift
    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: test/IDE/complete_at_top_level.swift
    • edit: lib/IDE/CodeCompletionCache.cpp
    • edit: test/IDE/complete_cross_import_multiple.swift
    • edit: test/IDE/complete_value_expr.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: test/IDE/complete_multiple_trailingclosure.swift
    • edit: test/IDE/complete_crashes.swift
    • edit: test/IDE/complete_in_closures.swift
    • edit: test/IDE/complete_cross_import_no_underscore_imported.swift
    • edit: test/IDE/complete_literal.swift
    • edit: test/IDE/complete_from_clang_framework.swift
    • edit: test/IDE/complete_from_foundation_overlay.swift
    • edit: test/IDE/complete_from_swiftonly_systemmodule.swift
    • edit: test/IDE/complete_cache.swift
    • edit: test/IDE/complete_operators.swift
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: test/IDE/complete_from_clang_importer_framework.swift
    • edit: test/IDE/complete_stdlib_optional_objc.swift
    • edit: validation-test/IDE/crashers_fixed/subexpr-literal-in-sequence-expr.swift
    • edit: test/IDE/complete_from_stdlib.swift
    • edit: test/IDE/complete_override.swift
    • edit: test/IDE/complete_exception.swift
    • edit: test/IDE/complete_cross_import_indirect.swift
    • edit: test/IDE/complete_where_clause.swift
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/CodeCompletionResultsArray.cpp
    • edit: test/IDE/complete_unresolved_members.swift
    • edit: test/IDE/complete_at_start_1.swift
    • edit: test/IDE/complete_cross_import.swift
    • edit: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp
    • edit: test/IDE/complete_annotation.swift
    • edit: test/IDE/complete_enum_elements.swift
    • edit: test/IDE/complete_type_subscript.swift
    • edit: include/swift/IDE/CodeCompletion.h
    • add: test/SourceKit/CodeComplete/complete_from_system.swift
    • edit: test/IDE/complete_multifile.swift
  • Commit 9bd6b02f5cc4cadef798403663297a789c4b6cf4 by dave:
    [SILOpt] Add ZeroInitializer to isValidStaticInitializerInst

    • edit: lib/SIL/IR/SILGlobalVariable.cpp
    • edit: lib/IRGen/GenConstant.cpp
    • edit: lib/IRGen/GenConstant.h
    • add: test/SILOptimizer/zeroInitializer.swift
  • Commit 792fb87da5254184cfaefa0689ba1ce99607e6f5 by owen:
    [Diagnostics] Add an edu note explaining @_nonEphemeral diags

    • edit: test/stdlib/UnsafePointerDiagnostics_warning.swift
    • edit: test/Sema/diag_non_ephemeral.swift
    • edit: include/swift/AST/EducationalNotes.def
    • add: userdocs/diagnostics/temporary-pointers.md
  • Commit 68ee82c13277013665a86fb1fb539489717f5a22 by github:
    Fixes example snippet in Slice.swift

    • edit: stdlib/public/core/Slice.swift
  • Commit f80fdfca83d723139413c028d5b6f29641c2ea03 by rishizaki:
    [CodeCompletion] Simplify a FileCheck test

    • edit: test/SourceKit/CodeComplete/complete_from_system.swift
  • Commit 4fc984b11c719bf2a83860cd80e63a8258b5bd85 by github:
    Include llvm/Support/Debug.h in AdjointValue.h (#31711)

    • edit: include/swift/SILOptimizer/Differentiation/AdjointValue.h
  • Commit 833d2cd9d395f8669e280e731bbf66424753812d by dgregor:
    [5.1 Compatibility library] Add missing #include

    • edit: stdlib/toolchain/Compatibility51/Concurrent.h
  • Commit e22e7bcb2033cdff84b63466588c02679f69a2d1 by z.zoelec2:
    [LVA] Support access instructions in DCE.

    • edit: test/SILOptimizer/dead_code_elimination.sil
    • edit: lib/SILOptimizer/Transforms/DeadCodeElimination.cpp
  • Commit 488333c4a2e6160c7cc928c4e61f1179436cff78 by github:
    Add new pattern in SILCombine to optimize redundant thick to objc

    • edit: test/SILOptimizer/peephole_thick_to_objc_metatype.sil
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerCastVisitors.cpp
  • Commit 619d0b0351e99aeb1ab501cc8bdb68b207db86dd by github:
    [AutoDiff] fix array subscript lookup when there are multiple (#31723)

    • edit: lib/SILOptimizer/Differentiation/PullbackEmitter.cpp
    • edit: test/AutoDiff/stdlib/array.swift
  • Commit 82feb1debe1aa8ce679992acb58f6985023d22c4 by teemperor:
    [lldb] Add missing nullptr checks to

    • edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  • Commit 2b831f3479ebbe965b4f3c4518dee008d3d02acc by aprantl:
    Restore code that was accidentally deleted in 85620b7b92b63.

    • edit: lldb/source/Symbol/SwiftASTContext.cpp