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

IRGen ignores noexcept on function type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ c++ to swift Feature → c++ interop: c++ to swift compiler The Swift compiler in itself IRGen LLVM IR generation swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#73396 opened May 2, 2024 by ahatanaka updated May 2, 2024
[SR-12106] XCode 11 Memory Leak bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#54542 opened Jan 29, 2020 by swift-ci updated May 2, 2024
Add an API to boost a task’s priority concurrency Feature: umbrella label for concurrency language features
#73369 opened May 1, 2024 by ahoppen updated May 2, 2024
Consider how much of SourceKit-LSP’s TaskScheduler we could implement in the language or via executors concurrency Feature: umbrella label for concurrency language features
#73372 opened May 1, 2024 by ahoppen updated May 2, 2024
Sendable warning for nonisolated init in @MainActor class even with Region based isolation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#73135 opened Apr 19, 2024 by gspiers updated May 1, 2024
Add a way to have a closure be called when a Task’s priority changes concurrency Feature: umbrella label for concurrency language features
#73367 opened May 1, 2024 by ahoppen updated May 1, 2024
Possible miscompile that leads to runtime crash bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73364 opened May 1, 2024 by mattmassicotte updated May 1, 2024
Add set accessors to SIMD subscripts feature A feature request or implementation triage needed This issue needs more specific labels
#73344 opened Apr 30, 2024 by JessyCatterwaul updated Apr 30, 2024
IRGen/linker_set_low_level_exec.swift is failing on Windows bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels Windows Platform: Windows
#73321 opened Apr 29, 2024 by eeckstein updated Apr 30, 2024
Nix anyone? Might make the compiler easier to build/work on feature A feature request or implementation
#60490 opened Aug 10, 2022 by wtholliday updated Apr 30, 2024
Crash in LLVM when compiling SwiftCompilerSources on Windows with a 5.10 toolchain bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ c++ to swift Feature → c++ interop: c++ to swift CodeGen crash Bug: A crash, i.e., an abnormal termination of software swift 5.10 Windows Platform: Windows
#73253 opened Apr 25, 2024 by eeckstein updated Apr 30, 2024
swift compile error (custom toolchain)
#69987 opened Nov 20, 2023 by codetronik updated Apr 30, 2024
The LoadableByAddress pass crashes when building SwiftCompilerSources on Windows with a 5.10 toolchain bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software SILOptimizer Area → compiler: SIL optimization passes swift 5.10 Windows Platform: Windows
#73254 opened Apr 25, 2024 by eeckstein updated Apr 30, 2024
value of type has no member 'quickLookPreview' bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift 5.10 SwiftUI Flag: Related to (but not an issue with) SwiftUI toolchain unexpected error Bug: Unexpected error
#73048 opened Apr 16, 2024 by paukala updated Apr 30, 2024
Error should be raised for public typealias with internal generic parameter bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73317 opened Apr 28, 2024 by CrazyFanFan updated Apr 28, 2024
Compiler crash when building WebAssembly for debug - Assertion !f->isGeneric() failed 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
#73312 opened Apr 27, 2024 by CallumTodd7 updated Apr 27, 2024
SWIFT_OBJC_INTEROP_MODE = objcxx; breaks Notification.Names bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. clang importer Area → compiler: The clang importer
#73072 opened Apr 17, 2024 by JessyCatterwaul updated Apr 27, 2024
Compiler failing to compile ~Copyable generic with: "Copy of noncopyable typed value." Error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations ownership Feature: Ownership modifiers and semantics
#73156 opened Apr 19, 2024 by rvsrvs updated Apr 27, 2024
Task Local Value Binding crash when used legally using withTaskGroup 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
#73217 opened Apr 24, 2024 by Joannis updated Apr 27, 2024
nonCopyable and inout closure causing compiler error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations ownership Feature: Ownership modifiers and semantics
#73052 opened Apr 16, 2024 by carlhung updated Apr 27, 2024
Crash at runtime when using typed throws bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software typed throws Feature → error handling → throws & rethrows: Typed throws
#73051 opened Apr 16, 2024 by Jnosh updated Apr 27, 2024
Top-level call to @MainActor isolated function produces an error when not using await bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#73050 opened Apr 16, 2024 by Jnosh updated Apr 27, 2024
Opaque return type sendability checking hole bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72926 opened Apr 9, 2024 by orobio updated Apr 27, 2024
Missing diagnostic when capturing self in deinit Task bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#72893 opened Apr 6, 2024 by rnapier updated Apr 27, 2024
'consume' applied to value that the compiler does not support bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. ownership Feature: Ownership modifiers and semantics
#72615 opened Mar 27, 2024 by mr-swifter updated Apr 27, 2024
ProTip! Updated in the last three days: updated:>2024-05-14.