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

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
cross-compilation from macOS arm64 to x86_64 fails on linking bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#58996 opened May 20, 2022 by cynicer
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
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
Possibly Swift runtime bug in iOS <= 15.2 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values optimized only Flag: An issue whose reproduction requires optimized compilation run-time crash Bug β†’ crash: Swift code crashed during execution runtime The Swift Runtime
#63333 opened Jan 31, 2023 by iDmitriyy
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
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
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
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
The limitations of @MainActor are not clearly documented bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. documentation transfer candidate The issue may belong in another repository
#62031 opened Nov 10, 2022 by ConfusedVorlon
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
[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
Debian packaging support feature A feature request or implementation platform support
#60690 opened Aug 22, 2022 by melizasw
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
@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
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
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
A Task created within an actor breaks actor isolation unless the Task interacts with the actor actor Feature β†’ concurrency: `actor` declarations 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
#62505 opened Dec 10, 2022 by dfed
@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
Swift crash when creating a concrete instance from a protocol extension with an associated type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself swift 5.9 type inference Feature: type inference
#61357 opened Sep 29, 2022 by kerrmarin
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
ProTip! Mix and match filters to narrow down what you’re looking for.