[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #1891

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#1891]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/1891/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Sun, 08 Jul 2018 03:52:38 -0500
Build duration:
2 hr 37 min

Changes

  • Commit 66e6a6a2c5c136b08f631583067b8828abb2d850 by spestov:
    AST: Fix name lookup for protocols with superclasses

    • edit: test/type/subclass_composition.swift
    • edit: lib/AST/Type.cpp
    • add: test/decl/protocol/protocol_with_superclass.swift
    • edit: lib/AST/NameLookup.cpp
  • Commit cb4a248e6b3393481dd2e473b2b44dcfdb07a0ab by spestov:
    Sema: Diagnose non-required class initializer calls on protocols with

    • edit: lib/Sema/CSApply.cpp
    • edit: test/decl/protocol/protocol_with_superclass.swift
  • Commit 87b2ddb3c0aafd8203a1a82d062f00692af88b5a by spestov:
    SILGen: Add tests for protocols with superclass contraints

    • add: test/SILGen/protocol_with_superclass.swift
  • Commit 157f26b341f5812c8b2931b9f666d3886235b647 by ankit_aggarwal:
    [PackageLoading] Load PackageDescription v3 JSON directly

    • edit: Sources/PackageLoading/ManifestLoader.swift
    • edit: Package.swift
    • edit: Sources/Basic/JSONMapper.swift
    • edit: Sources/PackageLoading/PackageDescriptionLoader.swift
    • add: Sources/PackageLoading/ManifestBuilder.swift