Package Details: swift-bin 6.0.3-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: 1.21
First Submitted: 2015-12-04 17:31 (UTC)
Last Updated: 2024-12-13 09:52 (UTC)

Dependencies (5)

Required by (16)

Sources (2)

Pinned Comments

Latest Comments

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

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.

refi.64 commented on 2020-09-14 01:13 (UTC)

carsme: sorry for the delayed reply, just fixed that, it was still set to depend on py3 from the previously used Fedora binaries vs the current official CentOS ones.

kaguya commented on 2020-09-13 04:54 (UTC)

@typoisovok thanks a lot, also I guess you mean symlinking /usr/lib/swift rather than /usr/bin/swift.

carsme commented on 2020-07-20 20:21 (UTC)

At least the REPL seems to depend on Python 2:

> swift
/usr/lib/swift/bin/lldb: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory

After installing python2 it works, maybe this should be added as a (optional?) dependency?