# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#14704]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/14704/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Fri, 02 Oct 2020 01:32:06 -0500
Build duration: 1 hr 12 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 3a47087cc197aab8970a55ee265d395bc4f6f002 by hborla:
[Parser] Don't resolve decl references in the parser if the declaration
-
edit: lib/Parse/ParseExpr.cpp
-
Commit 9b2cd5e3ffa09063a8b64250cd0c62850a41fd26 by hborla:
[NameLookup] Teach unqualified lookup to resolve backing property wrapper
- edit: lib/AST/UnqualifiedLookup.cpp
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/Sema/TypeCheckNameLookup.cpp
- edit: include/swift/AST/NameLookup.h
- edit: lib/Sema/TypeChecker.h
-
Commit b33dbedd9b8d3dc2e6ee28373c69a24764249745 by hborla:
[SILGen] Teach SIlGen to emit local property wrappers
- edit: lib/SILGen/SILGenLValue.cpp
- edit: lib/SIL/IR/SILDeclRef.cpp
- edit: lib/SILGen/SILGenDecl.cpp
-
Commit 0842b4212773b36778d773331155df6be20d2c21 by hborla:
[SILGen] Only use assign_by_wrapper for wrapped instance properties inside an
- edit: test/SILGen/resilient_assign_by_wrapper.swift
- edit: lib/SILGen/SILGenLValue.cpp
- edit: test/SILGen/property_wrappers.swift
- edit: test/SILGen/objc_properties.swift
-
Commit 9bd3d0b67fc9599c693735d98c6ff98defccc8e5 by hborla:
[Property Wrappers] Make sure captures are computed for synthesized property
- edit: lib/Sema/TypeCheckStorage.cpp
- edit: lib/Sema/TypeCheckDeclPrimary.cpp
-
Commit d8df6217d32cf7ec970d67bc66ff966df0c1a671 by hborla:
[Property Wrappers] Allow property wrappers on local variables.
- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/decl/var/property_wrappers.swift
- edit: lib/Sema/TypeCheckPropertyWrapper.cpp
-
Commit 21cbdfa337dfa41e108573d5d99c6259bee671c9 by hborla:
[Property Wrappers] Add a VarDecl helper method for visiting synthesized
- edit: lib/SILGen/SILGenDecl.cpp
- edit: lib/Sema/TypeCheckDeclPrimary.cpp
- edit: lib/AST/Decl.cpp
- edit: include/swift/AST/Decl.h
-
Commit 2a67c651eecb6ccd6384a90961cfee46338c954e by hborla:
[Property Wrappers] Generalize a few property wrapper decl context
- edit: lib/SIL/IR/SILDeclRef.cpp
- edit: lib/AST/Decl.cpp
-
Commit 9e373a240540f4bf90ed26981a9e29958445d3c6 by hborla:
[Name Lookup] Remove property wrapper name lookup flags and generalize
- edit: lib/Sema/TypeCheckNameLookup.cpp
- edit: lib/AST/UnqualifiedLookup.cpp
- edit: lib/Sema/TypeChecker.h
- edit: include/swift/AST/NameLookup.h
- edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 4bb98baf1364ce63e410c381aed7f9690dc5119f by hborla:
[SILGen] Add a new CaptureEmission kind specifically for emitting
- edit: lib/SILGen/SILGenLValue.cpp
- edit: lib/SILGen/SILGenFunction.cpp
- edit: lib/SILGen/SILGenFunction.h
-
Commit 176391f18208898f24b5a24c5423b48d4c097ace by hborla:
[Test] Start to add SILGen tests for local property wrappers.
- add: test/SILGen/property_wrapper_local.swift
-
Commit fcb51dc9473b6cd75ef69c748981ddfb63db1b47 by danielrodriguez:
[windows] XFAIL crash-in-user-code test in MSVC 2017
- edit: test/Frontend/crash-in-user-code.swift
- edit: test/lit.cfg
-
Commit c02c2bc112c1d2fd3e9d769d0dbbe08253962ee6 by rjmccall:
[NFC] Add an iterator template for walking singly-linked lists.
- edit: include/swift/Basic/STLExtras.h
-
Commit 8ccee27db72e0ce6fbf236a8f13ab2e85984a482 by xi_ge:
ModuleInterface: refactor ModuleInterfaceChecker out of ModuleInterfaceLoader
- edit: lib/Frontend/ModuleInterfaceBuilder.cpp
- edit: include/swift/Frontend/ModuleInterfaceLoader.h
- edit: include/swift/Serialization/SerializedModuleLoader.h
- edit: lib/Serialization/ModuleDependencyScanner.cpp
- edit: lib/Frontend/Frontend.cpp
- edit: include/swift/AST/ASTContext.h
- edit: unittests/FrontendTool/ModuleLoadingTests.cpp
- edit: lib/AST/ASTContext.cpp
- edit: include/swift/AST/ModuleLoader.h
- edit: lib/Frontend/ModuleInterfaceLoader.cpp
-
Commit af71c5dfbdfe16ec694aabf72f83f16bc68b935b by hborla:
[Property Wrappers] Ban non-member property wrappers with observers,
- edit: lib/Sema/TypeCheckStorage.cpp
- edit: test/decl/var/property_wrappers.swift
-
Commit 763bcf900529152ac35f566cb5e887a4c867d9f7 by hborla:
[SILGen] Don't use assign_by_wrapper for local property wrappers if
- edit: lib/SILGen/SILGenLValue.cpp
- edit: test/SILGen/property_wrapper_local.swift
- edit: test/SILOptimizer/di_property_wrappers_errors.swift
-
Commit e2a9bf2009ff126ccfbf4108cf1248fe9ed2e9ff by github:
Fix use-after-free in SILCombine (#34145)
- edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
- edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
-
Commit ac061482c032d7590b624f6fd9bd57ce6e5de98c by github:
[Docs] Update the documentation contents and index (#34157)
- edit: docs/contents.rst
- edit: docs/README.md
-
Commit f1acd7829582fb9b6d59e4e6e06c0450a6e98e07 by xi_ge:
Update lldb for ModuleInterfaceChecker
- edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp