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 main (4dde16), with Swift 6.2 for Wasm on 8 Oct 2025 04:08:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build 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:         wasm
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-4609320-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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/29] Emitting module StealthyStash
[4/32] Compiling StealthyStash KeychainRepository.swift
[5/32] Compiling StealthyStash ModelOperation.swift
[6/32] Compiling StealthyStash ModelQueryBuilder.swift
[7/32] Compiling StealthyStash Query.swift
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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)
[13/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)
[14/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)
[15/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)
[16/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)
[17/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)
[18/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)
[19/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.
[20/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.
[21/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.
[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 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)
[27/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)
[28/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)
[29/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)
[30/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)
[31/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)
[32/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)
Build complete! (10.75s)
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"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.