Skip to content

Commit 8be2ba9

Browse files
committed
Drop support for Swift 5.6
Clients who cannot upgrade their toolchain yet will continue to work with Swift Atomics 1.1. List of currently supported Swift releases: - Swift 5.9 release series - Swift 5.8 release series - Swift 5.7 release series We also aim to support building and using swift-atomics on developer snapshots of Swift’s active branches (release/5.10 and main).
1 parent 8e18576 commit 8be2ba9

File tree

3 files changed

+2
-89
lines changed

3 files changed

+2
-89
lines changed

[email protected]

Lines changed: 0 additions & 87 deletions
This file was deleted.

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.7
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the Swift.org open source project

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.7
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the Swift.org open source project

0 commit comments

Comments
 (0)