{"id":19206691,"url":"https://github.com/horothesun/concurrentarray","last_synced_at":"2026-05-13T21:35:08.205Z","repository":{"id":111717803,"uuid":"264277421","full_name":"horothesun/ConcurrentArray","owner":"horothesun","description":"Thread-safe Swift array.","archived":false,"fork":false,"pushed_at":"2020-12-20T00:56:51.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T06:44:07.045Z","etag":null,"topics":["array","github-actions","swift","swift-package","swift-package-manager","swiftpm","thread-safe","thread-safety","threadsafe"],"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/horothesun.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":"2020-05-15T19:10:22.000Z","updated_at":"2020-12-20T00:56:53.000Z","dependencies_parsed_at":"2023-03-13T05:00:22.936Z","dependency_job_id":null,"html_url":"https://github.com/horothesun/ConcurrentArray","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/horothesun/ConcurrentArray","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horothesun%2FConcurrentArray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horothesun%2FConcurrentArray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horothesun%2FConcurrentArray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horothesun%2FConcurrentArray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horothesun","download_url":"https://codeload.github.com/horothesun/ConcurrentArray/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horothesun%2FConcurrentArray/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33001223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":["array","github-actions","swift","swift-package","swift-package-manager","swiftpm","thread-safe","thread-safety","threadsafe"],"created_at":"2024-11-09T13:16:38.369Z","updated_at":"2026-05-13T21:35:08.188Z","avatar_url":"https://github.com/horothesun.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConcurrentArray\n\n[![CI Linux](https://github.com/horothesun/ConcurrentArray/workflows/CI%20Linux/badge.svg)](https://github.com/horothesun/ConcurrentArray/blob/master/.github/workflows/ci-linux.yml)\n[![CI macOS](https://github.com/horothesun/ConcurrentArray/workflows/CI%20macOS/badge.svg)](https://github.com/horothesun/ConcurrentArray/blob/master/.github/workflows/ci-macos.yml)\n[![codecov](https://codecov.io/gh/horothesun/ConcurrentArray/branch/master/graph/badge.svg?token=22HW3ASZZK)](https://codecov.io/gh/horothesun/ConcurrentArray)\n[![SwiftPM](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/)\n\nThread-safe Swift array.\n\n## Generate Xcode project\n\n```bash\nswift package generate-xcodeproj\n```\n\n## Testing\n\n### macOS\n\n```bash\nswift test\n```\n\n### Docker Linux\n\nIMPORTANT: regenerate Linux test list executing\n\n```bash\nswift test --generate-linuxmain\n```\n\nExecute on base `swift:5.2` image\n\n```bash\ndocker run --rm \\\n    --volume \"$(pwd):/package\" \\\n    --workdir '/package' \\\n    swift:5.2 \\\n    /bin/bash -c 'swift test'\n```\n\nor create a new image based on `Dockerfile` and run it\n\n```bash\ndocker build --tag concurrent-array .\ndocker run --rm concurrent-array\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorothesun%2Fconcurrentarray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorothesun%2Fconcurrentarray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorothesun%2Fconcurrentarray/lists"}