Can someone tell me how to get to the Language and Reference Guides for the current RELEASED 4.1 version of Swift? All I can see is BETA 4.2 documentation and can't find a link to the current release docs.
Thanks in advance.
Can someone tell me how to get to the Language and Reference Guides for the current RELEASED 4.1 version of Swift? All I can see is BETA 4.2 documentation and can't find a link to the current release docs.
Thanks in advance.
You're correct — the version of "The Swift Programming Language" on Swift.org has been updated for Swift 4.2. Due to tooling limitations, we only have one version of the book on the web right now.
Both the Swift 4.2 version and the 4.1 version of TSPL are available on iBooks.
Because Swift 4.1 and Swift 4.2 are very similar, you should also be able to read the current web version and just ignore the sections listed under Document Revision History that are about new features added in Swift 4.2:
#error
and #warning
to the Compile-Time Diagnostic Statement section.inlinable
and usableFromInline
attributes.dynamicMemberLookup
attribute.Thanks Alex for clearing that up. Greatly appreciated. I've been burned way too many times trying to learn Swift and trying to find help. I try to RTFM before asking anything. But the "M" has to be there :]
Maybe a quick link at the top of the page to point people in the right direction???
best,
-james