The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StealthyStash, reference 1.0.2 (4dde16), with Swift 6.2 for macOS (SPM) on 8 Oct 2025 04:08:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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": "stealthystash",
      "name": "StealthyStash",
      "url": "https://github.com/brightdigit/StealthyStash.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StealthyStash",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/brightdigit/StealthyStash.git
[1/1926] Fetching stealthystash
Fetched https://github.com/brightdigit/StealthyStash.git from cache (1.05s)
Creating working copy for https://github.com/brightdigit/StealthyStash.git
Working copy of https://github.com/brightdigit/StealthyStash.git resolved at 1.0.2 (4dde16b)
warning: '.resolve-product-dependencies': dependency 'stealthystash' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/brightdigit/StealthyStash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/30] Emitting module StealthyStash
[4/32] Compiling StealthyStash TypeQuery.swift
[5/32] Compiling StealthyStash UpdateQuerySet.swift
[6/32] Compiling StealthyStash StealthyDictionary.swift
/Users/admin/builder/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.
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyProperty+Dictionary.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
29 |
30 | #if canImport(Security)
31 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
32 |   extension StealthyProperty {
33 |     /// Returns an `AnyStealthyProperty` instance that wraps this `StealthyProperty`.
[7/32] Compiling StealthyStash StealthyModel.swift
/Users/admin/builder/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.
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyProperty+Dictionary.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
29 |
30 | #if canImport(Security)
31 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
32 |   extension StealthyProperty {
33 |     /// Returns an `AnyStealthyProperty` instance that wraps this `StealthyProperty`.
[8/32] Compiling StealthyStash StealthyProperty+Dictionary.swift
/Users/admin/builder/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.
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyProperty+Dictionary.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
29 |
30 | #if canImport(Security)
31 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
32 |   extension StealthyProperty {
33 |     /// Returns an `AnyStealthyProperty` instance that wraps this `StealthyProperty`.
[9/32] Compiling StealthyStash KeychainRepository.swift
[10/32] Compiling StealthyStash ModelOperation.swift
[11/32] Compiling StealthyStash ModelQueryBuilder.swift
[12/32] Compiling StealthyStash StealthyProperty.swift
/Users/admin/builder/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.
[13/32] Compiling StealthyStash StealthyPropertyType.swift
/Users/admin/builder/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.
[14/32] Compiling StealthyStash StealthyPropertyUpdate.swift
/Users/admin/builder/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 InternetPasswordItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:31:10: warning: public import of 'Foundation' was not used in public declarations or inlinable code
 29 |
 30 | #if canImport(Security)
 31 |   public import Foundation
    |          `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
 32 |   public import Security
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:32:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 30 | #if canImport(Security)
 31 |   public import Foundation
 32 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 33 |
 34 |   #if canImport(os)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:35:12: warning: public import of 'os' was not used in public declarations or inlinable code
 33 |
 34 |   #if canImport(os)
 35 |     public import os
    |            `- warning: public import of 'os' was not used in public declarations or inlinable code
 36 |   #endif
 37 |
[16/32] Compiling StealthyStash KeychainError.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:31:10: warning: public import of 'Foundation' was not used in public declarations or inlinable code
 29 |
 30 | #if canImport(Security)
 31 |   public import Foundation
    |          `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
 32 |   public import Security
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:32:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 30 | #if canImport(Security)
 31 |   public import Foundation
 32 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 33 |
 34 |   #if canImport(os)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:35:12: warning: public import of 'os' was not used in public declarations or inlinable code
 33 |
 34 |   #if canImport(os)
 35 |     public import os
    |            `- warning: public import of 'os' was not used in public declarations or inlinable code
 36 |   #endif
 37 |
[17/32] Compiling StealthyStash KeychainRepository+StealthyRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:31:10: warning: public import of 'Foundation' was not used in public declarations or inlinable code
 29 |
 30 | #if canImport(Security)
 31 |   public import Foundation
    |          `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
 32 |   public import Security
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:32:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 30 | #if canImport(Security)
 31 |   public import Foundation
 32 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 33 |
 34 |   #if canImport(os)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository+StealthyRepository.swift:35:12: warning: public import of 'os' was not used in public declarations or inlinable code
 33 |
 34 |   #if canImport(os)
 35 |     public import os
    |            `- warning: public import of 'os' was not used in public declarations or inlinable code
 36 |   #endif
 37 |
[18/32] Compiling StealthyStash GenericPasswordItem.swift
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/InternetPasswordItem+StealthyProperty.swift:33:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 31 |
 32 | #if canImport(Security)
 33 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 34 | #endif
 35 |
[19/32] Compiling StealthyStash Int.swift
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/InternetPasswordItem+StealthyProperty.swift:33:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 31 |
 32 | #if canImport(Security)
 33 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 34 | #endif
 35 |
[20/32] Compiling StealthyStash InternetPasswordItem+StealthyProperty.swift
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/InternetPasswordItem+StealthyProperty.swift:33:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 31 |
 32 | #if canImport(Security)
 33 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 34 | #endif
 35 |
[21/32] Compiling StealthyStash DefaultProvider.swift
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/GenericPasswordItem+StealthyProperty.swift:34:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 32 | #if canImport(Security)
 33 |
 34 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 35 | #endif
 36 |
[22/32] Compiling StealthyStash Dictionary.swift
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/GenericPasswordItem+StealthyProperty.swift:34:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 32 | #if canImport(Security)
 33 |
 34 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 35 | #endif
 36 |
[23/32] Compiling StealthyStash GenericPasswordItem+StealthyProperty.swift
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/GenericPasswordItem+StealthyProperty.swift:34:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 32 | #if canImport(Security)
 33 |
 34 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 35 | #endif
 36 |
[24/32] Compiling StealthyStash AnyStealthyProperty.swift
/Users/admin/builder/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 {
[25/32] Compiling StealthyStash AuthenticationType.swift
/Users/admin/builder/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 {
[26/32] Compiling StealthyStash CommonAttributes.swift
/Users/admin/builder/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 {
[27/32] Compiling StealthyStash Query.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/Query.swift:43:10: warning: public import of 'Security' was not used in public declarations or inlinable code
41 |
42 | #if canImport(Security)
43 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
44 |
45 |   extension Query {
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/ServerProtocol.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 29 |
 30 | #if canImport(Security)
 31 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 32 | #endif
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/SimpleDefaultProvider.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
29 |
30 | #if canImport(Security)
31 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
32 |
33 |   /// A default provider for `Stealthy`.
[28/32] Compiling StealthyStash ServerProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/Query.swift:43:10: warning: public import of 'Security' was not used in public declarations or inlinable code
41 |
42 | #if canImport(Security)
43 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
44 |
45 |   extension Query {
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/ServerProtocol.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 29 |
 30 | #if canImport(Security)
 31 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 32 | #endif
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/SimpleDefaultProvider.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
29 |
30 | #if canImport(Security)
31 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
32 |
33 |   /// A default provider for `Stealthy`.
[29/32] Compiling StealthyStash SimpleDefaultProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/Query.swift:43:10: warning: public import of 'Security' was not used in public declarations or inlinable code
41 |
42 | #if canImport(Security)
43 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
44 |
45 |   extension Query {
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/ServerProtocol.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 29 |
 30 | #if canImport(Security)
 31 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 32 | #endif
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/SimpleDefaultProvider.swift:31:10: warning: public import of 'Security' was not used in public declarations or inlinable code
29 |
30 | #if canImport(Security)
31 |   public import Security
   |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
32 |
33 |   /// A default provider for `Stealthy`.
[30/32] Compiling StealthyStash StealthyRepository+StealthyModel.swift
/Users/admin/builder/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)
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/Synchronizable.swift:33:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 31 |
 32 | #if canImport(Security)
 33 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 34 | #endif
 35 |
[31/32] Compiling StealthyStash StealthyRepository.swift
/Users/admin/builder/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)
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/Synchronizable.swift:33:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 31 |
 32 | #if canImport(Security)
 33 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 34 | #endif
 35 |
[32/32] Compiling StealthyStash Synchronizable.swift
/Users/admin/builder/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)
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/Synchronizable.swift:33:10: warning: public import of 'Security' was not used in public declarations or inlinable code
 31 |
 32 | #if canImport(Security)
 33 |   public import Security
    |          `- warning: public import of 'Security' was not used in public declarations or inlinable code
 34 | #endif
 35 |
Build complete! (4.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StealthyStash",
  "name" : "StealthyStash",
  "path" : "/Users/admin/builder/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"
}
Done.