I tried hard find all references to 'func' in documentation, comments and
diagnostics, but I am sure that I missed a few. If you find something, please
let me know.
rdar://15346654
Swift SVN r9886
This doc will contain the underlying build model for a multi-file Swift
framework or application module. This model will then be driven by
Xcode to build a target.
The biggest open questions are in how Swift and Objective-C will interact.
<rdar://problem/14579792> TLF: Swift 1.0 Modules
Swift SVN r9244
- Drop the notion of hierarchical module names for now. People can prefix
their module names (instead of their classes) until we come up with
something else.
- For ambiguity resolution, prefer names in the current module (found by
implicit visibility) over any sort of import (selective or otherwise).
- Add section on development-time Submodules based on last week's discussion.
- Simplify/remove several things that were found confusing.
- Still haven't written anything about search paths.
Swift SVN r9007
This includes some potentially controversial topics:
- Multiple source files (to be discussed on existing e-mail thread)
- Ambiguity resolution rules
- Hierarchical names (unfinished)
Swift SVN r8799
Still to come:
- submodules
- source files as modules
- import search paths
- ObjC interop stuff
For a later doc:
- build model
Things to note as future work:
- namespaces
- fragility
- SPI vs. API
Swift SVN r8745