Build Information
Successful build of BiometricsVault, reference main (734989), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 10:08:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ariskox/BiometricsVault.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ariskox/BiometricsVault
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7349893 Update README.md
Cloned https://github.com/ariskox/BiometricsVault.git
Revision (git rev-parse @):
73498934f2e7f69ff3ac9fab1015973cf846cdfa
SUCCESS checkout https://github.com/ariskox/BiometricsVault.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ariskox/BiometricsVault.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling SimpleKeychain SimpleKeychainError.swift
[5/7] Compiling SimpleKeychain Accessibility.swift
[6/7] Compiling SimpleKeychain SimpleKeychain.swift
[7/7] Emitting module SimpleKeychain
[8/13] Compiling BiometricsVault VaultState.swift
[9/13] Compiling BiometricsVault KeychainCredentials.swift
[10/13] Compiling BiometricsVault VaultError.swift
[11/13] Compiling BiometricsVault VaultData.swift
[12/13] Compiling BiometricsVault BiometricsVault.swift
[13/13] Emitting module BiometricsVault
Build complete! (12.46s)
Fetching https://github.com/auth0/SimpleKeychain.git
[1/4356] Fetching simplekeychain
Fetched https://github.com/auth0/SimpleKeychain.git from cache (1.17s)
Computing version for https://github.com/auth0/SimpleKeychain.git
Computed https://github.com/auth0/SimpleKeychain.git at 1.3.0 (1.60s)
Creating working copy for https://github.com/auth0/SimpleKeychain.git
Working copy of https://github.com/auth0/SimpleKeychain.git resolved at 1.3.0
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",
"KeychainCredentials.swift",
"VaultData.swift",
"VaultError.swift",
"VaultState.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.