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

Unicode ZWNJ Recognition Issue bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella String Area → standard library: The `String` type swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#70266 by urijan44 was closed May 8, 2024
Deserialization failure (XRefError) compiler crashes where certain std::vector related instantiated types are not found with C++ interop 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 serialization Area → compiler: Serialization & deserialization swift 6.0 types Feature: types
#70253 by hjyamauchi was closed Apr 1, 2024
C++ interop: non-copyable: fix an issue with move-only-cxx-value-type-generics.swift once non-copyable generics are supported: isLoadableOrOpaque(operand->getType())) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ noncopyable struct/enum Feature → declarations: Noncopyable value type declarations
#70246 by hyp was closed May 15, 2024
Bad interaction between SE-0269 and SE-0345 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#70089 by jumhyn-browser was closed May 7, 2024
Compiler crash compiling distributed actor with missing ActorSystem typealias bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. distributed Feature → concurrency: distributed actor
#69996 by samalone was closed May 17, 2024
Bad pointer dereference crash when using parameter pack assertion failure Bug → crash: An assertion failure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. call expressions Feature → expressions: Call expressions closures Feature: closures 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 swift 6.0 type checker Area → compiler: Semantic analysis variadic generics Feature → generics: Variadic generics verifier
#69947 by theblixguy was closed May 18, 2024
[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
Explicit use of self required in nested non-escaping closure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#69911 by Demerro was closed May 7, 2024
Some function calls with operators have incorrect syntax highlighting on Xcode bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SourceKit Area → source tooling: SourceKit
#69736 by Visckmart was closed May 11, 2024
withUnsafeContinuation doesn't inherit Actor executor during single await call bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#69659 by kntkymt was closed Apr 5, 2024
Crash when emitting C++ header for overloaded macros bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#69656 by conradev was closed May 10, 2024
Methods on parameter packed generic types specialized with zero types cannot be used without crashing the compiler assertion failure Bug → crash: An assertion failure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. class Feature → type declarations: Class declarations compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software declarations Feature: declarations generics Feature: generic declarations and types SILGen Area → compiler: The SIL generation stage swift 6.0 type declarations Feature → declarations: Type declarations variadic generics Feature → generics: Variadic generics
#69313 by twof was closed Jan 18, 2024
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
Swift script importing Cocoa frameworks (Cocoa, AppKit, CryptoKit) fails with Symbols not found (macOS 14) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. regression swift 5.9 triage needed This issue needs more specific labels
#68785 by rdj was closed Jan 25, 2024
Crash on type fixing missing args with complex wrapping bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68513 by wti was closed Mar 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
Fix-Its should be phrased as imperative actions rather than questions bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances diagnostics QoI Bug: Diagnostics Quality of Implementation fix-its Feature: diagnostic fix-its good first issue Good for newcomers swift 5.9 type checker Area → compiler: Semantic analysis
#67510 by tristanlabelle was closed Apr 1, 2024
externalMacro not suggested if externalMacro call already exists with arguments code completion Area → source tooling: code completion #externalMacro Feature → swift macro: The built-in `#externalMacro` macro found by stress tester Flag: An issue found by the SourceKit stress tester source tooling Area: IDE support, SourceKit, and other source tooling swift macro Feature → declarations: Swift `macro` declarations swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#66923 by ahoppen was closed May 6, 2024
Compiler Crash when using a Type Parameter Pack in a closure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. closures Feature: closures 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 swift 5.9 type checker Area → compiler: Semantic analysis variadic generics Feature → generics: Variadic generics verifier
#66917 by glorysaber was closed May 18, 2024
Extensions for subtype of a class marked @Observable generate compile error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. swift macro Feature → declarations: Swift `macro` declarations type checker Area → compiler: Semantic analysis
#66450 by virasio was closed Feb 6, 2024
CommandLine.arguments and CommandLine.argc should be deprecated and replaced with immutable equivalents. api design bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. input & output Area → standard library: Input & output standard library Area: Standard library umbrella swift 5.9
#66213 by Lukasa was closed May 15, 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
Crash in swift_getAssociatedTypeWitness during calling protocol function associatedtype Feature → declarations → protocol: `associatedtype` declarations bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. conformances Feature → protocol: protocol conformances crash Bug: A crash, i.e., an abnormal termination of software declarations Feature: declarations multiple modules Flag: An issue whose reproduction requires multiple modules protocol Feature → type declarations: Protocol declarations runtime The Swift Runtime standard library Area: Standard library umbrella swift 5.9 Unmanaged Area → standard library: The `Unmanaged` type
#65859 by mr-swifter was closed Mar 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
Assertion failure when attempting subscript access on "any Collection". 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 existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values generics Feature: generic declarations and types swift 5.9 type checker Area → compiler: Semantic analysis
#63945 by fibrechannelscsi was closed May 3, 2024
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.