{"id":16939889,"url":"https://github.com/ffried/swift-cross-compilation-sdk-bundles","last_synced_at":"2026-01-16T09:30:20.926Z","repository":{"id":209317518,"uuid":"723700709","full_name":"ffried/swift-cross-compilation-sdk-bundles","owner":"ffried","description":"Stores cross compilation sdk bundles aligned with Swift releases","archived":true,"fork":false,"pushed_at":"2024-10-07T14:44:03.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T02:52:10.822Z","etag":null,"topics":["cross-compilation","swift"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ffried.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-11-26T14:03:14.000Z","updated_at":"2024-10-07T14:44:25.000Z","dependencies_parsed_at":"2023-12-13T09:46:15.823Z","dependency_job_id":null,"html_url":"https://github.com/ffried/swift-cross-compilation-sdk-bundles","commit_stats":null,"previous_names":["ffried/swift-cross-compilation-sdk-bundles"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffried%2Fswift-cross-compilation-sdk-bundles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffried%2Fswift-cross-compilation-sdk-bundles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffried%2Fswift-cross-compilation-sdk-bundles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffried%2Fswift-cross-compilation-sdk-bundles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffried","download_url":"https://codeload.github.com/ffried/swift-cross-compilation-sdk-bundles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239757444,"owners_count":19691866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cross-compilation","swift"],"created_at":"2024-10-13T21:05:45.292Z","updated_at":"2026-01-16T09:30:20.842Z","avatar_url":"https://github.com/ffried.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swift Cross-compilation SDK bundles\n\n## ARCHIVE\n\nNote that since the release of the [Swift Static Linux SDK](https://www.swift.org/documentation/articles/static-linux-getting-started.html), this repository is archived.\n\n## Original Description\n\nStores cross compilation sdk bundles aligned with Swift releases.\nA release is created for each Swift release. The assets on the release contain the SDK bundles.\n\nThe bundles are created using the [Swift SDK Generator](https://github.com/apple/swift-sdk-generator) tool.\n\nTo install a (existing) bundle, use the following GitHub action:\n\n```yaml\n- uses: ffried/swift-cross-compilation-sdk-bundles/actions/setup@main\n  id: install-sdk\n  with:\n    swift-version: 5.9.1\n    host-os: macos # must be macos\n    host-os-version: 13\n    host-arch: x86_64 # or arm64\n    target-os: ubuntu\n    target-os-version: '22.04'\n    target-arch: x86_64 # or arm64\n```\n\nThe output named `sdk-bundle-name` can be used for running builds with the SDK:\n\n```yaml\n- name: Build using SDK\n  env:\n    SDK_BUNDLE: ${{ steps.install-sdk.outputs.sdk-bundle-name }}\n  run: swift build --experimental-swift-sdk \"${SDK_BUNDLE}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffried%2Fswift-cross-compilation-sdk-bundles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffried%2Fswift-cross-compilation-sdk-bundles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffried%2Fswift-cross-compilation-sdk-bundles/lists"}