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

@dynamicMemberLookup properties cannot be accessed within the context of the annotated type without self bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#60589 opened Aug 17, 2022 by matt-curtis
Make CMake build assume SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE location build build-script Area → utils: The build script contributor experience feature A feature request or implementation
#62291 opened Nov 29, 2022 by ktoso
Dictionary's subscript w/default should take throwing autoclosure Dictionary Area → standard library: the `Dictionary` type feature A feature request or implementation standard library Area: Standard library umbrella swift 5.7
#63202 opened Jan 25, 2023 by dabrahams
Poor diagnostic for misplaced generic where clause 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 where clauses Feature → generics: generic where clauses generics Feature: generic declarations and types parser Area → compiler: The legacy C++ parser
#62384 opened Dec 3, 2022 by airspeedswift
@Sendable does not peer through typealiases 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 concurrency Feature: umbrella label for concurrency language features sugared types Feature: sugared types, e.g. 'Int?' or '[Int]' type checker Area → compiler: Semantic analysis
#62753 opened Dec 22, 2022 by compnerd
Concurrency runtime never calls swift_task_enqueueMainExecutor_hook bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features runtime The Swift Runtime
#63104 opened Jan 19, 2023 by MarSe32m
Runtime crash when calling generic method with same-type requirement on constrained existential bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#61309 opened Sep 27, 2022 by hisekaldma
Possible compiler memory corruption 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
#61813 opened Oct 30, 2022 by za-creature
Closure Evaluation Misdiagnoses Initializer Type Checking bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation multi-statement closures Feature → closures: multi-statement closures swift 5.9 type checker Area → compiler: Semantic analysis type inference Feature: type inference
#62051 opened Nov 11, 2022 by Mordil
_dynamicReplacement could not call origin async method attributes Feature: Declaration and type attributes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. @_dynamicReplacement Feature → attributes: the @_dynamicReplacement attribute runtime The Swift Runtime
#62214 opened Nov 21, 2022 by Whirlwind
Crash occurs when converting a struct containing a struct type property to a string bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#62003 opened Nov 9, 2022 by cozzin
Useless error message related to SwiftUI and Closures. 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 swift 5.8 SwiftUI Flag: Related to (but not an issue with) SwiftUI type checker Area → compiler: Semantic analysis
#61339 opened Sep 28, 2022 by dhoepfl
Update architectures for Swift benchmark suite bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60382 opened Aug 3, 2022 by jakepetroules
XCTest is not available in the REPL bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. REPL
#60335 opened Aug 1, 2022 by MaxDesiatov
[C++-Interop] const ref (or pass by reference) ctors miscompile when C++-Interop is enabled on Swift 5.7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#60601 opened Aug 17, 2022 by plotfi
add an option to emit every symbol into the symbol graph compiler The Swift compiler in itself feature A feature request or implementation Frontend Area → compiler: Frontend legacy driver Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project source tooling Area: IDE support, SourceKit, and other source tooling swift-symbolgraph-extract Area → compiler → legacy driver: the 'swift-symbolgraph-extract' mode SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#60416 opened Aug 5, 2022 by QuietMisdreavus
Swift compiler crashes when building codes for existential protocol with primary associated types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself constrained existentials Feature → existentials: constrained existentials such as 'any Collection<Int>' crash Bug: A crash, i.e., an abnormal termination of software existential member accesses Feature → existentials: existential member accesses existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values expressions Feature: expressions swift 5.9 type checker Area → compiler: Semantic analysis
#60547 opened Aug 13, 2022 by langtutheky
Switching over enum with two identically named cases but different number of associated values produces warnings and crashes at runtime bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60376 opened Aug 3, 2022 by dnadoba
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
Printing an NSError casted to Error results in a crash thrown by JSONSerialization. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. casting Feature: explicit casting (is, as, as? and as!) crash Bug: A crash, i.e., an abnormal termination of software run-time crash Bug → crash: Swift code crashed during execution runtime The Swift Runtime
#59804 opened Jun 30, 2022 by HellotalkXJP
Missing 'in' in closure leads to unhelpful error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation good first issue Good for newcomers missing warning Bug: Missing warning parser Area → compiler: The legacy C++ parser swift 5.9
#59928 opened Jul 6, 2022 by jrose-signal
Compiler does not know how to choose between an async and a non-async version of a function 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 overload resolution Area → compiler → type checker: Overload resolution (ranking) swift 6.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#60469 opened Aug 9, 2022 by stefanspringer1
Unnecessary error when declaring extension to type with @available annotation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#61135 opened Sep 15, 2022 by NachoSoto
Unexpected non-isolated deinit warning bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60498 opened Aug 10, 2022 by keith
ProTip! Add no:assignee to see everything that’s not assigned.