The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of StealthyStash, reference 1.0.2 (4dde16), with Swift 6.1 for Android on 8 Oct 2025 04:07:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/StealthyStash.git
Reference: 1.0.2
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
 * tag               1.0.2      -> FETCH_HEAD
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 1.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/StealthyStash.git
https://github.com/brightdigit/StealthyStash.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/29] 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)
[4/29] 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)
[5/29] 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)
[6/29] 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.
[7/29] 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.
[8/29] 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.
[9/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)
[10/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)
[11/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)
[12/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)
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/32] Compiling StealthyStash KeychainRepository.swift
[18/32] Compiling StealthyStash ModelOperation.swift
[19/32] Compiling StealthyStash ModelQueryBuilder.swift
[20/32] Compiling StealthyStash Query.swift
[21/32] Emitting module StealthyStash
[22/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.
[23/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.
[24/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.
[25/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.
[26/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)
[27/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)
[28/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)
[29/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)
[30/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)
[31/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)
[32/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)
Build complete! (10.23s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.