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

Potential linker issue with optional parameters. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#67276 opened Jul 13, 2023 by plotfi
Compiler crash when extending Obj-C code in Swift 5.8 / Xcode 14.3 RC 2 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 missing info Resolution: Is missing crucial info such as a test case or a concise description objective-c interop Feature: Interoperability with Objective-C swift 5.8
#64770 opened Mar 30, 2023 by simba909
Runtime memory corruption regression in Swift 5.8 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. memory corruption missing info Resolution: Is missing crucial info such as a test case or a concise description optimized only Flag: An issue whose reproduction requires optimized compilation regression swift 5.8
#65757 opened May 8, 2023 by anlaital
"expected ',' in 'available' attribute @available(tvOS)" error during archiving a framework for tvOS availability The @available attribute and availability checking in general bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#66015 opened May 19, 2023 by onevcat
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
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
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
Compiler crash when building Swift using std::function with -enable-experimental-cxx-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
#63944 opened Feb 27, 2023 by jpsim
ThreadSanitizer crashes on indirect use of stack-referenced SystemRandomNumberGenerator arm64 Architecture: arm64 (aarch64) — any 64-bit ARM bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. TSan For issues in the Thread Sanitizer itself
#66099 opened May 24, 2023 by gwynne
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
Documentation Symbol Graph Generation failing on macOS bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#69094 opened Oct 10, 2023 by 0xTim
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
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
SourceKit crash for source.request.editor.formattext request bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. SourceKit Area → source tooling: SourceKit
#70002 opened Nov 22, 2023 by jpsim
Type inference failure with noncopyable types. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations ownership Feature: Ownership modifiers and semantics
#70001 opened Nov 22, 2023 by rvsrvs
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
Non-copyable: compiler produces a copy of non-copyable value returned by pointer using 'unsafeAddress' accessor in a subscript bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. noncopyable struct/enum Feature → declarations: Noncopyable value type declarations ownership Feature: Ownership modifiers and semantics
#70047 opened Nov 27, 2023 by hyp
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
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
ProTip! Find all open issues with in progress development work with linked:pr.