swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-incremental-RA-osx [#12930]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/12930/
Project: oss-swift-incremental-RA-osx
Date of build: Thu, 22 Oct 2020 01:13:41 -0500
Build duration: 2 hr 9 min
Identified problems:- Swift Compile Error: Swift compiler error
- Indication 1
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Tests:
- |
Name: Swift(macosx-x86_64)
Failed: 0 test(s), Passed: 12868 test(s), Total: 13106 test(s) |
Name: Swift-Unit
Failed: 0 test(s), Passed: 648 test(s), Total: 648 test(s) |
Changes- Commit 1a5ae14cc548b20572b9ecf2f9056aec10b5df0b by vsk:
[TypeSystemSwiftTypeRef] Collect type info for Builtin.Word
-
edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
edit: lldb/test/Shell/Swift/Inputs/No.swiftmodule.swift
-
Commit c4812642c37c9f3aadf8c36fd9395bfbde4e54c9 by vsk:
Re-enable change; was disabled to validate the testcase
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit be109b72a576799a018dba368c8495d5a9f0d6e7 by varun_gandhi:
[AST] Add method to check if a function type has a non-trivial Clang type.
- edit: lib/AST/Type.cpp
- edit: include/swift/AST/ExtInfo.h
- edit: include/swift/AST/Types.h
- edit: lib/AST/ExtInfo.cpp
-
Commit 0044e7dcac6ff176be0945ba0f468967979779d3 by meghanavgupta:
[ownership] Move OME past SILMem2Reg
- edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
-
Commit b0bda135430ea5bccd471946f850a114aaf8521d by atrick:
LoadBorrowInvalidation: fix mysteriously inverted boolean returns.
- edit: lib/SIL/Verifier/VerifierPrivate.h
- edit: lib/SIL/Verifier/LoadBorrowInvalidationChecker.cpp
- edit: lib/SIL/Verifier/SILVerifier.cpp
-
Commit 4f05d8a857f08b42c0def949fe37c99d4131be49 by atrick:
LoadBorrowImmutabilityChecker renaming.
- edit: lib/SIL/Verifier/CMakeLists.txt
- edit: lib/SIL/Verifier/VerifierPrivate.h
- edit: lib/SIL/Verifier/SILVerifier.cpp
- add: lib/SIL/Verifier/LoadBorrowImmutabilityChecker.cpp
- delete: lib/SIL/Verifier/LoadBorrowInvalidationChecker.cpp
-
Commit 8e3fb44f2d7981fa443c45386342eeb8cdefb440 by atrick:
Rewrite LoadBorrowImmutabilityChecker using AccessPath.
- edit: lib/SIL/Verifier/LoadBorrowImmutabilityChecker.cpp
- edit: lib/SIL/Verifier/SILVerifier.cpp
- edit: lib/SIL/Verifier/VerifierPrivate.h
- add: test/SILOptimizer/load_borrow_verify.sil
-
Commit 0f1beedfb7cb62a8e9c8969152615593a382877e by atrick:
Reenable load-borrow checker.
- edit: lib/SIL/Verifier/LoadBorrowImmutabilityChecker.cpp
-
Commit 987d055b8c69347a4cd8533d7b59c7ceaccee0fe by varun_gandhi:
[Mangler] Handle mangling for Clang types not derivable from Swift types.
- add: test/Demangle/clang-function-types.swift
- add: test/Demangle/Inputs/manglings-with-clang-types.txt
- edit: include/swift/Demangling/Demangler.h
- edit: lib/Demangling/Demangler.cpp
- edit: test/Inputs/clang-importer-sdk/usr/include/objc/NSObject.h
- edit: include/swift/AST/ASTMangler.h
- edit: lib/Demangling/OldRemangler.cpp
- edit: include/swift/Demangling/TypeDecoder.h
- edit: lib/Demangling/NodePrinter.cpp
- edit: lib/Demangling/OldDemangler.cpp
- edit: lib/AST/ASTMangler.cpp
- edit: docs/ABI/Mangling.rst
- edit: include/swift/Demangling/DemangleNodes.def
- edit: test/Serialization/clang-function-types.swift
- edit: lib/Demangling/Remangler.cpp
- edit: test/Inputs/clang-importer-sdk/usr/include/ctypes.h
-
Commit 6cb71c6b457d17b16046d56777fe378b22c8d8bb by varun_gandhi:
[ASTPrinter] Print Clang type only if not derivable from Swift type.
- edit: test/ClangImporter/clang-function-types.swift
- delete: test/SIL/clang-function-types.swift
- edit: test/ClangImporter/ctypes_parse.swift
- edit: test/Inputs/clang-importer-sdk/usr/include/ctypes.h
- edit: test/ModuleInterface/full-convention.swift
- edit: lib/AST/ASTPrinter.cpp
- add: test/SIL/clang-function-types-nonwindows.swift
- add: test/SIL/clang-function-type-windows.swift
-
Commit a9f497d20cdd1fee7953f762f4cd2fe032262026 by kyrtzidis:
[utils/swift_build_sdk_interfaces.py] Remove passing '-track-system-dependencies' when prebuilding modules from the interfaces
- edit: utils/swift_build_sdk_interfaces.py
- edit: test/ModuleInterface/swift_build_sdk_interfaces/track-system-dependencies.swift
-
Commit f0f22467931f7410bff76248806b94a9d5e64537 by z.zoelec2:
[cxx-interop] Support C++ function templates in Swift. (#33053)
- add: test/Interop/Cxx/templates/function-template-errors.swift
- edit: lib/AST/ASTContext.cpp
- edit: lib/ClangImporter/ImportDecl.cpp
- edit: lib/ClangImporter/SwiftLookupTable.h
- edit: lib/AST/ClangTypeConverter.cpp
- edit: lib/AST/ClangTypeConverter.h
- add: test/Interop/Cxx/templates/function-template-irgen.swift
- edit: test/Interop/Cxx/templates/Inputs/module.modulemap
- edit: include/swift/AST/ASTContext.h
- edit: lib/AST/Decl.cpp
- add: test/Interop/Cxx/templates/Inputs/function-templates.h
- edit: lib/ClangImporter/ImportType.cpp
- edit: lib/ClangImporter/ImporterImpl.h
- edit: include/swift/ClangImporter/ClangImporter.h
- edit: include/swift/AST/ClangModuleLoader.h
- add: test/Interop/Cxx/templates/function-template-irgen-objc.swift
- edit: lib/ClangImporter/ClangImporter.cpp
- add: test/Interop/Cxx/templates/function-template-module-interface.swift
- edit: include/swift/AST/Decl.h
- add: test/Interop/Cxx/templates/function-template.swift
- add: test/Interop/Cxx/templates/function-template-silgen.swift
- edit: lib/Sema/CSApply.cpp
- edit: include/swift/AST/DiagnosticsSema.def
-
Commit aaef40147bf651b3eef6bca2360bc3f303222323 by kyrtzidis:
[Database] Downgrade the "failed moving
- edit: lib/Database/Database.cpp