Skip to content

Issues: apple/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
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Compiler crashes when some closure parameters have equal names and different types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#66359 opened Jun 6, 2023 by AlekseiYasiuchenia
== implementation added in a macro is not considered when checking for Equatable conformance bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#66348 opened Jun 5, 2023 by JosephDuffy
[cxx-interop] fix the C++ methods dispatch for the Windows target bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ swift 5.9 triage needed This issue needs more specific labels
#66326 opened Jun 5, 2023 by hyp
[cxx-interop] ensure that copy-assignment operator works for Swift value types in C++ bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift 5.9 triage needed This issue needs more specific labels
#66324 opened Jun 5, 2023 by hyp
[cxx-interop] Finalize Swift 5.9 rules that determine when inherited members that shadow other members can be introduced to the Swift type that represents the C++ structure or class bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ swift 5.9 triage needed This issue needs more specific labels
#66323 opened Jun 4, 2023 by hyp
[cxx-interop] Add a SWIFT_MUTATING macro to <swift/bridging> header bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ swift 5.9 triage needed This issue needs more specific labels
#66322 opened Jun 4, 2023 by hyp
Indexstore Request: Provide a RECEIVEDBY relation, or similar relation, for applicable non-dynamic occurrences feature A feature request or implementation triage needed This issue needs more specific labels
#66313 opened Jun 3, 2023 by dylansturg
SIL verification failure when evaluating $0 in certain closures. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#66312 opened Jun 3, 2023 by fibrechannelscsi
Move only structs no longer work in release mode. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations move-only Feature → type declarations: Move-only type declarations swift 5.9 type declarations Feature → declarations: Type declarations unexpected behavior Bug: Unexpected behavior or incorrect output
#66299 opened Jun 2, 2023 by TeamPuzel
Hashable documentation should be more clear about relationship with Equatable bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. documentation Equatable Area → standard library: The `Equatable` protocol Hashable Area → standard library: The `Hashable` protocol standard library Area: Standard library umbrella
#66282 opened Jun 1, 2023 by natecook1000
Compiler ignores availability in synthesized Equatable conformance availability The @available attribute and availability checking in general bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocols: protocol conformances derived conformances Feature → protocols → conformances: derived conformances aka synthesized conformances run-time crash Bug → crash: Swift code crashed during execution type checker
#66270 opened Jun 1, 2023 by sjavora
callAsFunction + rethrows is broken. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. error handling throw Feature → statements → control transfer: 'throw' statements triage needed This issue needs more specific labels
#66236 opened May 31, 2023 by JessyCatterwaul
CommandLine.arguments and CommandLine.argc should be deprecated and replaced with immutable equivalents. api design bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella swift 5.9
#66213 opened May 30, 2023 by Lukasa
The diagnostic prompt for "??" will not automatically remove the whitespace on the left-hand side. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation expressions Feature: expressions fix-its Feature: diagnostic fix-its good first issue Good for newcomers nil-coalescing operator Feature → operators: The nil-coalescing operator `??` operators Feature: operators swift 5.9 type checker
#66206 opened May 30, 2023 by CrazyFanFan
Command SwiftEmitModule failed with a nonzero exit code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#66191 opened May 27, 2023 by otaviokz
any cannot be used for reference type parameters like some can bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. class Feature → type declarations: `class` declarations compiler The Swift compiler in itself existentials Feature: values of 'any' type such as 'any Collection', aka type-erased values or protocol values not a bug Resolution → bug: Was reported as a bug but turned out to be expected behavior or a programmer error swift 5.9 type checker types Feature: types unexpected error Bug: Unexpected error
#66165 opened May 26, 2023 by JessyCatterwaul
Swift should guarantee that it can avoid copying a C++ container when traversing through it in a for-in loop, or when using collection methods like map and filter bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ triage needed This issue needs more specific labels
#66158 opened May 26, 2023 by hyp
Swift should provide support for internal imports and resilience for all platforms (that can be enabled in SwiftPM) to allow Swift modules to depend on C++ modules without requiring that the clients enable C++ interoperability access control Feature: access control aka access levels (private, internal, public, etc.) c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself declarations Feature: declarations feature A feature request or implementation import declarations Feature: import declarations library evolution Feature: library evolution (umbrella feature for features that facilitate resilient libraries) platform support
#66156 opened May 25, 2023 by hyp
Swift += operator inserts extra ARC traffic and breaks uniqueness checks ARC Feature: automatic reference counting bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations for-in loops Feature: fon-in loops functions Feature → declarations: functions mutating Feature → declarations → functions: `mutating` functions SILOptimizer Area → compiler: SIL optimization passes statements Feature: statements swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#66141 opened May 25, 2023 by saagarjha
After accessing a description on each value in a parameter pack, printing each value fails bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#66135 opened May 25, 2023 by Joannis
Accessing Parameter Pack fails compilation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#66133 opened May 25, 2023 by Joannis
Compile error when trying to use variadic generics for KeyPath bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. type checker variadic generics Feature → generics: variadic generics
#66125 opened May 25, 2023 by mtsrodrigues
Compiler crash encountered due to seemingly ignored repeated enum cases bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#66123 opened May 25, 2023 by benjaminmayo
Swift on Snap
#66110 opened May 24, 2023 by yap241986
ProTip! Find all open issues with in progress development work with linked:pr.