The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KeychainAccess, reference master (723c68), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 15:55:48 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/AlaskaAirlines/keychain.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AlaskaAirlines/keychain
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 723c681 Merge pull request #19 from michaelbabiy/mb/ab#1222434-add-pr-template
Cloned https://github.com/AlaskaAirlines/keychain.git
Revision (git rev-parse @):
723c681cae11eedff25fe100ac0c7ce3f946d43e
SUCCESS checkout https://github.com/AlaskaAirlines/keychain.git at master
========================================
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": "keychain",
      "name": "KeychainAccess",
      "url": "https://github.com/AlaskaAirlines/keychain.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/keychain",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AlaskaAirlines/keychain.git
[1/618] Fetching keychain
Fetched https://github.com/AlaskaAirlines/keychain.git from cache (0.92s)
Creating working copy for https://github.com/AlaskaAirlines/keychain.git
Working copy of https://github.com/AlaskaAirlines/keychain.git resolved at master (723c681)
warning: '.resolve-product-dependencies': dependency 'keychain' 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/AlaskaAirlines/keychain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/19] Compiling KeychainAccess Keychain+Manager.swift
[4/19] Compiling KeychainAccess Keychain+SetupOption.swift
[5/19] Compiling KeychainAccess Keychain+AccessLevel.swift
[6/19] Compiling KeychainAccess Keychain+Configuration.swift
[7/19] Compiling KeychainAccess OSStatus+Additions.swift
[8/19] Compiling KeychainAccess String+Additions.swift
[9/19] Compiling KeychainAccess KeychainError.swift
[10/19] Compiling KeychainAccess KeychainItem.swift
[11/19] Compiling KeychainAccess Keychain+Storage.swift
[12/19] Compiling KeychainAccess KeychainItem+Implementation.swift
[13/19] Emitting module KeychainAccess
[14/19] Compiling KeychainAccess Bool+Additions.swift
[15/19] Compiling KeychainAccess CFString+Additions.swift
[16/19] Compiling KeychainAccess KeychainItem+Query.swift
[17/19] Compiling KeychainAccess Data+Additions.swift
[18/19] Compiling KeychainAccess Dictionary+Additions.swift
[19/19] Compiling KeychainAccess Definitions.swift
[20/20] Compiling KeychainAccess Keychain.swift
Build complete! (5.77s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Framework/KeychainAccess/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeychainAccess",
  "name" : "KeychainAccess",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "KeychainAccess",
      "targets" : [
        "KeychainAccess"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainAccess",
      "module_type" : "SwiftTarget",
      "name" : "KeychainAccess",
      "path" : "Framework/KeychainAccess",
      "product_memberships" : [
        "KeychainAccess"
      ],
      "sources" : [
        "Common/Errors/KeychainError.swift",
        "Common/Protocols/Types/KeychainItem.swift",
        "Extensions/Foundation/Bool+Additions.swift",
        "Extensions/Foundation/CFString+Additions.swift",
        "Extensions/Foundation/Data+Additions.swift",
        "Extensions/Foundation/Dictionary+Additions.swift",
        "Extensions/Foundation/OSStatus+Additions.swift",
        "Extensions/Foundation/String+Additions.swift",
        "Extensions/Framework/Keychain/Keychain+AccessLevel.swift",
        "Extensions/Framework/Keychain/Keychain+Configuration.swift",
        "Extensions/Framework/Keychain/Keychain+Manager.swift",
        "Extensions/Framework/Keychain/Keychain+SetupOption.swift",
        "Extensions/Framework/Keychain/Keychain+Storage.swift",
        "Extensions/Framework/KeychainItem/KeychainItem+Implementation.swift",
        "Extensions/Framework/KeychainItem/KeychainItem+Query.swift",
        "Global/Definitions.swift",
        "Keychain/Keychain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.