{"id":20711113,"url":"https://github.com/cypherpoet/xcteststarterkit","last_synced_at":"2026-06-05T10:31:33.793Z","repository":{"id":63907274,"uuid":"342124467","full_name":"CypherPoet/XCTestStarterKit","owner":"CypherPoet","description":"Lightweight Starter Utilities for Swift project testing with XCTest ","archived":false,"fork":false,"pushed_at":"2021-06-20T20:30:14.000Z","size":4499,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T09:46:40.826Z","etag":null,"topics":["swift","swift-packages","swift-testing","tdd","testing","xctest"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CypherPoet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://tippin.me/@cypher_poet"]}},"created_at":"2021-02-25T04:38:59.000Z","updated_at":"2022-05-07T18:26:52.000Z","dependencies_parsed_at":"2022-11-28T22:49:55.702Z","dependency_job_id":null,"html_url":"https://github.com/CypherPoet/XCTestStarterKit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"CypherPoet/swift-package-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherPoet%2FXCTestStarterKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherPoet%2FXCTestStarterKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherPoet%2FXCTestStarterKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CypherPoet%2FXCTestStarterKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CypherPoet","download_url":"https://codeload.github.com/CypherPoet/XCTestStarterKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242981927,"owners_count":20216503,"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":["swift","swift-packages","swift-testing","tdd","testing","xctest"],"created_at":"2024-11-17T02:14:05.764Z","updated_at":"2025-03-11T06:21:50.682Z","avatar_url":"https://github.com/CypherPoet.png","language":"Swift","funding_links":["https://tippin.me/@cypher_poet"],"categories":[],"sub_categories":[],"readme":"# XCTestStarterKit\n\n\u003c!-- Header Logo --\u003e\n\n\u003cdiv align=\"center\"\u003e\n   \u003cimg width=\"420px\" src=\"./Resources/Assets/Logo/Transparent@3x.png\" alt=\"Banner Logo\"\u003e\n\u003c/div\u003e\n\n\n\u003c!-- Badges --\u003e\n\n\u003cp\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Swift-5.4-F06C33.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/iOS-14.0+-865EFC.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/iPadOS-14.0+-F65EFC.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/macOS-11.0+-179AC8.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/tvOS-14.0+-41465B.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/watchOS-7.0+-1FD67A.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" /\u003e\n    \u003cimg src=\"https://github.com/CypherPoet/XCTestStarterKit/workflows/Build%20\u0026%20Test/badge.svg\" /\u003e\n    \u003ca href=\"https://github.com/apple/swift-package-manager\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://twitter.com/cypher_poet\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Contact-@cypher_poet-lightgrey.svg?style=flat\" alt=\"Twitter: @cypher_poet\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n\n_Lightweight starter utilities for Swift project testing with XCTest._\n\n\u003cp /\u003e\n\n\n\n## Installation\n\n### Xcode Projects\n\nSelect `File` -\u003e `Swift Packages` -\u003e `Add Package Dependency` and enter `https://github.com/CypherPoet/XCTestStarterKit`.\n\n\n### Swift Package Manager Projects\n\nYou can add `XCTestStarterKit` as a package dependency in your `Package.swift` file:\n\n```swift\nlet package = Package(\n    //...\n    dependencies: [\n        .package(url: \"https://github.com/CypherPoet/XCTestStarterKit\", .exact(\"0.0.3\")),\n    ],\n    //...\n)\n```\n\nFrom there, refer to `XCTestStarterKit` as a \"target dependency\" in any of _your_ package's targets that need it. (This will likely be a test target.)\n\n```swift\ntargets: [\n    .testTarget(\n        name: \"YourProjectTests\",\n        dependencies: [\n            \"YourProject\",\n            \"XCTestStarterKit\",\n        ],\n        path: \"Tests/\",\n    ...\n]\n```\n\nThen simply `import XCTestStarterKit` wherever you’d like to use it.\n\n\n\u003c!-- ## Usage --\u003e\n\n\n## Contributing\n\nContributions to `XCTestStarterKit` are most welcome. Check out some of the [issue templates](./.github/ISSUE_TEMPLATE/) for more info.\n\n\n\n## 💻 Developing\n\n### Requirements\n\n- Xcode 12.5+ (Recommended)\n\n\n### 📜 Generating Documentation\n\nDocumentation is generated by [Jazzy](https://github.com/realm/jazzy). Installation instructions can be found [here](https://github.com/realm/jazzy#installation), and as soon as you have it set up, docs can be generated simply by running `jazzy` from the command line.\n\n📝 Note that this will only generate the `docs` folder for you to view locally. This folder is being ignored by `git`, as an [action](./.github/workflows/PublishDocumentation.yml) exists to automatically generate docs at the root level and serve them on the project's `gh-pages` branch.\n\n\n\n## 🏷 License\n\n`XCTestStarterKit` is available under the MIT license. See the [LICENSE file](./LICENSE) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcypherpoet%2Fxcteststarterkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcypherpoet%2Fxcteststarterkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcypherpoet%2Fxcteststarterkit/lists"}