Report
Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/4960/ Project: swift-master-source-compat-suite Date of build: Thu, 07 May 2020 18:32:30 -0500 Build duration: 14 min
Commit 88e1aba8e6a6b72e3fadcfb1b7a6b1625d0f857a by klorentey: Revert "[Foundation] Fix potential backdeployment regression in append"
Commit d5430693aa5faeba1234a4655b11e0b6ca0db835 by klorentey: [Foundation] Data.append: Switch to using resetBytes(in:)
Commit 658effd9284efa396b35f3bec6def0dd6aeb1fc6 by klorentey: [test] Data: Add tests exercising Sequence-based init and append
Commit e7996a770a43acc6d0d148ec29cf127abe8c12dd by abdulras: runtime: replace LLVM_LIKELY with SWIFT_LIKELY (NFC)
LLVM_LIKELY
SWIFT_LIKELY
Commit f2c10d2ed4f70e97e4f322908a424a4e35dea27c by acgarland: [SymbolGraph] Use identifier for type name fragments
identifier
Commit 7aed042817293e7fa9deb9a3c693e9d56de1a3d5 by achikin: Add fix on Keypath -> Function with multiple arguments type mismatch.
Commit dd0ce1ad13e3c5bc5f2af93ac78a8299486b057e by spestov: Remove the integrated REPL
Commit b74f42602a6ad1a658297a504af56f3565bf30e8 by compnerd: runtime: add and switch to SWIFT_USED (NFC)
SWIFT_USED
Commit 2813f68428bfec9a46cedd34f5269b7d9fa536dc by spestov: Sema: Remove processREPLTopLevel()
Commit b619d309086f0db6fe65eba02dd5cbe02263b8bc by mgottesman: [ownership] Track /all/ non consuming uses and emit errors for all of
Commit b81c0d63d167a5ec1addfd3f017f39d5ab177e63 by spestov: AST: Remove SourceFileKind::REPL
Commit 2a388b5cee4b949160670445e73be48af1ccb73e by spestov: AST: Remove SourceFile::truncateTopLevelDecls()
Commit 6224909d3775e249bc5bf13338f054a2469c7f25 by mboehme: Add a test that imported C++ classes can conform to protocols.
Commit d611b4c4f59b501d055247f78c3177ad292bd205 by forster: Synthesize memberwise initializers despite AccessSpecDecl
Commit e0b0d20cd8d798511d0b97d490ef6391503450d8 by compnerd: runtime: add and switch to SWIFT_NORETURN (NFC)
SWIFT_NORETURN
Commit 7f242e51e0c68c9f3eb2bca8520cb5d8d41c6c66 by dgregor: [Function builders] Clean up locators in the builder transform.
Commit 926cc3f9ca69dd0bc69bf41d8e11cc4ac36d305f by github: Revert "Disable test that is known to fail in asan"
Commit dac52cb61089e7c05d24843cbc3ee7c3a4d4c826 by hamishknight: [Frontend] Move initial REPL file creation logic
Commit 72bb47ee9061ffdb796c1026ef00e9d027b5aab7 by hamishknight: [Frontend] Remove InputFileKind::SwiftREPL
Commit 09975d125354304ab54d1375610ef0e686de9ca3 by compnerd: sprinkle llvm_unreachable for covered switches (NFC)
llvm_unreachable
Commit a7415423e678f6f9c32d882f5802a6446d91b6cf by compnerd: runtime: add and switch to SWIFT_FALLTHROUGH (NFC)
SWIFT_FALLTHROUGH
Commit 8e31f37d60b32bf2f312e14eac14e66cd65f379b by mgottesman: [docs] Add a table of contents to DebuggingTheCompiler.md and
Commit c5863ac0f3e8d849054ffe3c499bdb9bc78b1a4d by jgroff: SILOptimizer: Constant fold the _kvcKeyPathString of literal key paths.