kareman / SwiftShell

A Swift framework for shell scripting.
https://kareman.github.io/SwiftShell
MIT License
1.03k stars 87 forks source link

Xcode 12 beta / Swift 5.3 not building #82

Closed angu-software closed 4 years ago

angu-software commented 4 years ago

Hey, I discovered this package is not able to build with Xcode 12 beta and Swift 5.3.

There is a segmentation fault when trying to compile. See the exported error.

Build SwiftShell_2020-06-29T12-06-02.txt

Since it's a segmentation fault in an early stage of compiling and I'm using an XCode 12 beta it might be this issue will not be present anymore in later beta releases. But anyway I wanted to let you know, so you are aware of this issue. ✌️

kareman commented 4 years ago

Thanks for the heads up. I haven’t downloaded the beta yet, I normally wait until at least beta 2. Once that is out I will try to compile and see if there is anything I can do about it if the problem is still there.

  1. jun. 2020 kl. 14:53 skrev ANGU notifications@github.com:

 Hey, I discovered this package is not able to build with Xcode 12 beta and Swift 5.3.

There is a segmentation fault when trying to compile. See the exported error.

Build SwiftShell_2020-06-29T12-06-02.txt

Since it's a segmentation fault in an early stage of compiling and I'm using an XCode 12 beta it might be this issue will not be present anymore in later beta releases. But anyway I wanted to let you know, so you are aware of this issue. ✌️

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

arguiot commented 4 years ago

@kareman Just wanted to let you know that Xcode beta 2 is out

kareman commented 4 years ago

Yes I tested SwiftShell with it just now and the error is still there. I’ll see if I can find a workaround today.

kareman commented 4 years ago

Hi, the "Swift5.3" branch should work in Xcode 12.

angu-software commented 4 years ago

Hey THX, I can verify that his build s with Xcode 12 and also still with xcode 11.5!