swift-ci
(Swift CI)
1
# [FAILURE] swift-main-source-compat-suite-debug [#3872]
Build URL: https://ci.swift.org/job/swift-main-source-compat-suite-debug/3872/
Project: swift-main-source-compat-suite-debug
Date of build: Fri, 19 Mar 2021 02:19:44 -0500
Build duration: 8 hr 36 min
Changes- Commit 2f34014ffc9029d77f07282aef2c9c1d5c1d56cd by atrick:
Rescue the ValueLifetimeAnalysis utility.
-
edit: test/SILOptimizer/stack_promotion.sil
-
edit: lib/SILOptimizer/Utils/ValueLifetime.cpp
-
edit: include/swift/SILOptimizer/Utils/ValueLifetime.h
-
Commit 4e048a85a6c4ab6b487bec02e7d1d9c334c82b67 by atrick:
Expose findInnerTransitiveGuaranteedUses
-
edit: include/swift/SIL/OwnershipUtils.h
-
edit: lib/SIL/Utils/OwnershipUtils.cpp
-
Commit a50b09b8107e95ed451ea325df150e9c8ec35eb7 by atrick:
Add SILArgument::isTerminatorResult() and getTransformingTerminator().
-
edit: include/swift/SIL/SILArgument.h
-
edit: lib/SIL/IR/SILArgument.cpp
-
Commit 0d594fd643e8a2261bd2171031f00b88107ea78e by atrick:
Add SILArgument::getTerminatorForResultArg().
-
edit: include/swift/SIL/SILArgument.h
-
edit: lib/SIL/IR/SILArgument.cpp
-
Commit e9d0b0870672fabb86208e25fb6e29b7a49d6caa by atrick:
Add utilities to support OSSA update after running SSAUpdater.
-
edit: lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp
-
edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
-
edit: lib/SILOptimizer/Utils/OwnershipOptUtils.cpp
-
edit: include/swift/SILOptimizer/Utils/OwnershipOptUtils.h
-
edit: lib/SILOptimizer/Utils/BasicBlockOptUtils.cpp
-
edit: include/swift/SILOptimizer/Utils/BasicBlockOptUtils.h
-
Commit e1a4c5f8463551b5af4e01ebfa98c64d43973d36 by nathan.john.hawes:
[SourceKit][CursorInfo] Add a field for the source language the symbol was originally defined in
-
edit: test/SourceKit/CursorInfo/rdar_34348776.swift
-
edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp
-
edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
-
edit: test/SourceKit/CursorInfo/cursor_some_type.swift
-
edit: test/SourceKit/InterfaceGen/gen_stdlib.swift
-
edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
-
edit: test/SourceKit/CursorInfo/cursor_info.swift
-
add: test/SourceKit/CursorInfo/cursor_info_source_lang.swift
-
edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
-
edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
-
edit: test/SourceKit/CursorInfo/cursor_opaque_result.swift
-
edit: test/SourceKit/CursorInfo/cursor_stdlib.swift
-
edit: test/SourceKit/CursorInfo/result_builder.swift
-
edit: test/SourceKit/CursorInfo/cursor_swiftonly_systemmodule.swift
-
edit: utils/gyb_sourcekit_support/UIDs.py
-
edit: test/SourceKit/CursorInfo/cursor_usr.swift
-
edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
-
Commit 249b27672a5dc78f4c60ba53b69b723fd4b53f49 by aschwaighofer:
Remove unused error result storage from AsyncContext
-
edit: lib/IRGen/GenCall.h
-
edit: lib/IRGen/GenCall.cpp
-
edit: test/IRGen/async.swift
-
Commit cf5597397384b7a21f0cd670e4b36369d8077e7e by aschwaighofer:
Remove unused ResumeParentExecutor
-
edit: stdlib/public/Concurrency/Task.cpp
-
edit: include/swift/ABI/Task.h
-
edit: lib/IRGen/GenCall.h
-
edit: lib/IRGen/GenCall.cpp
-
Commit 17202745f6b2bb57e36a0ab6367e3df7733b6679 by aschwaighofer:
Fix test/IRGen/async.swift
-
edit: test/IRGen/async.swift
-
Commit 26b35494e655970a041c4a5f2085f16d82feeb05 by nate_chandler:
[ABI] Added signedAsData bit to method descriptor flags.
-
edit: include/swift/ABI/MetadataValues.h
-
Commit 340ccb2a5a3ea8f1750d6a5c845d500047caba3b by aschwaighofer:
Revert "arm64e: Workaround ptrauth-returns failure for swifttailcc"
-
edit: lib/IRGen/GenCall.cpp
-
edit: lib/IRGen/GenDecl.cpp
-
edit: lib/IRGen/IRGenModule.h
-
edit: lib/IRGen/GenObjC.cpp
-
edit: lib/IRGen/IRGenModule.cpp
-
edit: lib/IRGen/GenFunc.cpp
-
Commit caad2126575a747e2e181813f897f7525a802455 by alaf:
[Serialization] Add notes to XRef errors for common failures
-
edit: lib/Serialization/Deserialization.cpp
-
edit: lib/Serialization/DeserializationErrors.h
-
Commit c5c850c14d84d386ae66731fe60d765bc85523c2 by alaf:
[Serialization] Try to improve readability of a common deserialization failures
-
edit: lib/Serialization/DeserializationErrors.h
-
Commit 9f71f46ee19a9ebe26d7d17b0ca072d50bee16c5 by alaf:
[Serialization] Test the output on a crash due to a broken XRef
-
add: test/Serialization/Recovery/crash-xref.swift
-
Commit 043434d338b179a82e88decf87c306c8964943e9 by beccadax:
[NFC] Add DiagnosticStateRAII
-
edit: include/swift/AST/DiagnosticEngine.h
-
edit: lib/Sema/TypeCheckDeclObjC.cpp
-
Commit 16630f2f8c792036d891ae1f8be7a3c6ff6b13f6 by beccadax:
[NFC] Use behavior limits to control @objc errors
-
edit: lib/Sema/TypeCheckObjC.h
-
edit: lib/Sema/TypeCheckConcurrency.cpp
-
edit: lib/Sema/TypeCheckDeclObjC.cpp
-
edit: lib/Sema/TypeCheckConcurrency.h
-
Commit dbea48208593c30395e601dc9c88b57f4d9ad080 by github:
Refactor FixedWidthInteger init (#36485)
-
edit: stdlib/public/core/Integers.swift
-
add: test/SILOptimizer/jumpthreadtest.swift
-
Commit 202dfaf959456b213262162597efe8f1071edd70 by nate_chandler:
[Test] Eased FileCheck assertion.
-
edit: test/IRGen/async/class_resilience.swift
-
Commit 39bb0d0d396948c304ce81b623aed4ab1cbd5d24 by ben_barham:
[Index] Add the dynamic role for calls to class methods
-
add: test/Index/index_static_funcs.swift
-
edit: lib/Index/Index.cpp
-
Commit 642392c790f702b07073ed6319d71df9c798d28d by ewilde:
Computed properties can't be async, don't even try
-
edit: lib/Sema/TypeCheckConcurrency.cpp
-
add: test/Concurrency/async_computed_property.swift
-
Commit e9f82d138d81c888c2584405a6a2ff1570fd522e by rxwei:
Conform 'AnyDifferentiable' and 'AnyDerivative' to 'CustomReflectable'.
-
edit: stdlib/public/Differentiation/AnyDifferentiable.swift
-
edit: test/AutoDiff/stdlib/anydifferentiable.swift
-
Commit 00335a17575c1af66da16822f355e570187144ef by nathan.john.hawes:
[run_sk_stress_test] Update stress tester xfails for fixed issues.
-
edit: sourcekit-xfails.json