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

@propertyWrapper-wrapped nonisolated var‘s projectedValue not accessible without await from non-@MainActor bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59494 opened Jun 16, 2022 by b8591340
2
Large build time increases when using .init and Self with overloaded functions bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself performance type checker Area → compiler: Semantic analysis
#61079 opened Sep 13, 2022 by wattson12
[SR-15093] Update availability diagnostic for macOS major version number changes 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
#57419 opened Aug 20, 2021 by beccadax
[SourceKit] Add fully resolved generics into CursorInfo feature A feature request or implementation triage needed This issue needs more specific labels
#68908 opened Oct 2, 2023 by barinsim
get_architecture_value and ndk_platform_triple is no longer used in test/lit.cfg and can be removed bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#63907 opened Feb 25, 2023 by WeZZard
Crash in swift::GenericSignatureImpl::getDependentUpperBounds(swift::Type) AST Area → compiler: The libSwiftAST library code completion Area → source tooling: code completion compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software found by stress tester Flag: An issue found by the SourceKit stress tester generics Feature: generic declarations and types source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9
#65817 opened May 10, 2023 by ahoppen
constructing an object of class type X with a metatype value must use a 'required' initializer bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71874 opened Feb 25, 2024 by Kyle-Ye
Upcoming feature flag ExistentialAny ignores missing any keyword when constraining a protocol bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values parameterized protocols Feature → protocol: protocols with primary associated types protocol Feature → type declarations: Protocol declarations swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#72588 opened Mar 26, 2024 by lukaskollmer
2
import typealias causes invalid error claiming the symbol is a protocol bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations import Feature → declarations: `import` declarations swift 6.0 typealias Feature → type declarations: `typealias` declarations unexpected error Bug: Unexpected error
#72724 opened Mar 30, 2024 by tristanlabelle
Value pack expansion in array literal array literals Feature → expressions → literals: Array literals bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself expressions Feature: expressions generics Feature: generic declarations and types literals Feature → expressions: Literals such as an integer or string literal pack expansions Feature → expressions: Pack expansion expressions SILGen Area → compiler: The SIL generation stage swift 5.9 type checker Area → compiler: Semantic analysis variadic generics Feature → generics: Variadic generics
#67192 opened Jul 8, 2023 by lhunath
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
Subclass compiles without initializing properties bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69965 opened Nov 17, 2023 by PadraigK
Types named "Type" don't fare well with explicit qualification bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself swift 6.0 type checker Area → compiler: Semantic analysis TypeResolver types Feature: types unexpected error Bug: Unexpected error
#67378 opened Jul 18, 2023 by dabrahams
[AutoDiff] Unoptimized code generation for simple derivatives when called from conditional control-flow contexts AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#71510 opened Feb 9, 2024 by jkshtj
Index data is missing references when Swift uses an Objective-C property added through category adding a protocol conformance bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. indexing Area → source tooling: AST indexing objective-c interop Feature: Interoperability with Objective-C source tooling Area: IDE support, SourceKit, and other source tooling swift 5.8 unexpected behavior Bug: Unexpected behavior or incorrect output
#67446 opened Jul 21, 2023 by dylansturg
Issue accessing nested types on sugared types compiler The Swift compiler in itself feature A feature request or implementation nested types Feature: nested types parser Area → compiler: The legacy C++ parser sugared types Feature: sugared types, e.g. 'Int?' or '[Int]'
#59923 opened Jul 6, 2022 by aggie33
nonisolated applied to @propertyWrapper-wrapped property does not propagate to projectedValue in deinit bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features property wrappers Feature: property wrappers
#59380 opened Jun 11, 2022 by b8591340
2
1
[SR-12733] The swizzled in method of a final class resolves static references to its type incorrectly since Xcode 11.4 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#55178 opened May 5, 2020 by abdulowork
[SR-9032] Add ability to create ‘character' literals to compiler. compiler The Swift compiler in itself feature A feature request or implementation swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#51535 opened Oct 18, 2018 by johnno1962
Platforms that don't have "fat" multi-architecture binaries should place their runtime libraries in an arch-specific directory bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#63645 opened Feb 14, 2023 by finagolfin
Tokenizer assertion crash with code completion at end of file bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software lexer Area → compiler: The legacy C++ lexer source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9
#65507 opened Apr 28, 2023 by tristanlabelle
The suggested fix for the existential types with implicit unwrapping is incorrect when enable upcoming featureExistentialAny 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 implicitly unwrapped optionals Feature → types: Implicitly unwrapped optional types, aka IUO swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#65026 opened Apr 8, 2023 by treastrain
The suggested fix for the protocol composition type is incorrect when enable upcoming featureExistentialAny 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 protocol compositions Feature → types: protocol composition types swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types unexpected behavior Bug: Unexpected behavior or incorrect output
#65027 opened Apr 8, 2023 by treastrain
(c++ interop) Swift struct interfaces are not exported to module header bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself struct Feature → type declarations: Structure declarations swift to c++ Feature → c++ interop: swift to c++ swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#63862 opened Feb 23, 2023 by teamhimeh
ProTip! Mix and match filters to narrow down what you’re looking for.