Package Details: swift-bin 6.1.2-1

Git Clone URL: https://aur.archlinux.org/swift-bin.git (read-only, click to copy)
Package Base: swift-bin
Description: Binary builds of the Swift programming language
Upstream URL: https://www.swift.org/
Keywords: apple language swift swiftlang
Licenses: Apache
Provides: swift-language
Replaces: swift-language-bin
Submitter: ashleyis
Maintainer: susurri
Last Packager: susurri
Votes: 90
Popularity: 0.61
First Submitted: 2015-12-04 17:31 (UTC)
Last Updated: 2025-05-29 05:55 (UTC)

Dependencies (5)

Required by (18)

Sources (2)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »

silverhammermba commented on 2021-07-03 17:00 (UTC)

I am also confused by the python36 dependency. I tried building without it (I have python 3.9.5) and it seems to work fine.

josc commented on 2021-06-30 07:05 (UTC)

If anyone needs it, i just created a PKGBUILD with the recent Swift 5.4.2 https://gist.github.com/joscdk/dc817a45b05756b86a7c92e7a837ff5a

illuser commented on 2021-06-12 13:19 (UTC)

Is there really a need for the hard dependency on python3.6? And why is there a make dependency on rpmextract when it isn't used?

refi.64 commented on 2021-05-04 00:33 (UTC)

@ytg123: sort of? basically this week is my finals week after 2 weeks straight of multiple major projects being due, so my time is quite constrained atm, please hang tight until early next week at the latest

ytg123 commented on 2021-05-03 18:02 (UTC)

Hello refi.64, Swift 5.4 has been released and this package has been marked out of date at 26/04. Quite some time has passed since then, but it seems as though no updates have been made. Is an update in progress?

soloturn commented on 2021-03-21 08:16 (UTC)

hey refi.64, can you please update, there is an important fix in 5.3.2: https://forums.swift.org/t/massive-cpu-usage-and-cant-even-do-basic-code-completion/37596/12

chris200x9 commented on 2020-12-13 23:53 (UTC)

I had a heck of a time getting this to work with clion but I found this:

https://caelis.medium.com/install-and-configure-swift-on-arch-linux-for-clion-ee72908bc105

Don't know if I'm being helpful or cluttering things up, feel free to delete.

Also, I used symlinks instead and it works well.

refi.64 commented on 2020-10-26 01:39 (UTC)

@soloturn: sorry for the delay, should be fixed now @ShinoYasx: added, thanks

soloturn commented on 2020-10-07 17:40 (UTC) (edited on 2020-10-09 16:58 (UTC) by soloturn)

@refi.64 swift-language-git is now updated to provide "swift-language-git", and it installs into /usr/lib/swift-git. can you pls remove the "conflicts" so both can be installed?

as https://aur.archlinux.org/packages/swift-language-git builds an eternity there is a binary build here now: https://github.com/soloturn/swift-aur/releases/tag/latest

ShinoYasx commented on 2020-10-03 21:52 (UTC) (edited on 2020-10-03 22:13 (UTC) by ShinoYasx)

Hello, I think it would be great to create a ldconfig file. Something like

echo '/usr/lib/swift/lib/swift/linux' >> /etc/ld.so.conf.d/swift.conf

And add a post install script to run ldconfig.

It would be useful for running swift applications where the shared libraries aren't in the same place for building system and user system.