[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #1906

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1906]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1906/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Wed, 25 Sep 2019 06:15:35 -0500
Build duration:
1 hr 31 min

Identified problems:

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

Changes

  • Commit 7d65012f27414212cabb85d6a2e1df2ab0a1080e by eeckstein:
    SILGen: use the correct forwarding substitutions for the setter of an

    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: test/SILOptimizer/di_property_wrappers.swift
  • Commit ab5d161c059ffb00e73e123ae2d154245b5e74d1 by dgregor:
    [SILGen] Separate the initialization of a wrapped property from a

    • edit: lib/SIL/SILPrinter.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: lib/AST/Decl.cpp
    • edit: lib/Demangling/Demangler.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: test/SILGen/property_wrappers.swift
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/SILGen/SILGenType.cpp
    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: docs/ABI/Mangling.rst
    • edit: lib/SIL/SILDeclRef.cpp
    • edit: lib/SIL/SILFunctionType.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/GenObjC.cpp
    • edit: include/swift/SIL/SILDeclRef.h
    • edit: include/swift/AST/ASTMangler.h
    • edit: lib/SIL/TypeLowering.cpp
    • edit: lib/SILGen/SILGen.h
    • edit: test/Demangle/Inputs/manglings.txt
    • edit: lib/AST/ASTMangler.cpp
  • Commit 8613b05445bd9b54228072182d638295436180a8 by dgregor:
    [DI] Support definite initialization for composed property wrappers.

    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: test/SILOptimizer/di_property_wrappers.swift
  • Commit 5431efab71377a3eb94a4d01337bc53ab75d545b by dgregor:
    Add fixed test case from rdar://problem/53349209

    • edit: test/decl/var/property_wrappers.swift
  • Commit 81c0a0ea936a8fa12228ad5d38ec6ec80cf9c6ee by dgregor:
    [Property wrappers] Allow init(wrappedValue:) initializers with

    • edit: include/swift/AST/PropertyWrappers.h
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: test/SILOptimizer/di_property_wrappers.swift
    • edit: test/SILGen/property_wrappers.swift
    • edit: test/decl/var/property_wrappers.swift
    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit 4ba1833ca2cd37bced7e758696c6f1b5792afd9d by dgregor:
    [TBDGen] Emit property wrapper backing initializer symbol

    • add: test/TBD/property_wrapper.swift
    • edit: lib/TBDGen/TBDGen.cpp
  • Commit a1541a19df5bfdfea76e3e26fae2b56f65c3ea3e by dgregor:
    [TBDGen] Only emit backing initializer for non-resilient properties.

    • edit: lib/TBDGen/TBDGen.cpp
    • edit: test/TBD/property_wrapper.swift
  • Commit 2a74d0b821cd887a52249fa7eb3fd4540ab8970a by dgregor:
    Use ParamDecl::isDefaultArgument().

    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
  • Commit 6549a0d379633e7c67d1297918e76f7c41a62591 by dgregor:
    Don't emit the property wrapper backing initializer publicly for

    • edit: lib/SIL/SILDeclRef.cpp