Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
swiftlang
/
swift-package-manager
Public
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
1.4k
Star
10k
Code
Issues
975
Pull requests
152
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Security
Insights
Code
Async git repository opening
#8721
Code
Merged
plemarquand
merged 11 commits into
swiftlang:main
swiftlang/swift-package-manager:main
from
plemarquand:async-repository-open
plemarquand/swift-package-manager:async-repository-open
Copy head branch name to clipboard
Jun 9, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Async git repository opening
#8721
plemarquand
merged 11 commits into
swiftlang:main
swiftlang/swift-package-manager:main
from
plemarquand:async-repository-open
plemarquand/swift-package-manager:async-repository-open
Copy head branch name to clipboard
Commits
Commits on May 24, 2025
Async git repository opening
Show description for 4783fca
plemarquand
committed
4783fca
Copy full SHA for 4783fca
Commits on May 25, 2025
Use AsyncOperationQueue from swift-build
plemarquand
committed
c88e9c0
Copy full SHA for c88e9c0
Commits on May 27, 2025
Handle cancellation in `AsyncOperaionQueue`
plemarquand
committed
87395c4
Copy full SHA for 87395c4
Address comments
plemarquand
committed
de316cc
Copy full SHA for de316cc
Commits on May 28, 2025
Proper queue instead of FIFO, properly handle next task to run being in .creating state
plemarquand
committed
865551f
Copy full SHA for 865551f
Commits on May 29, 2025
Fixup active task count
plemarquand
committed
647e955
Copy full SHA for 647e955
Ensure immediately cancelled tasks are removed
plemarquand
committed
1859b03
Copy full SHA for 1859b03
Commits on Jun 1, 2025
Single lock in waitIfNeeded setup
plemarquand
committed
aa16f9e
Copy full SHA for aa16f9e
Commits on Jun 2, 2025
Remove counter state, store all tasks in waitingTasks
plemarquand
committed
d821730
Copy full SHA for d821730
Cleanup comment
plemarquand
committed
aac0a6a
Copy full SHA for aac0a6a
Commits on Jun 3, 2025
Remove Sendable requirement on operation arg
plemarquand
committed
03cc553
Copy full SHA for 03cc553
You can’t perform that action at this time.