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

Using @rethrows protocols in rethrows functions allow the throws function to be called without try bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73503 opened May 8, 2024 by tplaymeow
Building HandyJSON in Swift 5.10 throws a fatal error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software Frontend Area → compiler: Frontend
#71946 opened Feb 28, 2024 by CrazyFanFan
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
[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
Compiler crashes when some closure parameters have equal names and different types assertion failure Bug → crash: An assertion failure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. capture lists Feature → closures: Closure capture lists closures Feature: closures compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software expressions Feature: expressions IRGen LLVM IR generation regression swift 5.9
#66359 opened Jun 6, 2023 by AlekseiYasiuchenia
Error bridged to NSError's localizedDescription doesn't use the CustomStringConvertible bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#58724 opened May 6, 2022 by weissi
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
[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
"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
Circular reference if attached macro references attached type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68158 opened Aug 26, 2023 by bok-
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
✨ 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-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
[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
CMTime as dictionary value causes crash in release mode bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#65063 opened Apr 11, 2023 by iby
@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
[interop] error when importing swift_attr(retain/release) without swift_attr(import_reference) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself
#62167 opened Nov 17, 2022 by hyp
inout parameter pack compiler crash 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
#72209 opened Mar 9, 2024 by JustMars1
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
-vfsoverlay breaks -strict-concurrency checking bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73088 opened Apr 17, 2024 by jszumski
[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
Debian packaging support feature A feature request or implementation platform support
#60690 opened Aug 22, 2022 by melizasw
@dynamicMemberLookup properties cannot be accessed within the context of the annotated type without self 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
#60589 opened Aug 17, 2022 by matt-curtis
Assertion `!type->hasTypeVariable()' with a primary associated type on a protocol 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! Updated in the last three days: updated:>2024-05-29.