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 }}
swiftlang
/
swift
Public
Notifications
You must be signed in to change notification settings
Fork
10.6k
Star
69.3k
Code
Issues
5k+
Pull requests
1.2k
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Security
Insights
Commits
Branch selector
main
User selector
atrick
Datepicker
All time
Commit History
Commits on Oct 31, 2025
Merge pull request #85232 from atrick/rdar159793739-lifedep-cast
Show description for 382529c
atrick
authored
382529c
Copy full SHA for 382529c
LifetimeDependenceDiagnostics: handle dynamic casting of Span<T>
Show description for 5943d40
atrick
committed
5943d40
Copy full SHA for 5943d40
LifetimeDependenceDiagnostics: diagnostic error on unknown uses
Show description for e11f7f1
atrick
committed
e11f7f1
Copy full SHA for e11f7f1
Commits on Oct 27, 2025
Merge pull request #85147 from atrick/addressable-param
Show description for 228e2f7
atrick
authored
228e2f7
Copy full SHA for 228e2f7
Fix ApplySite.isAddressable to handle inout arguments.
atrick
committed
f8a8471
Copy full SHA for f8a8471
Commits on Oct 24, 2025
Merge pull request #85076 from atrick/lifedep-reassign
Show description for 5494a24
atrick
authored
5494a24
Copy full SHA for 5494a24
Enable a test case for addressable lifetimes.
atrick
committed
630f28d
Copy full SHA for 630f28d
Update lifetime tests for improved diagnostics
atrick
committed
e37fc23
Copy full SHA for e37fc23
Update tests for local variable reachability for debug output
atrick
committed
44bffe3
Copy full SHA for 44bffe3
Test noescape closure capture lifetimes
atrick
committed
285a6ce
Copy full SHA for 285a6ce
Test lifetime reassignment
atrick
committed
78e64fa
Copy full SHA for 78e64fa
LocalVariableUtils: precisely handle function live-out
Show description for 305d751
atrick
committed
305d751
Copy full SHA for 305d751
LocalVariableUtils add non-escaping closure capture support
Show description for 62b04ca
atrick
committed
62b04ca
Copy full SHA for 62b04ca
Fix LifetimeDependenceDefUseWalker to follow inout dependence
Show description for 8200a87
atrick
committed
8200a87
Copy full SHA for 8200a87
[NFC] LocalVariableAccessInfo.description
atrick
committed
77ee27a
Copy full SHA for 77ee27a
Fix LocalVariableReachableAccess to handle potential reassignment.
Show description for de34abe
atrick
committed
de34abe
Copy full SHA for de34abe
Fix LifetimeDependenceDefUseWalker for @inout reassignment
atrick
committed
6e0eeb0
Copy full SHA for 6e0eeb0
[NFC] LifetimeDependenceDefUseWalker.inoutDependence entry point
Show description for ff4d053
atrick
committed
ff4d053
Copy full SHA for ff4d053
[NFC] Add a new entry point for DiagnoseDependence.reportError
Show description for a0f0c10
atrick
committed
a0f0c10
Copy full SHA for a0f0c10
[NFC] extend AddressInitializationWalker to report address reads
atrick
committed
ce153a8
Copy full SHA for ce153a8
[NFC] Extend AddressInitializationWalker.findSingleInitializer
Show description for 432e316
atrick
committed
432e316
Copy full SHA for 432e316
[NFC] Add ApplySite.fullyAssigns(Operand) query
atrick
committed
1bf600d
Copy full SHA for 1bf600d
[NFC] Add ApplySite.parameterDependence(target:source:)
atrick
committed
3bb3e4d
Copy full SHA for 3bb3e4d
[NFC] Rename ArgumentConventions.parameterIndex(ofArgumentIndex:)
atrick
committed
a4e3668
Copy full SHA for a4e3668
[NFC] Add ReturnInstruction protocol
atrick
committed
c20142a
Copy full SHA for c20142a
Commits on Oct 10, 2025
Merge pull request #84739 from atrick/lifedep-unsafeaddress
Show description for d653b0c
atrick
authored
d653b0c
Copy full SHA for d653b0c
Commits on Oct 7, 2025
LifetimeDependenceDefUseWalker: store to unsafeMutableAddress
Show description for 4378995
atrick
committed
4378995
Copy full SHA for 4378995
SwiftCompilerSources: bridge Function.isAddressor()
atrick
committed
4a7895e
Copy full SHA for 4a7895e
SwiftCompilerSources: bridge Type.unsafePointerElementType
atrick
committed
0d496b5
Copy full SHA for 0d496b5
Commits on Oct 6, 2025
Merge pull request #84702 from atrick/builtin-nonescapable
Show description for 7818b8c
atrick
authored
7818b8c
Copy full SHA for 7818b8c
Merge pull request #84703 from atrick/lifedep-diag-init
Show description for c2171ea
atrick
authored
c2171ea
Copy full SHA for c2171ea
Allow Builtin.Load -> ~Escapable
atrick
committed
df42301
Copy full SHA for df42301
Allow Builtin.Take -> ~Escapable
atrick
committed
c494124
Copy full SHA for c494124
Lifetimes: add a diagnostic note for implicit accessors
Show description for 771e9b5
atrick
committed
771e9b5
Copy full SHA for 771e9b5
Commits on Oct 5, 2025
Merge pull request #84641 from atrick/lifedep-tempaddress-unreachable
Show description for c1e1ef6
atrick
authored
c1e1ef6
Copy full SHA for c1e1ef6
Pagination
Previous
Next
You can’t perform that action at this time.