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

Invalid async call in default initialized parameter bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73892 opened May 24, 2024 by mattmassicotte updated May 24, 2024
getTypeOf{Member,}Reference() needs to erase DynamicSelfType in all positions 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
#73860 opened May 23, 2024 by tayloraswift updated May 24, 2024
Macro: unable to add Comparable conformance if user already defined required functions bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. macro expansions Feature → expressions: Macro expansion expressions swift macro Feature → declarations: Swift `macro` declarations triage needed This issue needs more specific labels
#70087 opened Nov 29, 2023 by rayx updated May 25, 2024
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 updated May 25, 2024
Support computing offset of union field for C imported type feature A feature request or implementation triage needed This issue needs more specific labels
#73903 opened May 24, 2024 by compnerd updated May 25, 2024
ScrollPosition view modifier behaves unexpectedly when using (anchor = nil). bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73918 opened May 26, 2024 by KhaledShehadeh updated May 26, 2024
UnownedTaskExecutor should be Hashable concurrency Feature: umbrella label for concurrency language features feature A feature request or implementation
#73780 opened May 21, 2024 by fabianfett updated May 27, 2024
Init accessors affect initialization of Optionals bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73922 opened May 27, 2024 by CrystDragon updated May 27, 2024
imports NIOWebSocket and then shows "No such module NIOWebSocket" error message bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73923 opened May 27, 2024 by Farial-mahmod updated May 27, 2024
Typo of any vs Any resulted in an unhelpful error message feature A feature request or implementation triage needed This issue needs more specific labels
#73928 opened May 27, 2024 by mattmassicotte updated May 27, 2024
XCTAssertEqual on a struct nested inside a function and attributed with @attached(member) macro leads to a 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
#73929 opened May 27, 2024 by vakhidbetrakhmadov updated May 27, 2024
SILGen assertion failure when compiling unreachable lazy local variable 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
#73736 opened May 19, 2024 by jamieQ updated May 28, 2024
Non generic functions accept generic specialization syntax in some cases bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73749 opened May 20, 2024 by TeamPuzel updated May 28, 2024
Malformed code appears to throw the compiler into an infinite loop bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73885 opened May 24, 2024 by gereons updated May 28, 2024
Existential unexpectedly enables splatting behavior with variadic parameter bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73925 opened May 27, 2024 by xwu updated May 28, 2024
@_noLocks doesn't work with @_rawLayout bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73951 opened May 28, 2024 by jcavar updated May 28, 2024
Wrong deprecation warning when using availability guard 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 type checker Area → compiler: Semantic analysis unexpected warning Bug: Unexpected warning
#66854 opened Jun 22, 2023 by FranzBusch updated May 28, 2024
Duplicate diagnostics being output in Swift 6 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73973 opened May 29, 2024 by award999 updated May 29, 2024
Misleading error message when comparing generics that vary in types 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 generics Feature: generic declarations and types operators Feature: operators swift 6.0 type checker Area → compiler: Semantic analysis
#73029 opened Apr 14, 2024 by Alc-Alc updated May 29, 2024
Macros seem to be expanded in their own sub-scope bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73707 opened May 17, 2024 by tmcdonell updated May 29, 2024
CLI output produces incorrect alignment with tab-indented code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73979 opened May 29, 2024 by mattmassicotte updated May 29, 2024
Hyphenation difference between "nonisolated" and other forms of isolation diagnostics bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73982 opened May 29, 2024 by mattmassicotte updated May 29, 2024
Compiler crashes with the message "Attempting to create value for illegal empty type" when compiling generic specialization 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
#72185 opened Mar 8, 2024 by flockoffiles updated May 29, 2024
[Observation] 5.10 Runtime Crash and 6.0 Compiler Crash when Observable Class is Generic on Parameter Pack 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
#73690 opened May 17, 2024 by vanvoorden updated May 29, 2024
Incompatible signature of differential operators for functions with inout parameters AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#67818 opened Aug 9, 2023 by asl updated May 29, 2024
ProTip! Exclude everything labeled bug with -label:bug.