This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RemotePlugin with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/Remote.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/Remote
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/johnno1962/Remote.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/8] Write sources
[1/8] Write swift-version-6F35C1178C84523A.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'
 76 |
 77 |         let videoSettings: [String : AnyObject] = [
 78 |             AVVideoCodecKey  : AVVideoCodecH264 as AnyObject,
    |                                |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
    |                                `- note: use 'AVVideoCodecType.h264' instead
 79 |             AVVideoWidthKey  : canvasSize.width as AnyObject,
 80 |             AVVideoHeightKey : canvasSize.height as AnyObject,
[5/10] Emitting module RemoteMovie
[5/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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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.
[6/10] Compiling RemoteUI RMWindowController.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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:334:32: note: 'NSGeneralPboard' has been explicitly marked deprecated here
  334 | 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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:334:32: note: 'NSGeneralPboard' has been explicitly marked deprecated here
  334 | APPKIT_EXTERN NSPasteboardName NSGeneralPboard API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardNameGeneral", macos(10.0,10.13));
      |                                ^
2 warnings generated.
[7/10] Compiling RemoteUI RMImageView.m
[8/10] Compiling RemoteUI RMDeviceController.m
[9/10] Compiling RemoteUI RMMacroManager.m
Build complete! (31.66s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.