Skip to content

Commit 85bc3c7

Browse files
Normalize implementation versions for past major versions by adding '.0'
1 parent edde1f3 commit 85bc3c7

File tree

145 files changed

+145
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+145
-145
lines changed

proposals/0002-remove-currying.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0002](0002-remove-currying.md)
44
* Author: [Joe Groff](https://github.com/jckarter)
5-
* Status: **Implemented (Swift 3)**
5+
* Status: **Implemented (Swift 3.0)**
66
* Implementation: [apple/swift@983a674](https://github.com/apple/swift/commit/983a674e0ca35a85532d70a3eb61e71a6d024108)
77

88
## Introduction

proposals/0003-remove-var-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0003](0003-remove-var-parameters.md)
44
* Author: [Ashley Garland](https://github.com/bitjammer)
55
* Review Manager: [Joe Pamer](https://github.com/jopamer)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/se-0003-removing-var-from-function-parameters-and-pattern-matching/1230)
88
* Implementation: [apple/swift@8a5ed40](https://github.com/apple/swift/commit/8a5ed405bf1f92ec3fc97fa46e52528d2e8d67d9)
99

proposals/0004-remove-pre-post-inc-decrement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0004](0004-remove-pre-post-inc-decrement.md)
44
* Author: [Chris Lattner](https://github.com/lattner)
5-
* Status: **Implemented (Swift 3)**
5+
* Status: **Implemented (Swift 3.0)**
66
* Implementation: [apple/swift@8e12008](https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955)
77

88
## Introduction

proposals/0005-objective-c-name-translation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0005](0005-objective-c-name-translation.md)
44
* Authors: [Doug Gregor](https://github.com/DougGregor), [Dave Abrahams](https://github.com/dabrahams)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-modification-se-0005-better-translation-of-objective-c-apis-into-swift/1668)
88

99
## Reviewer notes

proposals/0006-apply-api-guidelines-to-the-standard-library.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0006](0006-apply-api-guidelines-to-the-standard-library.md)
44
* Authors: [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr), [Maxim Moiseev](https://github.com/moiseev)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-modifications-se-0006-apply-api-guidelines-to-the-standard-library/1667)
88

99
## Reviewer notes

proposals/0007-remove-c-style-for-loops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0007](0007-remove-c-style-for-loops.md)
44
* Author: [Erica Sadun](https://github.com/erica)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0007-remove-c-style-for-loops-with-conditions-and-incrementers/512)
88
* Bugs: [SR-226](https://bugs.swift.org/browse/SR-226), [SR-227](https://bugs.swift.org/browse/SR-227)
99

proposals/0008-lazy-flatmap-for-optionals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0008](0008-lazy-flatmap-for-optionals.md)
44
* Author: [Oisin Kidney](https://github.com/oisdk)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0008-add-a-lazy-flatmap-for-sequences-of-optionals/748)
88
* Bug: [SR-361](https://bugs.swift.org/browse/SR-361)
99

proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0016](0016-initializers-for-converting-unsafe-pointers-to-ints.md)
44
* Author: [Michael Buckley](https://github.com/MichaelBuckley)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0016-adding-initializers-to-int-and-uint-to-convert-from-unsafepointer-and-unsafemutablepointer/2005)
88
* Bug: [SR-1115](https://bugs.swift.org/browse/SR-1115)
99
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/ae2d7c24fff7cbdff754d9a4339e4fb02df5c690/proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md)

proposals/0017-convert-unmanaged-to-use-unsafepointer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0017](0017-convert-unmanaged-to-use-unsafepointer.md)
44
* Author: [Jacob Bandes-Storch](https://github.com/jtbandes)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0017-change-unmanaged-to-use-unsafepointer/2461)
88
* Bug: [SR-1485](https://bugs.swift.org/browse/SR-1485)
99

proposals/0019-package-manager-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0019](0019-package-manager-testing.md)
44
* Authors: [Max Howell](https://github.com/mxcl), [Daniel Dunbar](https://github.com/ddunbar), [Mattt Thompson](https://github.com/mattt)
55
* Review Manager: [Rick Ballard](https://github.com/rballard)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0019-swift-testing-package-manager/1155)
88
* Bug: [SR-592](https://bugs.swift.org/browse/SR-592)
99

proposals/0023-api-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0023](0023-api-guidelines.md)
44
* Authors: [Dave Abrahams](https://github.com/dabrahams), [Doug Gregor](https://github.com/DougGregor), [Dmitri Gribenko](https://github.com/gribozavr), [Ted Kremenek](https://github.com/tkremenek), [Chris Lattner](http://github.com/lattner), Alex Migicovsky, [Max Moiseev](https://github.com/moiseev), Ali Ozer, [Tony Parker](https://github.com/parkera)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-modifications-se-0023-api-design-guidelines/1666)
88

99
## Reviewer notes

proposals/0025-scoped-access-level.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0025](0025-scoped-access-level.md)
44
* Author: Ilya Belenkiy
5-
* Status: **Implemented (Swift 3)**
5+
* Status: **Implemented (Swift 3.0)**
66
* Review Manager: [Doug Gregor](http://github.com/DougGregor)
77
* Decision Notes: [Rationale](https://forums.swift.org/t/se-0025-scoped-access-level-next-steps/1797/131)
88
* Bug: [SR-1275](https://bugs.swift.org/browse/SR-1275)

proposals/0029-remove-implicit-tuple-splat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0029](0029-remove-implicit-tuple-splat.md)
44
* Author: [Chris Lattner](http://github.com/lattner)
55
* Review Manager: [Joe Groff](http://github.com/jckarter)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0029-remove-implicit-tuple-splat-behavior-from-function-applications/1380)
88
* Implementation: [apple/swift@8e12008](https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955)
99

proposals/0031-adjusting-inout-declarations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0031](0031-adjusting-inout-declarations.md)
44
* Authors: [Joe Groff](https://github.com/jckarter), [Erica Sadun](http://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0031-adjusting-inout-declarations-for-type-decoration/1478)
88
* Implementation: [apple/swift#1333](https://github.com/apple/swift/pull/1333)
99

proposals/0032-sequencetype-find.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0032](0032-sequencetype-find.md)
44
* Author: [Lily Ballard](https://github.com/lilyball)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0032-add-find-method-to-sequence/2462)
88
* Bug: [SR-1519](https://bugs.swift.org/browse/SR-1519)
99
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/d709546002e1636a10350d14da84eb9e554c3aac/proposals/0032-sequencetype-find.md)

proposals/0033-import-objc-constants.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0033](0033-import-objc-constants.md)
44
* Author: [Jeff Kelley](https://github.com/SlaunchaMan)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0033-import-objective-c-constants-as-swift-types/1706)
88

99
## Introduction

proposals/0034-disambiguating-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0034](0034-disambiguating-line.md)
44
* Author: [Erica Sadun](http://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0034-disambiguating-line-control-statements-from-debugging-identifiers/1614)
88
* Bug: [SR-840](https://bugs.swift.org/browse/SR-840)
99

proposals/0035-limit-inout-capture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0035](0035-limit-inout-capture.md)
44
* Author: [Joe Groff](https://github.com/jckarter)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0035-limiting-inout-capture-to-noescape-contexts/1544)
88
* Bug: [SR-807](https://bugs.swift.org/browse/SR-807)
99

proposals/0036-enum-dot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0036](0036-enum-dot.md)
44
* Authors: [Erica Sadun](http://github.com/erica), [Chris Lattner](https://github.com/lattner)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0036-requiring-leading-dot-prefixes-for-enum-instance-member-implementations/2196)
88
* Bug: [SR-1236](https://bugs.swift.org/browse/SR-1236)
99

proposals/0037-clarify-comments-and-operators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0037](0037-clarify-comments-and-operators.md)
44
* Author: [Jesse Rusak](https://github.com/jder)
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0037-clarify-interaction-between-comments-operators/1833)
88
* Bug: [SR-960](https://bugs.swift.org/browse/SR-960)
99

proposals/0038-swiftpm-c-language-targets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0038](0038-swiftpm-c-language-targets.md)
44
* Author: [Daniel Dunbar](https://github.com/ddunbar)
55
* Review Manager: [Rick Ballard](https://github.com/rballard)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0038-package-manager-c-language-target-support/1569)
88
* Bug: [SR-821](https://bugs.swift.org/browse/SR-821)
99

proposals/0039-playgroundliterals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0039](0039-playgroundliterals.md)
44
* Author: [Erica Sadun](http://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0039-modernizing-playground-literals/1746)
88
* Bug: [SR-917](https://bugs.swift.org/browse/SR-917)
99

proposals/0040-attributecolons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0040](0040-attributecolons.md)
44
* Author: [Erica Sadun](http://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0040-replacing-equal-signs-with-colons-for-attribute-arguments/1719)
88
* Implementation: [apple/swift#1537](https://github.com/apple/swift/pull/1537)
99

proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0043](0043-declare-variables-in-case-labels-with-multiple-patterns.md)
44
* Author: [Andrew Bennett](https://github.com/therealbnut)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0043-declare-variables-in-case-labels-with-multiple-patterns/1925)
88
* Implementation: [apple/swift#1383](https://github.com/apple/swift/pull/1383)
99

proposals/0044-import-as-member.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0044](0044-import-as-member.md)
44
* Author: [Michael Ilseman](https://github.com/milseman)
5-
* Status: **Implemented (Swift 3)**
5+
* Status: **Implemented (Swift 3.0)**
66
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0044-import-as-member/1929)
88
* Bug: [SR-1053](https://bugs.swift.org/browse/SR-1053)

proposals/0046-first-label.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0046](0046-first-label.md)
44
* Authors: [Jake Carter](https://github.com/JakeCarter), [Erica Sadun](http://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0046-establish-consistent-label-behavior-across-all-parameters-including-first-labels/1834)
88
* Bug: [SR-961](https://bugs.swift.org/browse/SR-961)
99

proposals/0047-nonvoid-warn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0047](0047-nonvoid-warn.md)
44
* Authors: [Erica Sadun](http://github.com/erica), [Adrian Kashivskyy](https://github.com/akashivskyy)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-revision-se-0047-defaulting-non-void-functions-so-they-warn-on-unused-results/1927)
88
* Bug: [SR-1052](https://bugs.swift.org/browse/SR-1052)
99

proposals/0048-generic-typealias.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0048](0048-generic-typealias.md)
44
* Author: [Chris Lattner](https://github.com/lattner)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0048-generic-type-aliases/2192)
88

99

proposals/0049-noescape-autoclosure-type-attrs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0049](0049-noescape-autoclosure-type-attrs.md)
44
* Author: [Chris Lattner](https://github.com/lattner)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0049-move-noescape-and-autoclosure-to-be-type-attributes/2194)
88
* Bug: [SR-1235](https://bugs.swift.org/browse/SR-1235)
99

proposals/0052-iterator-post-nil-guarantee.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0052](0052-iterator-post-nil-guarantee.md)
44
* Author: [Patrick Pijnappel](https://github.com/PatrickPijnappel)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0052-change-iteratortype-post-nil-guarantee/2463)
88
* Implementation: [apple/swift#1702](https://github.com/apple/swift/pull/1702)
99

proposals/0053-remove-let-from-function-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0053](0053-remove-let-from-function-parameters.md)
44
* Author: [Nicholas Maccharoli](https://github.com/nirma)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0053-remove-explicit-use-of-let-from-function-parameters/1966)
88
* Implementation: [apple/swift#1812](https://github.com/apple/swift/pull/1812)
99

proposals/0055-optional-unsafe-pointers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0055](0055-optional-unsafe-pointers.md)
44
* Author: [Jordan Rose](https://github.com/jrose-apple)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0055-make-unsafe-pointer-nullability-explicit-using-optional/2012)
88
* Implementation: [apple/swift#1878](https://github.com/apple/swift/pull/1878)
99

proposals/0057-importing-objc-generics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0057](0057-importing-objc-generics.md)
44
* Author: [Doug Gregor](https://github.com/DougGregor)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0057-importing-objective-c-lightweight-generics/2185)
88
* Previous Revision: [Originally Accepted Proposal](https://github.com/apple/swift-evolution/blob/3abbed3edd12dd21061181993df7952665d660dd/proposals/0057-importing-objc-generics.md)
99

proposals/0059-updated-set-apis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0059](0059-updated-set-apis.md)
44
* Author: [Dave Abrahams](https://github.com/dabrahams)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0059-update-api-naming-guidelines-and-rewrite-set-apis-accordingly/2251)
88

99
## Introduction

proposals/0060-defaulted-parameter-order.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0060](0060-defaulted-parameter-order.md)
44
* Author: [Joe Groff](https://github.com/jckarter)
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0060-enforcing-order-of-defaulted-parameters/2573)
88
* Bug: [SR-1489](https://bugs.swift.org/browse/SR-1489)
99

proposals/0061-autoreleasepool-signature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0061](0061-autoreleasepool-signature.md)
44
* Author: [Timothy J. Wood](https://github.com/tjw)
55
* Review Manager: [Dave Abrahams](http://github.com/dabrahams)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0061-add-generic-result-and-error-handling-to-autoreleasepool/2425)
88
* Bugs: [SR-842](https://bugs.swift.org/browse/SR-842), [SR-1394](https://bugs.swift.org/browse/SR-1394)
99

proposals/0062-objc-keypaths.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0062](0062-objc-keypaths.md)
44
* Author: [David Hart](https://github.com/hartbit)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0062-referencing-objective-c-key-paths/2198)
88
* Bug: [SR-1237](https://bugs.swift.org/browse/SR-1237)
99

proposals/0063-swiftpm-system-module-search-paths.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0063](0063-swiftpm-system-module-search-paths.md)
44
* Author: [Max Howell](https://github.com/mxcl)
55
* Review Manager: [Anders Bertelrud](https://github.com/abertelrud)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0063-swiftpm-system-module-search-paths/2218)
88
* Implementation: [apple/swift-package-manager#257](https://github.com/apple/swift-package-manager/pull/257)
99

proposals/0064-property-selectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0064](0064-property-selectors.md)
44
* Author: [David Hart](https://github.com/hartbit)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0064-referencing-the-objective-c-selector-of-property-getters-and-setters/2199)
88
* Bug: [SR-1239](https://bugs.swift.org/browse/SR-1239)
99

proposals/0065-collections-move-indices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0065](0065-collections-move-indices.md)
44
* Authors: [Dmitri Gribenko](https://github.com/gribozavr), [Dave Abrahams](https://github.com/dabrahams), [Maxim Moiseev](https://github.com/moiseev)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0065-a-new-model-for-collections/2371), [Swift-evolution thread](https://forums.swift.org/t/rfc-new-collections-model-collections-advance-indices/1643)
88
* Implementation: [apple/swift#2108](https://github.com/apple/swift/pull/2108)
99
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/21fac2e8034e79e4f44c1c8799808fc8cba83395/proposals/0065-collections-move-indices.md), [2](https://github.com/apple/swift-evolution/blob/1a821cf7ccbdf1d7566e9ce2e991bdd835ba3b7d/proposals/0065-collections-move-indices.md), [3](https://github.com/apple/swift-evolution/blob/d44c3e7c189ba39ddf8a914ae8b78b71f88fdcdf/proposals/0065-collections-move-indices.md), [4](https://github.com/apple/swift-evolution/blob/57639040dc08d2f0b16d9bda527db069589b58d1/proposals/0065-collections-move-indices.md)

0 commit comments

Comments
 (0)