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

Prefer overloaded witnesses with 'async'-ness matching in protocol conformance bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features generics Feature: generic declarations and types type checker Area → compiler: Semantic analysis
#60318 by kateinoigakukun was closed May 12, 2023
Generic specialization can replace calls to specialised functions with calls to unspecialised ones bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances generics Feature: generic declarations and types SILOptimizer Area → compiler: SIL optimization passes
#62229 by Lukasa was closed May 9, 2023
Can’t defer actor-isolated variable access inside Task { } bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#58921 by StevenSorial was closed Sep 1, 2022
Protocol conformance is “stripped” from static library. casting Feature: explicit casting (is, as, as? and as!) conformances Feature → protocol: protocol conformances feature A feature request or implementation off topic Resolution: Is beyond the scope of the Swift project (Xcode, proprietary Apple frameworks, etc.) static libraries Xcode
#62056 by mbrandonw was closed Nov 14, 2022
Async function never returns in Swift 5.7 in release + static linking (Linux) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features sswg Issues related to Serverside Swift Work Group projects
#59961 by PopFlamingo was closed Mar 19, 2024
"Symbol with identifier 's:So9NSDecimala10FoundationE11FormatStyleV8CurrencyV' couldn't be found" error bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself @_exported Feature → attributes: the @_exported attribute SymbolGraphGen The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
#60771 by stephencelis was closed Sep 13, 2022
1 of 2 tasks
The latest April 22 trunk snapshot crashes when building swift-numerics on linux bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software triage needed This issue needs more specific labels
#73198 by finagolfin was closed Apr 25, 2024
Possible bug when property wrapper's wrappedValue marked as global actor actor isolation Feature → concurrency: Actor isolation actor Feature → concurrency: `actor` declarations bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features property wrappers Feature: property wrappers swift 5.7 type checker Area → compiler: Semantic analysis
#63346 by hiragram was closed Oct 26, 2023
DiscardingTaskGroup has ABI signature mismatch issue affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Concurrencу Area → standard library: The `Concurrency` module under the standard library umbrella crash Bug: A crash, i.e., an abnormal termination of software run-time crash Bug → crash: Swift code crashed during execution standard library Area: Standard library umbrella
#63060 by kateinoigakukun was closed Jul 21, 2023
Array variable which is protected by @MainActor cannnot be updated using index-notation inside Task block. actor isolation Feature → concurrency: Actor isolation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features expressions Feature: expressions subscript expressions Feature → expressions: Subscript expressions swift 5.9 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#59583 by fummicc1 was closed Jan 23, 2024
"Instruction does not dominate all uses" compiler crash with conditional DocumentGroup assertion failure Bug → crash: An assertion failure availability The @available attribute and availability checking in general bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. CodeGen compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software opaque types Feature → types: opaque types swift 5.8 verifier
#61866 by orchetect was closed Aug 30, 2023
Instruments reports false positive leaks for TaskGroup.addTask bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself concurrency Feature: umbrella label for concurrency language features
#60090 by vojtarylko was closed Jun 19, 2023
Crash: Static member lookup in existential context 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 duplicate Resolution: Duplicates another issue type checker Area → compiler: Semantic analysis
#61645 by stephencelis was closed Oct 24, 2022
[Windows] MSVC v143 toolset compatibility bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#60674 by stevapple was closed Jan 18, 2023
The latest July 5 snapshot of the Swift 5.7 compiler cannot build the NIO tests on linux/Android bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#59913 by finagolfin was closed Jul 21, 2022
Add a custom @_spi kind to expose BumpPtrAllocator from SwiftSyntax to ASTGen. ASTGen Area → compiler: The ASTGen module, which translates SwiftSyntax trees to the C++ AST compiler The Swift compiler in itself good first issue Good for newcomers task
#68351 by ahoppen was closed Oct 9, 2023
Unexpected "cannot assign to property: 'self' is immutable" error in extension of AnyObject-constrained protocol bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself declarations Feature: declarations extension Feature → declarations: `extension` declarations mutability Feature: storage mutability protocol Feature → type declarations: Protocol declarations swift 5.7 type checker Area → compiler: Semantic analysis
#63112 by calda was closed Nov 14, 2023
[SR-44] Checking protocol adherence of self in a static function produces LLVM ERROR bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself IRGen LLVM IR generation
#42667 by swift-ci was closed Apr 22, 2018
Make can import accept any kind of import statement. feature A feature request or implementation triage needed This issue needs more specific labels
#73365 by llacroix was closed May 3, 2024
[SR-27] Passing variadic function as a function parameter crashes compiler with SIGSEGV bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#42650 by swift-ci was closed Apr 21, 2018
[SR-22] build fails when following the "getting started" on Ubuntu 14.04 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#42645 by swift-ci was closed Dec 15, 2015
[SR-20] Update swift --help to explain multitool support ("swift build", etc.) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#42643 by swift-ci was closed Jun 10, 2019
[SR-17] Refactoring feature A feature request or implementation refactoring Area → source tooling: refactoring
#42640 by swift-ci was closed Apr 21, 2018
[SR-8] Crash on invalid protocol usage bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#42634 by jopamer was closed Apr 21, 2018
[SR-7] Inferring closure param type to inout crashes compiler bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#42633 by jopamer was closed Apr 21, 2018
ProTip! Mix and match filters to narrow down what you’re looking for.