{"id":32146722,"url":"https://github.com/securevale/swift-confidential-plugin","last_synced_at":"2026-01-22T00:17:46.467Z","repository":{"id":63920484,"uuid":"510134049","full_name":"securevale/swift-confidential-plugin","owner":"securevale","description":"Swift Package Manager build tool plugin for Swift Confidential.","archived":false,"fork":false,"pushed_at":"2025-09-18T16:34:12.000Z","size":38,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-21T08:40:53.383Z","etag":null,"topics":["ios","literals","obfuscation","spm-plugin","swift","swiftpm"],"latest_commit_sha":null,"homepage":"https://securevale.blog/open-source","language":"Swift","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/securevale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-07-03T20:57:58.000Z","updated_at":"2025-10-19T15:49:11.000Z","dependencies_parsed_at":"2023-12-29T22:48:26.013Z","dependency_job_id":"5e1f7a2a-8365-4651-b832-9574097e5b58","html_url":"https://github.com/securevale/swift-confidential-plugin","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"d961fc0c49faeb7a99f2b440c307e7919fea514a"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/securevale/swift-confidential-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securevale%2Fswift-confidential-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securevale%2Fswift-confidential-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securevale%2Fswift-confidential-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securevale%2Fswift-confidential-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/securevale","download_url":"https://codeload.github.com/securevale/swift-confidential-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securevale%2Fswift-confidential-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28647980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ios","literals","obfuscation","spm-plugin","swift","swiftpm"],"created_at":"2025-10-21T08:24:00.274Z","updated_at":"2026-01-22T00:17:46.460Z","avatar_url":"https://github.com/securevale.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swift Confidential Plugin\n\n[![CI](https://github.com/securevale/swift-confidential-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/securevale/swift-confidential-plugin/actions/workflows/ci.yml)\n[![Swift](https://img.shields.io/badge/Swift-6.2%20%7C%206.1%20%7C%206.0-red)](https://www.swift.org/download)\n\nA Swift Package Manager build tool plugin that supports obfuscating Swift literals embedded in libraries and executables.\n\n## Usage\n\nPlease see the [Swift Confidential documentation](https://github.com/securevale/swift-confidential/#advanced-usage) for more detailed usage instructions.\n\n### Adding the plugin as a dependency\n\nYou can use this plugin with both SwiftPM and Xcode targets, depending on your needs. Please see the relevant section below for detailed installation instructions.\n\n#### SwiftPM\n\nTo use the Swift Confidential plugin with your SwiftPM target, add it to the package's dependencies and then to your target's plugins:\n\n```swift\n// swift-tools-version: 6.0\n\nimport PackageDescription\n\nlet package = Package(\n    // name, platforms, products, etc.\n    dependencies: [\n        // other dependencies\n        .package(url: \"https://github.com/securevale/swift-confidential-plugin.git\", .upToNextMinor(from: \"0.5.0\"))\n    ],\n    targets: [\n        .target(\n            // name, dependencies, resources, etc.\n            plugins: [\n                // other plugins\n                .plugin(name: \"Confidential\", package: \"swift-confidential-plugin\")\n            ]\n        )\n    ]\n)\n```\n\n#### Xcode\n\nTo use the Swift Confidential plugin directly with your Xcode target:\n\n* Add `swift-confidential-plugin` package to your Xcode project. Please refer to the [official documentation](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app) for step-by-step instructions on how to add package dependencies.\n* Then, navigate to your target’s `Build Phases` pane, and in the `Run Build Tool Plug-ins` section, click the `+` button, select the `Confidential` plugin, and click the `Add` button.\n\n\u003e [!IMPORTANT]  \n\u003e Due to the limitations of XcodeProjectPlugin API, the [`confidential.yml` configuration file](https://github.com/securevale/swift-confidential#configuration) must be located in the Xcode project's top-level directory, meaning that you cannot create distinct sets of secret literals for different Xcode targets. Hopefully, this behavior will be improved in the future.\n\n## Versioning\n\nThis project follows [semantic versioning](https://semver.org/). The plugin's releases are synced with [Swift Confidential releases](https://github.com/securevale/swift-confidential/releases).\n\n## License\n\nThis plugin is released under Apache License v2.0 with Runtime Library Exception. \nPlease see [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecurevale%2Fswift-confidential-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecurevale%2Fswift-confidential-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecurevale%2Fswift-confidential-plugin/lists"}