Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/12488/ Project: oss-swift-incremental-RA-osx Date of build: Wed, 29 Jul 2020 12:05:12 -0500 Build duration: 1 hr 29 min
bumped minimum platform version to 10.13 for
edit: Package.swift
Commit f6e9f352f0043c74285594f09ae7402cc4c7cc8a by dgregor:
[Concurrency] Add async to the Swift type system.
async
Commit 9baca13088cdcd48d339a58614bee61a3e73f119 by hborla:
[Function Builders] Teach diagnostics about function builder body result
Commit 8fcd74e6b34dd09101e904d40b805f1c79651f71 by spestov:
AST: GenericParamList::clone() doesn't need to preserve source locations
Commit 32ceba8d2ae580cf17e3d05a3a2eff51268434c8 by spestov:
AST: Add GenericParamList::setDeclContext()
Commit 14dd4eef2d0234997feb47af8d1aa644d62fa192 by spestov:
AST: Add a way to distinguish a parsed generic parameter list from a
Commit 43e37b789558a3035bdee39f0859d06ab74ac807 by spestov:
AST: Move GenericParamListRequest::evaluate() to NameLookup.cpp
Commit a39c560e7b76350287140de101a8b2461e67e41c by spestov:
AST: Remove redundant cloneGenericParams() helper function
Commit daf65ce92367da5c41d6141ae2b755bc7f2f1241 by spestov:
AST: Explicitly encode that only protocol and extension members are
Commit c46eb22fcd78acf5ed2bdbf1c36540dc608ca2b6 by spestov:
AST: Don't attach trailing where clause requirements to the
Commit 769c4c19115ca2b6b21c7925d72cebd10943bfd9 by spestov:
Sema: Fix some crashes with invalid nesting of extensions and protocols
Commit 498ef313c6b1ad4eb464df51ada37886bca6afeb by spestov:
Sema: Refactor exportability checking to not use the
Commit 3414d6b4dc2f03b9e245ab15620825b61253a2b8 by spestov:
Sema: Remove GenericRequirementsCheckListener
Commit 5b5b2c462cdeccae6772e4478d16428793553efe by dgregor:
Fix tests for slightly altered Fix-Its for throws/rethrows parsing.
Commit 06d322b211a21e117a61cc9bdac7651c3951f411 by dgregor:
[Concurrency] Rename -enable-experimental-async.
-enable-experimental-async
Commit b1c513de34bd6e4804cddc83c97d07cb66a1c916 by hborla:
[ConstraintLocator] Add a isFirstElement helper function
isFirstElement
Commit 6029f6100b9ecb57bd66782bd9126694008b71be by dgregor:
[Concurrency] Improve comments based on review feedback.
Commit 3cfe390a51224044faf594624aeaa3d7cf6053cd by dgregor:
[Concurrency] Add Syntax support for 'async'.
Commit 84f4cc034fee31a7f3793aa661aa72a4f3ff6904 by dgregor:
[Concurrency] Finish and add tests for ban on async with @objc.
@objc
Commit b1802fa2eb9a03f3232a178ecbbc86ee2dfdeae3 by dgregor:
[Concurrency] Minor fixes for parsing and syntax of 'async'