Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary releases #20

Open
1 task
robrix opened this issue Apr 2, 2015 · 16 comments
Open
1 task

Binary releases #20

robrix opened this issue Apr 2, 2015 · 16 comments

Comments

@robrix
Copy link
Contributor

robrix commented Apr 2, 2015

Can this be automated?

/cc @jspahrsummers

  • Automating depends on CI #6.
@jspahrsummers
Copy link
Member

Travis is great for automating this except that it doesn't have Xcode betas (because NDA blah blah legal bullshit). 😕

So, the answer is, “no while in beta, yes afterward.”

@robrix
Copy link
Contributor Author

robrix commented Apr 3, 2015

👍

@robrix
Copy link
Contributor Author

robrix commented Apr 19, 2015

I’m going to (manually) add a binary release once #29 is in.

@jspahrsummers
Copy link
Member

Added a binary to 0.4.

@robrix
Copy link
Contributor Author

robrix commented May 5, 2015

🙇 thank you @jspahrsummers

@jarsen
Copy link
Contributor

jarsen commented May 20, 2015

It looks like the last two releases (0.4.2, and 0.4.3) haven't included binary releases. Are these being ditched now that the mac targets are x86_64 only—which seems to be a workaround for the xcode build issues?

@robrix
Copy link
Contributor Author

robrix commented May 21, 2015

If it depends on manual effort it’s unlikely to happen for a bit. I’m hoping Travis will support Xcode 6.3.2 before WWDC invalidates everything again 😛

@jarsen
Copy link
Contributor

jarsen commented May 22, 2015

Totally understandable. Wish I could help, but I guess the release uploads aren't something that you can PR unfortunately. Thanks!

@sync
Copy link
Contributor

sync commented Jul 1, 2015

binary releases for Swift 2.0 is a no go, a release framework complied with Xcode 7 beta 1 won't work with Xcode 7 beta 2 (as we now)

@guidomb
Copy link

guidomb commented Sep 24, 2015

any chance to add a binary for release 0.4.3?

@guidomb
Copy link

guidomb commented Sep 24, 2015

Well actually could you make a release for 0.4.4 and add binaries there so projects still working with Swift 1.2 could benefict of not having to compile the dependency?

@robrix
Copy link
Contributor Author

robrix commented Sep 24, 2015

@guidomb: Unfortunately that wouldn’t work. You get linker errors if you try to link a Swift 1.2 module with a Swift 2.0 module.

@guidomb
Copy link

guidomb commented Sep 24, 2015

Do you mean if somebody wants to use version 0.4.4 in a Swift 2.0 project?

@robrix
Copy link
Contributor Author

robrix commented Sep 25, 2015

If 0.4.4 were built with Swift 2, Swift 1.2 projects would be unable to link it. If it were built with Swift 1.2, Swift 2 projects would be unable to link it.

@mdiep
Copy link
Contributor

mdiep commented Sep 25, 2015

0.4.4 only works with Swift 1.2 anyways, right? Including a binary won't change that either way.

@sena1or
Copy link

sena1or commented Jan 19, 2017

3.1.0 release doesn't have a binary :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants