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 LoginServiceKit, reference v2.5.0 (56dce9), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 16:05:29 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/Clipy/LoginServiceKit.git
Reference: v2.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Clipy/LoginServiceKit
 * tag               v2.5.0     -> FETCH_HEAD
HEAD is now at 56dce9d Bump version to v2.5.0
Cloned https://github.com/Clipy/LoginServiceKit.git
Revision (git rev-parse @):
56dce9dbf4367c1445ef2343a2a912bbe5019a6c
SUCCESS checkout https://github.com/Clipy/LoginServiceKit.git at v2.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Clipy/LoginServiceKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling LoginServiceKit LoginServiceKit.swift
/Users/admin/builder/spi-builder-workspace/Lib/LoginServiceKit/LoginServiceKit.swift:53:26: warning: 'LSSharedFileListCreate' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
51 | public final class LoginServiceKit: NSObject {
52 |     private static var snapshot: (list: LSSharedFileList, items: [LSSharedFileListItem])? {
53 |         guard let list = LSSharedFileListCreate(nil, kLSSharedFileListSessionLoginItems.takeRetainedValue(), nil)?.takeRetainedValue() else {
   |                          `- warning: 'LSSharedFileListCreate' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
54 |             return nil
55 |         }
/Users/admin/builder/spi-builder-workspace/Lib/LoginServiceKit/LoginServiceKit.swift:53:54: warning: 'kLSSharedFileListSessionLoginItems' was deprecated in macOS 10.11 [#DeprecatedDeclaration]
51 | public final class LoginServiceKit: NSObject {
52 |     private static var snapshot: (list: LSSharedFileList, items: [LSSharedFileListItem])? {
53 |         guard let list = LSSharedFileListCreate(nil, kLSSharedFileListSessionLoginItems.takeRetainedValue(), nil)?.takeRetainedValue() else {
   |                                                      `- warning: 'kLSSharedFileListSessionLoginItems' was deprecated in macOS 10.11 [#DeprecatedDeclaration]
54 |             return nil
55 |         }
/Users/admin/builder/spi-builder-workspace/Lib/LoginServiceKit/LoginServiceKit.swift:56:24: warning: 'LSSharedFileListCopySnapshot' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
54 |             return nil
55 |         }
56 |         return (list, (LSSharedFileListCopySnapshot(list, nil)?.takeRetainedValue() as? [LSSharedFileListItem]) ?? [])
   |                        `- warning: 'LSSharedFileListCopySnapshot' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
57 |     }
58 |
/Users/admin/builder/spi-builder-workspace/Lib/LoginServiceKit/LoginServiceKit.swift:72:16: warning: 'LSSharedFileListInsertItemURL' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
70 |         }
71 |         let item = unsafeBitCast(items.last, to: LSSharedFileListItem.self)
72 |         return LSSharedFileListInsertItemURL(list, item, nil, nil, URL(fileURLWithPath: path) as CFURL, nil, nil) != nil
   |                `- warning: 'LSSharedFileListInsertItemURL' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
73 |     }
74 |
/Users/admin/builder/spi-builder-workspace/Lib/LoginServiceKit/LoginServiceKit.swift:84:13: warning: 'LSSharedFileListItemCopyResolvedURL' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
82 |         }
83 |         return items.filter({
84 |             LSSharedFileListItemCopyResolvedURL($0, 0, nil)?.takeRetainedValue() == (URL(fileURLWithPath: path) as CFURL) }
   |             `- warning: 'LSSharedFileListItemCopyResolvedURL' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
85 |         ).allSatisfy {
86 |             LSSharedFileListItemRemove(list, $0) == noErr
/Users/admin/builder/spi-builder-workspace/Lib/LoginServiceKit/LoginServiceKit.swift:86:13: warning: 'LSSharedFileListItemRemove' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
84 |             LSSharedFileListItemCopyResolvedURL($0, 0, nil)?.takeRetainedValue() == (URL(fileURLWithPath: path) as CFURL) }
85 |         ).allSatisfy {
86 |             LSSharedFileListItemRemove(list, $0) == noErr
   |             `- warning: 'LSSharedFileListItemRemove' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
87 |         }
88 |     }
/Users/admin/builder/spi-builder-workspace/Lib/LoginServiceKit/LoginServiceKit.swift:92:29: warning: 'LSSharedFileListItemCopyResolvedURL' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
90 |     private static func loginItem(at path: String) -> LSSharedFileListItem? {
91 |         return snapshot?.items.first { item in
92 |             guard let url = LSSharedFileListItemCopyResolvedURL(item, 0, nil)?.takeRetainedValue() else {
   |                             `- warning: 'LSSharedFileListItemCopyResolvedURL' was deprecated in macOS 10.11: No longer supported [#DeprecatedDeclaration]
93 |                 return false
94 |             }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/4] Emitting module LoginServiceKit
Build complete! (5.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LoginServiceKit",
  "name" : "LoginServiceKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "LoginServiceKit",
      "targets" : [
        "LoginServiceKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LoginServiceKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LoginServiceKitTests",
      "path" : "Lib/LoginServiceKitTests",
      "sources" : [
        "LoginServiceKitTests.swift"
      ],
      "target_dependencies" : [
        "LoginServiceKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoginServiceKit",
      "module_type" : "SwiftTarget",
      "name" : "LoginServiceKit",
      "path" : "Lib/LoginServiceKit",
      "product_memberships" : [
        "LoginServiceKit"
      ],
      "sources" : [
        "LoginServiceKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.