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

[cxx-interop] NSNotification.Name has no member bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself Foundation objective-c interop Feature: Interoperability with Objective-C swift 5.9 unexpected error Bug: Unexpected error
#69914 by tcollins590 was closed May 16, 2024
@_noLocks doesn't work with ~Copyable types attributes Feature: Declaration and type attributes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself @_noLocks Feature → attributes: The @_noLocks attribute noncopyable struct/enum Feature → declarations: Noncopyable value type declarations SILOptimizer Area → compiler: SIL optimization passes swift 6.0 unexpected error Bug: Unexpected error
#73582 by jcavar was closed May 16, 2024
Assertion `!type->hasTypeVariable()' with a primary associated type on a protocol 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
#73896 by ellishg was closed May 25, 2024
Static property (mehtod) added by ExtensionMacro is not visible to compiler bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#68515 by red-beeard was closed May 29, 2024
Static methods added via ExtensionMacro not visible outside file where macro was applied bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#69013 by matthewcheok was closed May 29, 2024
Compiler crash with "Assertion failed: signature || !origType->hasTypeParameter()" 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
#73345 by hjyamauchi was closed May 23, 2024
Compiler suggests a wrong insertion point for 'await' in if let .... 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 diagnostics QoI Bug: Diagnostics Quality of Implementation fix-its Feature: diagnostic fix-its good first issue Good for newcomers optional binding Feature → patterns: optional binding patterns Feature: patterns swift 5.9 type checker Area → compiler: Semantic analysis unexpected behavior Bug: Unexpected behavior or incorrect output
#65913 by YOCKOW was closed May 23, 2024
[SR-1549] Swift member of Objective-C class not exposed to Swift bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#44158 by tonyarnold was closed Jan 7, 2019
Calling noasync function inside a defer bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#73614 by 0xTim was closed May 26, 2024
[SR-1752] Warning about unused result with ternary operator bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#44361 by swift-ci was closed Jul 6, 2016
DistributedActor as Actor witness already known crash in DistributedCluster library crash Bug: A crash, i.e., an abnormal termination of software distributed Feature → concurrency: distributed actor
#73702 by ktoso was closed May 28, 2024
Support consume on capture list bindings bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69398 by CrystDragon was closed May 27, 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
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
[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
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
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
UnsafeMutablePointer<T> may induce over release on Linux. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73043 by YOCKOW was closed Apr 21, 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
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
[SymbolGraphGen] passing -application-extension removes symbols with @available(iOSApplicationExtension, unavailable) from the symbol graph file availability The @available attribute and availability checking in general bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself swift 5.9 SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs. unexpected behavior Bug: Unexpected behavior or incorrect output
#70489 by MarcoEidinger was closed Dec 15, 2023
1 of 2 tasks
[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
The new swift-driver doesn't seem to work properly when it's used through a symbolic link bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70932 by kkebo was closed Apr 25, 2024
Unbalanced release of DictionaryStorage triggered by use of (.compacted() + Array).map() in release build bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software run-time crash Bug → crash: Swift code crashed during execution runtime The Swift Runtime
#73477 by finestructure was closed May 14, 2024
[SR-9138] correct DLL Storage on SIL for multifile CUs CodeGen compiler The Swift compiler in itself improvement IRGen LLVM IR generation Windows Platform: Windows
#51634 by compnerd was closed May 14, 2024
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.