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

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. input & output Area → standard library: Input & output standard library Area: Standard library umbrella swift 5.9
#66213 opened May 30, 2023 by Lukasa
Swift Macros: Adding an enum case with an associated value produces incorrect results bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70208 opened Dec 4, 2023 by skyler-cricut
[SR-14467] Protocol inheritance with optional covariance does not produce compiler error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#56823 opened Apr 9, 2021 by Mordil
Documentation Symbol Graph Generation failing on macOS bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#69094 opened Oct 10, 2023 by 0xTim
Actor-isolated sendability closure inference is broken/confusing bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#69788 opened Nov 10, 2023 by stephencelis
Add all of the Unicode properties new feature standard library Area: Standard library umbrella
#58697 opened May 5, 2022 by Azoy
missed optimization opportunity for elimination of retain/release and tail recursion bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#58549 opened Apr 29, 2022 by RonAvitzur
[SR-16091] Crash when using a key path to a protocol extension property from another library bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#58350 opened Apr 2, 2022 by CraigSiemens
Default expression for inference works for static methods but not functions bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations default arguments Feature: default arguments for value parameters func Feature → declarations: Functions generics Feature: generic declarations and types swift 5.9 type checker Area → compiler: Semantic analysis type inference Feature: type inference unexpected error Bug: Unexpected error
#67680 opened Aug 2, 2023 by adamkuipers
"cannot pass value pack expansion to non-pack parameter" error with a variadic parameter bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. call expressions Feature → expressions: Call expressions compiler The Swift compiler in itself expressions Feature: expressions function parameters Feature → declarations: function parameters generics Feature: generic declarations and types swift 5.9 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error variadic generics Feature → generics: Variadic generics variadic parameters Feature → declarations → function parameters: Variadic function parameters
#68755 opened Sep 25, 2023 by simanerush
[SR-15358] Swift emits unused symbols into executables bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#57680 opened Oct 20, 2021 by fabianfett
Swift 5.9 TupleView Cannot be Reconstructed bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69067 opened Oct 9, 2023 by thekief
Swift compiler doesn't produce visible objc interface with the @attached(peer) macro bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68170 opened Aug 28, 2023 by ikhvorost
Unexpected warning "converting function value loses global actor" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features diagnostics QoI Bug: Diagnostics Quality of Implementation
#61607 opened Oct 18, 2022 by KeithBauerXero
[SR-13218] Swift's ISO8601DateFormatter doesn't parse all valid RFC3339 dates bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#55658 opened Jul 14, 2020 by swift-ci
#Preview crash with custom ModelContainer and .modelContainer modifier bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#66537 opened Jun 10, 2023 by wmorgue
✨ 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 → modifiers: Access control and access levels c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself declarations Feature: declarations feature A feature request or implementation import Feature → declarations: `import` declarations library evolution Feature: library evolution (umbrella feature for features that facilitate resilient libraries) platform support
#66156 opened May 25, 2023 by hyp
[SR-11555] popFirst() requires the types '[Int]' and 'ArraySlice<Int>' be equivalent bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#53956 opened Oct 1, 2019 by krzyzanowskim
@objcMembers does not apply @objc to ObjC compatible enums or inner classes attributes Feature: Declaration and type attributes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself objective-c interop Feature: Interoperability with Objective-C swift 5.7
#63442 opened Feb 5, 2023 by mildm8nnered
Debian packaging support feature A feature request or implementation platform support
#60690 opened Aug 22, 2022 by melizasw
Unexpected non-isolated deinit warning bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60498 opened Aug 10, 2022 by keith
[C++-Interop] const ref (or pass by reference) ctors miscompile when C++-Interop is enabled on Swift 5.7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#60601 opened Aug 17, 2022 by plotfi
Unnecessary error when declaring extension to type with @available annotation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#61135 opened Sep 15, 2022 by NachoSoto
Defining a typealias to property wrapper in a protocol extension doesn't work as expected bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#61085 opened Sep 14, 2022 by tgrapperon
Swift compiler crashes when building codes for existential protocol with primary associated types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself constrained existentials Feature → existentials: constrained existentials such as 'any Collection<Int>' crash Bug: A crash, i.e., an abnormal termination of software existential member accesses Feature → existentials: existential member accesses existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values expressions Feature: expressions swift 5.9 type checker Area → compiler: Semantic analysis
#60547 opened Aug 13, 2022 by langtutheky
ProTip! Add no:assignee to see everything that’s not assigned.