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

[SR-68] SequenceType._preprocessingPass can cause duplicate evaluation of lazy collections bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#42690 by lilyball mannequin was closed May 8, 2024
[SR-88] Remove old mirrors affects ABI Flag: Affects ABI standard library Area: Standard library umbrella task
#42710 by gribozavr was closed May 8, 2024
[SR-93] Implement overlay for Glibc.open() good first issue Good for newcomers improvement Linux Platform: Linux standard library Area: Standard library umbrella
#42715 by swift-ci was closed May 8, 2024
[SR-119] API to upgrade AnySequence to Any*Collection bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#42741 by gribozavr was closed May 8, 2024
[SR-125] Add rotate algorithm feature A feature request or implementation good first issue Good for newcomers improvement standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#42747 by gribozavr was closed May 8, 2024
[SR-129] Move AutoreleasingUnsafeMutablePointer to the ObjectiveC overlay affects ABI Flag: Affects ABI good first issue Good for newcomers standard library Area: Standard library umbrella task
#42751 by gribozavr was closed May 8, 2024
[SR-236] Segmentation fault when casting an array bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. casting Feature: explicit casting (is, as, as? and as!) compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software Linux Platform: Linux
#42858 by swift-ci was closed May 8, 2024
[SR-238] Support throwing subscripts compiler The Swift compiler in itself declarations Feature: declarations error handling feature A feature request or implementation improvement subscript Feature: Subscript declarations swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented throws & rethrows Feature → error handling: throws & rethrows
#42860 by swift-ci was closed Jun 2, 2022
[SR-297] Overflow not trapped in generic function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. expressions Feature: expressions generics Feature: generic declarations and types integer literals Feature → literals: Integer literals literals Feature → expressions: Literals such as an integer or string literal numerics Area → standard library: Numeric API standard library Area: Standard library umbrella swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#42919 by jepers was closed May 8, 2024
[SR-350] When invoking first or last on a lazy flatMap of collections, the transformation is executed twice bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#42970 by Julioacarrettoni mannequin was closed May 8, 2024
[SR-352] Crash when implicitly converting array of [T] to a protocols [SomeProtocol] bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#42972 by swift-ci was closed May 9, 2024
[SR-368] Binary search algorithms are missing in the standard library feature A feature request or implementation good first issue Good for newcomers standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#42987 by gribozavr was closed May 9, 2024
[SR-447] Parsing strings into floating-point performs badly bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Double Area → standard library: The `Double` type performance standard library Area: Standard library umbrella String Area → standard library: The `String` type
#43064 by lilyball mannequin was closed May 9, 2024
[SR-612] In Cygwin port, print() crashed at hook bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Cygwin standard library Area: Standard library umbrella
#43229 by swift-ci was closed May 9, 2024
[SR-643] Type inference chooses LazyMapSequence over LazyMapCollection good first issue Good for newcomers improvement standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#43260 by natecook1000 was closed May 9, 2024
[SR-889] Collection algorithms that return indices of minimum and maximum elements feature A feature request or implementation good first issue Good for newcomers improvement standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#43501 by gribozavr was closed May 9, 2024
[SR-890] Sequence.minmax() and Collection.minmaxIndices() feature A feature request or implementation good first issue Good for newcomers improvement standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#43502 by gribozavr was closed May 9, 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
[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
[SR-12363] (master-next) Serialization/load-target-normalization.swift Assertion failed: (TargetInitialized && "Target not initialized!"), function isTargetWatchOSBased 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 serialization Area → compiler: Serialization & deserialization test failure
#54797 by benlangmuir was closed May 16, 2024
[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
[SR-14966] [C++-Interop] compiler crash when returning type that nests an id from a C++ static method with ObjC & C++ Interop enabled 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 IRGen LLVM IR generation objective-c interop Feature: Interoperability with Objective-C
#57308 by swift-ci was closed Apr 24, 2024
[SR-15188] Calling-convention mismatch violations between runtime, stdlib, and emitted code bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. platform support runtime The Swift Runtime standard library Area: Standard library umbrella WebAssembly Platform: WebAssembly
#57511 by kateinoigakukun was closed Mar 31, 2024
[SymbolGraphGen] swift-symbolgraph-extract support for emitting symbols from @_export imports attributes Feature: Declaration and type attributes compiler The Swift compiler in itself @_exported Feature → attributes: the @_exported attribute feature A feature request or implementation import Feature → declarations: `import` declarations legacy driver Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project swift-symbolgraph-extract Area → compiler → legacy driver: the 'swift-symbolgraph-extract' mode SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#59920 by franklinsch was closed May 2, 2024
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.