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

Swift Compiler 5.8 / Xcode 14.3 RC not compiling with Modules built on Swift 5.7.2 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64552 opened Mar 22, 2023 by seanreinhardtapps
(SymbolGraphGen) AnyObject constraints are always dropped bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64550 opened Mar 22, 2023 by kelvin13
(SymbolGraphGen) symbol graphs contain invalid sourceOrigin references bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs. triage needed This issue needs more specific labels
#64546 opened Mar 22, 2023 by kelvin13
Failed to produce diagnostic (Xcode 14.3 regression) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. failed to produce diag Error: failed to produce diagnostic for expression result builders Feature: result builders type checker
#64535 opened Mar 22, 2023 by nesium
Sovler-based cursor info is reporting refactorings that aren’t applicable with AST-based refactoring implementation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. cursor info Area → source tooling: cursor info found by stress tester SourceKit Area → source tooling: SourceKit
#64512 opened Mar 21, 2023 by ahoppen
@_noLocks is overly restrictive prohibiting common real-time code patterns bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64511 opened Mar 21, 2023 by hogliux
C++ interop enum inside SILInstruction class doesn't work bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ triage needed This issue needs more specific labels
#64505 opened Mar 21, 2023 by eeckstein
Using a default constructor for a C++ imported struct doesn't always work bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ triage needed This issue needs more specific labels
#64504 opened Mar 21, 2023 by eeckstein
Undefined symbols when using BasicCalleeAnalysis in SwiftCompilerSources bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ triage needed This issue needs more specific labels
#64502 opened Mar 21, 2023 by eeckstein
CI error in rdar74087339-debug-scope-trampoline-blocks.swift bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64484 opened Mar 20, 2023 by santiagoaloi
New Opening Existentials edge case? Should it be possible to open an existential default argument value? bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself default arguments Feature: default arguments for value parameters existentials Feature: values of "any" types (e.g. "any Collection") aka type-erased values implicit existential opening Feature → existentials: implicit opening of existentials when passed to parameters of generic type swift 5.9 type checker
#64481 opened Mar 20, 2023 by johnno1962
Provide tailored error and fix-it when result builder attribute is applied to type attributes Feature: declaration and type attributes, e.g. @inlinable or inout compiler The Swift compiler in itself diagnostics QoI Diagnostics Quality of Implementation fix-its Feature: diagnostic fix-its improvement result builders Feature: result builders
#64474 opened Mar 19, 2023 by AnthonyLatsis
Swift cannot use -enable-experimental-cxx-interop on Linux with Foundation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ c++ to swift Area → c++ interop: c++ to swift compiler The Swift compiler in itself Linux Platform: Linux swift 5.9 unexpected error
#64457 opened Mar 17, 2023 by jpsim
Legacy C++ driver treats static libraries as source files with WMO enabled bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. driver triage needed This issue needs more specific labels
#64454 opened Mar 17, 2023 by stevapple
(SymbolGraphGen) cannot disambiguate shadowed type parameters in constraint list bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64444 opened Mar 16, 2023 by kelvin13
Macro fails to type check protocols bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64424 opened Mar 16, 2023 by miku1958
Use closure as macro's argument can result in "Circular reference" error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64423 opened Mar 16, 2023 by miku1958
[interop] C++ function returning NonCopyable type returns Never in Swift and is callable bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ c++ to swift Area → c++ interop: c++ to swift compiler The Swift compiler in itself copy constructors c++ interop: copy constructors swift 5.9 unexpected behavior
#64401 opened Mar 15, 2023 by hyp
@preconcurrency import unexpectedly affected by order bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64392 opened Mar 15, 2023 by stevapple
false Sendable warning if SE-299 (Extending Static Member Lookup in Generic Contexts) is used bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency triage needed This issue needs more specific labels
#64388 opened Mar 15, 2023 by dnadoba
[Question] Is it possible to declare Protocol with actor inheritance and @MainActor actors Feature → concurrency: actors bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself concurrency diagnostics QoI Diagnostics Quality of Implementation missing warning bug: missing warning protocols Feature: protocols swift 5.7
#64383 opened Mar 15, 2023 by fummicc1
‘MyCommonModule’ inconsistently imported as implementation-only bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64378 opened Mar 15, 2023 by Ernest0-Production
Bug of implicitly open existential bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself existentials Feature: values of "any" types (e.g. "any Collection") aka type-erased values implicit existential opening Feature → existentials: implicit opening of existentials when passed to parameters of generic type metatypes Feature: metatypes swift 5.9 type checker unexpected error
#64350 opened Mar 14, 2023 by antofic
Key paths with opaque types cannot be directly initialized. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself key paths Feature: key paths (both native and Objective-C) opaque types Feature: opaque types swift 5.9 type checker type inference Feature: type inference unexpected error
#64341 opened Mar 14, 2023 by JessyCatterwaul
build-toolchain Rebuilds Lots of Swift-based Components bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#64338 opened Mar 13, 2023 by thekief
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.