{"id":49821546,"url":"https://github.com/orchetect/swift-osc-core","last_synced_at":"2026-05-24T07:01:49.709Z","repository":{"id":354854505,"uuid":"1225088807","full_name":"orchetect/swift-osc-core","owner":"orchetect","description":"Cross-platform OSC encoding, decoding, and dispatch library written in Swift.","archived":false,"fork":false,"pushed_at":"2026-05-20T23:37:59.000Z","size":502,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-21T02:31:15.707Z","etag":null,"topics":["android","ios","linux","macos","open-sound-control","opensoundcontrol","osc","swift","swift6","visionos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":false,"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":"2026-04-29T23:58:13.000Z","updated_at":"2026-05-20T20:59:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/orchetect/swift-osc-core","commit_stats":null,"previous_names":["orchetect/swift-osc-core"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/orchetect/swift-osc-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orchetect","download_url":"https://codeload.github.com/orchetect/swift-osc-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchetect%2Fswift-osc-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33424573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","swift","swift6","visionos"],"created_at":"2026-05-13T11:35:06.255Z","updated_at":"2026-05-24T07:01:49.703Z","avatar_url":"https://github.com/orchetect.png","language":"Swift","funding_links":["https://github.com/sponsors/orchetect"],"categories":[],"sub_categories":[],"readme":"![SwiftOSC Core](Images/swift-osc-core-banner.png)\n\n# SwiftOSC Core\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2Fswift-osc-core%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/orchetect/swift-osc-core) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2Fswift-osc-core%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/orchetect/swift-osc-core) [![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/swift-osc-core/blob/main/LICENSE)\n\nCross-platform Open Sound Control ([OSC](https://opensoundcontrol.stanford.edu)) encoding, decoding, and dispatch library written in Swift.\n\nProvides core functionality for [SwiftOSC](https://github.com/orchetect/swift-osc).\n\n- OSC address pattern matching and dispatch\n- Convenient OSC message value type masking, validation and strong-typing\n- Support for custom OSC types\n- Modular: use one of the [provided TCP/UDP network I/O layers](https://github.com/orchetect/swift-osc), or implement your own\n- Supports Swift 6 strict concurrency\n- Fully unit tested\n- Full DocC documentation\n\n## Compatibility\n\n| macOS | iOS  | tvOS | visionOS | watchOS | Linux | Android | WASM  | Windows  |\n| :---: | :--: | :--: | :------: | :-----: | :---: | :-----: | :---: | :------: |\n|   🟢   |  🟢   |  🟢   |    🟢     |    🟢    |   🟢   |    🟢    | 🚧[^1] | Untested |\n\n[^1]: Support for indicated platforms is either planned or WIP.\n\n## Getting Started\n\nThis extension is available as a Swift Package Manager (SPM) package.\n\nTo use this extension as standalone dependency (instead of importing the **swift-osc** umbrella repository):\n\n1. Add the **swift-osc-core** repo as a dependency.\n\n   ```swift\n   .package(url: \"https://github.com/orchetect/swift-osc-core\", from: \"1.4.0\")\n   ```\n\n2. Add **SwiftOSCCore** to your target.\n\n   ```swift\n   .product(name: \"SwiftOSCCore\", package: \"swift-osc-core\")\n   ```\n\n3. Import **SwiftOSCCore** to use it.\n\n   ```swift\n   import SwiftOSCCore\n   ```\n\n## Documentation\n\nSee the [online documentation](https://swiftpackageindex.com/orchetect/swift-osc-core/documentation) for this repository. See one of the I/O extension repositories for example code.\n\nFor support, feature requests, and bug reports see the main [SwiftOSC](https://github.com/orchetect/swift-osc) repository.\n\n## Dependencies\n\n- [SwiftASCII](https://github.com/orchetect/SwiftASCII) is used for ASCII string and character formatting and validation.\n- [SwiftDataParsing](https://github.com/orchetect/swift-data-parsing) is used for message decoding.\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchetect%2Fswift-osc-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forchetect%2Fswift-osc-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchetect%2Fswift-osc-core/lists"}