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

Property definition has inferred type 'some Proto', involving the 'some' return type of another declaration bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself not a bug Resolution → not a bug: Reported as a bug but turned out to be expected behavior or programmer error opaque result types Feature → types → opaque types: opaque result types opaque types Feature → types: opaque types properties Feature: properties swift 6.0 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#73661 by vanvoorden was closed May 17, 2024
@_noLocks doesn't work with ~Copyable types attributes Feature: Declaration and type attributes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself @_noLocks Feature → attributes: The @_noLocks attribute noncopyable struct/enum Feature → declarations: Noncopyable value type declarations SILOptimizer Area → compiler: SIL optimization passes swift 6.0 unexpected error Bug: Unexpected error
#73582 by jcavar was closed May 16, 2024
老牌机场推荐:2024最新老牌机场 invalid Resolution: Invalid (spam, junk or empty)
#73580 by ji1524 was closed May 11, 2024
@TaskLocal macro does not specify access control for projected value properties bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73557 by hyp was closed May 10, 2024
The equality comparison operator == is producing incorrect results for KeyPaths on Swift 6.0 Development Snapshots. AnyKeyPath Area → standard library: The `AnyKeyPath` type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Equatable Area → standard library: The `Equatable` protocol key paths Feature: key paths (both native and Objective-C) standard library Area: Standard library umbrella swift 6.0 unexpected behavior Bug: Unexpected behavior or incorrect output
#73554 by fibrechannelscsi was closed May 15, 2024
Unbalanced release of DictionaryStorage triggered by use of (.compacted() + Array).map() in release build bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software run-time crash Bug → crash: Swift code crashed during execution runtime The Swift Runtime
#73477 by finestructure was closed May 14, 2024
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
Building postgres-nio crashes 6.0 nightly 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
#73338 by adam-fowler was closed May 8, 2024
Enable SwiftCompilerSources for lldb on Windows bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels Windows Platform: Windows
#73322 by eeckstein was closed May 7, 2024
Cannot access nonisolated(unsafe) var property of actor from init bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#73294 by jumhyn-browser was closed Apr 27, 2024
Compiler crash on parenthesized try expression 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 error handling expressions Feature: expressions good first issue Good for newcomers needs tests Flag: Needs tests SILGen Area → compiler: The SIL generation stage swift 5.10
#73244 by sarahnicoleboo was closed Apr 30, 2024
Protocol becomes impossible to implement in this situation accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself operators Feature: operators protocol Feature → type declarations: Protocol declarations swift 6.0 type checker Area → compiler: Semantic analysis
#73201 by Luminaron was closed Apr 23, 2024
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
@MainActor default value to @MainActor function produces warning bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. concurrency Feature: umbrella label for concurrency language features
#73196 by KeithBauerANZ was closed May 8, 2024
UnsafeMutablePointer<T> may induce over release on Linux. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#73043 by YOCKOW was closed Apr 21, 2024
Another (srcAddr->getType() == destAddr->getType()), function createCopyAddr assertion failure. assertion failure Bug → crash: An assertion failure AutoDiff 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 6.0
#73018 by fibrechannelscsi was closed May 9, 2024
Compiler crash with dynamic generic 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 existential member accesses Feature → existentials: existential member accesses existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values swift 6.0 type checker Area → compiler: Semantic analysis types Feature: types
#72941 by Frizlab was closed Apr 19, 2024
A LoadableByAddress compiler crash with error "<unknown>:0: note: Unimplemented definition" bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software IRGen LLVM IR generation regression SILGen Area → compiler: The SIL generation stage SILOptimizer Area → compiler: SIL optimization passes
#72911 by hjyamauchi was closed Apr 26, 2024
Failed to reconstruct type for $sSq11OpenCombineE8OCombineV9PublisherVy7ElementSTQz__GD 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
#72905 by hjyamauchi was closed Apr 12, 2024
Swift CI: error: no matching function for call to 'atomic_compare_exchange_strong_explicit' 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
#72904 by meg-gupta was closed Apr 9, 2024
In main.swift, variables can be used before they are declared, leading to undefined behavior accepts invalid Bug: Accepts invalid bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself definite initialization duplicate Resolution: Duplicates another issue memory safety Feature: memory safety script mode Flag: Specific to script mode compilation SIL swift 6.0
#72894 by natinusala was closed Apr 13, 2024
Undefined reference when subclassing class with internal/private methods bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72890 by finnvoor was closed Apr 9, 2024
crash with array of C++ objects exposed via SWIFT_SHARED_REFERENCE Array Area → standard library: The `Array` type 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 run-time crash Bug → crash: Swift code crashed during execution swift 5.10
#72827 by wtholliday was closed May 16, 2024
Enum case "language" as protocol witness causes invalid redeclaration bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. triage needed This issue needs more specific labels
#72816 by paulober was closed Apr 3, 2024
ProTip! Mix and match filters to narrow down what you’re looking for.