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

Windows version number support for the @available attribute availability The @available attribute and availability checking in general compiler The Swift compiler in itself feature A feature request or implementation Frontend Area → compiler: Frontend Windows Platform: Windows
#73655 opened May 15, 2024 by tristanlabelle
Unexpected ambiguous type error when assigning to conforming primary associated type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. type checker Area → compiler: Semantic analysis
#72977 opened Apr 11, 2024 by hydrixos
Expected assignment to opaque type fails bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73789 opened May 21, 2024 by Alc-Alc
Failed to produce diagnostic for expression in SwiftUI code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73750 opened May 20, 2024 by moreindirection
[Source compatibility suite] Projects failing to build due to compiler crash - compile command failed due to signal 11 (use -v to see invocation) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. source compatibility suite Flag: An issue that surfaced in the source compatibility suite triage needed This issue needs more specific labels
#73802 opened May 21, 2024 by justice-adams-apple
Bug in Embedded/ARC/WebAssembly combination? bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. embedded Embedded Swift triage needed This issue needs more specific labels
#73768 opened May 20, 2024 by turbolent
Property wrapper + opaque result type = crash 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 opaque result types Feature → types → opaque types: opaque result types opaque types Feature → types: opaque types property wrappers Feature: property wrappers swift 6.0 type checker Area → compiler: Semantic analysis verifier
#73833 opened May 23, 2024 by AnthonyLatsis
SILGen crash on try repeat/await repeat 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 expressions Feature: expressions generics Feature: generic declarations and types pack expansions Feature → expressions: Pack expansion expressions SILGen Area → compiler: The SIL generation stage swift 6.0 variadic generics Feature → generics: Variadic generics
#73263 opened Apr 25, 2024 by AnthonyLatsis
SILGen crash on using member type accessed through metatype value 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 expressions Feature: expressions metatypes Feature → types: Metatypes nested types Feature: nested types SILGen Area → compiler: The SIL generation stage swift 6.0 types Feature: types
#73251 opened Apr 25, 2024 by AnthonyLatsis
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
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
[SR-14962] ☂️ C++-Interop Component Kit Umbrella Bugs 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 ☂️ umbrella issue Flag: An umbrella issue
#57304 opened Jul 23, 2021 by swift-ci
2 of 6 tasks
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
Duplicate fileprivate names in a module causes compilation failures bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself multiple files Flag: An issue whose reproduction requires multiple files swift 5.8 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#67419 opened Jul 20, 2023 by dabrahams
@available annotation not preventing missing symbol crash on macOS 10.15 availability The @available attribute and availability checking in general bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#68010 opened Aug 18, 2023 by jaredh159
Importing C++ module without C++ Interop triggers an assertion failure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#68189 opened Aug 29, 2023 by compnerd
Swift CI: [main] OSS - Swift Package - Ubuntu 20.04 - AutoDiff/compiler_crashers_fixed/issue-56649-missing-debug-scopes-in-pullback-trampoline.swift - AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Linux Platform: Linux
#68173 opened Aug 28, 2023 by nate-chandler
Actor-isolated sendability closure inference is broken/confusing bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#69788 opened Nov 10, 2023 by stephencelis
~Copyable and @dynamicmemberlookup fails to compile bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations
#69835 opened Nov 14, 2023 by rvsrvs
@Observable doesn't work with backtick identifiers bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Observation Area → standard library: The `Observation` module under the standard library umbrella
#69856 opened Nov 14, 2023 by mbrandonw
consume doesn't really work in playground bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. ownership Feature: Ownership modifiers and semantics
#70021 opened Nov 25, 2023 by za-creature
Command SwiftCompile failed with a nonzero exit code (View + Parameter Pack) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself generics Feature: generic declarations and types swift 5.9 SwiftUI Flag: Related to (but not an issue with) SwiftUI variadic generics Feature → generics: Variadic generics
#68919 opened Oct 2, 2023 by twhitt14
Reflection: API to distinguish types imported from C/C++/ObjC feature A feature request or implementation reflection
#69146 opened Oct 12, 2023 by grynspan
Swift compiler crashes when a Peer macro adds a property with another Peer macro attached to it bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#69122 opened Oct 11, 2023 by rayaantaneja
Inadvertent Code Breakage with C++ Interop & Windows For Package Authors bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#69157 opened Oct 12, 2023 by brianmichel
ProTip! Type g i on any issue or pull request to go back to the issue listing page.