The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftSDL3, reference 0.1.6 (64fb16), with Swift 6.1 for macOS (SPM) on 4 Nov 2025 12:28:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShaftUI/SwiftSDL3.git
Reference: 0.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShaftUI/SwiftSDL3
 * tag               0.1.6      -> FETCH_HEAD
HEAD is now at 64fb16e Add patch
Cloned https://github.com/ShaftUI/SwiftSDL3.git
Revision (git rev-parse @):
64fb16e7b2546cc33aefdad2304f909e08a5e54e
SUCCESS checkout https://github.com/ShaftUI/SwiftSDL3.git at 0.1.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ShaftUI/SwiftSDL3.git
https://github.com/ShaftUI/SwiftSDL3.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSDL3",
  "name" : "SwiftSDL3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSDL3",
      "targets" : [
        "SwiftSDL3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSDL3Example",
      "targets" : [
        "SwiftSDL3Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libdrm",
      "module_type" : "SystemLibraryTarget",
      "name" : "libdrm",
      "path" : "Sources/libdrm",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "libdecor",
      "module_type" : "SystemLibraryTarget",
      "name" : "libdecor",
      "path" : "Sources/libdecor",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "ibus",
      "module_type" : "SystemLibraryTarget",
      "name" : "ibus",
      "path" : "Sources/ibus",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "dbus",
      "module_type" : "SystemLibraryTarget",
      "name" : "dbus",
      "path" : "Sources/dbus",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftSDL3Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL3Tests",
      "path" : "Tests/SwiftSDL3Tests",
      "sources" : [
        "SwiftSDL3Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDL3Example",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL3Example",
      "path" : "Sources/SwiftSDL3Example",
      "product_memberships" : [
        "SwiftSDL3Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL3"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSDL3",
      "module_type" : "ClangTarget",
      "name" : "SwiftSDL3",
      "path" : "Sources/SwiftSDL3",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
        "src/SDL.c",
        "src/SDL_assert.c",
        "src/SDL_error.c",
        "src/SDL_guid.c",
        "src/SDL_hashtable.c",
        "src/SDL_hints.c",
        "src/SDL_list.c",
        "src/SDL_log.c",
        "src/SDL_properties.c",
        "src/SDL_utils.c",
        "src/atomic/SDL_atomic.c",
        "src/atomic/SDL_spinlock.c",
        "src/audio/SDL_audio.c",
        "src/audio/SDL_audiocvt.c",
        "src/audio/SDL_audiodev.c",
        "src/audio/SDL_audioqueue.c",
        "src/audio/SDL_audioresample.c",
        "src/audio/SDL_audiotypecvt.c",
        "src/audio/SDL_mixer.c",
        "src/audio/SDL_wave.c",
        "src/audio/coreaudio/SDL_coreaudio.m",
        "src/audio/disk/SDL_diskaudio.c",
        "src/audio/dummy/SDL_dummyaudio.c",
        "src/camera/SDL_camera.c",
        "src/camera/android/SDL_camera_android.c",
        "src/camera/coremedia/SDL_camera_coremedia.m",
        "src/camera/dummy/SDL_camera_dummy.c",
        "src/camera/emscripten/SDL_camera_emscripten.c",
        "src/camera/mediafoundation/SDL_camera_mediafoundation.c",
        "src/camera/pipewire/SDL_camera_pipewire.c",
        "src/camera/v4l2/SDL_camera_v4l2.c",
        "src/camera/vita/SDL_camera_vita.c",
        "src/core/SDL_core_unsupported.c",
        "src/cpuinfo/SDL_cpuinfo.c",
        "src/dialog/SDL_dialog.c",
        "src/dialog/SDL_dialog_utils.c",
        "src/dialog/cocoa/SDL_cocoadialog.m",
        "src/dynapi/SDL_dynapi.c",
        "src/events/SDL_categories.c",
        "src/events/SDL_clipboardevents.c",
        "src/events/SDL_displayevents.c",
        "src/events/SDL_dropevents.c",
        "src/events/SDL_events.c",
        "src/events/SDL_eventwatch.c",
        "src/events/SDL_keyboard.c",
        "src/events/SDL_keymap.c",
        "src/events/SDL_keysym_to_keycode.c",
        "src/events/SDL_keysym_to_scancode.c",
        "src/events/SDL_mouse.c",
        "src/events/SDL_pen.c",
        "src/events/SDL_quit.c",
        "src/events/SDL_scancode_tables.c",
        "src/events/SDL_touch.c",
        "src/events/SDL_windowevents.c",
        "src/events/imKStoUCS.c",
        "src/filesystem/SDL_filesystem.c",
        "src/filesystem/cocoa/SDL_sysfilesystem.m",
        "src/filesystem/posix/SDL_sysfsops.c",
        "src/gpu/SDL_gpu.c",
        "src/gpu/metal/SDL_gpu_metal.m",
        "src/gpu/vulkan/SDL_gpu_vulkan.c",
        "src/haptic/SDL_haptic.c",
        "src/haptic/darwin/SDL_syshaptic.c",
        "src/haptic/hidapi/SDL_hidapihaptic.c",
        "src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c",
        "src/hidapi/SDL_hidapi.c",
        "src/io/SDL_asyncio.c",
        "src/io/SDL_iostream.c",
        "src/io/generic/SDL_asyncio_generic.c",
        "src/io/n3ds/SDL_iostreamromfs.c",
        "src/joystick/SDL_gamepad.c",
        "src/joystick/SDL_joystick.c",
        "src/joystick/SDL_steam_virtual_gamepad.c",
        "src/joystick/apple/SDL_mfijoystick.m",
        "src/joystick/controller_type.c",
        "src/joystick/darwin/SDL_iokitjoystick.c",
        "src/joystick/hidapi/SDL_hidapi_8bitdo.c",
        "src/joystick/hidapi/SDL_hidapi_combined.c",
        "src/joystick/hidapi/SDL_hidapi_flydigi.c",
        "src/joystick/hidapi/SDL_hidapi_gamecube.c",
        "src/joystick/hidapi/SDL_hidapi_gip.c",
        "src/joystick/hidapi/SDL_hidapi_lg4ff.c",
        "src/joystick/hidapi/SDL_hidapi_luna.c",
        "src/joystick/hidapi/SDL_hidapi_ps3.c",
        "src/joystick/hidapi/SDL_hidapi_ps4.c",
        "src/joystick/hidapi/SDL_hidapi_ps5.c",
        "src/joystick/hidapi/SDL_hidapi_rumble.c",
        "src/joystick/hidapi/SDL_hidapi_shield.c",
        "src/joystick/hidapi/SDL_hidapi_sinput.c",
        "src/joystick/hidapi/SDL_hidapi_stadia.c",
        "src/joystick/hidapi/SDL_hidapi_steam.c",
        "src/joystick/hidapi/SDL_hidapi_steam_hori.c",
        "src/joystick/hidapi/SDL_hidapi_steamdeck.c",
        "src/joystick/hidapi/SDL_hidapi_switch.c",
        "src/joystick/hidapi/SDL_hidapi_switch2.c",
        "src/joystick/hidapi/SDL_hidapi_wii.c",
        "src/joystick/hidapi/SDL_hidapi_xbox360.c",
        "src/joystick/hidapi/SDL_hidapi_xbox360w.c",
        "src/joystick/hidapi/SDL_hidapi_xboxone.c",
        "src/joystick/hidapi/SDL_hidapi_zuiki.c",
        "src/joystick/hidapi/SDL_hidapijoystick.c",
        "src/joystick/virtual/SDL_virtualjoystick.c",
        "src/loadso/dlopen/SDL_sysloadso.c",
        "src/locale/SDL_locale.c",
        "src/locale/macos/SDL_syslocale.m",
        "src/main/SDL_main_callbacks.c",
        "src/main/SDL_runapp.c",
        "src/main/generic/SDL_sysmain_callbacks.c",
        "src/misc/SDL_url.c",
        "src/misc/macos/SDL_sysurl.m",
        "src/power/SDL_power.c",
        "src/power/macos/SDL_syspower.c",
        "src/process/SDL_process.c",
        "src/process/dummy/SDL_dummyprocess.c",
        "src/process/posix/SDL_posixprocess.c",
        "src/process/windows/SDL_windowsprocess.c",
        "src/render/SDL_render.c",
        "src/render/SDL_yuv_sw.c",
        "src/render/gpu/SDL_pipeline_gpu.c",
        "src/render/gpu/SDL_render_gpu.c",
        "src/render/gpu/SDL_shaders_gpu.c",
        "src/render/metal/SDL_render_metal.m",
        "src/render/opengl/SDL_render_gl.c",
        "src/render/opengl/SDL_shaders_gl.c",
        "src/render/opengles2/SDL_render_gles2.c",
        "src/render/opengles2/SDL_shaders_gles2.c",
        "src/render/software/SDL_blendfillrect.c",
        "src/render/software/SDL_blendline.c",
        "src/render/software/SDL_blendpoint.c",
        "src/render/software/SDL_drawline.c",
        "src/render/software/SDL_drawpoint.c",
        "src/render/software/SDL_render_sw.c",
        "src/render/software/SDL_rotate.c",
        "src/render/software/SDL_triangle.c",
        "src/sensor/SDL_sensor.c",
        "src/sensor/dummy/SDL_dummysensor.c",
        "src/stdlib/SDL_crc16.c",
        "src/stdlib/SDL_crc32.c",
        "src/stdlib/SDL_getenv.c",
        "src/stdlib/SDL_iconv.c",
        "src/stdlib/SDL_malloc.c",
        "src/stdlib/SDL_memcpy.c",
        "src/stdlib/SDL_memmove.c",
        "src/stdlib/SDL_memset.c",
        "src/stdlib/SDL_mslibc.c",
        "src/stdlib/SDL_murmur3.c",
        "src/stdlib/SDL_qsort.c",
        "src/stdlib/SDL_random.c",
        "src/stdlib/SDL_stdlib.c",
        "src/stdlib/SDL_string.c",
        "src/stdlib/SDL_strtokr.c",
        "src/storage/SDL_storage.c",
        "src/storage/generic/SDL_genericstorage.c",
        "src/storage/steam/SDL_steamstorage.c",
        "src/thread/SDL_thread.c",
        "src/thread/pthread/SDL_syscond.c",
        "src/thread/pthread/SDL_sysmutex.c",
        "src/thread/pthread/SDL_sysrwlock.c",
        "src/thread/pthread/SDL_syssem.c",
        "src/thread/pthread/SDL_systhread.c",
        "src/thread/pthread/SDL_systls.c",
        "src/time/SDL_time.c",
        "src/time/n3ds/SDL_systime.c",
        "src/time/ngage/SDL_systime.cpp",
        "src/time/ps2/SDL_systime.c",
        "src/time/psp/SDL_systime.c",
        "src/time/unix/SDL_systime.c",
        "src/time/vita/SDL_systime.c",
        "src/time/windows/SDL_systime.c",
        "src/timer/SDL_timer.c",
        "src/timer/unix/SDL_systimer.c",
        "src/tray/SDL_tray_utils.c",
        "src/tray/cocoa/SDL_tray.m",
        "src/video/SDL_RLEaccel.c",
        "src/video/SDL_blit.c",
        "src/video/SDL_blit_0.c",
        "src/video/SDL_blit_1.c",
        "src/video/SDL_blit_A.c",
        "src/video/SDL_blit_N.c",
        "src/video/SDL_blit_auto.c",
        "src/video/SDL_blit_copy.c",
        "src/video/SDL_blit_slow.c",
        "src/video/SDL_bmp.c",
        "src/video/SDL_clipboard.c",
        "src/video/SDL_egl.c",
        "src/video/SDL_fillrect.c",
        "src/video/SDL_pixels.c",
        "src/video/SDL_rect.c",
        "src/video/SDL_stb.c",
        "src/video/SDL_stretch.c",
        "src/video/SDL_surface.c",
        "src/video/SDL_video.c",
        "src/video/SDL_video_unsupported.c",
        "src/video/SDL_vulkan_utils.c",
        "src/video/SDL_yuv.c",
        "src/video/cocoa/SDL_cocoaclipboard.m",
        "src/video/cocoa/SDL_cocoaevents.m",
        "src/video/cocoa/SDL_cocoakeyboard.m",
        "src/video/cocoa/SDL_cocoamessagebox.m",
        "src/video/cocoa/SDL_cocoametalview.m",
        "src/video/cocoa/SDL_cocoamodes.m",
        "src/video/cocoa/SDL_cocoamouse.m",
        "src/video/cocoa/SDL_cocoaopengl.m",
        "src/video/cocoa/SDL_cocoaopengles.m",
        "src/video/cocoa/SDL_cocoapen.m",
        "src/video/cocoa/SDL_cocoashape.m",
        "src/video/cocoa/SDL_cocoavideo.m",
        "src/video/cocoa/SDL_cocoavulkan.m",
        "src/video/cocoa/SDL_cocoawindow.m",
        "src/video/dummy/SDL_nullevents.c",
        "src/video/dummy/SDL_nullframebuffer.c",
        "src/video/dummy/SDL_nullvideo.c",
        "src/video/offscreen/SDL_offscreenevents.c",
        "src/video/offscreen/SDL_offscreenframebuffer.c",
        "src/video/offscreen/SDL_offscreenopengles.c",
        "src/video/offscreen/SDL_offscreenvideo.c",
        "src/video/offscreen/SDL_offscreenvulkan.c",
        "src/video/offscreen/SDL_offscreenwindow.c",
        "src/video/yuv2rgb/yuv_rgb_lsx.c",
        "src/video/yuv2rgb/yuv_rgb_sse.c",
        "src/video/yuv2rgb/yuv_rgb_std.c"
      ],
      "target_dependencies" : [
        "libdecor",
        "dbus",
        "ibus",
        "libdrm"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/227] Write sources
[0/227] Write SwiftSDL3Example-entitlement.plist
[2/227] Write swift-version-2F0A5646E1D333AE.txt
[3/227] Compiling yuv_rgb_lsx.c
[4/227] Compiling SDL_events.c
[4/227] Compiling SDL_clipboardevents.c
[4/227] Compiling yuv_rgb_sse.c
[4/227] Compiling SDL_dropevents.c
[4/227] Compiling SDL_guid.c
[4/227] Compiling SDL_displayevents.c
[4/227] Compiling SDL_categories.c
[11/227] Compiling SDL_hashtable.c
[12/227] Compiling yuv_rgb_std.c
[13/227] Compiling SDL_offscreenvideo.c
[14/227] Compiling SDL_offscreenwindow.c
[15/227] Compiling SDL_offscreenevents.c
[16/227] Compiling SDL_offscreenframebuffer.c
[16/227] Compiling SDL_offscreenopengles.c
[18/227] Compiling SDL_nullframebuffer.c
[18/227] Compiling SDL_nullevents.c
[20/227] Compiling SDL_nullvideo.c
[21/227] Compiling SDL_offscreenvulkan.c
[22/227] Compiling SDL_cocoaopengles.m
[23/227] Compiling SDL_cocoamouse.m
[24/227] Compiling SDL_cocoametalview.m
[25/227] Compiling SDL_cocoamessagebox.m
[26/227] Compiling SDL_cocoavideo.m
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSDL3/src/video/cocoa/SDL_cocoamodes.m:141:23: warning: 'CGDisplayModeCopyPixelEncoding' is deprecated: first deprecated in macOS 10.11 - No longer supported [-Wdeprecated-declarations]
  141 |     CFStringRef fmt = CGDisplayModeCopyPixelEncoding(vidmode);
      |                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:177:34: note: 'CGDisplayModeCopyPixelEncoding' has been explicitly marked deprecated here
  177 | CG_EXTERN CFStringRef __nullable CGDisplayModeCopyPixelEncoding(
      |                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSDL3/src/video/cocoa/SDL_cocoamodes.m:297:32: warning: 'CGDisplayIOServicePort' is deprecated: first deprecated in macOS 10.9 - No longer supported [-Wdeprecated-declarations]
  297 |     io_service_t servicePort = CGDisplayIOServicePort(displayID);
      |                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDisplayConfiguration.h:372:24: note: 'CGDisplayIOServicePort' has been explicitly marked deprecated here
  372 | CG_EXTERN io_service_t CGDisplayIOServicePort(CGDirectDisplayID display)
      |                        ^
2 warnings generated.
[27/227] Compiling SDL_cocoamodes.m
[28/227] Compiling SDL_cocoavulkan.m
[29/227] Compiling SDL_cocoaevents.m
[30/227] Compiling SDL_cocoaopengl.m
[31/227] Compiling SDL_video_unsupported.c
[32/227] Compiling SDL_yuv.c
[33/227] Compiling SDL_cocoashape.m
[34/227] Compiling SDL_vulkan_utils.c
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSDL3/src/video/cocoa/SDL_cocoawindow.m:226:71: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
  226 |         NSString *desiredType = [pasteboard availableTypeFromArray:@[ NSFilenamesPboardType, NSPasteboardTypeString ]];
      |                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:433:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here
  433 | APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14));
      |                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSDL3/src/video/cocoa/SDL_cocoawindow.m:250:49: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
  250 |         SDL_assert([desiredType isEqualToString:NSFilenamesPboardType] ||
      |                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:433:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here
  433 | APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14));
      |                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSDL3/src/video/cocoa/SDL_cocoawindow.m:265:42: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
  265 |         if ([desiredType isEqualToString:NSFilenamesPboardType]) {
      |                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:433:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here
  433 | APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14));
      |                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSDL3/src/video/cocoa/SDL_cocoawindow.m:870:11: warning: 'setAcceptsTouchEvents:' is deprecated: first deprecated in macOS 10.12.2 - Use allowedTouchTypes instead [-Wdeprecated-declarations]
  870 |     [view setAcceptsTouchEvents:YES];
      |           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:231:16: note: property 'acceptsTouchEvents' is declared deprecated here
  231 | @property BOOL acceptsTouchEvents API_DEPRECATED("Use allowedTouchTypes instead", macos(10.6,10.12.2));
      |                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:231:16: note: 'setAcceptsTouchEvents:' has been explicitly marked deprecated here
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSDL3/src/video/cocoa/SDL_cocoawindow.m:2432:19: warning: 'setOneShot:' is deprecated: first deprecated in macOS 10.14 - This property does not do anything and should not be used [-Wdeprecated-declarations]
 2432 |         [nswindow setOneShot:NO];
      |                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1021:35: note: property 'oneShot' is declared deprecated here
 1021 | @property (getter=isOneShot) BOOL oneShot API_DEPRECATED("This property does not do anything and should not be used", macos(10.0,10.14));
      |                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1021:35: note: 'setOneShot:' has been explicitly marked deprecated here
