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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3669/
Project:
oss-swift-package-osx
Date of build:
Fri, 06 Sep 2019 00:46:23 -0500
Build duration:
3 hr 39 min

Changes

  • Commit ab1184208a1fee3637ad97e0d3c4175606071ddd by suyashsrijan:
    [CSDiagnostics] Offer a fix-it to conform the decl context to the

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSDiagnostics.h
    • edit: test/decl/protocol/protocols.swift
  • Commit 74cd0b0f200b26f31c614397a0e13650cb4faf96 by suyashsrijan:
    [Typechecker] Enumify classifyOptionalityIssues()

    • edit: lib/Sema/TypeCheckProtocol.h
    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit c9d843de0127152605c4623fc0873b5845e60d7a by suyashsrijan:
    [Typechecker] Move OptionalAdjustmentPosition into a namespace and add

    • edit: lib/Sema/TypeCheckProtocol.h
    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit 6ad9790bb9205bcfd1f641867f4d425693212a12 by suyashsrijan:
    [Typechecker] Add 'end anonymous namespace' at the end of the namespace

    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit 68e6065c8ef5f873efa4db2da0f7aed1397360be by owen:
    [Diagnostics][NFC] Introduce Structured fix-its

    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: include/swift/AST/DiagnosticsSema.h
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/AST/DiagnosticEngine.cpp
    • edit: include/swift/AST/DiagnosticsParse.h
    • edit: include/swift/AST/DiagnosticsAll.def
    • edit: include/swift/AST/DiagnosticEngine.h
    • edit: include/swift/AST/DiagnosticsCommon.def
    • edit: include/swift/AST/DiagnosticsCommon.h
    • edit: lib/AST/DiagnosticConsumer.cpp
    • edit: include/swift/AST/DiagnosticConsumer.h
    • edit: lib/AST/DiagnosticList.cpp
  • Commit d577f4b52b7e164d120e64d718c40b26a54ef206 by suyashsrijan:
    [Typechecker] Remove period from 'end anonymous namespace'

    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit 624ad4fcb056378c112345266ffeb03f269fe0bc by jgroff:
    Compatibility50: Backport objc_getClass hook patch.

    • edit: stdlib/toolchain/Compatibility50/Overrides.cpp
  • Commit c2cce35da34448877c1bae4c233cd7a4a5e16f58 by xi_ge:
    IDE: avoid merging extensions with @available attributes when

    • add: test/IDE/print_synthesized_extensions_nomerge.swift
    • edit: lib/IDE/IDETypeChecking.cpp
  • Commit dba6514092a650bf8ff5b26300b309171b42625f by rishizaki:
    [SyntaxParse] Set token kind as 'identifier' in consumeIdentifierSyntax

    • edit: include/swift/Parse/Parser.h
    • edit: test/type/types.swift
  • Commit 666c000607214d1fb42b4157e468e78b9d0bb779 by suyashsrijan:
    [CSDiagnostics] Use getExistentialLayout() to check if we need a class

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 5a1f06a1ef2350a7cd0b656f72b6bae4432fa630 by suyashsrijan:
    [CSDiagnostics] Use the existential layout to get the protocols

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit c7088ffd41eb6cb8b4cf038fb7d07e9190e23fcd by suyashsrijan:
    [CSDiagnostics] Small cleanup in tryProtocolConformanceFixIt()

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 7a51cfcb8734deda7ae8d59296dc57fcfcec1ee5 by rwidmann:
    [Evaluator Ergonomics] Add Request Signatures

    • edit: include/swift/AST/NameLookupTypeIDZone.def
    • edit: include/swift/Basic/Statistics.def
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: include/swift/Sema/IDETypeCheckingRequests.h
    • edit: include/swift/AST/ParseRequests.h
    • edit: lib/Sema/TypeCheckRequestFunctions.cpp
    • edit: unittests/AST/ArithmeticEvaluatorTypeIDZone.def
    • edit: include/swift/AST/NameLookupRequests.h
    • edit: include/swift/IDE/IDERequests.h
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/IDE/IDERequestIDZone.def
    • edit: lib/IDE/IDERequests.cpp
    • edit: lib/Parse/ParseRequests.cpp
    • edit: include/swift/AST/AccessRequests.h
    • edit: lib/Sema/IDETypeCheckingRequests.cpp
    • edit: include/swift/AST/ParseTypeIDZone.def
    • edit: lib/AST/NameLookupRequests.cpp
    • edit: include/swift/Sema/IDETypeCheckingRequestIDZone.def
    • edit: include/swift/AST/AccessTypeIDZone.def
    • edit: include/swift/Basic/DefineTypeIDZone.h
    • edit: include/swift/Basic/ImplementTypeIDZone.h
    • edit: lib/AST/AccessRequests.cpp
    • edit: unittests/AST/ArithmeticEvaluator.cpp
  • Commit 67711fe280219855618cb570354988c2adac4307 by danielrodriguez:
    Remove warnings from TestJSONEncoder compilation.

    • edit: test/stdlib/TestJSONEncoder.swift
  • Commit 7277f4f4ed4d1a3463d73d325f0845f37c1ffe2f by hborla:
    [Diagnostics] Extend the AllowInOutConversion fix to cover inout

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/Constraints/closures.swift
    • edit: lib/Sema/CSFix.h
    • edit: test/Generics/materializable_restrictions.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit f16d0e2782cb951dbffac632d21b1532e32dfc08 by suyashsrijan:
    [CSDiagnostics] Use join() directly and remove the if/else

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit e42dd5ac08b734adf60612bdc889b8d16ea5a48c by github:
    [ClangImporter] Protect against re-entrant bridging header loading

    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/D.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/F.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/V.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/Z.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/G.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/O.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/X.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/P.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/B.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/Q.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/Y.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/A.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/U.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/T.h
    • add: validation-test/ClangImporter/bridging-header-reentrancy.swift
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/Main-Bridging-Header.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/K.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/M.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/L.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/R.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/CoincidentalNameCollision.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/S.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/CoincidentalNameCollision.swift
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/I.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/N.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/C.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/E.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/J.h
    • edit: lib/ClangImporter/ClangImporter.cpp
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/W.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/H.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/App-Bridging-Header.h
    • add: validation-test/ClangImporter/Inputs/bridging-header-reentrancy/module.modulemap
  • Commit 44ee30f447581282b346137753e321539c8c6a04 by ankit_aggarwal:
    [PackageLoading] Improve diagnostics when build settings list is empty

    • edit: Sources/PackageLoading/PackageDescription4Loader.swift
    • edit: Tests/PackageLoadingTests/PD5LoadingTests.swift