swift-book
swift-book copied to clipboard
The Swift Programming Language book
TSPL has referred to declarations and expressions as "statements", while the Swift Compiler refers to this general class of syntax as "items". Split the statement and item productions apart.
Very small change Fibonacci is a proper noun so give it a capital letter
I recently fixed some typos in https://github.com/apple/swift-book/pull/11 and since this is a repo for a book, spelling and grammar is extra important (compared to code repo). Has anyone any experience...
| | | |------------------|-----------------| |Previous ID | SR-14465 | |Radar | rdar://problem/76466123 | |Original Reporter | amos (JIRA User) | |Type | Bug | Environment Any web browser Additional Detail...
I would argue that Swift is not *new* any more, it is a mature language at this point and the first sentence of `The Basics` of Swift ought to reflect...
## Describe the bug The second to last paragraph of the Version Compatibility page of the Swift book incorrectly states concurrency requires '5.7 or later'. It should state '5.5 or...
1. Warning as error Currently, there are 63 warnings when we try to build the documentation. I think we should fix them and consider adding the --warning-as-error flag to the...
Or should `Package.resolved` maybe be under version control...?
As part of releasing the commit history of the book, we redacted the names of some previous contributors to preserve their privacy. If we redacted your name and you would...
The book's chapters are divided into three parts: the Guided Tour, Language Guide, and Language Reference. As a result, the automatically generated See Also sections at the end of each...