File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,16 @@ sampling of potentially good ideas that are not in scope for Swift
79
79
in future releases. We don't want the existence of a macro system to be a
80
80
workaround that reduces the incentive for making the core language great.
81
81
82
- * ** Major new Library Functionality ** : The Swift Standard Library is focused on
83
- providing core "language" functionality as well as common datastructures . The
82
+ * ** Major new library functionality ** : The Swift Standard Library is focused on
83
+ providing core "language" functionality as well as common data structures . The
84
84
"corelibs" projects are focused on providing existing Foundation functionality
85
- in a portable way. Major new libraries (e.g. a new Logging subsystem) are
85
+ in a portable way. We * will* consider minor extensions to their existing
86
+ feature sets to round out these projects.
87
+
88
+ On the other hand, major new libraries (e.g. a new Logging subsystem) are
86
89
best developed as independent projects on GitHub (or elsewhere) and organized
87
90
with the Swift Package Manager. Beyond Swift 3 we may consider standardizing
88
- popular packages or expanding the scope of the project. We * will* consider
89
- minor extensions to the existing feature set.
91
+ popular packages or expanding the scope of the project.
90
92
91
93
### Accepted proposals for Swift 3.0
92
94
You can’t perform that action at this time.
0 commit comments