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

Macro declarations missing from SourceKit docstructure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. declarations Feature: declarations document structure Area → source tooling: document structure annotation source tooling Area: IDE support, SourceKit, and other source tooling swift macro Feature → declarations: Swift `macro` declarations swift 5.9
#66666 opened Jun 15, 2023 by johnfairh
Type inference fails when a literal is passed to a generic function and the return value is applied to a binary operator. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself generics Feature: generic declarations and types operators Feature: operators regression swift 5.9 type checker Area → compiler: Semantic analysis type inference Feature: type inference types Feature: types unexpected error Bug: Unexpected error
#65061 opened Apr 11, 2023 by kishikawakatsumi
editable SPM packages are not built when using --scratch-path bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59994 opened Jul 11, 2022 by tayloraswift
Incorrect warning Converting non-sendable function value to '@Sendable (Int) -> Void' may introduce data races 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 type checker Area → compiler: Semantic analysis
#60151 opened Jul 20, 2022 by FranzBusch
TypeLookupError for getTypeByMangledNameInContext bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69615 opened Nov 2, 2023 by Kyle-Ye
[SR-1534] Error: Call is to rethrows function, but a defaulted argument function can throw bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#44143 opened May 16, 2016 by swift-ci
[SR-14480] Function signature optimization turns __consuming method back into guaranteed, breaking in-place optimization opportunity bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#56836 opened Apr 13, 2021 by jckarter
Any plans to support pass plugins in the future? feature A feature request or implementation triage needed This issue needs more specific labels
#70015 opened Nov 24, 2023 by codetronik
Regression in inequality operator != overload resolution bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. regression triage needed This issue needs more specific labels
#70041 opened Nov 27, 2023 by xwu
Revising Observable Macro Comment for Struct Support in Swift feature A feature request or implementation triage needed This issue needs more specific labels
#70026 opened Nov 26, 2023 by ojun9
Swift REPL cannot handle Foundation values like Calendar bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68663 opened Sep 21, 2023 by notcome
Struct being copied if used in the condition of an if statement multiple times bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69994 opened Nov 21, 2023 by nocchijiang
Runtime crash "outlined init with take of any ..." 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 parameterized protocols Feature → protocol: protocols with primary associated types run-time crash Bug → crash: Swift code crashed during execution
#61403 opened Oct 1, 2022 by plamenterziev
Out-of-line-initialized property wrapper incorrectly diagnosed as error if wrappedValue is read-only accessors Feature → declarations: Variable (property) accessors bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself property wrappers Feature: property wrappers type checker Area → compiler: Semantic analysis
#63261 opened Jan 27, 2023 by ole
Testing macros on Windows results in linking errors bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69302 opened Oct 20, 2023 by MarSe32m
Segmentation fault while using executor preferences bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency runtime Feature: umbrella label for concurrency runtime features crash Bug: A crash, i.e., an abnormal termination of software run-time crash Bug → crash: Swift code crashed during execution
#71307 opened Feb 1, 2024 by Joannis
Compiler crash with optional existential 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
#71019 opened Jan 19, 2024 by GeorgeElsham
extension S<Bool, Int> compiles as extension S for struct S<each T> accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations extension Feature → declarations: `extension` declarations generics Feature: generic declarations and types swift 6.0 type checker Area → compiler: Semantic analysis variadic generics Feature → generics: Variadic generics
#70432 opened Dec 13, 2023 by jepers
Compiler crash with cast involving any existentials bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. casting Feature: explicit casting (is, as, as? and as!) compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values expressions Feature: expressions parameterized protocols Feature → protocol: protocols with primary associated types protocol compositions Feature → types: protocol composition types swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types
#71000 opened Jan 19, 2024 by GeorgeElsham
lib/SymbolGraphGen should emit names of @_spi attributes attributes Feature: Declaration and type attributes compiler The Swift compiler in itself feature A feature request or implementation @_spi Feature → attributes: the @_spi attribute SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#69382 opened Oct 24, 2023 by tayloraswift
[SR-9144] Low-level atomics in Swift feature A feature request or implementation standard library Area: Standard library umbrella swift evolution pending discussion Flag → feature: A feature that has a Swift evolution proposal currently in review
#51640 opened Oct 30, 2018 by swift-ci
compiler crash: 'Interface type: some Weird same-type requirements?' bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68767 opened Sep 26, 2023 by tayloraswift
Determine if ASTGen is responsible for checking that optional tokens exist in the SwiftSyntax tree ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself task
#68355 opened Sep 6, 2023 by ahoppen
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
ExpressibleByIntegerLiteral erroneously overwrites (shadows?) existing initializer in type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69397 opened Oct 25, 2023 by icanzilb
ProTip! no:milestone will show everything without a milestone.