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

Undefined symbol linker errors when enabling GlobalActorIsolatedTypesUsability bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#74009 opened May 30, 2024 by Jnosh updated Jun 7, 2024
Compiler should emit warning on use of final keyword with actors bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#74200 opened Jun 7, 2024 by sarahnicoleboo updated Jun 7, 2024
Bad recovery from self.x vs. x in @storageRestrictions argument 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 init accessors Feature: Initialization property accessors parser Area → compiler: The legacy C++ parser self Feature → expressions: The 'self' expression swift 6.0
#74190 opened Jun 6, 2024 by AnthonyLatsis updated Jun 6, 2024
Macro assertion failure around opaque types 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
#74107 opened Jun 3, 2024 by stephencelis updated Jun 6, 2024
Computed property with init accessor yields concurrency warning in actors bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#74177 opened Jun 6, 2024 by uberbruns updated Jun 6, 2024
SIL verification failure when using typed throws with error pattern matching 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
#74176 opened Jun 6, 2024 by Jnosh updated Jun 6, 2024
[AST][Diagnostics] Reading DiagnosticTransaction's hasErrors() has unexpected side effects bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#74175 opened Jun 6, 2024 by jamieQ updated Jun 6, 2024
Crash in an actor with non-async implementation of an async protocol method 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
#74126 opened Jun 4, 2024 by bealex updated Jun 5, 2024
Assigning to .pointee of a nil std.optional does not update the .value bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ c++ to swift Feature → c++ interop: c++ to swift compiler The Swift compiler in itself swift 5.10 unexpected behavior Bug: Unexpected behavior or incorrect output
#74090 opened Jun 3, 2024 by Drejzer updated Jun 5, 2024
Runtime crash: T constraint ignored for any Alias<T> when typealias Alias<T> = ProtoA & ProtoB<T> 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
#72390 opened Mar 18, 2024 by bubski updated Jun 5, 2024
@preconcurrency import doesn't suppress warning on use of imported global variable bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72187 opened Mar 8, 2024 by hborla updated Jun 4, 2024
JIT session error when trying to test a miscompile 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
#74104 opened Jun 3, 2024 by mattmassicotte updated Jun 3, 2024
Inadvertent Code Breakage with C++ Interop & Windows For Package Authors bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#69157 opened Oct 12, 2023 by brianmichel updated Jun 3, 2024
Any malformed code in Package.swift causes a crash bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself standard library Area: Standard library umbrella type checker Area → compiler: Semantic analysis typed throws Feature → error handling → throws & rethrows: Typed throws
#74081 opened May 29, 2024 by mattmassicotte updated Jun 3, 2024
1 task done
Assertion failed: (getRawDiscriminator() != InvalidDiscriminator), function getDiscriminator, file Expr.cpp, line 1937. 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
#74091 opened Jun 3, 2024 by dimlio updated Jun 3, 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 Jun 3, 2024
case clause in switch expression cannot use default function argument bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#74088 opened Jun 3, 2024 by sidepelican updated Jun 3, 2024
Compiler crash when adding lazy var via peer attached macro 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
#74087 opened Jun 2, 2024 by momo-youngg updated Jun 2, 2024
Exported symbols are duplicated in completion list code completion Area → source tooling: code completion
#74076 opened May 14, 2024 by adam-fowler updated Jun 1, 2024
[SR-10077] Switching over duplicate enum case names won't compile bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations enum cases Feature → enums: Enum cases enum Feature → type declarations: Swift enumeration declarations overloading Feature: Overloading symbol names pattern matching Feature: pattern matching patterns Feature: patterns swift 5.9 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#52479 opened Mar 11, 2019 by swift-ci updated May 31, 2024
Type Lookup Crashes when Declaring Initializer (default generic closure argument, nonexistent type) 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
#73986 opened May 29, 2024 by filip-sakel updated May 31, 2024
Variable i was never mutated in .enumerated() for var loop; needs fix-it to suggest for case (let _, var _) binding patterns Feature → patterns: Binding patterns 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 fix-its Feature: diagnostic fix-its for-in loops Feature: for-in loops good first issue Good for newcomers patterns Feature: patterns statements Feature: statements swift 6.0 tuple patterns Feature → patterns: Tuple patterns type checker Area → compiler: Semantic analysis
#72811 opened Apr 3, 2024 by peterkos updated May 31, 2024
Build failure: ERROR: can't find source directory for ninja bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72458 opened Mar 20, 2024 by royitaqi updated May 31, 2024
WinSDK import fails with Windows SDK 10.0.17763.0 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SDKOverlay Windows Platform: Windows
#73502 opened May 8, 2024 by SlugFiller updated May 31, 2024
@objc @MainActor selector crashes when called from NotificationCenter 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
#74037 opened May 30, 2024 by benpious updated May 30, 2024
ProTip! Add no:assignee to see everything that’s not assigned.