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

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 opened Oct 6, 2023 by matthewcheok
[Autodiff] Already have an active diagnostic assertion failure when handling previous errors. AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#68922 opened Oct 2, 2023 by fibrechannelscsi
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
Improvement suggestion: Auto-fix to add '@usableFromInline' or 'public' to '@inlinable' function. availability The @available attribute and availability checking in general feature A feature request or implementation
#68805 opened Sep 27, 2023 by CrazyFanFan
Interop: Use of c++20 type char8_t confuses the swift compiler and Xcode bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#68726 opened Sep 23, 2023 by ADKaster
Freestanding declaration macro fails inside classes: Expected '{' in body of function declaration bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations
#68704 opened Sep 22, 2023 by juozasvalancius
Crash when using concurrency, parameter packs and associated type together bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software memory safety Feature: memory safety variadic generics Feature → generics: Variadic generics
#68698 opened Sep 22, 2023 by rosecoder
Ownership lifetime crash with C structure containing blocks bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c interop Feature: Interoperability with C ownership Feature: Ownership modifiers and semantics
#68416 opened Sep 9, 2023 by lhoward
Diagnostic for use of plain protocol name in type position should suggest some or any 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 existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values fix-its Feature: diagnostic fix-its generics Feature: generic declarations and types good first issue Good for newcomers opaque types Feature → types: opaque types swift 5.9 type checker Area → compiler: Semantic analysis types Feature: types
#68284 opened Sep 1, 2023 by hborla
Cannot return Swift structure from C++ function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#68236 opened Aug 31, 2023 by CrazySage
Impossible to make C++ function that accepts Swift object as a parameter and call it from Swift in same framework bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#68235 opened Aug 31, 2023 by CrazySage
Compiler error when extending a typealias of a partially specialized generic type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations extension Feature → declarations: `extension` declarations generics Feature: generic declarations and types good first issue Good for newcomers swift 5.9 type checker Area → compiler: Semantic analysis typealias Feature → type declarations: `typealias` declarations TypeResolver unexpected error Bug: Unexpected error
#68212 opened Aug 30, 2023 by tapsns
[cxx-interop] Wrong class order in Swift generated header bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#68209 opened Aug 30, 2023 by CrazySage
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
@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
[SourceKit] Return more type information for wrongly typed expressions feature A feature request or implementation SourceKit Area → source tooling: SourceKit
#67958 opened Aug 16, 2023 by barinsim
Assertion failed: (origPackType.matchesPack(substPackType)), function PackElementGenerator, file AbstractionPattern.cpp, line 804. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. generics Feature: generic declarations and types
#67917 opened Aug 14, 2023 by dnadoba
Some integer types cause linker error with C++ function template, but not all. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#67901 opened Aug 11, 2023 by carlynorama
Support type extensions with vector types with generalisations c++ interop Feature: Interoperability with C++ feature A feature request or implementation
#67898 opened Aug 11, 2023 by compnerd
IRGen createTypeMetadataAccessFunction 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 IRGen LLVM IR generation swift 5.8 swift 5.9
#67861 opened Aug 10, 2023 by aetherealtech
Off-thread continuation resumes are slow on Linux concurrency runtime Feature: umbrella label for concurrency runtime features Linux Platform: Linux run-time performance
#67830 opened Aug 9, 2023 by oxy
[Autodiff] Assertion failure in certain cases when naming the project _Differentiation. AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#67727 opened Aug 3, 2023 by fibrechannelscsi
Functions on imported type are missing when importing module bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ serialization Area → compiler: Serialization & deserialization
#67710 opened Aug 3, 2023 by compnerd
Autoclosures and global actors don't work together bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#67688 opened Aug 2, 2023 by KeithBauerANZ
ProTip! Updated in the last three days: updated:>2024-05-18.