What's Next?
What's Next
You now know the core of Swift. Here are the natural next steps:
- SwiftUI — Apple's declarative UI framework for building apps across iOS, macOS, watchOS, and tvOS.
- Combine — Swift's reactive framework for handling async events and data streams.
- Swift Concurrency —
async/awaitand actors for safe, structured concurrency. - Swift on Server — frameworks like Vapor and Hummingbird bring Swift to backend development.
- Swift Packages — the Swift Package Manager for sharing reusable code.
Resources
- Swift.org Documentation — the official Swift language guide and reference.
- The Swift Programming Language — the free, official book by Apple.
- Hacking with Swift — practical Swift tutorials and projects.
- Swift by Sundell — articles and podcasts on Swift best practices.