Swift 3.0 Preview 1 Snapshots available!

When I use the latest snapshot, Xcode crashes for me soon after launch. I can revert to the May 9 drop and everything works fine. I don’t know if anyone else is experiencing this but in case it is helpful to the team - this seems to be the relevant part of the crash log.

Thread 6 Crashed:: Dispatch queue: com.apple.xcode.swift.indexer
0 sourcekitd 0x000000010e9f13d0 abort + 32 (Signals.inc:440)
1 sourcekitd 0x000000010e9f13a1 __assert_rtn + 81
2 sourcekitd 0x000000010e96f0a0 sourcekitd_send_request + 912 (sourcekitd.cpp:186)
3 com.apple.dt.IDELanguageSupportCore 0x000000010e94bbc7 -[IDEIndexSwiftDataSource issueSourceKitRequest:requestBlock:responseBlock:] + 235
4 com.apple.dt.IDELanguageSupportCore 0x000000010e94de33 __46-[IDEIndexSwiftDataSource generateDataForJob:]_block_invoke + 479
5 com.apple.dt.DVTFoundation 0x0000000103ed8667 __DVTDispatchAsync_block_invoke + 293
6 libdispatch.dylib 0x00007fff8c10993d _dispatch_call_block_and_release + 12
7 libdispatch.dylib 0x00007fff8c0fe40b _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007fff8c10303b _dispatch_queue_drain + 754
9 libdispatch.dylib 0x00007fff8c109707 _dispatch_queue_invoke + 549
10 libdispatch.dylib 0x00007fff8c101d53 _dispatch_root_queue_drain + 538
11 libdispatch.dylib 0x00007fff8c101b00 _dispatch_worker_thread3 + 91
12 libsystem_pthread.dylib 0x00007fff965f74de _pthread_wqthread + 1129
13 libsystem_pthread.dylib 0x00007fff965f5341 start_wqthread + 13

Best,

Daniel

?

Cheers,

Joakim

···

On 4 juni 2016, at 13:06, Daniel Steinberg via swift-users <swift-users@swift.org> wrote:

When I use the latest snapshot, Xcode crashes for me soon after launch. I can revert to the May 9 drop and everything works fine. I don’t know if anyone else is experiencing this but in case it is helpful to the team - this seems to be the relevant part of the crash log.

Thread 6 Crashed:: Dispatch queue: com.apple.xcode.swift.indexer
0 sourcekitd 0x000000010e9f13d0 abort + 32 (Signals.inc:440)
1 sourcekitd 0x000000010e9f13a1 __assert_rtn + 81
2 sourcekitd 0x000000010e96f0a0 sourcekitd_send_request + 912 (sourcekitd.cpp:186)
3 com.apple.dt.IDELanguageSupportCore 0x000000010e94bbc7 -[IDEIndexSwiftDataSource issueSourceKitRequest:requestBlock:responseBlock:] + 235
4 com.apple.dt.IDELanguageSupportCore 0x000000010e94de33 __46-[IDEIndexSwiftDataSource generateDataForJob:]_block_invoke + 479
5 com.apple.dt.DVTFoundation 0x0000000103ed8667 __DVTDispatchAsync_block_invoke + 293
6 libdispatch.dylib 0x00007fff8c10993d _dispatch_call_block_and_release + 12
7 libdispatch.dylib 0x00007fff8c0fe40b _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007fff8c10303b _dispatch_queue_drain + 754
9 libdispatch.dylib 0x00007fff8c109707 _dispatch_queue_invoke + 549
10 libdispatch.dylib 0x00007fff8c101d53 _dispatch_root_queue_drain + 538
11 libdispatch.dylib 0x00007fff8c101b00 _dispatch_worker_thread3 + 91
12 libsystem_pthread.dylib 0x00007fff965f74de _pthread_wqthread + 1129
13 libsystem_pthread.dylib 0x00007fff965f5341 start_wqthread + 13

Best,

Daniel
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Thank you - I had no idea there were two links there on that line

Daniel

···

On Jun 7, 2016, at 1:57 AM, Joakim Hassila <joj@mac.com> wrote:

[SR-1406] Xcode crashes indexing with swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a.xctoolchain · Issue #44015 · apple/swift · GitHub
?

Cheers,

Joakim

On 4 juni 2016, at 13:06, Daniel Steinberg via swift-users <swift-users@swift.org <mailto:swift-users@swift.org>> wrote:

When I use the latest snapshot, Xcode crashes for me soon after launch. I can revert to the May 9 drop and everything works fine. I don’t know if anyone else is experiencing this but in case it is helpful to the team - this seems to be the relevant part of the crash log.

Thread 6 Crashed:: Dispatch queue: com.apple.xcode.swift.indexer
0 sourcekitd 0x000000010e9f13d0 abort + 32 (Signals.inc:440)
1 sourcekitd 0x000000010e9f13a1 __assert_rtn + 81
2 sourcekitd 0x000000010e96f0a0 sourcekitd_send_request + 912 (sourcekitd.cpp:186)
3 com.apple.dt.IDELanguageSupportCore 0x000000010e94bbc7 -[IDEIndexSwiftDataSource issueSourceKitRequest:requestBlock:responseBlock:] + 235
4 com.apple.dt.IDELanguageSupportCore 0x000000010e94de33 __46-[IDEIndexSwiftDataSource generateDataForJob:]_block_invoke + 479
5 com.apple.dt.DVTFoundation 0x0000000103ed8667 __DVTDispatchAsync_block_invoke + 293
6 libdispatch.dylib 0x00007fff8c10993d _dispatch_call_block_and_release + 12
7 libdispatch.dylib 0x00007fff8c0fe40b _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007fff8c10303b _dispatch_queue_drain + 754
9 libdispatch.dylib 0x00007fff8c109707 _dispatch_queue_invoke + 549
10 libdispatch.dylib 0x00007fff8c101d53 _dispatch_root_queue_drain + 538
11 libdispatch.dylib 0x00007fff8c101b00 _dispatch_worker_thread3 + 91
12 libsystem_pthread.dylib 0x00007fff965f74de _pthread_wqthread + 1129
13 libsystem_pthread.dylib 0x00007fff965f5341 start_wqthread + 13

Best,

Daniel
_______________________________________________
swift-users mailing list
swift-users@swift.org <mailto:swift-users@swift.org>
https://lists.swift.org/mailman/listinfo/swift-users