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 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/Remote.git
Reference: 2.3.5
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/johnno1962/Remote.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write swift-version--423B1241ED78D482.txt
[2/10] Compiling RemoteCapture RemoteImpl.m
[4/10] Emitting module RemoteMovie
[5/10] Compiling RemoteMovie TimeLapseBuilder.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RemoteMovie/TimeLapseBuilder.swift:78:32: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
            AVVideoCodecKey  : AVVideoCodecH264 as AnyObject,
                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RemoteMovie/TimeLapseBuilder.swift:78:32: note: use 'AVVideoCodecType.h264' instead
            AVVideoCodecKey  : AVVideoCodecH264 as AnyObject,
                               ^~~~~~~~~~~~~~~~
                               AVVideoCodecType.h264
[5/10] Compiling RemoteUI RMDeviceController.m
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RemoteUI/RMImageView.m:32:57: warning: 'NSGeneralPboard' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
    NSPasteboard *pb = [NSPasteboard pasteboardWithName:NSGeneralPboard];
                                                        ^~~~~~~~~~~~~~~
                                                        NSPasteboardNameGeneral
/Applications/Xcode-15.3.0-Beta.2.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
APPKIT_EXTERN NSPasteboardName NSGeneralPboard API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardNameGeneral", macos(10.0,10.13));
                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RemoteUI/RMImageView.m:40:57: warning: 'NSGeneralPboard' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations]
    NSPasteboard *pb = [NSPasteboard pasteboardWithName:NSGeneralPboard];
                                                        ^~~~~~~~~~~~~~~
                                                        NSPasteboardNameGeneral
/Applications/Xcode-15.3.0-Beta.2.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
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 RMMacroManager.m
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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]
    IBOutlet NSDrawer *drawer;
             ^
/Applications/Xcode-15.3.0-Beta.2.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
@interface NSDrawer : NSResponder <NSAccessibilityElement, NSAccessibility>
           ^
1 warning generated.
[8/10] Compiling RemoteUI RMWindowController.m
[9/10] Compiling RemoteUI RMPluginController.m
Build complete! (7.96s)
Build complete.
Done.