←back to thread

612 points dayanruben | 2 comments | | HN request time: 0s | source
Show context
tux3 ◴[] No.42899950[source]
The goal for Swift should (and seems) to be to gradually separate itself from XCode, which is holding it back from its ambitions.

XCode has been compared to many things, but at 3.1 stars on the App store, one must find that it is still slightly overrated.

replies(4): >>42899981 #>>42901466 #>>42902607 #>>42906323 #
dlachausse ◴[] No.42899981[source]
Swift hasn’t required Xcode for several years now. It has robust command line tooling and a VSCode plugin.

https://www.swift.org/documentation/articles/getting-started...

replies(2): >>42900031 #>>42900176 #
tux3 ◴[] No.42900031[source]
I believe it still does at least for iOS, or it did last time I checked (for a Swift library I was writing).
replies(2): >>42900198 #>>42900222 #
1. jitl ◴[] No.42900198[source]
Hence this announcement is great, since it seems to say they’re (going to?) support building GUI apps with SwiftPM and/or the newly open sourced build tool.
replies(1): >>42900693 #
2. Zanfa ◴[] No.42900693[source]
SwiftPM has always supported building GUI apps.