File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 13
13
# emulator fails to launch with: HVF error: HV_UNSUPPORTED
14
14
# runs-on: macos-15
15
15
runs-on : macos-13
16
+ timeout-minutes : 120
16
17
steps :
17
18
- uses : actions/checkout@v4
18
19
- name : " Test Swift Package Locally"
Original file line number Diff line number Diff line change @@ -315,8 +315,11 @@ private extension AndroidMainActor {
315
315
}
316
316
}
317
317
318
- //// https://github.com/apple-oss-distributions/libdispatch/blob/bd82a60ee6a73b4eca50af028b48643d51aaf1ea/src/queue.c#L8237
319
- //// https://forums.swift.org/t/main-dispatch-queue-in-linux-sdl-app/31708/3
320
- //@_silgen_name("_dispatch_main_queue_callback_4CF")
321
- //func _dispatch_main_queue_callback_4CF()
318
+ // https://github.com/apple-oss-distributions/libdispatch/blob/bd82a60ee6a73b4eca50af028b48643d51aaf1ea/src/queue.c#L8237
319
+ // https://forums.swift.org/t/main-dispatch-queue-in-linux-sdl-app/31708/3
320
+ @_silgen_name ( " _dispatch_main_queue_callback_4CF " )
321
+ func _dispatch_main_queue_callback_4CF( )
322
+
323
+ @_silgen_name ( " _dispatch_get_main_queue_port_4CF " )
324
+ func _dispatch_get_main_queue_port_4CF( ) -> Int32
322
325
#endif
You can’t perform that action at this time.
0 commit comments