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

drejmar commented on 2017-09-24 08:50 (UTC)

Hi, Thanks for quick update! The package installs, but swift wouldn't run: "error: failed to stop process at REPL breakpoint" Binaries assume an older version of icu shared libraries. This fixes the issue: ln -s /usr/lib/libicudata.so /usr/lib/libicudata.so.55 ln -s /usr/lib/libicui18n.so /usr/lib/libicui18n.so.55 ln -s /usr/lib/libicuio.so /usr/lib/libicuio.so.55 ln -s /usr/lib/libicutest.so /usr/lib/libicutest.so.55 ln -s /usr/lib/libicutu.so /usr/lib/libicutu.so.55 ln -s /usr/lib/libicuuc.so /usr/lib/libicuuc.so.55

FredBezies commented on 2017-09-23 19:27 (UTC)

@drejmar : done in swift-bin-4.0-2

drejmar commented on 2017-09-23 19:05 (UTC)

Change dependency from icu55 to icu.

FredBezies commented on 2017-09-21 05:28 (UTC) (edited on 2017-09-21 05:46 (UTC) by FredBezies)

Swift 4.x.x provides a new signing key. So before building it, please enter this key : gpg --recv-keys --keyserver hkp://pgp.mit.edu EF5430F071E1B235 And there is no easy way - as I tried this morning - to work around libcurl issue :(

Mandarancio commented on 2017-05-01 11:45 (UTC)

Hi I'm using the last Swift-bin package and I can not compile any package, the error seems to be linked to a wrong path: header '///usr/include/x86_64-linux-gnu/sys/ioctl.h' not found Here the full output: $ LD_PRELOAD=libcurl.so.3 swift build swift: /usr/lib/libtinfo.so.5: no version information available (required by swift) /usr/bin/swift-build: /usr/lib/libcurl.so.3: no version information available (required by /usr/bin/../lib/swift/linux/libFoundation.so) error: /usr/bin/swiftc: /usr/lib/libtinfo.so.5: no version information available (required by /usr/bin/swiftc) /usr/bin/swift: /usr/lib/libtinfo.so.5: no version information available (required by /usr/bin/swift) /usr/lib/swift/linux/x86_64/glibc.modulemap:270:14: error: header '///usr/include/x86_64-linux-gnu/sys/ioctl.h' not found header "///usr/include/x86_64-linux-gnu/sys/ioctl.h" ^ <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'

beej commented on 2017-04-06 21:41 (UTC)

Same problem as evilgnome: https://pastebin.com/WFjBZM3P

andykluger commented on 2017-03-30 17:14 (UTC)

This currently both depends on python2-six, and conflicts with python2-six. In particular, it provides /usr/lib/python2.7/site-packages/six.pyc . I think this file should be removed from the package in the PKGBUILD.

jonnybarnes commented on 2017-03-29 12:20 (UTC)

How can the .tar.gz and the .tar.gz.asc have the same SHA-256 sum?

homerhsing commented on 2017-02-10 05:17 (UTC)

for resolving the error: unknown public key 63BC1CFE91D306C6 ~ $ gpg --recv-keys --keyserver hkp://pgp.mit.edu 63BC1CFE91D306C6

homerhsing commented on 2017-02-10 05:14 (UTC)

Apple has released a newer official build of swift 3.0.2 can we do an update ? :) https://swift.org/download/