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

UnsafeMutablePointer<T> may induce over release on Linux. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73043 by YOCKOW was closed Apr 21, 2024
Compiler fails to produce diagnostic for 'if' statement in 'repeat'. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself expressions Feature: expressions failed to produce diagnostic Bug → internal error: Failed to produce diagnostic for expression generics Feature: generic declarations and types if else Feature → statements: 'if' statements internal error Bug: Internal error pack expansions Feature → expressions: Pack expansion expressions swift 6.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error variadic generics Feature → generics: Variadic generics
#72253 opened Mar 12, 2024 by YOCKOW
Compiler emits "no exact matches in call to initializer" error even when there is. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71170 opened Jan 26, 2024 by YOCKOW
Compiler suggests a wrong insertion point for 'await' in if let .... async & await Feature → concurrency: asynchronous function aka the async/await pattern bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features diagnostics QoI Bug: Diagnostics Quality of Implementation fix-its Feature: diagnostic fix-its good first issue Good for newcomers optional binding Feature → patterns: optional binding patterns Feature: patterns swift 5.9 type checker Area → compiler: Semantic analysis unexpected behavior Bug: Unexpected behavior or incorrect output
#65913 opened May 15, 2023 by YOCKOW
'build-script' views "Build Script Analyzer" even if the parameter is only --help. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60567 by YOCKOW was closed Aug 19, 2022
[SR-15822] Existence of modulemap disables declarations in simple C headers in some cases. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#58096 opened Feb 4, 2022 by YOCKOW
[SR-15586] import Foundation hides declarations (derived from C) in other modules on Linux. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57889 opened Dec 13, 2021 by YOCKOW
[SR-15532] Compiler doesn't load public property declarations in another module under some conditions. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57835 opened Nov 30, 2021 by YOCKOW
[SR-15165] Roundabout error message is viewed when Int is passed to where NSNumber is expected. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation good first issue Good for newcomers improvement
#57488 by YOCKOW was closed Oct 3, 2021
[SR-14620] "Found over consume" and "Found ownership error" occur under rare conditions. 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
#56972 opened May 11, 2021 by YOCKOW
[SR-14291] Compiler doesn't tell where the error occurs. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations diagnostics QoI Bug: Diagnostics Quality of Implementation error handling inheritance Feature → type declarations → class: Subclassing and inheritance of class members init Feature → declarations: Initializers swift 6.0 type checker Area → compiler: Semantic analysis
#56650 by YOCKOW was closed Jan 13, 2024
[SR-14166] Compiler suggests a wrong insertion point for 'try'. 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
#56545 opened Feb 8, 2021 by YOCKOW
[SR-13904] Compiler warns "'as' test is always true" even if it can be false. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#56302 opened Nov 27, 2020 by YOCKOW
[SR-13859] Availability check fails on macOS Big Sur even if appropriate target is chosen. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#56257 by YOCKOW was closed Sep 14, 2022
[SR-13838] S? is not regarded as Optional<S> in "case" expression. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#56236 opened Nov 10, 2020 by YOCKOW
[SR-12665] DefiniteInitialization failure on Linux. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself definite initialization
#55109 by YOCKOW was closed Oct 24, 2020
[SR-10569] Compiler is confused when both dot syntax and forced unwrapping are used. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself expressions Feature: expressions force-value Feature → expressions: Force-value aka force-unwrap expression implicit member expressions Feature → expressions: Implicit member expressions swift 5.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#52969 by YOCKOW was closed Jan 26, 2024
[SR-10259] ExpressibleByStringLiteral masks an initializer without any warning in Swift 5. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#52659 by YOCKOW was closed Jan 17, 2020
[SR-9575] Compiler ignores global function to view error message in some situations. 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 type checker Area → compiler: Semantic analysis
#52022 by YOCKOW was closed Jan 9, 2019
[SR-8977] Trying to force unwrap non-optional values in an array that is passed to a function of generic structure may cause an incorrect 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
#51481 by YOCKOW was closed Dec 13, 2018
[SR-8277] Inappropriate error message is viewed when a wrong parameter is passed to a function and its result is passed to another function. 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 type checker Area → compiler: Semantic analysis
#50808 by YOCKOW was closed Jan 26, 2020
[SR-8213] Compiler may indicate "case will never be executed" even if it is unavoidable to execute the case in switch statement. 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 good first issue Good for newcomers pattern matching Feature: pattern matching patterns Feature: patterns SILGen Area → compiler: The SIL generation stage statements Feature: statements swift 5.9 switch cases Feature → statements → switch: 'switch' statement cases switch Feature → statements: 'switch' statements type checker Area → compiler: Semantic analysis
#50745 opened Jul 10, 2018 by YOCKOW
[SR-8208] Compiler doesn't indicate a warning about switch-statement even if default will never be executed. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50740 opened Jul 9, 2018 by YOCKOW
[SR-8192] Compiler crashes when enum has some Ranges as associated values and has a certain mutating function in conditional extension. 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
#50724 by YOCKOW was closed Jul 8, 2018
ProTip! Type g i on any issue or pull request to go back to the issue listing page.