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

[SR-15238] Key paths are not "Sendable" 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 key paths Feature: key paths (both native and Objective-C) standard library Area: Standard library umbrella swift 5.9 type checker Area → compiler: Semantic analysis
#57560 opened Sep 23, 2021 by stephencelis
Type inference for default expressions (SE-347) generic closure issue closures Feature: closures compiler The Swift compiler in itself default arguments Feature: default arguments for value parameters feature A feature request or implementation generics Feature: generic declarations and types type checker Area → compiler: Semantic analysis type inference Feature: type inference
#63749 opened Feb 17, 2023 by stephencelis
[SR-15151] @discardableResult not propagated through return value / continuation 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 failed to produce diagnostic Bug → internal error: Failed to produce diagnostic for expression SwiftUI Flag: Related to (but not an issue with) SwiftUI type checker Area → compiler: Semantic analysis
#57477 opened Sep 3, 2021 by stephencelis
[SR-10183] Swift 5 Regression: Bad Optional Resolution/Inference bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself regression swift 5.0 type checker Area → compiler: Semantic analysis
#52585 opened Mar 26, 2019 by stephencelis
[SR-9545] Decodable gotcha: "let" with default + coding key bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Codable Area → standard library: `Codable` and co. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation
#51995 opened Dec 19, 2018 by stephencelis
Crash during optional key path access 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
#70611 opened Dec 22, 2023 by stephencelis
Key path formed to setter with unavailable key path is writable availability The @available attribute and availability checking in general bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. key paths Feature: key paths (both native and Objective-C) type checker Area → compiler: Semantic analysis
#72809 opened Apr 3, 2024 by stephencelis
Accessor macro executing wrong code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71070 opened Jan 22, 2024 by stephencelis
Keywords like case cannot be used, unescaped, as expression macro names backticked identifiers Feature → identifiers: Backticked identifiers. Allows using reserved words as identifiers bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself expressions Feature: expressions identifiers Feature: Identifiers macro expansions Feature → expressions: Macro expansion expressions parser Area → compiler: The legacy C++ parser swift 5.9 unexpected error Bug: Unexpected error
#66444 opened Jun 8, 2023 by stephencelis
[SR-15403] Result builder generic inference does not work bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#57717 opened Oct 27, 2021 by stephencelis
[SR-12268] Closure value in mirror crashes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#54696 opened Feb 25, 2020 by stephencelis
[SR-9553] Linux SILFunctionTransform crash in release mode 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 optimized only Flag: An issue whose reproduction requires optimized compilation
#52001 opened Dec 20, 2018 by stephencelis
[SR-7794] Swift 4.2 crash when dumping nested value access control Feature → modifiers: Access control and access levels 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 regression run-time crash Bug → crash: Swift code crashed during execution swift 4.2
#50333 opened May 28, 2018 by stephencelis
[SR-5822] Enum key paths compiler The Swift compiler in itself feature A feature request or implementation improvement
#48392 opened Sep 1, 2017 by stephencelis
[SR-5821] KeyPath reflection compiler The Swift compiler in itself improvement
#48391 opened Sep 1, 2017 by stephencelis
Result builder dynamic key path autocomplete breaks for second component bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69477 opened Oct 28, 2023 by stephencelis
Constraint solver assertion failure with key paths and dynamic member subscript assertion failure Bug → crash: An assertion failure 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 crash Bug: A crash, i.e., an abnormal termination of software @dynamicMemberLookup Feature → attributes: the @dynamicMemberLookup attribute key paths Feature: key paths (both native and Objective-C) swift 5.9 type checker Area → compiler: Semantic analysis Windows Platform: Windows
#69386 opened Oct 24, 2023 by stephencelis
Local types should support attached extension macros bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#69159 opened Oct 12, 2023 by stephencelis
Deprecated types aren't diagnosed when used as property wrappers 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 property wrappers Feature: property wrappers swift 5.7 type checker Area → compiler: Semantic analysis
#63139 opened Jan 20, 2023 by stephencelis
Autocomplete diagnostic for primary associated types fails to include them bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion conformances Feature → protocol: protocol conformances opaque result types Feature → types → opaque types: opaque result types opaque types Feature → types: opaque types parameterized protocols Feature → protocol: protocols with primary associated types source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#60622 opened Aug 18, 2022 by stephencelis
Result builder type inference bug requiring some bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60445 opened Aug 8, 2022 by stephencelis
Dynamic member lookup subscript should support file:line: default parameters attributes Feature: Declaration and type attributes compiler The Swift compiler in itself default arguments Feature: default arguments for value parameters @dynamicMemberLookup Feature → attributes: the @dynamicMemberLookup attribute feature A feature request or implementation
#59706 opened Jun 25, 2022 by stephencelis
[SR-14144] Key paths do not retain useful debug info bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#56523 opened Feb 2, 2021 by stephencelis
[SR-10168] Linux Swift 5 Nested Generic Regression: Compiler Assertion Fails 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
#52570 opened Mar 25, 2019 by stephencelis
[SR-9883] Unmutated "inout" should warn like unmutated "var" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#52289 opened Feb 7, 2019 by stephencelis
ProTip! Exclude everything labeled bug with -label:bug.