Skip to content

Commit a8a3916

Browse files
committed
chore: update to Swift 6 and adjust platform requirements
1 parent 3305690 commit a8a3916

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ SwiftDevKit provides powerful text processing tools for common string manipulati
6565

6666
## Requirements
6767

68-
- iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+
68+
- iOS 16.0+ / macOS 13.0+ / tvOS 16.0+ / watchOS 9.0+
6969
- Xcode 16.0+
70-
- Swift 5.9+
70+
- Swift 6.0+
7171

7272
## Installation
7373

Sources/SwiftDevKit/Documentation.docc/GettingStarted.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Learn how to use SwiftDevKit's powerful features for text processing, time utili
44

55
## Overview
66

7-
SwiftDevKit provides a comprehensive set of tools for common development tasks, including string manipulation, time handling, and various data conversion utilities.
7+
SwiftDevKit provides a comprehensive set of tools for common development tasks, including string manipulation, time handling, and various data conversion utilities. Built with Swift 6's latest features, it offers a modern, safe, and efficient development experience.
88

99
## Requirements
1010

11-
- iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+
11+
- iOS 16.0+ / macOS 13.0+ / tvOS 16.0+ / watchOS 9.0+
1212
- Xcode 16.0+
13-
- Swift 5.9+
13+
- Swift 6.0+
1414

1515
## Basic Setup
1616

1717
Add SwiftDevKit to your project using Swift Package Manager:
1818

1919
```swift
2020
dependencies: [
21-
.package(url: "https://github.com/owdax/SwiftDevKit.git", from: "1.0.0")
21+
.package(url: "https://github.com/owdax/SwiftDevKit.git", from: "0.1.0-beta.1")
2222
]
2323
```
2424

Sources/SwiftDevKit/Documentation.docc/SwiftDevKit.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ A comprehensive Swift SDK providing a rich collection of developer tools and uti
44

55
## Overview
66

7-
SwiftDevKit aims to be your go-to toolkit for common development tasks, offering a wide range of functionalities from data conversion to code generation. Think of it as your Swiss Army knife for Swift development - all the tools you need, right in your native environment.
7+
SwiftDevKit aims to be your go-to toolkit for common development tasks, offering a wide range of functionalities from data conversion to code generation. Built with Swift 6 and leveraging the latest platform features, it provides a modern, safe, and efficient development experience.
8+
9+
### Requirements
10+
11+
- iOS 16.0+ / macOS 13.0+ / tvOS 16.0+ / watchOS 9.0+
12+
- Xcode 16.0+
13+
- Swift 6.0+
814

915
### Key Features
1016

0 commit comments

Comments
 (0)