We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2e08f commit f0da567Copy full SHA for f0da567
.swift-version
@@ -1 +1 @@
1
-5.7
+5.9
Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version:5.7
+// swift-tools-version: 5.9
2
// (be sure to update the .swift-version file when this Swift version changes)
3
4
import PackageDescription
README.md
@@ -10,7 +10,7 @@ Open Sound Control ([OSC](https://opensoundcontrol.stanford.edu)) library for ma
10
- Convenient OSC message value type masking, validation and strong-typing
11
- Modular: use the provided UDP network layer by default, or use your own
12
- Support for custom OSC types
13
-- Supports Swift Concurrency
+- Supports Swift 6 strict concurrency
14
- Fully unit tested
15
- Full DocC documentation
16
0 commit comments