{"id":49821588,"url":"https://github.com/orchetect/swift-osc","last_synced_at":"2026-05-13T11:35:23.496Z","repository":{"id":45708766,"uuid":"298115203","full_name":"orchetect/swift-osc","owner":"orchetect","description":"Open Sound Control (OSC) toolkit written in Swift.","archived":false,"fork":false,"pushed_at":"2026-05-09T07:58:30.000Z","size":1489,"stargazers_count":139,"open_issues_count":5,"forks_count":14,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-05-09T09:32:49.875Z","etag":null,"topics":["android","ios","linux","macos","open-sound-control","opensoundcontrol","osc","swift6","tvos","visionos","watchos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orchetect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"orchetect"}},"created_at":"2020-09-23T23:06:27.000Z","updated_at":"2026-05-09T06:28:54.000Z","dependencies_parsed_at":"2025-05-19T09:06:57.016Z","dependency_job_id":"51826985-403f-46c5-a0dc-98decc51d69a","html_url":"https://github.com/orchetect/swift-osc","commit_stats":{"total_commits":388,"total_committers":3,"mean_commits":"129.33333333333334","dds":0.01804123711340211,"last_synced_commit":"e6c55ba249700cac69020a9b8260e4dc7d11afc4"},"previous_names":["orchetect/swift-osc"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/orchetect/swift-osc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orchetect","download_url":"https://codeload.github.com/orchetect/swift-osc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32980880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T11:31:52.688Z","status":"ssl_error","status_checked_at":"2026-05-13T11:31:52.072Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","ios","linux","macos","open-sound-control","opensoundcontrol","osc","swift6","tvos","visionos","watchos"],"created_at":"2026-05-13T11:35:11.518Z","updated_at":"2026-05-13T11:35:23.390Z","avatar_url":"https://github.com/orchetect.png","language":"Swift","funding_links":["https://github.com/sponsors/orchetect"],"categories":["Swift"],"sub_categories":[],"readme":"![SwiftOSC](Images/swift-osc-banner.png)\n\n# SwiftOSC\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2Fswift-osc%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/orchetect/swift-osc) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2Fswift-osc%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/orchetect/swift-osc) [![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/swift-osc/blob/main/LICENSE)\n\nOpen Sound Control ([OSC](https://opensoundcontrol.stanford.edu)) toolkit written in Swift for Apple platforms, Linux, and Android.\n\n- OSC address pattern matching and dispatch\n- Convenient OSC message value type masking, validation and strong-typing\n- Modular: use one of the [provided TCP/UDP network I/O layers](#Network-IO-Extension-Repositories), or implement your own\n- Support for custom OSC types\n- Supports Swift 6 strict concurrency\n- Fully unit tested\n- Full DocC documentation\n\n## Core Repository\n\nAll network I/O extension repositories depend on **SwiftOSC Core**. It provides value types, encoding/decoding logic and message dispatch abstractions.\n\n| Repository                                                   | macOS | iOS  | tvOS | visionOS | watchOS | Linux | Android | WASM  | Windows  |\n| :----------------------------------------------------------- | :---: | :--: | :--: | :------: | :-----: | :---: | :-----: | :---: | :------: |\n| [swift-osc-core](https://github.com/orchetect/swift-osc-core) |   🟢   |  🟢   |  🟢   |    🟢     |    🟢    |   🟢   |    🟢    | 🚧[^1] | Untested |\n\n## Network I/O Extension Repositories\n\nA limited number of network I/O backends are available, with more added in future on a needs-be basis.\n\n| Repository                                                   | I/O Backend          | macOS | iOS  | tvOS | visionOS | watchOS | Linux | Android | WASM | Windows |\n| :----------------------------------------------------------- | :------------------- | :---: | :--: | :--: | :------: | :-----: | :---: | :-----: | :--: | :-----: |\n| [swift-osc-io-cocoa](https://github.com/orchetect/swift-osc-io-cocoa) | CocoaAsyncSocket     |   🟢   |  🟢   |  🟢   |    🟢     |    -    |   -   |    -    |  -   |    -    |\n| [swift-osc-io-nio](https://github.com/orchetect/swift-osc-io-nio) | SwiftNIO *(default)* |   🟢   |  🟢   |  🟢   |    🟢     |    🟢    |   🟢   |    🟢    |  -   |    -    |\n\n[^1]: Support for indicated platforms is either planned or WIP.\n\n## Getting Started\n\nThe library and its extensions are available as Swift Package Manager (SPM) packages.\n\n### Entire Library (With Default Cross-platform Network I/O)\n\nTo get started with all extensions:\n\n1. Add the **swift-osc** umbrella repo as a dependency.\n\n   ```swift\n   .package(url: \"https://github.com/orchetect/swift-osc\", from: \"3.0.0\")\n   ```\n\n2. Add **SwiftOSC** to your target.\n\n   ```swift\n   .product(name: \"SwiftOSC\", package: \"swift-osc\")\n   ```\n\n3. Import **SwiftOSC** to use it. This will import the core module and default network I/O module.\n\n   ```swift\n   import SwiftOSC\n   ```\n\n4. See the [getting started guide](https://swiftpackageindex.com/orchetect/swift-osc/documentation) and the [code examples](https://github.com/orchetect/swift-osc-io-cocoa/tree/main/Examples) for the default network I/O module to see the library in action.\n\n### Individual Extensions\n\nTo use a specific network I/O module, use the respective I/O repository as a dependency instead of the **swift-osc** umbrella repository.\n\n## Documentation\n\nFull online documentation is available for all of the extension repositories. Check the README in each repository for a link to its documentation.\n\nFor new users, see the [getting started guide](https://swiftpackageindex.com/orchetect/swift-osc/documentation) and the [code examples](https://github.com/orchetect/swift-osc-io-cocoa/tree/main/Examples) for the default network I/O module to see the library in action.\n\n## Author\n\nCoded by a bunch of 🐹 hamsters in a trenchcoat that calls itself [@orchetect](https://github.com/orchetect).\n\n## License\n\nLicensed under the MIT license. See [LICENSE](LICENSE) for details.\n\n## Sponsoring\n\nIf you enjoy using SwiftOSC and want to contribute to open-source financially, GitHub sponsorship is much appreciated. Feedback and code contributions are also welcome.\n\n## Community \u0026 Support\n\nPlease do not email maintainers for technical support. Several options are available for issues and questions:\n\n- Questions and feature ideas can be posted to [Discussions](https://github.com/orchetect/swift-osc/discussions).\n- If an issue is a verifiable bug with reproducible steps it may be posted in [Issues](https://github.com/orchetect/swift-osc/issues).\n\n## Contributions\n\nContributions are welcome. Posting in [Discussions](https://github.com/orchetect/swift-osc/discussions) first prior to new submitting PRs for features or modifications is encouraged.\n\n## Code Quality \u0026 AI Contribution Policy\n\nIn an effort to maintain a consistent level of code quality and safety, this repository was built by hand and is maintained without the use of AI code generation.\n\nAI-assisted contributions are welcome, but must remain modest in scope, maintain the same degree of quality and care, and be thoroughly vetted before acceptance.\n\n## Legacy\n\nThis repository was previously a mono-repo known as **OSCKit**. In April of 2026 it was renamed **swift-osc** and I/O modules were split off into their own extension repositories.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchetect%2Fswift-osc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forchetect%2Fswift-osc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchetect%2Fswift-osc/lists"}