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.57
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 .. 10 11 12 13 14 15 16 Next › Last »

luzvioleta commented on 2016-04-26 12:41 (UTC)

Again, out of date ...new stable/development snapshots dated 23/04/2016 → https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20160425/001784.html

jmastr commented on 2016-04-21 06:32 (UTC)

Please add libtinfo-5 as dependency. The maintainer of libtinfo changed the behavior. See his comment from 2016-04-19 22:22 in https://aur.archlinux.org/packages/libtinfo/.

Xinkai commented on 2015-12-30 02:11 (UTC)

Please add the missing dependency: libxml2 Without it the binary won't run.

ashleyis commented on 2015-12-21 22:57 (UTC)

@scellow i just noticed you were probably talking about the clion-eap documentation, i used '/' for the SDK path.

ashleyis commented on 2015-12-21 10:46 (UTC)

Ahh actually i just had to clean my swift project build caches, pushing up the latest snapshot

ashleyis commented on 2015-12-21 10:43 (UTC)

Looks like the latest upstream tarball is a bit broken, Permissions on all the files in bin/ are only set user executable, likewise to the files in lib/ for readable. It also includes the python2-six library to site-packages which conflicts I've fixed the above up but projects which were working with the the 2015-12-10 snapshot are no longer compiling under 2015-12-18 with a bunch of internal swift linker errors I'm looking into it some more before i push it up to here :(

h50 commented on 2015-12-18 14:18 (UTC)

I agree with the paths used, btw. opt is an ubuntu thing.

h50 commented on 2015-12-18 14:17 (UTC)

Nice job. Thanks for doing this.

ashleyis commented on 2015-12-18 07:53 (UTC)

Hey @scellow, I'm not sure what you mean by SDK path, Its installed to / so /usr/{bin,lib,include} have the files. Ahh, in the tar it has a license file which gets copied out to /usr/share/licenses the empty folder should be removed, i'll fix that up. It's not in /opt as /usr/ was already in $PATH, also i can't find anywhere in the binary tarball instructions that says put it in /opt? seems to just say unpack it somewhere in $PATH.

scellow commented on 2015-12-18 02:23 (UTC)

Thanks, but i have few questions Where is the SDK path ? /usr/share/swift is empty, is this normal ? Why haven't you put everything in /opt/ like the doc suggest ?