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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4309/
Project:
oss-swift-package-osx
Date of build:
Thu, 06 Feb 2020 17:44:42 -0600
Build duration:
4 hr 38 min

Changes

  • Commit 95d0d14a29e79533c74f27e6d178b0450ff2ba80 by pyaskevich:
    [ConstraintLocator] Add accessors for assignemnt and coerce expression

    • edit: lib/Sema/ConstraintLocator.h
    • edit: lib/Sema/ConstraintLocator.cpp
  • Commit 9a058274ae66d2216c356e515856b1597efa55b5 by pyaskevich:
    [TypeChecker] ForEach: Don't diagnose unrelated errors if type doesn't

    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: test/Constraints/generic_protocol_witness.swift
    • edit: test/stmt/foreach.swift
  • Commit 0103041a303b4000c54b862e4f80df43eecd921c by pyaskevich:
    [ConstraintSystem] Tidy up restriction handling in contextual failures

    • edit: test/type/subclass_composition.swift
    • edit: test/Parse/try.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit fb0a484a08c5498b21e2b9745a543e8f48e636ab by pyaskevich:
    [ConstraintSystem] Let try? infer type from sub-expression even with

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Parse/try.swift
  • Commit 506cd7d85815b62863aa9b9c65645c0545968b88 by pyaskevich:
    [ConstraintSystem] Let optional chaining infer a type from

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSSimplify.cpp
  • Commit c5ae6c96a9dd6f398fd0b986fbe817b1aa720227 by pyaskevich:
    [ConstraintSystem] Detect missing/extraneous arguments even if there is

    • edit: test/Constraints/tuple_arguments.swift
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSSimplify.cpp
  • Commit e5946227dab4761ef24083bb4965f00d00ec0c98 by hamishknight:
    Always mark the initial REPL file as typechecked

    • edit: lib/Immediate/REPL.cpp
    • edit: lib/Frontend/Frontend.cpp
    • edit: include/swift/Frontend/Frontend.h
  • Commit 5ed2847f4e3a702b040bd25256f3bd975fc6e898 by hamishknight:
    Create a new module and SourceFile for REPL completion

    • delete: validation-test/IDE/crashers_2/complete_repl_decl_conformance.swift
    • edit: lib/IDE/REPLCodeCompletion.cpp
    • add: validation-test/IDE/crashers_2_fixed/0024-complete_repl_decl_conformance.swift
    • add: validation-test/IDE/crashers_2_fixed/0025-complete_repl_extension_where.swift
  • Commit 9208f5bd885088cbf080c917fbd8a1685f738469 by hamishknight:
    Remove StartElem params from various entry points

    • edit: include/swift/Subsystems.h
    • edit: lib/Sema/NameBinding.cpp
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/Sema/TypeCheckREPL.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: lib/Sema/TypeChecker.h
  • Commit 96441c112994484aed1ec8940fa21e6013dd7ab0 by pyaskevich:
    [CSFix] Account for nested structural errors related to function

    • edit: test/Constraints/sr10595.swift
    • edit: lib/Sema/CSFix.cpp
  • Commit 2875aa8e2b52be4e176ebb2d91b26bbbea0da5cd by pyaskevich:
    [Diagnostics] Diagnose an attempt to init/use dictionary with array

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/Constraints/dictionary_literal.swift
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSGen.cpp
  • Commit 17f7598fdb7cf0ca0f9a8df9e3f337842461b1a8 by pyaskevich:
    [Diagnostics] NFC: Remove obsolete diagnoseContextualConversionError

    • edit: lib/Sema/CSDiag.cpp
    • edit: test/Constraints/closures.swift
    • edit: test/Parse/matching_patterns.swift
  • Commit 4300f711b445927b16aa90a52ffef50ce18187fc by nate_chandler:
    [metadata prespecialization] Available in 5.3.

    • edit: include/swift/AST/ASTContext.h
    • edit: lib/AST/Availability.cpp
  • Commit 9205758e0032ece535d0d948e35087e4f7b41e99 by github:
    [AutoDiff upstream] Add SILFunctionType utilities. (#29674)

    • edit: lib/SIL/SILFunctionType.cpp
    • edit: include/swift/AST/Types.h
  • Commit b826b3cc04cc513adc4bab0be4e2c35e831c62f5 by github:
    [AST] Fix bug in IndexSubset::findPrevious. (#29675)

    • edit: lib/AST/IndexSubset.cpp
    • edit: unittests/AST/IndexSubsetTests.cpp
  • Commit e57337dca822d237fc67a5d0fe41f9d2960ae3e4 by blangmuir:
    [index] Avoid querying main files for a non-file URL

    • edit: Sources/SourceKit/IndexStoreDB+MainFilesProvider.swift
    • edit: Tests/SourceKitTests/MainFilesProviderTests.swift
  • Commit 8bfd6cd92eb770e32a41a601a32e8298eb31c20d by hamishknight:
    [lldb] Mark the initial REPL file as typechecked

    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftREPL.cpp
  • Commit db5f72fca0e4249a6c4a2ffb751113441f6401e9 by david:
    Fix perf tests

    • edit: Tests/PackageGraphPerformanceTests/PackageGraphPerfTests.swift