5 warnings generated.
[35/227] Compiling SDL_cocoawindow.m
[36/227] Compiling SDL_cocoaclipboard.m
[37/227] Compiling SDL_stretch.c
[38/227] Compiling SDL_surface.c
[39/227] Compiling SDL_cocoakeyboard.m
[40/227] Compiling SDL_cocoapen.m
[41/227] Compiling SDL_rect.c
[42/227] Compiling SDL_pixels.c
[43/227] Compiling SDL_fillrect.c
[44/227] Compiling SDL_video.c
[45/227] Compiling SDL_blit_copy.c
[46/227] Compiling SDL_clipboard.c
[47/227] Compiling SDL_bmp.c
[48/227] Compiling SDL_stb.c
[49/227] Compiling SDL_blit_slow.c
[50/227] Compiling SDL_egl.c
[51/227] Compiling SDL_blit_N.c
[52/227] Compiling SDL_blit_1.c
[53/227] Compiling SDL_blit.c
[54/227] Compiling SDL_tray_utils.c
[55/227] Compiling SDL_systimer.c
[56/227] Compiling SDL_blit_A.c
[57/227] Compiling SDL_blit_0.c
[58/227] Compiling SDL_RLEaccel.c
[59/227] Compiling SDL_timer.c
[60/227] Compiling SDL_systime.c
[62/227] Compiling SDL_tray.m
[63/227] Compiling SDL_systime.c
[67/227] Compiling SDL_time.c
[68/227] Compiling SDL_systls.c
[69/227] Compiling SDL_blit_auto.c
[70/227] Compiling SDL_systhread.c
[71/227] Compiling SDL_sysrwlock.c
[72/227] Compiling SDL_sysmutex.c
[73/227] Compiling SDL_syssem.c
[74/227] Compiling SDL_syscond.c
[75/227] Compiling SDL_thread.c
[76/227] Compiling SDL_steamstorage.c
[77/227] Compiling SDL_genericstorage.c
[78/227] Compiling SDL_storage.c
[79/227] Compiling SDL_strtokr.c
[80/227] Compiling SDL_random.c
[81/227] Compiling SDL_stdlib.c
[82/227] Compiling SDL_mslibc.c
[83/227] Compiling SDL_murmur3.c
[84/227] Compiling SDL_qsort.c
[85/227] Compiling SDL_memset.c
[86/227] Compiling SDL_string.c
[87/227] Compiling SDL_memmove.c
[88/227] Compiling SDL_memcpy.c
[89/227] Compiling SDL_malloc.c
[90/227] Compiling SDL_crc32.c
[91/227] Compiling SDL_iconv.c
[92/227] Compiling SDL_crc16.c
[93/227] Compiling SDL_getenv.c
[94/227] Compiling SDL_systime.cpp
[95/227] Compiling SDL_dummysensor.c
[96/227] Compiling SDL_rotate.c
[97/227] Compiling SDL_sensor.c
[98/227] Compiling SDL_triangle.c
[99/227] Compiling SDL_render_sw.c
[100/227] Compiling SDL_drawpoint.c
[101/227] Compiling SDL_drawline.c
[102/227] Compiling SDL_blendpoint.c
[103/227] Compiling SDL_shaders_gles2.c
[104/227] Compiling SDL_shaders_gl.c
[105/227] Compiling SDL_blendfillrect.c
[106/227] Compiling SDL_render_gles2.c
[107/227] Compiling SDL_pipeline_gpu.c
[108/227] Compiling SDL_shaders_gpu.c
[109/227] Compiling SDL_yuv_sw.c
[110/227] Compiling SDL_render_gpu.c
[111/227] Compiling SDL_blendline.c
[112/227] Compiling SDL_windowsprocess.c
[113/227] Compiling SDL_dummyprocess.c
[114/227] Compiling SDL_posixprocess.c
[115/227] Compiling SDL_process.c
[116/227] Compiling SDL_power.c
[117/227] Compiling SDL_render_gl.c
[118/227] Compiling SDL_url.c
[119/227] Compiling SDL_render_metal.m
[120/227] Compiling SDL_runapp.c
[121/227] Compiling SDL_sysmain_callbacks.c
[122/227] Compiling SDL_sysurl.m
[123/227] Compiling SDL_main_callbacks.c
[124/227] Compiling SDL_render.c
[125/227] Compiling SDL_locale.c
[126/227] Compiling SDL_syslocale.m
[127/227] Compiling SDL_sysloadso.c
[128/227] Compiling SDL_virtualjoystick.c
[129/227] Compiling SDL_hidapi_zuiki.c
[130/227] Compiling SDL_hidapi_xbox360w.c
[131/227] Compiling SDL_hidapijoystick.c
[132/227] Compiling SDL_hidapi_xboxone.c
[133/227] Compiling SDL_hidapi_xbox360.c
[134/227] Compiling SDL_hidapi_switch2.c
[135/227] Compiling SDL_hidapi_wii.c
[136/227] Compiling SDL_hidapi_steamdeck.c
[137/227] Compiling SDL_hidapi_switch.c
[138/227] Compiling SDL_hidapi_steam_hori.c
[139/227] Compiling SDL_hidapi_stadia.c
[140/227] Compiling SDL_hidapi_steam.c
[141/227] Compiling SDL_hidapi_sinput.c
[142/227] Compiling SDL_hidapi_rumble.c
[143/227] Compiling SDL_hidapi_shield.c
[144/227] Compiling SDL_hidapi_ps5.c
[145/227] Compiling SDL_syspower.c
[146/227] Compiling SDL_hidapi_ps4.c
[147/227] Compiling SDL_hidapi_luna.c
[148/227] Compiling SDL_hidapi_ps3.c
[149/227] Compiling SDL_hidapi_lg4ff.c
[150/227] Compiling SDL_hidapi_combined.c
[151/227] Compiling SDL_hidapi_flydigi.c
[152/227] Compiling SDL_hidapi_gamecube.c
[153/227] Compiling SDL_hidapi_8bitdo.c
[154/227] Compiling SDL_hidapi_gip.c
[155/227] Compiling controller_type.c
[156/227] Compiling SDL_steam_virtual_gamepad.c
[157/227] Compiling SDL_iostreamromfs.c
[158/227] Compiling SDL_asyncio_generic.c
[159/227] Compiling SDL_iokitjoystick.c
[160/227] Compiling SDL_asyncio.c
[161/227] Compiling SDL_iostream.c
[161/227] Compiling SDL_joystick.c
[163/227] Compiling SDL_gamepad.c
[164/227] Compiling SDL_hidapihaptic_lg4ff.c
[165/227] Compiling SDL_hidapi.c
[166/227] Compiling SDL_hidapihaptic.c
[167/227] Compiling SDL_haptic.c
[168/227] Compiling SDL_syshaptic.c
[169/227] Compiling SDL_sysfsops.c
[170/227] Compiling imKStoUCS.c
[171/227] Compiling SDL_filesystem.c
[172/227] Compiling SDL_sysfilesystem.m
[173/227] Compiling SDL_windowevents.c
[174/227] Compiling SDL_gpu.c
[175/227] Compiling SDL_scancode_tables.c
[176/227] Compiling SDL_touch.c
[177/227] Compiling SDL_quit.c
[178/227] Compiling SDL_pen.c
[179/227] Compiling SDL_gpu_metal.m
[180/227] Compiling SDL_keysym_to_scancode.c
[181/227] Compiling SDL_keysym_to_keycode.c
[182/227] Compiling SDL_mouse.c
[183/227] Compiling SDL_keymap.c
[184/227] Compiling SDL_gpu_vulkan.c
[185/227] Compiling SDL_keyboard.c
[186/227] Compiling SDL_eventwatch.c
[187/227] Compiling SDL_mfijoystick.m
[188/227] Compiling SDL_dialog.c
[188/227] Compiling SDL_dialog_utils.c
[190/227] Compiling SDL_cpuinfo.c
[191/227] Compiling SDL_core_unsupported.c
[192/227] Compiling SDL_camera_vita.c
[193/227] Compiling SDL_camera_pipewire.c
[194/227] Compiling SDL_camera_v4l2.c
[195/227] Compiling SDL_camera_mediafoundation.c
[196/227] Compiling SDL_camera_emscripten.c
[197/227] Compiling SDL_cocoadialog.m
[198/227] Compiling SDL_camera_dummy.c
[199/227] Compiling SDL_camera_android.c
[200/227] Compiling SDL_dummyaudio.c
[201/227] Compiling SDL_diskaudio.c
[202/227] Compiling SDL_camera.c
[203/227] Compiling SDL_mixer.c
[204/227] Compiling SDL_audiotypecvt.c
[205/227] Compiling SDL_wave.c
[206/227] Compiling SDL_audioresample.c
[207/227] Compiling SDL_audiodev.c
[208/227] Compiling SDL_audioqueue.c
[209/227] Compiling SDL_spinlock.c
[210/227] Compiling SDL_atomic.c
[211/227] Compiling SDL_audiocvt.c
[212/227] Compiling SDL_utils.c
[213/227] Compiling SDL_properties.c
[214/227] Compiling SDL_audio.c
[215/227] Compiling SDL_log.c
[216/227] Compiling SDL_list.c
[217/227] Compiling SDL_hints.c
[218/227] Compiling SDL_error.c
[219/227] Compiling SDL_dynapi.c
[220/227] Compiling SDL_assert.c
[221/227] Compiling SDL.c
[222/227] Compiling SDL_coreaudio.m
[223/227] Compiling SDL_camera_coremedia.m
[225/229] Compiling SwiftSDL3Example main.swift
[226/229] Emitting module SwiftSDL3Example
[226/229] Write Objects.LinkFileList
[227/229] Linking SwiftSDL3Example
[228/229] Applying SwiftSDL3Example
Build complete! (11.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSDL3",
  "name" : "SwiftSDL3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSDL3",
      "targets" : [
        "SwiftSDL3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSDL3Example",
      "targets" : [
        "SwiftSDL3Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libdrm",
      "module_type" : "SystemLibraryTarget",
      "name" : "libdrm",
      "path" : "Sources/libdrm",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "libdecor",
      "module_type" : "SystemLibraryTarget",
      "name" : "libdecor",
      "path" : "Sources/libdecor",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "ibus",
      "module_type" : "SystemLibraryTarget",
      "name" : "ibus",
      "path" : "Sources/ibus",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "dbus",
      "module_type" : "SystemLibraryTarget",
      "name" : "dbus",
      "path" : "Sources/dbus",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftSDL3Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL3Tests",
      "path" : "Tests/SwiftSDL3Tests",
      "sources" : [
        "SwiftSDL3Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDL3Example",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDL3Example",
      "path" : "Sources/SwiftSDL3Example",
      "product_memberships" : [
        "SwiftSDL3Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSDL3"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSDL3",
      "module_type" : "ClangTarget",
      "name" : "SwiftSDL3",
      "path" : "Sources/SwiftSDL3",
      "product_memberships" : [
        "SwiftSDL3",
        "SwiftSDL3Example"
      ],
      "sources" : [
        "src/SDL.c",
        "src/SDL_assert.c",
        "src/SDL_error.c",
        "src/SDL_guid.c",
        "src/SDL_hashtable.c",
        "src/SDL_hints.c",
        "src/SDL_list.c",
        "src/SDL_log.c",
        "src/SDL_properties.c",
        "src/SDL_utils.c",
        "src/atomic/SDL_atomic.c",
        "src/atomic/SDL_spinlock.c",
        "src/audio/SDL_audio.c",
        "src/audio/SDL_audiocvt.c",
        "src/audio/SDL_audiodev.c",
        "src/audio/SDL_audioqueue.c",
        "src/audio/SDL_audioresample.c",
        "src/audio/SDL_audiotypecvt.c",
        "src/audio/SDL_mixer.c",
        "src/audio/SDL_wave.c",
        "src/audio/coreaudio/SDL_coreaudio.m",
        "src/audio/disk/SDL_diskaudio.c",
        "src/audio/dummy/SDL_dummyaudio.c",
        "src/camera/SDL_camera.c",
        "src/camera/android/SDL_camera_android.c",
        "src/camera/coremedia/SDL_camera_coremedia.m",
        "src/camera/dummy/SDL_camera_dummy.c",
        "src/camera/emscripten/SDL_camera_emscripten.c",
        "src/camera/mediafoundation/SDL_camera_mediafoundation.c",
        "src/camera/pipewire/SDL_camera_pipewire.c",
        "src/camera/v4l2/SDL_camera_v4l2.c",
        "src/camera/vita/SDL_camera_vita.c",
        "src/core/SDL_core_unsupported.c",
        "src/cpuinfo/SDL_cpuinfo.c",
        "src/dialog/SDL_dialog.c",
        "src/dialog/SDL_dialog_utils.c",
        "src/dialog/cocoa/SDL_cocoadialog.m",
        "src/dynapi/SDL_dynapi.c",
        "src/events/SDL_categories.c",
        "src/events/SDL_clipboardevents.c",
        "src/events/SDL_displayevents.c",
        "src/events/SDL_dropevents.c",
        "src/events/SDL_events.c",
        "src/events/SDL_eventwatch.c",
        "src/events/SDL_keyboard.c",
        "src/events/SDL_keymap.c",
        "src/events/SDL_keysym_to_keycode.c",
        "src/events/SDL_keysym_to_scancode.c",
        "src/events/SDL_mouse.c",
        "src/events/SDL_pen.c",
        "src/events/SDL_quit.c",
        "src/events/SDL_scancode_tables.c",
        "src/events/SDL_touch.c",
        "src/events/SDL_windowevents.c",
        "src/events/imKStoUCS.c",
        "src/filesystem/SDL_filesystem.c",
        "src/filesystem/cocoa/SDL_sysfilesystem.m",
        "src/filesystem/posix/SDL_sysfsops.c",
        "src/gpu/SDL_gpu.c",
        "src/gpu/metal/SDL_gpu_metal.m",
        "src/gpu/vulkan/SDL_gpu_vulkan.c",
        "src/haptic/SDL_haptic.c",
        "src/haptic/darwin/SDL_syshaptic.c",
        "src/haptic/hidapi/SDL_hidapihaptic.c",
        "src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c",
        "src/hidapi/SDL_hidapi.c",
        "src/io/SDL_asyncio.c",
        "src/io/SDL_iostream.c",
        "src/io/generic/SDL_asyncio_generic.c",
        "src/io/n3ds/SDL_iostreamromfs.c",
        "src/joystick/SDL_gamepad.c",
        "src/joystick/SDL_joystick.c",
        "src/joystick/SDL_steam_virtual_gamepad.c",
        "src/joystick/apple/SDL_mfijoystick.m",
        "src/joystick/controller_type.c",
        "src/joystick/darwin/SDL_iokitjoystick.c",
        "src/joystick/hidapi/SDL_hidapi_8bitdo.c",
        "src/joystick/hidapi/SDL_hidapi_combined.c",
        "src/joystick/hidapi/SDL_hidapi_flydigi.c",
        "src/joystick/hidapi/SDL_hidapi_gamecube.c",
        "src/joystick/hidapi/SDL_hidapi_gip.c",
        "src/joystick/hidapi/SDL_hidapi_lg4ff.c",
        "src/joystick/hidapi/SDL_hidapi_luna.c",
        "src/joystick/hidapi/SDL_hidapi_ps3.c",
        "src/joystick/hidapi/SDL_hidapi_ps4.c",
        "src/joystick/hidapi/SDL_hidapi_ps5.c",
        "src/joystick/hidapi/SDL_hidapi_rumble.c",
        "src/joystick/hidapi/SDL_hidapi_shield.c",
        "src/joystick/hidapi/SDL_hidapi_sinput.c",
        "src/joystick/hidapi/SDL_hidapi_stadia.c",
        "src/joystick/hidapi/SDL_hidapi_steam.c",
        "src/joystick/hidapi/SDL_hidapi_steam_hori.c",
        "src/joystick/hidapi/SDL_hidapi_steamdeck.c",
        "src/joystick/hidapi/SDL_hidapi_switch.c",
        "src/joystick/hidapi/SDL_hidapi_switch2.c",
        "src/joystick/hidapi/SDL_hidapi_wii.c",
        "src/joystick/hidapi/SDL_hidapi_xbox360.c",
        "src/joystick/hidapi/SDL_hidapi_xbox360w.c",
        "src/joystick/hidapi/SDL_hidapi_xboxone.c",
        "src/joystick/hidapi/SDL_hidapi_zuiki.c",
        "src/joystick/hidapi/SDL_hidapijoystick.c",
        "src/joystick/virtual/SDL_virtualjoystick.c",
        "src/loadso/dlopen/SDL_sysloadso.c",
        "src/locale/SDL_locale.c",
        "src/locale/macos/SDL_syslocale.m",
        "src/main/SDL_main_callbacks.c",
        "src/main/SDL_runapp.c",
        "src/main/generic/SDL_sysmain_callbacks.c",
        "src/misc/SDL_url.c",
        "src/misc/macos/SDL_sysurl.m",
        "src/power/SDL_power.c",
        "src/power/macos/SDL_syspower.c",
        "src/process/SDL_process.c",
        "src/process/dummy/SDL_dummyprocess.c",
        "src/process/posix/SDL_posixprocess.c",
        "src/process/windows/SDL_windowsprocess.c",
        "src/render/SDL_render.c",
        "src/render/SDL_yuv_sw.c",
        "src/render/gpu/SDL_pipeline_gpu.c",
        "src/render/gpu/SDL_render_gpu.c",
        "src/render/gpu/SDL_shaders_gpu.c",
        "src/render/metal/SDL_render_metal.m",
        "src/render/opengl/SDL_render_gl.c",
        "src/render/opengl/SDL_shaders_gl.c",
        "src/render/opengles2/SDL_render_gles2.c",
        "src/render/opengles2/SDL_shaders_gles2.c",
        "src/render/software/SDL_blendfillrect.c",
        "src/render/software/SDL_blendline.c",
        "src/render/software/SDL_blendpoint.c",
        "src/render/software/SDL_drawline.c",
        "src/render/software/SDL_drawpoint.c",
        "src/render/software/SDL_render_sw.c",
        "src/render/software/SDL_rotate.c",
        "src/render/software/SDL_triangle.c",
        "src/sensor/SDL_sensor.c",
        "src/sensor/dummy/SDL_dummysensor.c",
        "src/stdlib/SDL_crc16.c",
        "src/stdlib/SDL_crc32.c",
        "src/stdlib/SDL_getenv.c",
        "src/stdlib/SDL_iconv.c",
        "src/stdlib/SDL_malloc.c",
        "src/stdlib/SDL_memcpy.c",
        "src/stdlib/SDL_memmove.c",
        "src/stdlib/SDL_memset.c",
        "src/stdlib/SDL_mslibc.c",
        "src/stdlib/SDL_murmur3.c",
        "src/stdlib/SDL_qsort.c",
        "src/stdlib/SDL_random.c",
        "src/stdlib/SDL_stdlib.c",
        "src/stdlib/SDL_string.c",
        "src/stdlib/SDL_strtokr.c",
        "src/storage/SDL_storage.c",
        "src/storage/generic/SDL_genericstorage.c",
        "src/storage/steam/SDL_steamstorage.c",
        "src/thread/SDL_thread.c",
        "src/thread/pthread/SDL_syscond.c",
        "src/thread/pthread/SDL_sysmutex.c",
        "src/thread/pthread/SDL_sysrwlock.c",
        "src/thread/pthread/SDL_syssem.c",
        "src/thread/pthread/SDL_systhread.c",
        "src/thread/pthread/SDL_systls.c",
        "src/time/SDL_time.c",
        "src/time/n3ds/SDL_systime.c",
        "src/time/ngage/SDL_systime.cpp",
        "src/time/ps2/SDL_systime.c",
        "src/time/psp/SDL_systime.c",
        "src/time/unix/SDL_systime.c",
        "src/time/vita/SDL_systime.c",
        "src/time/windows/SDL_systime.c",
        "src/timer/SDL_timer.c",
        "src/timer/unix/SDL_systimer.c",
        "src/tray/SDL_tray_utils.c",
        "src/tray/cocoa/SDL_tray.m",
        "src/video/SDL_RLEaccel.c",
        "src/video/SDL_blit.c",
        "src/video/SDL_blit_0.c",
        "src/video/SDL_blit_1.c",
        "src/video/SDL_blit_A.c",
        "src/video/SDL_blit_N.c",
        "src/video/SDL_blit_auto.c",
        "src/video/SDL_blit_copy.c",
        "src/video/SDL_blit_slow.c",
        "src/video/SDL_bmp.c",
        "src/video/SDL_clipboard.c",
        "src/video/SDL_egl.c",
        "src/video/SDL_fillrect.c",
        "src/video/SDL_pixels.c",
        "src/video/SDL_rect.c",
        "src/video/SDL_stb.c",
        "src/video/SDL_stretch.c",
        "src/video/SDL_surface.c",
        "src/video/SDL_video.c",
        "src/video/SDL_video_unsupported.c",
        "src/video/SDL_vulkan_utils.c",
        "src/video/SDL_yuv.c",
        "src/video/cocoa/SDL_cocoaclipboard.m",
        "src/video/cocoa/SDL_cocoaevents.m",
        "src/video/cocoa/SDL_cocoakeyboard.m",
        "src/video/cocoa/SDL_cocoamessagebox.m",
        "src/video/cocoa/SDL_cocoametalview.m",
        "src/video/cocoa/SDL_cocoamodes.m",
        "src/video/cocoa/SDL_cocoamouse.m",
        "src/video/cocoa/SDL_cocoaopengl.m",
        "src/video/cocoa/SDL_cocoaopengles.m",
        "src/video/cocoa/SDL_cocoapen.m",
        "src/video/cocoa/SDL_cocoashape.m",
        "src/video/cocoa/SDL_cocoavideo.m",
        "src/video/cocoa/SDL_cocoavulkan.m",
        "src/video/cocoa/SDL_cocoawindow.m",
        "src/video/dummy/SDL_nullevents.c",
        "src/video/dummy/SDL_nullframebuffer.c",
        "src/video/dummy/SDL_nullvideo.c",
        "src/video/offscreen/SDL_offscreenevents.c",
        "src/video/offscreen/SDL_offscreenframebuffer.c",
        "src/video/offscreen/SDL_offscreenopengles.c",
        "src/video/offscreen/SDL_offscreenvideo.c",
        "src/video/offscreen/SDL_offscreenvulkan.c",
        "src/video/offscreen/SDL_offscreenwindow.c",
        "src/video/yuv2rgb/yuv_rgb_lsx.c",
        "src/video/yuv2rgb/yuv_rgb_sse.c",
        "src/video/yuv2rgb/yuv_rgb_std.c"
      ],
      "target_dependencies" : [
        "libdecor",
        "dbus",
        "ibus",
        "libdrm"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.