{"id":34595737,"url":"https://github.com/b9swift/ci-system","last_synced_at":"2026-04-07T23:31:32.983Z","repository":{"id":215961012,"uuid":"739586795","full_name":"b9swift/CI-System","owner":"b9swift","description":"CI Toolkit for Apple Development","archived":false,"fork":false,"pushed_at":"2025-09-06T08:01:59.000Z","size":120,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T23:10:07.630Z","etag":null,"topics":["checkstyle-xml-report","ci","github-actions","ios","macos","shell","xcode","xcodebuild","xcresult","xcresultbundle","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b9swift.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,"publiccode":null,"codemeta":null}},"created_at":"2024-01-05T23:47:04.000Z","updated_at":"2025-10-19T03:57:53.000Z","dependencies_parsed_at":"2024-06-12T17:34:58.901Z","dependency_job_id":null,"html_url":"https://github.com/b9swift/CI-System","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"203eedfef262f638d0e9b2d3939c4d71b60e6084"},"previous_names":["b9swift/ci-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/b9swift/CI-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b9swift%2FCI-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b9swift%2FCI-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b9swift%2FCI-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b9swift%2FCI-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b9swift","download_url":"https://codeload.github.com/b9swift/CI-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b9swift%2FCI-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["checkstyle-xml-report","ci","github-actions","ios","macos","shell","xcode","xcodebuild","xcresult","xcresultbundle","zsh"],"created_at":"2025-12-24T11:35:45.476Z","updated_at":"2026-04-07T23:31:32.978Z","avatar_url":"https://github.com/b9swift.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# B9CI - CI Toolkit for Apple Development\n\n[![CI](https://github.com/b9swift/CI-System/actions/workflows/ci.yml/badge.svg)](https://github.com/b9swift/CI-System/actions/workflows/ci.yml)\n\n## Tools\n\n### build-ios\n\nBuild an iOS target. This command is a redirect to [xcode-build](#xcode-build).\n\n### check-result\n\nThis tool parses the Xcode result bundle and performs certain actions. It can:\n\n* List build warnings and errors, including support for static analysis results.\n* Limit build warnings to a specified threshold.\n* Provide a view of issue category statistics.\n* Print a summary of the tests.\n* Export build issues to a checkstyle.xml report file.\n\nSee [command usage](https://github.com/b9swift/CI-System/blob/main/check-result#L10) for more details.\n\n### fetch-mr\n\nFetch merge request.\n\nEnvironment variables:\n\n* `CI_CHANGE_LIST_PATH`: Saves the list of changed files to this path.\n* `CI_GIT_MR_BRANCH`: The name of the merge request branch.\n\n### pod-install\n\nPerforms a smart CocoaPods installation.\n\nEnvironment variables:\n\n* `CI_POD_INSTALL_LOG_FILE`: Path to the log file. Default: `build/pod_install.log`\n\n### xcode-build\n\nBuild an Xcode project or workspace. This tool is a wrapper for the `xcodebuild` command.\n\nEnvironment variables:\n\n* Supports [xcCommand](#xcCommand) variables.\n* `CI_CHECK_STYLE_FILE`: Export checkstyle.xml to this path.\n* `XC_ANALYZE`, set to `true` or `1` to perform static analysis during the build. By default, this is disabled.\n\n## Common Variables\n\n### xcCommand\n\n\u003c!-- Link here: xccommand.sh --\u003e\n\nInputs environment variables:\n\n- `XC_WORKSPACE`, the path to the workspace file.\n- `XC_PROJECT`, the path to the project file.\n- `XC_SCHEME`, the name of the scheme.\n- `XC_CLEAN`, set to `true` or `1` to clean before executing the action.\n- `XC_CONFIGURATION`, build configuration, eg. `Debug`/`Release`/...\n- `XC_DERIVED_DATA`, the xcodebuild command derivedDataPath parameter, defaults to `build/DerivedData`, set to an empty string or `0` or `false` to disable customization.\n- `XC_DESTINATION`, target device, value can be the full parameter or supported abbreviations: `mac`, `ios`, `watchos`, `tvos`, `ios-simulator`, `watchos-simulator`, `tvos-simulator`. For simulator, it will auto select the latest available one.\n- `XC_DISABLE_CODE_SIGNING`, set to `true` or `1` to disable code signing.\n- `XC_RESULT_BUNDLE`, path to xcresult bundle.\n- `XC_LOG_FILE`, path to log file.\n- `XC_BEAUTIFY`, set to `true` or `1` to format output using xcbeautify.\n\n## Run Tests\n\n[shunit2](https://github.com/kward/shunit2) is required. You can install it via Homebrew.\n\n```zsh\n$ ./run_tests\n\n# or run a specific test\n$ shunit2 tests/test_lib_fundation.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb9swift%2Fci-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb9swift%2Fci-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb9swift%2Fci-system/lists"}