Skip to content

Commit e2f4572

Browse files
committed
bump swift requirement to 6.0
1 parent f23fdf4 commit e2f4572

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

Package.resolved

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.10
1+
// swift-tools-version: 6.0
22

33
import PackageDescription
44

@@ -74,5 +74,5 @@ let package = Package(
7474
name: "OpenAPIKitCompatTests",
7575
dependencies: ["OpenAPIKitCompat"])
7676
],
77-
swiftLanguageVersions: [ .v5 ]
77+
swiftLanguageModes: [ .v5, .v6 ]
7878
)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![sswg:sandbox|94x20](https://img.shields.io/badge/sswg-sandbox-lightgrey.svg)](https://github.com/swift-server/sswg/blob/master/process/incubation.md#sandbox-level) [![Swift 5.10+](http://img.shields.io/badge/Swift-5.10+-blue.svg)](https://swift.org)
1+
[![sswg:sandbox|94x20](https://img.shields.io/badge/sswg-sandbox-lightgrey.svg)](https://github.com/swift-server/sswg/blob/master/process/incubation.md#sandbox-level) [![Swift 6.0+](http://img.shields.io/badge/Swift-6.0+-blue.svg)](https://swift.org)
22

33
[![MIT license](http://img.shields.io/badge/license-MIT-lightgrey.svg)](http://opensource.org/licenses/MIT) ![Tests](https://github.com/mattpolzin/OpenAPIKit/actions/workflows/tests.yml/badge.svg?branch=main)
44

@@ -16,9 +16,9 @@ versions and key features are supported by which OpenAPIKit versions.
1616

1717
| OpenAPIKit | Swift | OpenAPI v3.0, v3.1 | External Dereferencing & Sendable | OpenAPI v3.2 |
1818
|------------|-------|--------------------|-----------------------------------|--------------|
19-
| v3.x | 5.1+ || | |
2019
| v4.x | 5.8+ ||| |
2120
| v5.x | 5.10+ ||||
21+
| v6.x | 6.0+ ||||
2222

2323
- [Usage](#usage)
2424
- [Migration](#migration)

0 commit comments

Comments
 (0)