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

swiftmodule file added to linker input files when using cmake -DCMAKE_BUILD_TYPE=Debug bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68947 by rimim was closed Apr 30, 2024 updated Apr 30, 2024
Compiler crash on parenthesized try expression 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 error handling expressions Feature: expressions good first issue Good for newcomers needs tests Flag: Needs tests SILGen Area → compiler: The SIL generation stage swift 5.10
#73244 by sarahnicoleboo was closed Apr 30, 2024 updated Apr 30, 2024
Should the compiler warn about a type that is both globally-isolated and Sendable? concurrency Feature: umbrella label for concurrency language features feature A feature request or implementation
#71473 by mattmassicotte was closed Apr 28, 2024 updated Apr 28, 2024
Compiler crash in specific case involving default arguments to initializer when compiling with -strict-concurrency=complete actor isolation Feature → concurrency: Actor isolation 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 crash Bug: A crash, i.e., an abnormal termination of software declarations Feature: declarations default arguments Feature: default arguments for value parameters expressions Feature: expressions init Feature → declarations: Initializers IRGen LLVM IR generation swift 5.10
#72795 by glitchery was closed Apr 27, 2024 updated Apr 27, 2024
GeneratedAssetSymbols.swift will show warning when Strict Concurrency Checking is on bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features triage needed This issue needs more specific labels
#72141 by frogcjn was closed Apr 27, 2024 updated Apr 27, 2024
[Swift 5.9] Using shorthand syntax to reference @MainActor isolated method from non isolated context raises error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68117 by kokluch was closed Apr 27, 2024 updated Apr 27, 2024
Actor boundary warning when conforms to a protocol that has non-isolated internal properties of public types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#65493 by b1ackturtle was closed Apr 27, 2024 updated Apr 27, 2024
Actor-isolated closures can capture non-sendable values bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#65870 by matthewdusc was closed Apr 27, 2024 updated Apr 27, 2024
Cannot access nonisolated(unsafe) var property of actor from init bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#73294 by jumhyn-browser was closed Apr 27, 2024 updated Apr 27, 2024
A LoadableByAddress compiler crash with error "<unknown>:0: note: Unimplemented definition" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software IRGen LLVM IR generation regression SILGen Area → compiler: The SIL generation stage SILOptimizer Area → compiler: SIL optimization passes
#72911 by hjyamauchi was closed Apr 26, 2024 updated Apr 26, 2024
Compiler crash: Top-level call to async function with generic parameter pack async & await Feature → concurrency: asynchronous function aka the async/await pattern 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 crash Bug: A crash, i.e., an abnormal termination of software generics Feature: generic declarations and types IRGen LLVM IR generation script mode Flag: Specific to script mode compilation swift 6.0 variadic generics Feature → generics: Variadic generics
#72536 by AnthonyLatsis was closed Apr 24, 2024 updated Apr 24, 2024
[SR-14966] [C++-Interop] compiler crash when returning type that nests an id from a C++ static method with ObjC & C++ Interop enabled 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 crash Bug: A crash, i.e., an abnormal termination of software IRGen LLVM IR generation objective-c interop Feature: Interoperability with Objective-C
#57308 by swift-ci was closed Apr 24, 2024 updated Apr 24, 2024
[SR-14961] [C++-Interop] crash when invoking id() with ObjC & C++ Interop enabled c++ interop Feature: Interoperability with C++ c++ to swift Feature → c++ interop: c++ to swift clang importer Area → compiler: The clang importer compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software objective-c interop Feature: Interoperability with Objective-C
#57303 by swift-ci was closed Apr 24, 2024 updated Apr 24, 2024
Protocol becomes impossible to implement in this situation accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself operators Feature: operators protocol Feature → type declarations: Protocol declarations swift 6.0 type checker Area → compiler: Semantic analysis
#73201 by Luminaron was closed Apr 23, 2024 updated Apr 23, 2024
Compiler Crash With Nightly 5.7.20221229101 and 5.7.20221219101 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 triage needed This issue needs more specific labels
#62797 by Frizlab was closed Apr 22, 2024 updated Apr 22, 2024
Compiler crash with dynamic generic 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 existential member accesses Feature → existentials: existential member accesses existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types
#72941 by Frizlab was closed Apr 19, 2024 updated Apr 19, 2024
[SR-7015] The CoreFoundation conditional downcast diagnostic is not as helpful as it should be 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 good first issue Good for newcomers
#49563 by swift-ci was closed Jan 1, 2019 updated Apr 18, 2024
Compiler crash doing weird things with primary associated types 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 existential member accesses Feature → existentials: existential member accesses existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values parameterized protocols Feature → protocol: protocols with primary associated types swift 5.7 type checker Area → compiler: Semantic analysis types Feature: types
#61934 by tominsam was closed Dec 16, 2023 updated Apr 17, 2024
[LoadableByAddr] Assertion failed: (srcAddr->getType() == destAddr->getType()) assertion failure Bug → crash: An assertion failure 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 IRGen LLVM IR generation swift 6.0 tuples Feature: tuples
#72363 by fibrechannelscsi was closed Mar 27, 2024 updated Apr 16, 2024
The new Swift 6.0 snapshots are crashing when building swift-atomics 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
#72540 by finagolfin was closed Apr 15, 2024 updated Apr 15, 2024
Failed to reconstruct type for $sSq11OpenCombineE8OCombineV9PublisherVy7ElementSTQz__GD 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
#72905 by hjyamauchi was closed Apr 12, 2024 updated Apr 12, 2024
Variadic generics crash with Embedded Swift in SILCloner bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software embedded Embedded Swift SIL
#72117 by MaxDesiatov was closed Apr 12, 2024 updated Apr 12, 2024
[SR-238] Support throwing subscripts compiler The Swift compiler in itself declarations Feature: declarations error handling feature A feature request or implementation improvement subscript Feature: Subscript declarations swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented throws & rethrows Feature → error handling: throws & rethrows
#42860 by swift-ci was closed Jun 2, 2022 updated Apr 10, 2024
@Observable Macro does not support properties with the package access modifier access control Feature → modifiers: Access control and access levels 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 triage needed This issue needs more specific labels
#71060 by treastrain was closed Apr 9, 2024 updated Apr 9, 2024
ProTip! What’s not been updated in a month: updated:<2024-04-30.