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 KeychainAccess, reference v4.2.2 (84e546), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 12:20:50 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/kishikawakatsumi/KeychainAccess.git
Reference: v4.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kishikawakatsumi/KeychainAccess
 * tag               v4.2.2     -> FETCH_HEAD
HEAD is now at 84e5467 Bump version to 4.2.2
Cloned https://github.com/kishikawakatsumi/KeychainAccess.git
Revision (git rev-parse @):
84e546727d66f1adc5439debad16270d0fdd04e7
SUCCESS checkout https://github.com/kishikawakatsumi/KeychainAccess.git at v4.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kishikawakatsumi/KeychainAccess.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] Emitting module KeychainAccess
[4/4] Compiling KeychainAccess Keychain.swift
/Users/admin/builder/spi-builder-workspace/Lib/KeychainAccess/Keychain.swift:860:23: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 852 |             }
 853 |             #else
 854 |             if #available(OSX 10.11, *) {
     |             `- note: enclosing scope here
 855 |                 if let authenticationUI = options.authenticationUI {
 856 |                     query[UseAuthenticationUI] = authenticationUI.rawValue
     :
 858 |                     query[UseAuthenticationUI] = UseAuthenticationUIFail
 859 |                 }
 860 |             } else if #available(OSX 10.10, *) {
     |                       `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
 861 |                 query[UseNoAuthenticationUI] = kCFBooleanTrue
 862 |             }
Build complete! (3.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeychainAccess",
  "name" : "KeychainAccess",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "KeychainAccess",
      "targets" : [
        "KeychainAccess"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainAccess",
      "module_type" : "SwiftTarget",
      "name" : "KeychainAccess",
      "path" : "Lib/KeychainAccess",
      "product_memberships" : [
        "KeychainAccess"
      ],
      "sources" : [
        "Keychain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.