The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftKeychain, reference main (7639ff), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 12:34:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShenghaiWang/SwiftKeychain.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShenghaiWang/SwiftKeychain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2277] Fetching swift-docc-plugin
[252/5951] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.25s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.92s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.72s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftkeychain",
      "name": "SwiftKeychain",
      "url": "https://github.com/ShenghaiWang/SwiftKeychain.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKeychain",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ShenghaiWang/SwiftKeychain.git
[1/76] Fetching swiftkeychain
Fetched https://github.com/ShenghaiWang/SwiftKeychain.git from cache (0.57s)
Creating working copy for https://github.com/ShenghaiWang/SwiftKeychain.git
Working copy of https://github.com/ShenghaiWang/SwiftKeychain.git resolved at main (7639ff4)
warning: '.resolve-product-dependencies': dependency 'swiftkeychain' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ShenghaiWang/SwiftKeychain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.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--6988338F2F200930.txt
[5/26] Emitting module SwiftKeychain
[6/28] Compiling SwiftKeychain GenericPassword.swift
[7/28] Compiling SwiftKeychain Identity.swift
[8/28] Compiling SwiftKeychain ItemValue.swift
[9/28] Compiling SwiftKeychain Key.swift
[10/28] Compiling SwiftKeychain InternetPassword.swift
[11/28] Compiling SwiftKeychain Item.swift
[12/28] Compiling SwiftKeychain KeyValue.swift
[13/28] Compiling SwiftKeychain KeychainError.swift
[14/28] Compiling SwiftKeychain OperationResult.swift
[15/28] Compiling SwiftKeychain ResultKey.swift
[16/28] Compiling SwiftKeychain SecPolicy.swift
[17/28] Compiling SwiftKeychain Certificate.swift
[18/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>
[19/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>
[20/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>
[21/28] Compiling SwiftKeychain CertificateType.swift
[22/28] Compiling SwiftKeychain KeyClass.swift
[23/28] Compiling SwiftKeychain KeyType.swift
[24/28] Compiling SwiftKeychain AccessibilityValue.swift
[25/28] Compiling SwiftKeychain AuthenticationType.swift
[26/28] Compiling SwiftKeychain CertificateEncoding.swift
[27/28] Compiling SwiftKeychain SearchAttribute.swift
[28/28] Compiling SwiftKeychain SwiftKeychain.swift
Build complete! (11.75s)
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.