swift-book icon indicating copy to clipboard operation
swift-book copied to clipboard

The Swift Programming Language book

Results 115 swift-book issues
Sort by recently updated
recently updated
newest added

Because the `Info.plist` file specifies Swift as the default language via the `CDDefaultCodeListingLanguage` key, code listings with an unspecified language should still render correctly. However, it's still good to be...

Fix some incorrect and outdated URLs. Switch to HTTPS in a few places. Improve detection of broken links in the preflight script. Co-authored-by: Marc Liyanage Co-authored-by: Apollo Zhu

This is a very early version of `Distributed` module documentation; It is not polished up, may have stray sentences and sections etc. We'll figure out how to best present the...

### Location https://www.swift.org/getting-started/swiftui/#bringing-it-to-life ### Description > Those changes mean our UI will display whatever the selected property is set to, **so can see it all change** if you place a...

### Location https://docs.swift.org/swift-book/documentation/the-swift-programming-language/types#Function-Type ### Description > the function type `(Void) -> Void` is the same as `(()) -> ()` If you use the former (`(Void) -> Void`) as a `typealias`,...