[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (Debug) #646

Report

[FAILURE] swift-master-source-compat-suite-debug [#646]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/646/
Project:
swift-master-source-compat-suite-debug
Date of build:
Sat, 15 Dec 2018 03:11:56 -0600
Build duration:
2 hr 20 min

Identified problems:

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

Changes

  • Commit a100d3efb4c5b1894b754b2f91051ce02744c219 by aprantl:
    Add a comment about keeping the runtime and LLDB in sync.

    • edit: stdlib/public/runtime/SwiftObject.mm
  • Commit fbf4bb738db00b2b6c72874bc61170fbc603c2c6 by dgregor:
    [SIMD] Add CustomDebugStringConvertible conformance for SIMD types.

    • edit: stdlib/public/core/SIMDVectorTypes.swift.gyb
    • edit: test/stdlib/simd.swift.gyb
  • Commit bcfbcad8025b24bcdc8a4c783d3d1785deac3556 by spestov:
    Sema: Don't allow generic typealiases to have an unbound generic

    • edit: test/decl/typealias/generic.swift
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: test/decl/nested/type_in_type.swift
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Sema/TypeCheckType.h
  • Commit ec67ca07b08eebd96fb2f78c2b42bd58d28c2b2e by spestov:
    Add test case for [SR-6739] Defaulted tuple parameter causes segmentation fault in SILGen. · Issue #49288 · apple/swift · GitHub

    • edit: test/SILGen/default_arguments.swift
  • Commit 2c4a23c7a008d8e987960f5000bdb3512e8f5a17 by spestov:
    Add test case for [SR-7771] Forming Single-Element Tuple Abstraction Patterns Causes SILGen Instability · Issue #50310 · apple/swift · GitHub

    • edit: test/SILGen/default_arguments.swift
  • Commit 98659c697fcc0cdeab1f561a68d5ae83317bc66a by spestov:
    SILGen: Remove over-eager assertions in assignment lowering

    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: test/SILGen/assignment.swift
  • Commit 2bc5623bdf0c3ae4f4ea20072044eab437c9c305 by natecook:
    [stdlib] Resolving some FIXME comments on Set type. (#20631)

    • edit: benchmark/single-source/SetTests.swift
    • edit: stdlib/public/core/Set.swift
  • Commit 5f660ba7e75dea169e3ed50f6e26719d9950f04b by compnerd:
    Interpreter: mark some tests as REQUIRES: objc_interop

    • edit: test/Interpreter/SDK/multi-file-imported-enum.swift
    • edit: test/Interpreter/varargs.swift
    • edit: test/Interpreter/builtin_bridge_object.swift
  • Commit 4d4c194760ebb4f7be680c69b292d1283df7b2db by spestov:
    IRGen: Clean up and fix lazy metadata emission for reflection

    • edit: lib/IRGen/GenDecl.cpp
    • add: test/IRGen/lazy_field_metadata.swift
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/IRGen/IRGenModule.h