Build Information
Successful build of BiometricsVault, reference 0.2.0 (dad8fd), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 06:23:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ariskox/BiometricsVault.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ariskox/BiometricsVault
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at dad8fdf Updated documentation. Added reauthenticate owner to biometrics lock
Cloned https://github.com/ariskox/BiometricsVault.git
Revision (git rev-parse @):
dad8fdf9e5573c03a15deb0317e3e5e3b5181ef0
SUCCESS checkout https://github.com/ariskox/BiometricsVault.git at 0.2.0
Fetching https://github.com/auth0/SimpleKeychain.git
[1/4740] Fetching simplekeychain
Fetched https://github.com/auth0/SimpleKeychain.git from cache (1.13s)
Computing version for https://github.com/auth0/SimpleKeychain.git
Computed https://github.com/auth0/SimpleKeychain.git at 1.2.0 (1.75s)
Creating working copy for https://github.com/auth0/SimpleKeychain.git
Working copy of https://github.com/auth0/SimpleKeychain.git resolved at 1.2.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": "biometricsvault",
"name": "BiometricsVault",
"url": "https://github.com/ariskox/BiometricsVault.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BiometricsVault",
"traits": [
"default"
],
"dependencies": [
{
"identity": "simplekeychain",
"name": "SimpleKeychain",
"url": "https://github.com/auth0/SimpleKeychain.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleKeychain",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ariskox/BiometricsVault.git
[1/337] Fetching biometricsvault
Fetched https://github.com/ariskox/BiometricsVault.git from cache (0.67s)
Fetching https://github.com/auth0/SimpleKeychain.git from cache
Fetched https://github.com/auth0/SimpleKeychain.git from cache (0.56s)
Computing version for https://github.com/auth0/SimpleKeychain.git
Computed https://github.com/auth0/SimpleKeychain.git at 1.3.0 (0.64s)
Creating working copy for https://github.com/ariskox/BiometricsVault.git
Working copy of https://github.com/ariskox/BiometricsVault.git resolved at 0.2.0 (dad8fdf)
Creating working copy for https://github.com/auth0/SimpleKeychain.git
Working copy of https://github.com/auth0/SimpleKeychain.git resolved at 1.3.0
warning: '.resolve-product-dependencies': dependency 'biometricsvault' is not used by any target
Found 1 product dependencies
- SimpleKeychain
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ariskox/BiometricsVault.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling SimpleKeychain SimpleKeychain.swift
[5/7] Emitting module SimpleKeychain
[6/7] Compiling SimpleKeychain SimpleKeychainError.swift
[7/7] Compiling SimpleKeychain Accessibility.swift
[8/19] Compiling BiometricsVault KeychainSecureVault.swift
[9/19] Compiling BiometricsVault EmptyVaultWithBiometrics.swift
[10/19] Compiling BiometricsVault KeychainUpgradableSecureVault.swift
[11/19] Compiling BiometricsVault EmptyVault.swift
[12/20] Compiling BiometricsVault VaultFactory.swift
[13/20] Emitting module BiometricsVault
[14/20] Compiling BiometricsVault KeychainCredentials.swift
[15/20] Compiling BiometricsVault Vault.swift
[16/20] Compiling BiometricsVault BiometricsSecureVault.swift
[17/20] Compiling BiometricsVault BiometricsVault.swift
[18/20] Compiling BiometricsVault BioSecAccessControl.swift
[19/20] Compiling BiometricsVault VaultError.swift
[20/20] Compiling BiometricsVault LockedBiometricsSecureVault.swift
/Users/admin/builder/spi-builder-workspace/Sources/BiometricsVault/Vaults/LockedBiometricsSecureVault.swift:43:13: warning: initialization of immutable value 'credentials' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
41 |
42 | let helper = KeychainCredentials<Credentials>(key: keychainKey, context: context)
43 | let credentials = try helper.retrieve()
| `- warning: initialization of immutable value 'credentials' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
44 |
45 | return try await BiometricsSecureVault<Credentials>(key: keychainKey, context: context)
Build complete! (7.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "simplekeychain",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/auth0/SimpleKeychain.git"
}
],
"manifest_display_name" : "BiometricsVault",
"name" : "BiometricsVault",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "BiometricsVault",
"targets" : [
"BiometricsVault"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BiometricsVaultTests",
"module_type" : "SwiftTarget",
"name" : "BiometricsVaultTests",
"path" : "Tests/BiometricsVaultTests",
"sources" : [
"BiometricsVaultTests.swift"
],
"target_dependencies" : [
"BiometricsVault"
],
"type" : "test"
},
{
"c99name" : "BiometricsVault",
"module_type" : "SwiftTarget",
"name" : "BiometricsVault",
"path" : "Sources/BiometricsVault",
"product_dependencies" : [
"SimpleKeychain"
],
"product_memberships" : [
"BiometricsVault"
],
"sources" : [
"BiometricsVault.swift",
"Utils/BioSecAccessControl.swift",
"Utils/KeychainCredentials.swift",
"Vault.swift",
"VaultError.swift",
"VaultFactory.swift",
"Vaults/BiometricsSecureVault.swift",
"Vaults/EmptyVault.swift",
"Vaults/EmptyVaultWithBiometrics.swift",
"Vaults/KeychainSecureVault.swift",
"Vaults/KeychainUpgradableSecureVault.swift",
"Vaults/LockedBiometricsSecureVault.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.