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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/1612/
Project:
oss-swift-package-osx
Date of build:
Sat, 28 Apr 2018 05:50:55 -0500
Build duration:
3 hr 9 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit 17c9b2b74a2f2a52c89c2c868c329c90ca2229eb by spestov:
    IDE: Don't store TypeVariableTypes into CodeCompletionExprs

    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit f64aa9876ce7f86f30edff18200f5a661e9c59ab by spestov:
    AST: Ban type variable types from being stored into Exprs

    • edit: include/swift/AST/Expr.h
    • edit: lib/AST/Expr.cpp
  • Commit 59cdc590fd3fe40c94541e5d5fe26c445706facb by spestov:
    AST: Ban type variable types from being stored into Patterns

    • edit: include/swift/AST/Pattern.h
  • Commit 5a93195949867d13850c9e40dcf39e30bddda0c4 by spestov:
    Sema: Refactor applyUnboundGenericArguments() to take an array of Types

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Sema/TypeChecker.h
  • Commit 262eaeb13f42cce0e8bec7525f57be79f5939ce0 by spestov:
    AST: Ban type variable types from being stored into TypeLocs

    • edit: include/swift/AST/TypeLoc.h
    • edit: lib/AST/Type.cpp
  • Commit 3cb14a0acc6f5783f9adc03f1836e787dc7c3e4a by spestov:
    Sema: Cleanup now that Expr types can't have type variables

    • edit: lib/Sema/CSGen.cpp
  • Commit c89a4a5cd5158e929af522727b74cde049289f6a by spestov:
    Sema: Remove dead code from ExprCleaner and

    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit 126cd57ff27a15db1d50d6c4c609c79fbd748bed by dgregor:
    Add a new attribute swift_bridged_typedef for typedef bridging.

    • edit: include/clang/Basic/AttrDocs.td
    • edit: test/SemaObjC/attr-swift.m
    • edit: include/clang/Basic/Attr.td
    • edit: lib/Sema/SemaDeclAttr.cpp
    • edit: test/Misc/pragma-attribute-supported-attributes-list.test

New issue found!