Build Information
Successful build of BiometricsVault, reference main (734989
), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 19:07:07 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
Fetching https://github.com/auth0/SimpleKeychain.git
[1/3841] Fetching simplekeychain
Fetched https://github.com/auth0/SimpleKeychain.git from cache (1.09s)
Computing version for https://github.com/auth0/SimpleKeychain.git
Computed https://github.com/auth0/SimpleKeychain.git at 1.2.0 (0.53s)
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",
"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",
"dependencies": [
{
"identity": "simplekeychain",
"name": "SimpleKeychain",
"url": "https://github.com/auth0/SimpleKeychain.git",
"version": "1.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleKeychain",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ariskox/BiometricsVault.git
[1/166] Fetching biometricsvault
Fetched https://github.com/ariskox/BiometricsVault.git from cache (0.76s)
Fetching https://github.com/auth0/SimpleKeychain.git from cache
Fetched https://github.com/auth0/SimpleKeychain.git from cache (0.48s)
Computing version for https://github.com/auth0/SimpleKeychain.git
Computed https://github.com/auth0/SimpleKeychain.git at 1.2.0 (0.02s)
Creating working copy for https://github.com/ariskox/BiometricsVault.git
Working copy of https://github.com/ariskox/BiometricsVault.git resolved at main (7349893)
Creating working copy for https://github.com/auth0/SimpleKeychain.git
Working copy of https://github.com/auth0/SimpleKeychain.git resolved at 1.2.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.0
Building package at path: $PWD
https://github.com/ariskox/BiometricsVault.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/7] Compiling SimpleKeychain SimpleKeychainError.swift
[5/7] Compiling SimpleKeychain Accessibility.swift
[6/7] Emitting module SimpleKeychain
[7/7] Compiling SimpleKeychain SimpleKeychain.swift
[8/13] Compiling BiometricsVault VaultError.swift
[9/13] Compiling BiometricsVault VaultState.swift
[10/13] Compiling BiometricsVault VaultData.swift
[11/13] Compiling BiometricsVault KeychainCredentials.swift
[12/13] Emitting module BiometricsVault
[13/13] Compiling BiometricsVault BiometricsVault.swift
Build complete! (16.36s)
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.