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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/1894/
Project:
oss-swift-package-osx
Date of build:
Sun, 08 Jul 2018 01:15:15 -0500
Build duration:
3 hr 41 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/PackageDescriptionLoader.swift
    • add: Sources/PackageLoading/ManifestBuilder.swift
    • edit: Sources/Basic/JSONMapper.swift
    • edit: Package.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift