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

lldb problems on Linux when using swift repl bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. docker Flag: Swift installation via Docker Linux Platform: Linux lldb REPL toolchain unexpected error Bug: Unexpected error
#71543 opened Feb 11, 2024 by MahdiBM
swift repl suppresses warnings bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71542 opened Feb 11, 2024 by MahdiBM
Spurious warning when assigning a method of a Sendable object to a @Sendable closure compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features feature A feature request or implementation function types Feature → types: function types implicit conversions Feature: implicit conversions Sendable Area → standard library: The Sendable protocol type checker Area → compiler: Semantic analysis types Feature: types
#71541 opened Feb 11, 2024 by groue
Global actor isolated initializers of non-Sendable types should cause the value to be in the actor's region bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#71533 opened Feb 10, 2024 by hborla
Most of the Swift source now built into the Swift compiler does not have a cross-compilation CMake configuration build-script Area → utils: The build script cmake cross-compilation Area → utils: Cross-compilation of project sources feature A feature request or implementation utils Area: the build system and other accessory scripts under the "utils" directory
#71507 opened Feb 9, 2024 by finagolfin
JIT session error: Symbols not found bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71506 opened Feb 9, 2024 by Alc-Alc
Simple program crashes with "User-mode data execution prevention (DEP) violation" on Windows 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
#71469 opened Feb 8, 2024 by mkryszto-kr
Variadics and UnsafePointers 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
#71452 opened Feb 7, 2024 by carlynorama
Concurrent iteration of AsyncStream can 'leak' continuations bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71412 opened Feb 6, 2024 by jamieQ
Compiler crash when building SwiftGodot on Linux 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
#71405 opened Feb 6, 2024 by deevus
Allow files with the same name feature A feature request or implementation triage needed This issue needs more specific labels
#71391 opened Feb 5, 2024 by Vaida12345
Sync overload is used when implementation has sync overload of an async protocol requirement bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71388 opened Feb 5, 2024 by SergeRykovski
Misdiagnosis/unhelpful error message when trying to access an associated type of an opened existential type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71374 opened Feb 3, 2024 by benpious
Hope to support the FreeBSD system feature A feature request or implementation platform support
#71370 opened Feb 3, 2024 by Muning69
Crash in swift-frontend type checker (ExprRewriter::coerceToType) 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
#71331 opened Feb 2, 2024 by valentinradu
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
[ParameterPacks] Assertion failed: (isa<To>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file Casting.h, line 578. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures compiler The Swift compiler in itself expressions Feature: expressions generics Feature: generic declarations and types swift 6.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error variadic generics Feature → generics: Variadic generics
#71258 opened Jan 30, 2024 by vanvoorden
"verify module interface" job fails when using a Foundation macro in an @inlinable function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71252 opened Jan 30, 2024 by allevato
Macro expansion caused crash on lowering AST to SIL 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
#71232 opened Jan 30, 2024 by noamfreeman
Failed diognostic bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. internal error Bug: Internal error missing info Resolution: Is missing crucial info such as a test case or a concise description SwiftUI Flag: Related to (but not an issue with) SwiftUI unexpected error Bug: Unexpected error
#71222 opened Jan 29, 2024 by usser456
TaskGroup needs a better data structure Concurrencу Area → standard library: The `Concurrency` module under the standard library umbrella concurrency runtime Feature: umbrella label for concurrency runtime features feature A feature request or implementation performance
#71212 opened Jan 29, 2024 by za-creature
Compiler Crash (type checker) while trying to create an object using a parameter of an existential type 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
#71190 opened Jan 26, 2024 by arteem75
Code completion is not suggesting argument label of existing argument argument labels Feature: function argument labels code completion Area → source tooling: code completion found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#71189 opened Jan 26, 2024 by ahoppen
Isolated parameter to struct init crashes in silgen actor isolation Feature → concurrency: Actor isolation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features crash Bug: A crash, i.e., an abnormal termination of software
#71174 opened Jan 26, 2024 by tgoyne
Compiler emits "no exact matches in call to initializer" error even when there is. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#71170 opened Jan 26, 2024 by YOCKOW
ProTip! Mix and match filters to narrow down what you’re looking for.