Skip to content

Commit 3cec998

Browse files
authored
chore: add swift version support blurb in readme (#3709)
1 parent 4156bfb commit 3cec998

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
3838
> To use Amplify Swift with visionOS, you'll need to target the `visionos-preview` branch.
3939
> For more information, see [Platform Support](https://github.com/aws-amplify/amplify-swift/tree/visionos-preview#platform-support) on the `visionos-preview` branch.
4040
41+
### Swift Version Support
42+
43+
The current minimum supported Swift language version is **Swift 5.9**.
44+
45+
> [!NOTE]
46+
> The minimum Swift language version supported by Amplify Swift matches the version included in the minimum Xcode version allowed by Apple to upload apps to App Store Connect. Historically, Apple updates the minimum allowed Xcode version in April each year. You can expect Amplify Swift to update the minimum supported Swift version within the following 60 days. This is done to ensure Amplify Swift can provide modern Swift APIs and take advantage of Swift language improvements.
47+
4148
## Semantic versioning
4249

4350
We follow [semantic versioning](https://semver.org/) for our releases.
@@ -51,18 +58,18 @@ Applications that evaluate all members of an enumeration using a `switch` statem
5158

5259
## License
5360

54-
This library is licensed under the Apache 2.0 License.
61+
This library is licensed under the Apache 2.0 License.
5562

5663
## Installation
5764

5865
Amplify requires the following Xcode versions, according to the targeted platform:
5966

6067
| Platform | Xcode Version |
6168
| -------------:| ------------: |
62-
| iOS | 14.1+ |
63-
| macOS | 14.1+ |
64-
| tvOS | 14.3+ |
65-
| watchOS | 14.3+ |
69+
| iOS | 15.0+ |
70+
| macOS | 15.0+ |
71+
| tvOS | 15.0+ |
72+
| watchOS | 15.0+ |
6673
| visionOS | 15 beta 2+ |
6774

6875
| For more detailed instructions, follow the getting started guides in our [documentation site](https://docs.amplify.aws/lib/q/platform/ios) |

0 commit comments

Comments
 (0)