https://github.com/wendylabsinc/wendy-swift-tools
Edge needs custom swift SDKs. This repo will host those releases
https://github.com/wendylabsinc/wendy-swift-tools
edge edge-computing iot jetson nvidia raspberry-pi swift
Last synced: 3 months ago
JSON representation
Edge needs custom swift SDKs. This repo will host those releases
- Host: GitHub
- URL: https://github.com/wendylabsinc/wendy-swift-tools
- Owner: wendylabsinc
- Created: 2025-05-01T23:07:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-21T01:02:24.000Z (3 months ago)
- Last Synced: 2026-04-21T03:02:33.706Z (3 months ago)
- Topics: edge, edge-computing, iot, jetson, nvidia, raspberry-pi, swift
- Homepage: https://wendy.sh/docs/
- Size: 22.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wendy-swift-tools
Automated glibc-based Swift Linux SDK bundles for wendyos, targeting Debian 12.
Built from [swift-sdk-generator](https://github.com/swiftlang/swift-sdk-generator). A new SDK is published automatically whenever a new Swift.org stable release is detected.
## Releases
Each [release](https://github.com/wendylabsinc/wendy-swift-tools/releases) corresponds to a Swift.org stable release and contains two artifact bundles:
- `X.Y.Z-RELEASE_wendyos_aarch64.artifactbundle.zip`
- `X.Y.Z-RELEASE_wendyos_x86_64.artifactbundle.zip`
## Usage
Install a bundle with the Swift experimental SDK command:
```bash
swift experimental-sdk install \
https://github.com/wendylabsinc/wendy-swift-tools/releases/download/X.Y.Z-RELEASE/X.Y.Z-RELEASE_wendyos_aarch64.artifactbundle.zip
```
Replace `X.Y.Z` with the desired Swift version (e.g. `6.3.0`).