Foundation.Bundle package

Generated on 8/14/2024

1 search

The Foundation.Bundle package is part of the Swift Foundation, which has been rewritten from legacy C and Objective-C into modern, portable Swift. This transition aims to provide a more consistent, higher quality, and better-performing API across all platforms. The Swift Foundation is open source, inviting community contributions and an open evolution process for adding new APIs. This new implementation of Foundation first shipped in iOS and macOS last fall, and even Objective-C applications benefit from these improvements.

For more details on the Swift Foundation and its features, you can refer to the session What’s new in Swift (11:27).

Platforms State of the Union

Platforms State of the Union

Discover the newest advancements on Apple platforms.

A Swift Tour: Explore Swift’s features and design

A Swift Tour: Explore Swift’s features and design

Learn the essential features and design philosophy of the Swift programming language. We’ll explore how to model data, handle errors, use protocols, write concurrent code, and more while building up a Swift package that has a library, an HTTP server, and a command line client. Whether you’re just beginning your Swift journey or have been with us from the start, this talk will help you get the most out of the language.

What’s new in Swift

What’s new in Swift

Join us for an update on Swift. We’ll briefly go through a history of Swift over the past decade, and show you how the community has grown through workgroups, expanded the package ecosystem, and increased platform support. We’ll introduce you to a new language mode that achieves data-race safety by default, and a language subset that lets you run Swift on highly constrained systems. We’ll also explore some language updates including noncopyable types, typed throws, and improved C++ interoperability.

SwiftUI essentials

SwiftUI essentials

Join us on a tour of SwiftUI, Apple’s declarative user interface framework. Learn essential concepts for building apps in SwiftUI, like views, state variables, and layout. Discover the breadth of APIs for building fully featured experiences and crafting unique custom components. Whether you’re brand new to SwiftUI or an experienced developer, you’ll learn how to take advantage of what SwiftUI has to offer when building great apps.

Meet Swift Testing

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.