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

[SR-2232] Broken Development Snapshot 2016-07-29-a #44839

Closed
jepers opened this issue Jul 31, 2016 · 8 comments
Closed

[SR-2232] Broken Development Snapshot 2016-07-29-a #44839

jepers opened this issue Jul 31, 2016 · 8 comments
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@jepers
Copy link

jepers commented Jul 31, 2016

Previous ID SR-2232
Radar None
Original Reporter @jepers
Type Bug
Status Closed
Resolution Done
Environment

Xcode 8 beta 3, dev snapshot 2016-07-29-a, OS X 10.11.6

Additional Detail from JIRA
Votes 0
Component/s Project Infrastructure
Labels Bug
Assignee @jepers
Priority Medium

Watchers: @shahmishal

md5: 7d3775be2231de0fd87244d19737396f

Issue Description:

Steps to reproduce:

1. Download and install:
swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a-osx.pkg
(the one without symbols)

2. Open Xcode 8 beta 3 and create a new Command Line project.

3. Compile the hello word code without editing it.

4. Note the linker error.
ld: library not found for -lswiftDispatch for architecture x86_64

NOTE:
This issue is with:
swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a-osx.pkg

and not with:
swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a-osx-symbols.pkg

And another issue: I wanted to try out the new UnsafeRawPointer API, but it is only included in the buggy snapshot. It is not included in the working snapshot (the one with symbols).

@jepers
Copy link
Author

jepers commented Aug 1, 2016

I tried the two snapshots released before 2016-07-29:
swift-DEVELOPMENT-SNAPSHOT-2016-07-28-a-osx.pkg
swift-DEVELOPMENT-SNAPSHOT-2016-07-25-a-osx.pkg

and they both have the same issue as 2016-07-29:
ld: library not found for -lswiftDispatch for architecture x86_64

Didn't try the -symbols ones.

So, the three (perhaps more) latest snapshots doesn't work (at least with Xcode 8 beta 3), ie can't compile a new Command Line App project.

I wish the next snapshot will work, and include the UnsafeRawPointer API, and be available soon.

@belkadan
Copy link
Contributor

belkadan commented Aug 1, 2016

@shahmishal, do we ship static libraries in the downloadable toolchains?

@belkadan
Copy link
Contributor

belkadan commented Aug 1, 2016

I just took a look, and it seems like we only have libswiftCore.a, libswiftDarwin.a, and libswiftSwiftONoneSupport.a in there. That doesn't seem right.

@shahmishal
Copy link
Member

@gottesmm thinks this might be related to his change, he will look at it later today if he has free time.

@shahmishal
Copy link
Member

This should be fixed now:
#3968 for master
#3994 for swift-3.0-branch
#3995 for swift-3.0-preview-5-branch
#3996 for swift-3.0-preview-4-branch

Please try https://swift.org/builds/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2016-08-04-a/swift-DEVELOPMENT-SNAPSHOT-2016-08-04-a-osx.pkg

@jepers
Copy link
Author

jepers commented Aug 4, 2016

Great, it works, thanks!
Am I supposed to close this issue now? (I'm new to this.)

@belkadan
Copy link
Contributor

belkadan commented Aug 4, 2016

Yep, Open -> Resolved means we think we've fixed it, Resolved -> Closed means you agree.

@jepers
Copy link
Author

jepers commented Aug 4, 2016

Ok, thanks!

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

3 participants