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

Region isolation diagnoses async iterator transfer despite nonisolated(unsafe) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72942 opened Apr 10, 2024 by hborla
@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
Global actor isolated initializers of non-Sendable types should cause the value to be in the actor's region bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#71533 opened Feb 10, 2024 by hborla
Diagnostic for use of plain protocol name in type position should suggest some or any 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 existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values fix-its Feature: diagnostic fix-its generics Feature: generic declarations and types good first issue Good for newcomers opaque types Feature → types: opaque types swift 5.9 type checker Area → compiler: Semantic analysis types Feature: types
#68284 opened Sep 1, 2023 by hborla
Allow invalid pack types to bind to holes in the constraint system 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 generic constraints Feature → generics: generic constraints generics Feature: generic declarations and types swift 5.9 type checker Area → compiler: Semantic analysis variadic generics Feature → generics: Variadic generics
#64109 opened Mar 5, 2023 by hborla
Improve the error message for passing (any P)? to (some P)? 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 existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values good first issue Good for newcomers type checker Area → compiler: Semantic analysis
#61733 opened Oct 26, 2022 by hborla
Improve the error message for property wrappers that don't support init(wrappedValue:) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. diagnostics QoI Bug: Diagnostics Quality of Implementation property wrappers Feature: property wrappers
#61159 opened Sep 16, 2022 by hborla
[SR-14460] Re-enable validation-test/SILOptimizer/large_string_array.swift.gyb on linux bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#56816 opened Apr 9, 2021 by hborla
[SR-14130] [Property Wrappers] Improve composed wrapped value mismatch error message 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 property wrappers Feature: property wrappers
#56511 opened Jan 29, 2021 by hborla
ProTip! Exclude everything labeled bug with -label:bug.