-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Issues: swiftlang/swift
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
SPM based project crashes in release builds
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
#77358
opened Nov 1, 2024 by
mikewoodworth
VCRuntime modulemap contains "cpluplus" typos
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#77351
opened Nov 1, 2024 by
gregcotten
Swift compiler getting overly restrictive about code whitespaces
feature
A feature request or implementation
triage needed
This issue needs more specific labels
#77348
opened Nov 1, 2024 by
sgoehler
Using wrong type when trying to construct object with custom interpolation that accepts autoclosure returning boxed type results in ambiguous compiler error message
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#77343
opened Nov 1, 2024 by
improved-spoon
Missing warning "has duplicate entries for integer literal key" when literal keys are produced by a macro
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
swift macro
Feature → declarations: Swift `macro` declarations
#77318
opened Oct 31, 2024 by
stefanspringer1
switch case bad syntax within a func causes compiler abnormal exit with exception 3
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
#77317
opened Oct 31, 2024 by
PegasusPlusUS
Compiler crash compiling AsyncExtensions with 6.0.2 toolchain, but not Xcode 16.1
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
#77315
opened Oct 31, 2024 by
lhoward
Completion doesn't work in nested function in closure
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
code completion
Area → source tooling: code completion
#77305
opened Oct 30, 2024 by
hamishknight
compiler crash involving Mutex
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
crash
Bug: A crash, i.e., an abnormal termination of software
PrintAsClang
Area → compiler: The PrintAsClang library
standard library
Area: Standard library umbrella
#77304
opened Oct 30, 2024 by
wtholliday
Compiler fails to diagnose sendability violation when isolation is optional.
actor isolation
Feature → concurrency: Actor isolation
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
concurrency
Feature: umbrella label for concurrency language features
type checker
Area → compiler: Semantic analysis
#77301
opened Oct 30, 2024 by
GeorgeLyon
typed-A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
generics
Feature: generic declarations and types
typed throws
Feature → error handling → throws & rethrows: Typed throws
throws
with nested generic type crashes compiler
bug
#77297
opened Oct 30, 2024 by
NachoSoto
Removing A deviation from expected or documented behavior. Also: expected but undesirable behavior.
incremental compilation
throws(E)
type from a declaration in one module breaks incremental compilation
bug
#77296
opened Oct 30, 2024 by
NachoSoto
Typed-throws invalid diagnostic
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
expressions
Feature: expressions
type checker
Area → compiler: Semantic analysis
typed throws
Feature → error handling → throws & rethrows: Typed throws
#77295
opened Oct 30, 2024 by
NachoSoto
Crash in A deviation from expected or documented behavior. Also: expected but undesirable behavior.
code completion
Area → source tooling: code completion
swift::constraints::ConstraintLocator::PathElement* llvm::SmallVectorImpl<swift::constraints::ConstraintLocator::PathElement>::insert<swift::constraints::ConstraintLocator::PathElement const*, void>(swift::constraints::ConstraintLocator::PathElement*, swift::constraints::ConstraintLocator::PathElement const*, swift::constraints::ConstraintLocator::PathElement const*)
bug
#77335
opened Oct 30, 2024 by
RandomHashTags
AnyObject
is Sendable in Argument Position
bug
#77292
opened Oct 30, 2024 by
sidepelican
The compiler does not see the isolation mismatch between the protocol and the class
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
#77272
opened Oct 29, 2024 by
kvasnetskyi
Running a Swift in script mode fails on Windows
script mode
Flag: Specific to script mode compilation
Windows
Platform: Windows
#77263
opened Oct 28, 2024 by
ahoppen
Switch statement: Bad syntax fails to produce diagnostics
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
expressions
Feature: expressions
failed to produce diagnostic
Bug → internal error: Failed to produce diagnostic for expression
#77257
opened Oct 28, 2024 by
eucalyptus-viminalis
Provide debug symbols for release distributions of Swift
feature
A feature request or implementation
triage needed
This issue needs more specific labels
#77245
opened Oct 27, 2024 by
gregcotten
Sendable subclass of non-sendable class diagnosed as not sendable when a non-sendable static property is also present
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
concurrency
Feature: umbrella label for concurrency language features
#77244
opened Oct 27, 2024 by
Jnosh
Linux: Swift 6 LLDB/repl built with 5.10.1+lld crashes on evaluating Swift code
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
#77243
opened Oct 27, 2024 by
itaiferber
[Nightlies] Type cast results in error with A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
ExistentialAny
feature turned on
bug
#77242
opened Oct 27, 2024 by
MahdiBM
the consume operator does not work on weak vars
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
#77239
opened Oct 26, 2024 by
benpious
Borrowed parameters cannot be used in autoclosure
@autoclosure
Feature → attributes: the @autoclosure type attribute
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
ownership
Feature: Ownership modifiers and semantics
#77235
opened Oct 25, 2024 by
glessard
Swift 6.0.x crash on win/arm64 Release build
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
#77220
opened Oct 25, 2024 by
nil4
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.