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 }}
godaccess
/
swift-package-manager
Public
forked from
swiftlang/swift-package-manager
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 12, 2016
Merge pull request #477 from ddunbar/enum-style-change
Show description for ac7bfcf
ddunbar
authored
ac7bfcf
Copy full SHA for ac7bfcf
Merge pull request #479 from ArtSabintsev/period-fix
Show description for 69a0584
ddunbar
authored
69a0584
Copy full SHA for 69a0584
Removed period
ArtSabintsev
committed
3ee1f2c
Copy full SHA for 3ee1f2c
Commits on Jul 11, 2016
[Swift] Drop uses of non-'.' enum references.
ddunbar
committed
e9d5057
Copy full SHA for e9d5057
Merge pull request #463 from dock13/blue_folder
Show description for c361376
ddunbar
authored
c361376
Copy full SHA for c361376
Merge branch 'fileprivate' of https://github.com/jrose-apple/swift-package-manager
ddunbar
committed
159623a
Copy full SHA for 159623a
Merge pull request #475 from aciidb0mb3r/refactor-test-tool
Show description for ee38250
ddunbar
authored
ee38250
Copy full SHA for ee38250
Merge pull request #474 from abertelrud/path-adoption
Show description for d95975c
abertelrud
authored
d95975c
Copy full SHA for d95975c
Update for SE-0025 ('private' and 'fileprivate')
jrose-apple
committed
b295acb
Copy full SHA for b295acb
Fix a Linux-specific compilation failure
abertelrud
committed
bdaea58
Copy full SHA for bdaea58
[SwiftTestTool] Minor refactoring in SwiftTestTool
Show description for 5095f7b
aciidgh
committed
5095f7b
Copy full SHA for 5095f7b
Convert the rest of the source base to use AbsolutePath and
Show description for f828648
abertelrud
committed
f828648
Copy full SHA for f828648
Commits on Jul 10, 2016
Move findDirectoryReferences to Xcodeproj module
Renzo Crisóstomo
committed
cd97385
Copy full SHA for cd97385
Create blue folder references for root directories
Andreas Koslowski
authored and
Renzo Crisóstomo
committed
fbc4dd3
Copy full SHA for fbc4dd3
Commits on Jul 7, 2016
Merge pull request #472 from abertelrud/path-improvements
Show description for f02befa
abertelrud
authored
f02befa
Copy full SHA for f02befa
Merge pull request #471 from abertelrud/resolve-language-warnings
Show description for 4671741
abertelrud
authored
4671741
Copy full SHA for 4671741
Make AbsolutePaths adopt Comparable.
abertelrud
committed
88886f7
Copy full SHA for 88886f7
Add a unit test to the `allTests` list (for Linux).
abertelrud
committed
2596add
Copy full SHA for 2596add
Resolve remaining warnings that result from recent language changes.
abertelrud
committed
711325b
Copy full SHA for 711325b
Add an `AbsolutePath` initializer and appender method that cut down on
Show description for c3319dd
abertelrud
committed
c3319dd
Copy full SHA for c3319dd
Merge pull request #467 from Bouke/SR-1188
Show description for 834144e
abertelrud
authored
834144e
Copy full SHA for 834144e
Resolve remaining warnings that result from recent language changes.
abertelrud
committed
284a293
Copy full SHA for 284a293
Merge pull request #465 from aciidb0mb3r/spaces-in-path-clang-module
Show description for 54201e2
ddunbar
authored
54201e2
Copy full SHA for 54201e2
Merge pull request #466 from aciidb0mb3r/Xcodeproj-spaces-module-name
Show description for 8222b9a
ddunbar
authored
8222b9a
Copy full SHA for 8222b9a
Undo typo
Bouke
committed
712a575
Copy full SHA for 712a575
Typed error fix suggestions with FixableError
Bouke
committed
55037ba
Copy full SHA for 55037ba
Change fix to yellow, green should be reserved for success
Bouke
committed
f4498da
Copy full SHA for f4498da
Suggest a fix for most errors
Bouke
committed
b191086
Copy full SHA for b191086
Improve error messages for package definitions
Show description for 9b78e0d
Bouke
committed
9b78e0d
Copy full SHA for 9b78e0d
add a missing 's' in source layout doc
dduan
authored
d1d2ab7
Copy full SHA for d1d2ab7
Set SWIFT_VERSION in generated Xcode projects. This is temporary; we will need to set this dynamically, but for now this is needed.
abertelrud
committed
bfbf7c9
Copy full SHA for bfbf7c9
Merge pull request #469 from modocache/se-0099
Show description for 820924e
modocache
authored
820924e
Copy full SHA for 820924e
Fix warnings introduced by SE-0099
Show description for 22ad7b6
modocache
committed
22ad7b6
Copy full SHA for 22ad7b6
Commits on Jul 6, 2016
Adjust to differences between Foundation on Linux and Foundation on other Darwin. The longer-term plan is to make the APIs the same on all platforms.
abertelrud
committed
7ddc4b4
Copy full SHA for 7ddc4b4
Adapt to Swift 3 Preview 2 Foundation API changes.
abertelrud
committed
b087670
Copy full SHA for b087670
Pagination
Previous
Next
You can’t perform that action at this time.