Build Information
Successful build of StealthyStash, reference main (4dde16), with Swift 6.2 for Linux on 8 Oct 2025 04:07:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/StealthyStash.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/brightdigit/StealthyStash
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4dde16b Update README.md
Cloned https://github.com/brightdigit/StealthyStash.git
Revision (git rev-parse @):
4dde16b661acdf823c75d29097843625008882b9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/StealthyStash.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/brightdigit/StealthyStash.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/29] Emitting module StealthyStash
[4/32] Compiling StealthyStash Synchronizable.swift
/host/spi-builder-workspace/Sources/StealthyStash/Synchronizable.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[5/32] Compiling StealthyStash TypeQuery.swift
/host/spi-builder-workspace/Sources/StealthyStash/Synchronizable.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[6/32] Compiling StealthyStash UpdateQuerySet.swift
/host/spi-builder-workspace/Sources/StealthyStash/Synchronizable.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[7/32] Compiling StealthyStash StealthyPropertyUpdate.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyRepository.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(os)
[8/32] Compiling StealthyStash StealthyRepository+StealthyModel.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyRepository.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(os)
[9/32] Compiling StealthyStash StealthyRepository.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyRepository.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(os)
[10/32] Compiling StealthyStash KeychainRepository.swift
[11/32] Compiling StealthyStash ModelOperation.swift
[12/32] Compiling StealthyStash ModelQueryBuilder.swift
[13/32] Compiling StealthyStash Query.swift
[14/32] Compiling StealthyStash StealthyProperty+Dictionary.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyPropertyType.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// An enumeration of property types that can be stored securely.
[15/32] Compiling StealthyStash StealthyProperty.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyPropertyType.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// An enumeration of property types that can be stored securely.
[16/32] Compiling StealthyStash StealthyPropertyType.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyPropertyType.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// An enumeration of property types that can be stored securely.
[17/32] Compiling StealthyStash ServerProtocol.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyDictionary.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// A dictionary with string keys and optional sendable values.
[18/32] Compiling StealthyStash SimpleDefaultProvider.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyDictionary.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// A dictionary with string keys and optional sendable values.
[19/32] Compiling StealthyStash StealthyDictionary.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyDictionary.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// A dictionary with string keys and optional sendable values.
[20/32] Compiling StealthyStash StealthyModel.swift
/host/spi-builder-workspace/Sources/StealthyStash/StealthyDictionary.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// A dictionary with string keys and optional sendable values.
[21/32] Compiling StealthyStash Dictionary.swift
/host/spi-builder-workspace/Sources/StealthyStash/Dictionary.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | private protocol OptionalProtocol {
/host/spi-builder-workspace/Sources/StealthyStash/GenericPasswordItem+StealthyProperty.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[22/32] Compiling StealthyStash GenericPasswordItem+StealthyProperty.swift
/host/spi-builder-workspace/Sources/StealthyStash/Dictionary.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | private protocol OptionalProtocol {
/host/spi-builder-workspace/Sources/StealthyStash/GenericPasswordItem+StealthyProperty.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[23/32] Compiling StealthyStash GenericPasswordItem.swift
/host/spi-builder-workspace/Sources/StealthyStash/Dictionary.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | private protocol OptionalProtocol {
/host/spi-builder-workspace/Sources/StealthyStash/GenericPasswordItem+StealthyProperty.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[24/32] Compiling StealthyStash Int.swift
/host/spi-builder-workspace/Sources/StealthyStash/Dictionary.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | private protocol OptionalProtocol {
/host/spi-builder-workspace/Sources/StealthyStash/GenericPasswordItem+StealthyProperty.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[25/32] Compiling StealthyStash InternetPasswordItem+StealthyProperty.swift
/host/spi-builder-workspace/Sources/StealthyStash/InternetPasswordItem+StealthyProperty.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[26/32] Compiling StealthyStash InternetPasswordItem.swift
/host/spi-builder-workspace/Sources/StealthyStash/InternetPasswordItem+StealthyProperty.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[27/32] Compiling StealthyStash KeychainError.swift
/host/spi-builder-workspace/Sources/StealthyStash/InternetPasswordItem+StealthyProperty.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[28/32] Compiling StealthyStash KeychainRepository+StealthyRepository.swift
/host/spi-builder-workspace/Sources/StealthyStash/InternetPasswordItem+StealthyProperty.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Security)
[29/32] Compiling StealthyStash AnyStealthyProperty.swift
/host/spi-builder-workspace/Sources/StealthyStash/CommonAttributes.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | internal struct CommonAttributes {
[30/32] Compiling StealthyStash AuthenticationType.swift
/host/spi-builder-workspace/Sources/StealthyStash/CommonAttributes.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | internal struct CommonAttributes {
[31/32] Compiling StealthyStash CommonAttributes.swift
/host/spi-builder-workspace/Sources/StealthyStash/CommonAttributes.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | internal struct CommonAttributes {
[32/32] Compiling StealthyStash DefaultProvider.swift
/host/spi-builder-workspace/Sources/StealthyStash/CommonAttributes.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | internal struct CommonAttributes {
Build complete! (9.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StealthyStash",
"name" : "StealthyStash",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "StealthyStash",
"targets" : [
"StealthyStash"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StealthyStashTests",
"module_type" : "SwiftTarget",
"name" : "StealthyStashTests",
"path" : "Tests/StealthyStashTests",
"sources" : [
"FloxBxAuthTests.swift"
],
"target_dependencies" : [
"StealthyStash"
],
"type" : "test"
},
{
"c99name" : "StealthyStash",
"module_type" : "SwiftTarget",
"name" : "StealthyStash",
"path" : "Sources/StealthyStash",
"product_memberships" : [
"StealthyStash"
],
"sources" : [
"AnyStealthyProperty.swift",
"AuthenticationType.swift",
"CommonAttributes.swift",
"DefaultProvider.swift",
"Dictionary.swift",
"GenericPasswordItem+StealthyProperty.swift",
"GenericPasswordItem.swift",
"Int.swift",
"InternetPasswordItem+StealthyProperty.swift",
"InternetPasswordItem.swift",
"KeychainError.swift",
"KeychainRepository+StealthyRepository.swift",
"KeychainRepository.swift",
"ModelOperation.swift",
"ModelQueryBuilder.swift",
"Query.swift",
"ServerProtocol.swift",
"SimpleDefaultProvider.swift",
"StealthyDictionary.swift",
"StealthyModel.swift",
"StealthyProperty+Dictionary.swift",
"StealthyProperty.swift",
"StealthyPropertyType.swift",
"StealthyPropertyUpdate.swift",
"StealthyRepository+StealthyModel.swift",
"StealthyRepository.swift",
"Synchronizable.swift",
"TypeQuery.swift",
"UpdateQuerySet.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.