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 }}
shingt
/
swift-package-manager
Public
forked from
swiftlang/swift-package-manager
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Mar 17, 2016
Print the correct command as an error prefix
mxcl
committed
b354d67
Copy full SHA for b354d67
Merge pull request #185 from AquaGeek/release-configuration
Show description for 1581726
mxcl
committed
1581726
Copy full SHA for 1581726
Commits on Mar 16, 2016
Fix Xcodeproj test
AquaGeek
committed
4d0acf2
Copy full SHA for 4d0acf2
Add release configuration
AquaGeek
committed
b7111f8
Copy full SHA for b7111f8
More helpful installation instructions
mxcl
committed
e8d650e
Copy full SHA for e8d650e
Commits on Mar 15, 2016
Merge pull request #199 from aciidb0mb3r/patch-24
Show description for 465954d
mxcl
committed
465954d
Copy full SHA for 465954d
Merge pull request #200 from wokalski/docs/SWIFT_EXEC-documentation
Show description for f31fdba
mxcl
committed
f31fdba
Copy full SHA for f31fdba
Merge pull request #198 from mxcl/xcode-generation-tests
Show description for 47cb588
mxcl
committed
47cb588
Copy full SHA for 47cb588
[docs] Added a note about SWIFT_EXEC in the README
wokalski
committed
0e96420
Copy full SHA for 0e96420
use basename to check for main.c instead of hasSuffix
aciidgh
committed
7a5108c
Copy full SHA for 7a5108c
pep8 conformance
mxcl
committed
1003cf6
Copy full SHA for 1003cf6
Test Xcodeproj
Show description for 897e412
mxcl
committed
897e412
Copy full SHA for 897e412
Make Xcodeproj testable
Show description for a3d8002
mxcl
committed
a3d8002
Copy full SHA for a3d8002
Fix bad merge, sorry.
mxcl
committed
6008cef
Copy full SHA for 6008cef
Merge `pep8-update'
mxcl
committed
a752b9b
Copy full SHA for a752b9b
Commits on Mar 14, 2016
Merge pull request #193 from czechboy0/hd/path_relative_fix
Show description for bd502ab
mxcl
committed
bd502ab
Copy full SHA for bd502ab
Merge pull request #197 from RLovelett/SR-934-SwiftPM-bootstrap-utility
Show description for 01982b8
ddunbar
committed
01982b8
Copy full SHA for 01982b8
Update bootstrap utility to be Python 3 compatible
Show description for fb2c985
RLovelett
committed
fb2c985
Copy full SHA for fb2c985
Commits on Mar 13, 2016
By default, generate the xcodeproj at project root
Show description for eb8c15c
mxcl
committed
eb8c15c
Copy full SHA for eb8c15c
Show a “pretty path” for outputs
Show description for c39ba02
mxcl
committed
c39ba02
Copy full SHA for c39ba02
Use Toolchain.which to find swift-build-tool
mxcl
committed
7fa3c98
Copy full SHA for 7fa3c98
Merge pull request #189 from czechboy0/hd/allow_xcodeproj_path
Show description for d19b95b
mxcl
committed
d19b95b
Copy full SHA for d19b95b
Merge pull request #190 from bhargavg/test-group-in-products
Show description for 538e06a
mxcl
committed
538e06a
Copy full SHA for 538e06a
Added support for properly creating relative paths even when the pivot isn't a full prefix of the path. Also fixed Xcode project generation at non-root path.
czechboy0
committed
4f402d7
Copy full SHA for 4f402d7
[Python] Update linter rules
Show description for bb16e98
modocache
committed
bb16e98
Copy full SHA for bb16e98
Commits on Mar 12, 2016
Move test products to Tests group under Products
bhargavg
committed
49185cf
Copy full SHA for 49185cf
Now allowing specifying the exact path of the .xcodeproj, not just the enclosing folder. Detected based on whether the path ends with ".xcodeproj" (uses exact path) or not (uses as enclosing folder…
Show description for 6df1470
czechboy0
committed
6df1470
Copy full SHA for 6df1470
Merge pull request #183 from aciidb0mb3r/c_support
Show description for 57c869a
mxcl
committed
57c869a
Copy full SHA for 57c869a
Commits on Mar 11, 2016
Merge pull request #187 from mxcl/parse_deps_in_bootstrap
Show description for 1fe7638
mxcl
committed
1fe7638
Copy full SHA for 1fe7638
Merge pull request #188 from czechboy0/hd/generate_xcodeproj_customize_path
Show description for bac34ec
mxcl
committed
bac34ec
Copy full SHA for bac34ec
[bootstrap] Extract dependency graph from manifest
mxcl
committed
9bd0ed6
Copy full SHA for 9bd0ed6
Added a switch --xcodeproj-path to customize in which folder swiftpm generates the Xcode project
czechboy0
committed
08bff5f
Copy full SHA for 08bff5f
rename test file
aciidgh
committed
114cf3e
Copy full SHA for 114cf3e
Update split method to swift-3-api-guidelines
aciidgh
committed
5f426f7
Copy full SHA for 5f426f7
Add comment explaining -iquote vs -I and discovery of external deps
aciidgh
committed
32ed31c
Copy full SHA for 32ed31c
Pagination
Previous
Next
You can’t perform that action at this time.