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-6753] CodingUserInfoKey's init?(rawValue:) shouldn't be failable bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Codable Area → standard library: `Codable` and co. standard library Area: Standard library umbrella
#49302 opened Jan 13, 2018 by hamishknight updated Apr 25, 2022
[SR-12733] The swizzled in method of a final class resolves static references to its type incorrectly since Xcode 11.4 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#55178 opened May 5, 2020 by abdulowork updated Apr 25, 2022
[SR-13111] String allocates twice when constructing from non-contiguous collection bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. performance standard library Area: Standard library umbrella
#55557 opened Jun 29, 2020 by Lukasa updated Apr 25, 2022
[SR-13708] UNREACHABLE executed at /home/build-user/swift/lib/LLVMPasses/LLVMARCOpts.cpp:99 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself optimized only Flag: An issue whose reproduction requires optimized compilation
#56105 opened Oct 8, 2020 by lorentey updated Apr 25, 2022
[SR-15093] Update availability diagnostic for macOS major version number changes 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
#57419 opened Aug 20, 2021 by beccadax updated Apr 25, 2022
Compiler crash on incorrect (non-existent) distributed actor declaration bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. distributed Feature → concurrency: distributed actor
#58663 opened May 4, 2022 by mr-swifter updated Jun 27, 2022
[SR-436] Parse failure that shouldn’t be bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself parser Area → compiler: The legacy C++ parser
#43053 opened Jan 1, 2016 by dabrahams updated Jul 31, 2022
nonisolated applied to @propertyWrapper-wrapped property does not propagate to projectedValue in deinit bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features property wrappers Feature: property wrappers
#59380 opened Jun 11, 2022 by b8591340 updated Aug 11, 2022
2
1
@propertyWrapper-wrapped nonisolated var‘s projectedValue not accessible without await from non-@MainActor bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59494 opened Jun 16, 2022 by b8591340 updated Aug 11, 2022
2
Swift doesn’t recognize Clang’s header on Windows bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60534 opened Aug 12, 2022 by stevapple updated Sep 22, 2022
2
9
[SR-9032] Add ability to create ‘character' literals to compiler. compiler The Swift compiler in itself feature A feature request or implementation swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#51535 opened Oct 18, 2018 by johnno1962 updated Nov 11, 2022
[SR-16010] Swift 5.6 iOS backdeploy concurrency library has incorrect minimum deployment target bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#58271 opened Mar 17, 2022 by keith updated Dec 17, 2022
Issue accessing nested types on sugared types compiler The Swift compiler in itself feature A feature request or implementation nested types Feature: nested types parser Area → compiler: The legacy C++ parser sugared types Feature: sugared types, e.g. 'Int?' or '[Int]'
#59923 opened Jul 6, 2022 by aggie33 updated Jan 8, 2023
Implement _customIndexOfEquatableElement for UnsafeRawBufferPointer feature A feature request or implementation standard library Area: Standard library umbrella
#63200 opened Jan 24, 2023 by glessard updated Feb 1, 2023
Platforms that don't have "fat" multi-architecture binaries should place their runtime libraries in an arch-specific directory bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#63645 opened Feb 14, 2023 by finagolfin updated Feb 14, 2023
(c++ interop) Swift struct interfaces are not exported to module header 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 struct Feature → type declarations: Structure declarations swift to c++ Feature → c++ interop: swift to c++ swift 5.9 unexpected behavior Bug: Unexpected behavior or incorrect output
#63862 opened Feb 23, 2023 by teamhimeh updated Feb 27, 2023
get_architecture_value and ndk_platform_triple is no longer used in test/lit.cfg and can be removed bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#63907 opened Feb 25, 2023 by WeZZard updated Feb 27, 2023
[SR-775] pthread_t represented differently on Darwin and Linux: initializer issue bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#43387 opened Feb 19, 2016 by glessard updated Mar 27, 2023
On QEMU, swift immediate mode crashes due to relative pointer relocation failure bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software JIT swift 5.6
#60673 opened Aug 20, 2022 by sonsongithub updated Apr 14, 2023
Having code that casts a generic any RangeExpression<T> will cause app to instantly crash at startup, on iOS 15 devices. accepts invalid Bug: Accepts invalid availability The @available attribute and availability checking in general 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 constrained existentials Feature → existentials: constrained existentials such as 'any Collection<Int>' existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values expressions Feature: expressions swift 5.9 type checker Area → compiler: Semantic analysis
#64657 opened Mar 27, 2023 by nifly updated Apr 18, 2023
"Instance member cannot be used on type" diagnostic message could be more specific 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 type checker Area → compiler: Semantic analysis
#62909 opened Jan 8, 2023 by JetForMe updated May 1, 2023
2
4
Tokenizer assertion crash with code completion at end of file bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software lexer Area → compiler: The legacy C++ lexer source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9
#65507 opened Apr 28, 2023 by tristanlabelle updated May 2, 2023
Bad diagnostic when inheriting from class in extension 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 extension Feature → declarations: `extension` declarations good first issue Good for newcomers inheritance Feature → type declarations → class: Subclassing and inheritance of class members swift 5.9
#64903 opened Apr 4, 2023 by AnthonyLatsis updated May 5, 2023
Crash in swift::GenericSignatureImpl::getDependentUpperBounds(swift::Type) AST Area → compiler: The libSwiftAST library code completion Area → source tooling: code completion compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software found by stress tester Flag: An issue found by the SourceKit stress tester generics Feature: generic declarations and types source tooling Area: IDE support, SourceKit, and other source tooling swift 5.9
#65817 opened May 10, 2023 by ahoppen updated May 11, 2023
ProTip! Find all open issues with in progress development work with linked:pr.