Earlier quoted context omitted.
I got to be honest every time I look over to the Swift/iOS development ecosystem I’m shocked at the amount of nonsense they have to deal with. - Xcode is terrible - Documentation is barely existent - you can’t really reuse your code in any other context - you have to pay them money to even release your software - they steal 30% of your revenue - they reserve the right to shut you down at any point, for any reason and…
What does this have to do with swift?
New GitHub Organization for the Swift Project
21–30 of 50 posts
Re: New GitHub Organization for the Swift Project
#22hope this works out! i really wanna work with swift outside xcode, i want it in vim
I got to be honest every time I look over to the Swift/iOS development ecosystem I’m shocked at the amount of nonsense they have to deal with. - Xcode is terrible - Documentation is barely existent - you can’t really reuse your code in any other context - you have to pay them money to even release your software - they steal 30% of your revenue - they reserve the right to shut you down at any point, for any reason and…
Depends on the thing. And there is a large community with examples online, which helps.
> you can’t really reuse your code in any other context
Not everyone cares. If I’m only targeting an iOS app the fact the code doesn’t run on Android or Windows isn’t a problem for me.
> you have to pay them money to even release your software
On Apple’s App Store, sure. Or if you want your stuff signed. If you want to release open source or don’t mind shipping unsigned stuff it’s free free free.
> they steal 30% of your revenue > they reserve the right to shut you down at any point, for any reason and provide almost zero recourse.
Only if you’re in their App Store or want your stuff signed.
> I get why people had to use it historically but it seems like a really bad choice to try and build any kind of reliable future on top of in 2024.
The bargain is the same as it ever was. I’m OK with it. I made stuff in Xcode for my Mac just for me for a long time without hassle or paying a cent. The costs only cost if you want to distribute pre-built binaries to others.
Re: New GitHub Organization for the Swift Project
#23hope this works out! i really wanna work with swift outside xcode, i want it in vim
I got to be honest every time I look over to the Swift/iOS development ecosystem I’m shocked at the amount of nonsense they have to deal with. - Xcode is terrible - Documentation is barely existent - you can’t really reuse your code in any other context - you have to pay them money to even release your software - they steal 30% of your revenue - they reserve the right to shut you down at any point, for any reason and…
If you want to see what open source Swift is going to end up like, just look at GNU objective C. It will likely follow the same pattern of adoption over time and be hobbled on non-Apple platforms.
Re: New GitHub Organization for the Swift Project
#24hope this works out! i really wanna work with swift outside xcode, i want it in vim
Maybe it still does, but probably not, because AppCode was sunsetted at the end of 2022 and stopped receiving updates in 2023 (https://blog.jetbrains.com/appcode/2022/12/appcode-2022-3-re...). Which is really unfortunate.
If Swift ever gets good support outside of Apple, I wouldn’t be surprised if JetBrains starts working on their Swift plugin again and releases it for IntelliJ and CLion. But despite this migration, my understanding is that Swift on Linux and the new Foundation (non-Apple standard library) is still lacking.
Re: New GitHub Organization for the Swift Project
#25Earlier quoted context omitted.
I got to be honest every time I look over to the Swift/iOS development ecosystem I’m shocked at the amount of nonsense they have to deal with. - Xcode is terrible - Documentation is barely existent - you can’t really reuse your code in any other context - you have to pay them money to even release your software - they steal 30% of your revenue - they reserve the right to shut you down at any point, for any reason and…
> Documentation is barely existent Depends on the thing. And there is a large community with examples online, which helps. > you can’t really reuse your code in any other context Not everyone cares. If I’m only targeting an iOS app the fact the code doesn’t run on Android or Windows isn’t a problem for me. > you have to pay them money to even release your software On Apple’s App Store, sure. Or if you want your stuff…
> Only if you’re in their App Store or want your stuff signed.
I'd buy that one if installing something from outside Apple's App Store was just like in Windows, downloading an installer package and running it (which AFAIK it is for Mac, but not for iOS). And similarly to the signed stuff: not sure about modern Windows as I ran away from it a while ago, but last time I used it (Win 7) if the installer wasn't signed you could just install it anyway with a single click. Say those two things aren't capped on iOS or Mac, then yes, your rebuttal is valid.
But if "you" (Apple) change the rules of the game of how traditional installers have always worked, over the years making those two things de facto mandatory, then later you cannot claim in your right mind "hey but if you want to make your software impractical to use, you're free to do so!"
Re: New GitHub Organization for the Swift Project
#26Earlier quoted context omitted.
I got to be honest every time I look over to the Swift/iOS development ecosystem I’m shocked at the amount of nonsense they have to deal with. - Xcode is terrible - Documentation is barely existent - you can’t really reuse your code in any other context - you have to pay them money to even release your software - they steal 30% of your revenue - they reserve the right to shut you down at any point, for any reason and…
> Documentation is barely existent Depends on the thing. And there is a large community with examples online, which helps. > you can’t really reuse your code in any other context Not everyone cares. If I’m only targeting an iOS app the fact the code doesn’t run on Android or Windows isn’t a problem for me. > you have to pay them money to even release your software On Apple’s App Store, sure. Or if you want your stuff…
Re: New GitHub Organization for the Swift Project
#27hope this works out! i really wanna work with swift outside xcode, i want it in vim
I got to be honest every time I look over to the Swift/iOS development ecosystem I’m shocked at the amount of nonsense they have to deal with. - Xcode is terrible - Documentation is barely existent - you can’t really reuse your code in any other context - you have to pay them money to even release your software - they steal 30% of your revenue - they reserve the right to shut you down at any point, for any reason and…
Re: New GitHub Organization for the Swift Project
#28hope this works out! i really wanna work with swift outside xcode, i want it in vim
https://www.swift.org/getting-started/library-swiftpm/
† The doc is about building a library, but building an executable works the same.
Re: New GitHub Organization for the Swift Project
#29hope this works out! i really wanna work with swift outside xcode, i want it in vim
Swift had good support in JetBrains AppCode. Maybe it still does, but probably not, because AppCode was sunsetted at the end of 2022 and stopped receiving updates in 2023 ( https://blog.jetbrains.com/appcode/2022/12/appcode-2022-3-re... ). Which is really unfortunate. If Swift ever gets good support outside of Apple, I wouldn’t be surprised if JetBrains starts working on their Swift plugin again and releases it for I…