what is this site all about?
Asked on 07/31/2024
1 search
The site swift.org is the home for the Swift project. It has undergone major improvements to the homepage and getting started guides, which now include a variety of new tutorials such as cross-platform library and web services to help you explore different technologies in Swift. You can also explore Swift packages on swift.org, which is integrated with swiftpackageindex.com. The Swift Package Index builds all of the packages for multiple Swift versions and platforms to help you pick the right package for your application. Additionally, the Swift community nominates packages for the community showcase each month, and you can participate by nominating your favorite packages on forums.swift.org.
For more details, you can refer to the session What’s new in Swift.

Customize feature discovery with TipKit
Focused on feature discovery, the TipKit framework makes it easy to display tips in your app. Now you can group tips so features are discovered in the ideal order, make tips reusable with custom tip identifiers, match the look and feel to your app, and sync tips using CloudKit. Learn how you can use the latest advances in TipKit to help people discover everything your app has to offer.

Unlock the power of places with MapKit
Discover powerful new ways to integrate maps into your apps and websites with MapKit and MapKit JS. Learn how to save and reference unique places using Place ID. Check out improvements to search that make it more efficient to find relevant places. Get introduced to the new Place Card API that lets you display rich information about places so customers can explore destinations right in your app. And, we’ll show you quick ways to embed maps in your website with our simplified token provisioning and Web Embed API.

Meet Swift Testing
Introducing Swift Testing: a new package for testing your code using Swift. Explore the building blocks of its powerful new API, discover how it can be applied in common testing workflows, and learn how it relates to XCTest and open source Swift.