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

[Docs] Wrong image used in CppInteroperability tutorial bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++
#66757 opened Jun 20, 2023 by JSHan94
Wrong deprecation warning when using availability guard 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 type checker Area → compiler: Semantic analysis unexpected warning Bug: Unexpected warning
#66854 opened Jun 22, 2023 by FranzBusch
@preconcurrency potentially no longer correctly silencing Sendable warnings bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features swift 5.9
#67058 opened Jun 30, 2023 by NuriAmari
Usage of a noncopyable type that compiler can't verify 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
#67191 opened Jul 8, 2023 by ffried
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
shared_ptr object creation is not working between swift/c++ interoperability. 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 linker error swift 6.0
#67355 opened Jul 18, 2023 by asheeshsoni01
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
5.9 Regression: Inferring global actor from curried initializer bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#67581 opened Jul 27, 2023 by KeithBauerANZ
swift dump-symbol-graph does not work with C++ Interop bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ swift-symbolgraph-extract Area → compiler → legacy driver: the 'swift-symbolgraph-extract' mode SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#67605 opened Jul 28, 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
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
[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
Compiler crash with trailing closure involving variadic types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#67766 opened Aug 5, 2023 by xAlien95
Incompatible signature of differential operators for functions with inout parameters AutoDiff bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#67818 opened Aug 9, 2023 by asl
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
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
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
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
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
[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
@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
Regression: Xcode 15 cannot build correctly for macOS versions older than 10.15 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#68163 opened Aug 28, 2023 by CharlesJS
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
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
[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
ProTip! Exclude everything labeled bug with -label:bug.