Skip to content
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

[SR-10942] LLDB RPC Server crash, Swift 5.1 beta #4564

Closed
swift-ci opened this issue Jun 16, 2019 · 4 comments
Closed

[SR-10942] LLDB RPC Server crash, Swift 5.1 beta #4564

swift-ci opened this issue Jun 16, 2019 · 4 comments
Assignees
Labels
bug Something isn't working Compiler LLDB for Swift

Comments

@swift-ci
Copy link

Previous ID SR-10942
Radar rdar://problem/51808937
Original Reporter Poliorcetics (JIRA User)
Type Bug
Status Closed
Resolution Done

Attachment: Download

Environment
  • macOS 10.14.5,

  • Xcode 11-beta, release dated 2019-06-03,

  • Developer tools associated with this release of Xcode.

  • swift --version

    returns

    Apple Swift version 5.1 (swiftlang-1100.0.38.29 clang-1100.0.20.14)
    Target: x86_64-apple-darwin18.6.0
    
Additional Detail from JIRA
Votes 0
Component/s Compiler, LLDB for Swift
Labels Bug
Assignee @dcci
Priority Medium

md5: 4398415322284bfcc9f2b1115c7ef423

Issue Description:

I encountered an error using the new

some

keyword when testing Swift 5.1, with both the command-line interface of the Swift compiler and Xcode 11-beta. Here is the minimal working example I have to reproduce the bug:

import Cocoa

protocol TestPr {
  func returnsSomeNumeric() -> some Numeric
}

This code ran in a playground and a pure Swift file.

The crash log files for both the swift compiler and Xcode as well as the error returned when trying to compile the given code have been attached.

The command used to compile the code in the shell was simply

test.swift

.

@belkadan
Copy link

cc @adrian-prantl, @dcci

@dcci
Copy link
Mannequin

dcci mannequin commented Jun 17, 2019

Looking

@dcci
Copy link
Mannequin

dcci mannequin commented Jun 18, 2019

it's a compiler crash, apple/swift#25587 this should fix it.

@swift-ci
Copy link
Author

swift-ci commented Aug 9, 2019

Comment by Alexis Bourget (JIRA)

Closing the issue, since it seems to be fixed.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 7, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Compiler LLDB for Swift
Projects
None yet
Development

No branches or pull requests

2 participants