Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Preview the Swift Build System Integration
# [6.3] Preview the Swift Build System Integration

Understand, use, and preview the next-generation build system for Package Manager.

@Metadata {
@Available("Swift", introduced: "6.3")
}

## Overview

Swift Package Manager is previewing a new build system [Swift Build](https://github.com/swiftlang/swift-build) as a replacement for the current native build system. This document outlines the current state of the preview, key differences, and known issues.
Expand Down
Loading