{"id":7950104,"name":"sergeysova/xcodebuild-action","ecosystem":"actions","description":"Runs xcodebuild e.g. to run tests.","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/sergeysova/xcodebuild-action","keywords_array":[],"namespace":"sergeysova","versions_count":2,"first_release_published_at":"2023-07-18T18:04:51.000Z","latest_release_published_at":"2023-07-26T17:00:51.000Z","latest_release_number":"v2.1.0","last_synced_at":"2026-03-15T08:21:23.735Z","created_at":"2023-07-18T20:09:14.115Z","updated_at":"2026-03-15T08:21:23.735Z","registry_url":"https://github.com/sergeysova/xcodebuild-action","install_command":null,"documentation_url":null,"metadata":{"name":"Xcodebuild CLI","description":"Runs xcodebuild e.g. to run tests.","author":"Sergey Sova (fork)","inputs":{"workspace":{"description":"The path to the xcworkspace to build. Mutually exclusive with `project` and `spm-package`. See also `xcodebuild`'s `-workspace`.","required":false},"project":{"description":"The path to the xcodeproj to build. Mutually exclusive with `workspace` and `spm-package`. See also `xcodebuild`'s `-project`.","required":false},"spm-package":{"description":"The path to the SPM package (folder containing Package.swift) to build. Mutually exclusive with `workspace` and `project`.","required":false},"scheme":{"description":"The scheme to build. Required when using a workspace. See also `xcodebuild`'s `-scheme`.","required":false},"target":{"description":"The target to build. See also `xcodebuild`'s `-target`.","required":false},"destination":{"description":"The destination specifier to build. See also `xcodebuild`'s `-destination`.","required":false},"configuration":{"description":"The configuration to build. See also `xcodebuild`'s `-configuration`.","required":false},"sdk":{"description":"The SDK to use for building. See also `xcodebuild`'s `-sdk`.","required":false},"arch":{"description":"The architecture to use for building. See also `xcodebuild`'s `-arch`.","required":false},"xcconfig":{"description":"The path to an xcconfig file with build settings overrides. See also `xcodebuild`'s `-xcconfig`.","required":false},"jobs":{"description":"The number of jobs to use for building. See also `xcodebuild`'s `-jobs`.","required":false},"code-sign-identity":{"description":"Identifier. Specifies the name of a code signing identity.","required":false},"code-signing-required":{"description":"true or false for code signing","required":false},"parallelize-targets":{"description":"If `true`, the targets will be built in parallel. See also `xcodebuild`'s `-parallelizeTargets`.","required":false},"enable-code-coverage":{"description":"If `true`, code coverage is enabled while testing. See also `xcodebuild`'s `-enableCodeCoverage`.","required":false},"parallel-testing-enabled":{"description":"If `true`, tests are executed in parallel. See also `xcodebuild`'s `-parallel-testing-enabled`.","required":false},"maximum-concurrent-test-device-destinations":{"description":"The maximum number of device destinations to run in parallel. See also `xcodebuild`'s `-maximum-concurrent-test-device-destinations`.","required":false},"maximum-concurrent-test-simulator-destinations":{"description":"The maximum number of simulator destinations to run in parallel. See also `xcodebuild`'s `-maximum-concurrent-test-simulator-destinations`.","required":false},"quiet":{"description":"If `true`, xcodebuild won't print anything except warnings and errors. See also `xcodebuild`'s `-quiet`.","required":false},"hide-shell-script-environment":{"description":"If `true`, xcodebuild won't print the environment for shell build scripts. See also `xcodebuild`'s `-hideShellScriptEnvironment`.","required":false},"enable-address-sanitizer":{"description":"Whether the address sanitizer should be enabled. See also `xcodebuild`'s `-enableAddressSanitizer`.","required":false},"enable-thread-sanitizer":{"description":"Whether the thread sanitizer should be enabled. See also `xcodebuild`'s `-enableThreadSanitizer`.","required":false},"enable-undefined-behavior-sanitizer":{"description":"Whether the undefined behavior sanitizer should be enabled. See also `xcodebuild`'s `-enableUndefinedBehaviorSanitizer`.","required":false},"result-bundle-path":{"description":"The path that should be used for the result bundle. See also `xcodebuild`'s `-resultBundlePath`.","required":false},"archive-path":{"description":"Specifies the path for the archive produced by the archive action","required":false},"result-bundle-version":{"description":"The version that should be used for the result bundle. See also `xcodebuild`'s `-resultBundleVersion`.","required":false},"cloned-source-packages-path":{"description":"The path that should be used for the cloning of remote packages. See also `xcodebuild`'s `-clonedSourcePackagesDirPath`.","required":false},"derived-data-path":{"description":"The path that should be used for derived data. See also `xcodebuild`'s `-derivedDataPath`.","required":false},"xcroot":{"description":"The path to a .xcroot to use for building and/or testing. See also `xcodebuild`'s `-xcroot`.","required":false},"xctestrun":{"description":"The path to a test run specification. See also `xcodebuild`'s `-xctestrun`.","required":false},"test-plan":{"description":"The name of the test plan associated with the scheme to use for testing. See also `xcodebuild`'s `-testPlan`.","required":false},"only-testing":{"description":"A (line-separated) list of tests to run. See also `xcodebuild`'s `-only-testing`.","required":false},"skip-testing":{"description":"A (line-separated) list of tests to skip. See also `xcodebuild`'s `-skip-testing`.","required":false},"skip-unavailable-actions":{"description":"Whether unavailable actions should be skipped instead of failing the execution. See also `xcodebuild`'s `-skipUnavailableActions`.","required":false},"allow-provisioning-updates":{"description":"Whether provisioning updates are allowed. See also `xcodebuild`'s `-allowProvisioningUpdates`.","required":false},"allow-provisioning-device-registration":{"description":"Whether provisioning device registrations are allowed. See also `xcodebuild`'s `-allowProvisioningDeviceRegistration`.","required":false},"build-settings":{"description":"Arbitrary, space separated build settings (e.g. PLATFORM_NAME=iphonesimulator).","required":false},"action":{"description":"The action to perform (e.g. build, test, ...). Can also contain multiple actions.","required":true,"default":"test"},"use-xcpretty":{"description":"Whether the output of xcodebuild should be forwarded to xcpretty.","required":true,"default":"true"},"xcpretty-colored-output":{"description":"Whether xcpretty should use colored output (e.g. `xcpretty --color`).","required":true,"default":"true"},"dry-run":{"description":"\u003cTEST ONLY\u003e Whether the commands should only be composed and not actually run. Only used in test.","required":false}},"outputs":{"unprocessed-command":{"description":"The unprocessed command from which the executed command was resolved. E.g. paths are not resolved in this one."},"executed-command":{"description":"The command that was executed."}},"runs":{"using":"node16","main":"dist/index.js"},"branding":{"color":"blue","icon":"check-square"},"default_branch":"master","path":null},"repo_metadata":{"id":182108587,"uuid":"667967378","full_name":"sergeysova/xcodebuild-action","owner":"sergeysova","description":"A GitHub action that runs xcodebuild","archived":false,"fork":true,"pushed_at":"2023-07-26T17:05:36.000Z","size":257,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T02:00:03.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sersoft-gmbh/xcodebuild-action","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergeysova.png","metadata":{},"created_at":"2023-07-18T17:52:18.000Z","updated_at":"2025-10-04T01:09:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sergeysova/xcodebuild-action","commit_stats":null,"previous_names":["sergeysova/xcodebuild-action"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sergeysova/xcodebuild-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeysova","download_url":"https://codeload.github.com/sergeysova/xcodebuild-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action/sbom","scorecard":{"id":812323,"data":{"date":"2025-08-11","repo":{"name":"github.com/sergeysova/xcodebuild-action","commit":"a3107e6fdc2b3ea41b76ae6e7cb57a91c5bb6b40"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tag-update.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tag-update.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tag-update.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tag-update.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:555: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:559: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:95: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:98: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:140: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:375: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:379: update your workflow using https://app.stepsecurity.io/secureworkflow/sergeysova/xcodebuild-action/tests.yml/master?enable=pin","Info:   0 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:18","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:19","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/enable-auto-merge.yml:6","Warn: no topLevel permission defined: .github/workflows/tag-update.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":10,"reason":"SAST tool detected: CodeQL","details":["Info: SAST configuration detected: CodeQL","Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-23T13:28:18.858Z","repository_id":182108587,"created_at":"2025-08-23T13:28:18.858Z","updated_at":"2025-08-23T13:28:18.858Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005039,"owners_count":26083827,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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"},"owner_record":{"login":"sergeysova","name":"Sova","uuid":"5620073","kind":"user","description":"I am\r\n🎙 Publishing podcast about frontend\r\n🦀 Writing Rust for my own","email":"","website":"https://sergeysova.com","location":null,"twitter":"sergeysova","company":"@effector ","icon_url":"https://avatars.githubusercontent.com/u/5620073?u=2de1373d1270f2ebdf29b3f9d9d38e4b27add92c\u0026v=4","repositories_count":264,"last_synced_at":"2025-10-09T01:58:06.987Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sergeysova","funding_links":["https://github.com/sponsors/sergeysova"],"total_stars":1036,"followers":581,"following":185,"created_at":"2022-11-02T16:50:50.029Z","updated_at":"2025-10-09T01:58:06.987Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeysova","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeysova/repositories"},"tags":[{"name":"v2.1.0","sha":"265013428641264c5019559fa174bb459101f0b9","kind":"commit","published_at":"2023-07-26T17:00:51.000Z","download_url":"https://codeload.github.com/sergeysova/xcodebuild-action/tar.gz/v2.1.0","html_url":"https://github.com/sergeysova/xcodebuild-action/releases/tag/v2.1.0","dependencies_parsed_at":"2023-07-29T04:44:23.003Z","dependency_job_id":null,"purl":"pkg:github/sergeysova/xcodebuild-action@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"80418a838ca18b589cf339131b7f3c317633a880","kind":"commit","published_at":"2023-07-18T18:04:51.000Z","download_url":"https://codeload.github.com/sergeysova/xcodebuild-action/tar.gz/v2.0.0","html_url":"https://github.com/sergeysova/xcodebuild-action/releases/tag/v2.0.0","dependencies_parsed_at":"2023-07-20T14:15:54.460Z","dependency_job_id":null,"purl":"pkg:github/sergeysova/xcodebuild-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fxcodebuild-action/tags/v2.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-10T19:14:15.367Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.756773886864206,"dependent_packages_count":0.0,"stargazers_count":48.261765171922036,"forks_count":35.11012517826018,"docker_downloads_count":null,"average":27.032166059261606},"purl":"pkg:githubactions/sergeysova/xcodebuild-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/sergeysova/xcodebuild-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/sergeysova/xcodebuild-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/sergeysova/xcodebuild-action/dependencies","status":null,"funding_links":["https://github.com/sponsors/sergeysova"],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sergeysova%2Fxcodebuild-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sergeysova%2Fxcodebuild-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sergeysova%2Fxcodebuild-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sergeysova%2Fxcodebuild-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sergeysova%2Fxcodebuild-action/codemeta","maintainers":[]}