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 1313 # emulator fails to launch with: HVF error: HV_UNSUPPORTED
1414 # runs-on: macos-15
1515 runs-on : macos-13
16+ timeout-minutes : 120
1617 steps :
1718 - uses : actions/checkout@v4
1819 - name : " Test Swift Package Locally"
Original file line number Diff line number Diff line change @@ -315,8 +315,11 @@ private extension AndroidMainActor {
315315 }
316316}
317317
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
322325#endif
You can’t perform that action at this time.
0 commit comments