Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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 }}
ian-twilightcoder
/
swift-driver
Public
forked from
swiftlang/swift-driver
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
main
User selector
artemcm
Datepicker
All time
Commit History
Commits on Sep 25, 2025
Add 'resolveArgumentList' API which contains original command-line if a response file is used
artemcm
committed
91ce741
Copy full SHA for 91ce741
Use UUID to unique response file names, instead of content hash
Show description for 1eca355
artemcm
committed
1eca355
Copy full SHA for 1eca355
Commits on Sep 16, 2025
[Dependency Scanning] Add support for dependency-scan-specific serialized diagnostic output
artemcm
committed
df3d079
Copy full SHA for df3d079
Commits on Aug 2, 2025
[ArgsResolver] Create specified temporary directory, if necessary
Show description for d1942f8
artemcm
committed
d1942f8
Copy full SHA for d1942f8
Commits on Jul 1, 2025
Migrate 'ProcessSet' implementation to the driver
Show description for def5462
artemcm
committed
def5462
Copy full SHA for def5462
Cleanup the 'README.md' to remove stale content
artemcm
committed
d161922
Copy full SHA for d161922
Resolve warnings about deprecated 'AbsolutePath' initializer
artemcm
committed
77fe361
Copy full SHA for 77fe361
Deprecate enablement of explicit modules with an environment variable
artemcm
committed
0638168
Copy full SHA for 0638168
Replace occurences of the deprecated 'ProcessEnv.vars' with 'ProcessEnv.block'
artemcm
committed
fe4a66c
Copy full SHA for fe4a66c
[Gardening] Deprecate global SwiftScan diagnostic gathering
artemcm
committed
762564e
Copy full SHA for 762564e
[DependencyScanning] Make 'ModuleInfo.ImportInfos' 'nil' when using a toolchain which does not support querying them.
artemcm
committed
f65a248
Copy full SHA for f65a248
Commits on Jun 30, 2025
Adjust tests for the new spelling of dependency scanning diagnostics
artemcm
committed
781fa03
Copy full SHA for 781fa03
Commits on Jun 27, 2025
Guard emission of variant module behind a flag
artemcm
committed
38be297
Copy full SHA for 38be297
Commits on Jun 26, 2025
Re-generate 'Options.swift'
artemcm
committed
2196801
Copy full SHA for 2196801
[Explicit Module Builds] Ensure that plugin paths are specified to the dependency scanning invocation
Show description for 03f4816
artemcm
committed
03f4816
Copy full SHA for 03f4816
Commits on Jun 25, 2025
Perform response file write atomically
Show description for 396aa30
artemcm
committed
396aa30
Copy full SHA for 396aa30
Commits on Jun 24, 2025
Fix Test build after merge collision
artemcm
committed
81eec14
Copy full SHA for 81eec14
Propagate driver-specified clang-target flags even when no SDK is specified
artemcm
committed
6750873
Copy full SHA for 6750873
Add new 'VirtualPath' variant for a driver-computed build artifact with known contents
Show description for 07413ed
artemcm
committed
07413ed
Copy full SHA for 07413ed
[Explicit Module Builds][Target Variant] Refactor build planning to allow for a second, separte emit-module task for the target variant
Show description for b0a01d3
artemcm
committed
b0a01d3
Copy full SHA for b0a01d3
Delete functionality for the obsolete merge-modules job
artemcm
committed
8ce7730
Copy full SHA for 8ce7730
Commits on Jun 13, 2025
Fix 'testExplicitImportDetails' source locations
artemcm
committed
4a121bf
Copy full SHA for 4a121bf
Update 'Package.resolved'
artemcm
committed
8c130e3
Copy full SHA for 8c130e3
Commits on Jun 12, 2025
[Explicit Module Builds] Add support for libSwiftScan API to query source import details
artemcm
committed
3340b24
Copy full SHA for 3340b24
Commits on Jun 11, 2025
[Dependency Scanning] Remove obsolete placeholder module concept
Show description for 8594e08
artemcm
committed
8594e08
Copy full SHA for 8594e08
Commits on Jun 6, 2025
[Incremental Builds] Separately check whether we can skip 'emit-module' on an incremental module-only build
Show description for 7c709c5
artemcm
committed
7c709c5
Copy full SHA for 7c709c5
Commits on Jun 3, 2025
Revert "[Incremental Builds] Separately check whether we can skip 'emit-modul…"
Show description for 7a7f2b6
artemcm
committed
7a7f2b6
Copy full SHA for 7a7f2b6
Commits on Jun 2, 2025
[Incremental Builds] Separately check whether we can skip 'emit-module' on an incremental module-only build
Show description for 04e7999
artemcm
committed
04e7999
Copy full SHA for 04e7999
Commits on May 16, 2025
Do not add redundant -pie when building static executables on Linux platforms
Show description for cc4bda0
artemcm
committed
cc4bda0
Copy full SHA for cc4bda0
Commits on May 6, 2025
[Explicit Module Builds] Move generation of explicit auto-link flags to a toolchain-specific method
Show description for f7b8007
artemcm
committed
f7b8007
Copy full SHA for f7b8007
[Explicit Module Builds] Adopt new direct-import field for Swift source modules
Show description for 56593fd
artemcm
committed
56593fd
Copy full SHA for 56593fd
Commits on May 2, 2025
Revert "[Explicit Module Builds] Adopt new direct-import field for Swift sour…"
Show description for ed717c6
artemcm
authored
ed717c6
Copy full SHA for ed717c6
[Explicit Module Builds] Adopt new direct-import field for Swift source modules
Show description for 0981428
artemcm
committed
0981428
Copy full SHA for 0981428
Commits on Apr 14, 2025
[Explicit Module Builds] Centralize computing *all* dependencies of a given 'ModuleInfo' and use throughout
Show description for 0c2ef21
artemcm
committed
0c2ef21
Copy full SHA for 0c2ef21
Commits on Mar 24, 2025
[Incremental Builds][Explicit Module Builds] Attempt to re-use existing pre-built module dependencies even on initial incremental build
artemcm
committed
7a28ca5
Copy full SHA for 7a28ca5
Pagination
Previous
Next
You can’t perform that action at this time.