The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftKeychain, reference v1.0.0 (7639ff), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 08:00:08 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/ShenghaiWang/SwiftKeychain.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShenghaiWang/SwiftKeychain
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 7639ff4 Update version
Cloned https://github.com/ShenghaiWang/SwiftKeychain.git
Revision (git rev-parse @):
7639ff424dad6ad530e01b641ae8a3296f05d4ef
SUCCESS checkout https://github.com/ShenghaiWang/SwiftKeychain.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ShenghaiWang/SwiftKeychain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/26] Emitting module SwiftKeychain
[6/28] Compiling SwiftKeychain CertificateType.swift
[7/28] Compiling SwiftKeychain KeyClass.swift
[8/28] Compiling SwiftKeychain KeyType.swift
[9/28] Compiling SwiftKeychain AccessibilityValue.swift
[10/28] Compiling SwiftKeychain AuthenticationType.swift
[11/28] Compiling SwiftKeychain CertificateEncoding.swift
[12/28] Compiling SwiftKeychain InternetPassword.swift
[13/28] Compiling SwiftKeychain Item.swift
[14/28] Compiling SwiftKeychain OperationResult.swift
[15/28] Compiling SwiftKeychain ResultKey.swift
[16/28] Compiling SwiftKeychain KeyValue.swift
[17/28] Compiling SwiftKeychain KeychainError.swift
[18/28] Compiling SwiftKeychain ItemValue.swift
[19/28] Compiling SwiftKeychain Key.swift
[20/28] Compiling SwiftKeychain SecPolicy.swift
[21/28] Compiling SwiftKeychain Certificate.swift
[22/28] Compiling SwiftKeychain ProtocolType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeychain/Extension/SecAccess.swift:8:22: warning: 'SecAccessCreate' was deprecated in macOS 10.10: SecKeychain is deprecated [#DeprecatedDeclaration]
 6 |                            accessRef: UnsafeMutablePointer<SecAccess?>) throws -> SecAccess {
 7 |         var access: SecAccess?
 8 |         let status = SecAccessCreate(name as CFString, trustedlist as CFArray, &access)
   |                      `- warning: 'SecAccessCreate' was deprecated in macOS 10.10: SecKeychain is deprecated [#DeprecatedDeclaration]
 9 |         if let access {
10 |             return access
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[23/28] Compiling SwiftKeychain SecAccess.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeychain/Extension/SecAccess.swift:8:22: warning: 'SecAccessCreate' was deprecated in macOS 10.10: SecKeychain is deprecated [#DeprecatedDeclaration]
 6 |                            accessRef: UnsafeMutablePointer<SecAccess?>) throws -> SecAccess {
 7 |         var access: SecAccess?
 8 |         let status = SecAccessCreate(name as CFString, trustedlist as CFArray, &access)
   |                      `- warning: 'SecAccessCreate' was deprecated in macOS 10.10: SecKeychain is deprecated [#DeprecatedDeclaration]
 9 |         if let access {
10 |             return access
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/28] Compiling SwiftKeychain SecAccessControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeychain/Extension/SecAccess.swift:8:22: warning: 'SecAccessCreate' was deprecated in macOS 10.10: SecKeychain is deprecated [#DeprecatedDeclaration]
 6 |                            accessRef: UnsafeMutablePointer<SecAccess?>) throws -> SecAccess {
 7 |         var access: SecAccess?
 8 |         let status = SecAccessCreate(name as CFString, trustedlist as CFArray, &access)
   |                      `- warning: 'SecAccessCreate' was deprecated in macOS 10.10: SecKeychain is deprecated [#DeprecatedDeclaration]
 9 |         if let access {
10 |             return access
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/28] Compiling SwiftKeychain GenericPassword.swift
[26/28] Compiling SwiftKeychain Identity.swift
[27/28] Compiling SwiftKeychain SearchAttribute.swift
[28/28] Compiling SwiftKeychain SwiftKeychain.swift
Build complete! (18.08s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.09s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.64s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftKeychain",
  "name" : "SwiftKeychain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftKeychain",
      "targets" : [
        "SwiftKeychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeychainTests",
      "path" : "Tests/SwiftKeychainTests",
      "sources" : [
        "SwiftKeychainTests.swift"
      ],
      "target_dependencies" : [
        "SwiftKeychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKeychain",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeychain",
      "path" : "Sources/SwiftKeychain",
      "product_memberships" : [
        "SwiftKeychain"
      ],
      "sources" : [
        "AttibuteValueType/AccessibilityValue.swift",
        "AttibuteValueType/AuthenticationType.swift",
        "AttibuteValueType/CertificateEncoding.swift",
        "AttibuteValueType/CertificateType.swift",
        "AttibuteValueType/KeyClass.swift",
        "AttibuteValueType/KeyType.swift",
        "AttibuteValueType/ProtocolType.swift",
        "Extension/SecAccess.swift",
        "Extension/SecAccessControl.swift",
        "Extension/SecPolicy.swift",
        "Item/Certificate.swift",
        "Item/GenericPassword.swift",
        "Item/Identity.swift",
        "Item/InternetPassword.swift",
        "Item/Item.swift",
        "Item/ItemValue.swift",
        "Item/Key.swift",
        "Item/KeyValue.swift",
        "KeychainError.swift",
        "Result/OperationResult.swift",
        "Result/ResultKey.swift",
        "Search/SearchAttribute.swift",
        "SwiftKeychain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.