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 RemotePlugin, reference 2.3.5 (2a0331), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:24:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/Remote.git
Reference: 2.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/Remote
 * tag               2.3.5      -> FETCH_HEAD
HEAD is now at 2a03313 Tuning parameters from server.
Cloned https://github.com/johnno1962/Remote.git
Revision (git rev-parse @):
2a03313297a15f31b354dbf2b40c62ca9630b0a1
SUCCESS checkout https://github.com/johnno1962/Remote.git at 2.3.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnno1962/Remote.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write swift-version-1EA4D86E10B52AF.txt
[2/10] Compiling RemoteCapture RemoteImpl.m
[4/10] Compiling RemoteMovie TimeLapseBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/RemoteMovie/TimeLapseBuilder.swift:78:32: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 76 |
 77 |         let videoSettings: [String : AnyObject] = [
 78 |             AVVideoCodecKey  : AVVideoCodecH264 as AnyObject,
    |                                |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                `- note: use 'AVVideoCodecType.h264' instead
 79 |             AVVideoWidthKey  : canvasSize.width as AnyObject,
 80 |             AVVideoHeightKey : canvasSize.height as AnyObject,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/10] Emitting module RemoteMovie
[5/10] Compiling RemoteUI RMDeviceController.m
/Users/admin/builder/spi-builder-workspace/Sources/RemoteUI/RMImageView.m:32:57: warning: 'NSGeneralPboard' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   32 |     NSPasteboard *pb = [NSPasteboard pasteboardWithName:NSGeneralPboard];
      |                                                         ^~~~~~~~~~~~~~~
      |                                                         NSPasteboardNameGeneral
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:527:32: note: 'NSGeneralPboard' has been explicitly marked deprecated here
  527 | APPKIT_EXTERN NSPasteboardName NSGeneralPboard API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardNameGeneral", macos(10.0,10.13));
      |                                ^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteUI/RMImageView.m:40:57: warning: 'NSGeneralPboard' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
   40 |     NSPasteboard *pb = [NSPasteboard pasteboardWithName:NSGeneralPboard];
      |                                                         ^~~~~~~~~~~~~~~
      |                                                         NSPasteboardNameGeneral
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:527:32: note: 'NSGeneralPboard' has been explicitly marked deprecated here
  527 | APPKIT_EXTERN NSPasteboardName NSGeneralPboard API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardNameGeneral", macos(10.0,10.13));
      |                                ^
2 warnings generated.
[6/10] Compiling RemoteUI RMImageView.m
[7/10] Compiling RemoteUI RMPluginController.m
/Users/admin/builder/spi-builder-workspace/Sources/RemoteUI/RMWindowController.m:39:14: warning: 'NSDrawer' is deprecated: first deprecated in macOS 10.13 - Drawers are deprecated; consider using NSSplitViewController [-Wdeprecated-declarations]
   39 |     IBOutlet NSDrawer *drawer;
      |              ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:34:12: note: 'NSDrawer' has been explicitly marked deprecated here
   34 | @interface NSDrawer : NSResponder <NSAccessibilityElement, NSAccessibility>
      |            ^
1 warning generated.
[8/10] Compiling RemoteUI RMWindowController.m
[9/10] Compiling RemoteUI RMMacroManager.m
Build complete! (9.39s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RemotePlugin",
  "name" : "RemotePlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "RemoteCapture",
      "targets" : [
        "RemoteCapture"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RemoteMovie",
      "targets" : [
        "RemoteMovie"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RemoteUI",
      "targets" : [
        "RemoteUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RemoteUI",
      "module_type" : "ClangTarget",
      "name" : "RemoteUI",
      "path" : "Sources/RemoteUI",
      "product_memberships" : [
        "RemoteUI"
      ],
      "sources" : [
        "RMDeviceController.m",
        "RMImageView.m",
        "RMMacroManager.m",
        "RMPluginController.m",
        "RMWindowController.m"
      ],
      "target_dependencies" : [
        "RemoteCapture",
        "RemoteMovie"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemoteMovie",
      "module_type" : "SwiftTarget",
      "name" : "RemoteMovie",
      "path" : "Sources/RemoteMovie",
      "product_memberships" : [
        "RemoteMovie",
        "RemoteUI"
      ],
      "sources" : [
        "TimeLapseBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemoteCapture",
      "module_type" : "ClangTarget",
      "name" : "RemoteCapture",
      "path" : "Sources/RemoteCapture",
      "product_memberships" : [
        "RemoteCapture",
        "RemoteUI"
      ],
      "sources" : [
        "RemoteImpl.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.