Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,304 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in apple/swift-package-manager that received 20 comments
Cleanup PackageModel Module
Following up on #2970, this PR seeks to make code in the PackageModel module more understandable by extracting some standalone types into separate …
- Refactor SwiftPMConfig
- Replace PackageGraphRoot.PackageDependency with PackageDependencyDescription
- Move InMemoryGitRepository to SPMTestSupport
- Rename SwiftPMConfig to DependencyMirrors
- Cleanup PackageGraph Module
- Remove 'try XCTSkip()' from functional tests
- Cleanup Workspace Module
- Add Swift package registry specification