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 5.10 for macOS (SPM) on 8 Oct 2025 04:08:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/brightdigit/StealthyStash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/30] Emitting module StealthyStash
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository.swift:37:16: warning: stored property 'logger' of 'Sendable'-conforming struct 'KeychainRepository' has non-sendable type 'Logger?'
    public let logger: Logger?
               ^
os.Logger:2:15: note: struct 'Logger' does not conform to the 'Sendable' protocol
public struct Logger {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository.swift:32:10: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
  public import os
         ^
         @preconcurrency
[4/32] Compiling StealthyStash TypeQuery.swift
[5/32] Compiling StealthyStash UpdateQuerySet.swift
[6/32] Compiling StealthyStash KeychainRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository.swift:37:16: warning: stored property 'logger' of 'Sendable'-conforming struct 'KeychainRepository' has non-sendable type 'Logger?'
    public let logger: Logger?
               ^
os.Logger:2:15: note: struct 'Logger' does not conform to the 'Sendable' protocol
public struct Logger {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository.swift:32:10: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
  public import os
         ^
         @preconcurrency
[7/32] Compiling StealthyStash ModelOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository.swift:37:16: warning: stored property 'logger' of 'Sendable'-conforming struct 'KeychainRepository' has non-sendable type 'Logger?'
    public let logger: Logger?
               ^
os.Logger:2:15: note: struct 'Logger' does not conform to the 'Sendable' protocol
public struct Logger {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository.swift:32:10: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
  public import os
         ^
         @preconcurrency
[8/32] Compiling StealthyStash ModelQueryBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository.swift:37:16: warning: stored property 'logger' of 'Sendable'-conforming struct 'KeychainRepository' has non-sendable type 'Logger?'
    public let logger: Logger?
               ^
os.Logger:2:15: note: struct 'Logger' does not conform to the 'Sendable' protocol
public struct Logger {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/KeychainRepository.swift:32:10: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
  public import os
         ^
         @preconcurrency
[9/32] Compiling StealthyStash StealthyDictionary.swift
[10/32] Compiling StealthyStash StealthyModel.swift
[11/32] Compiling StealthyStash StealthyProperty+Dictionary.swift
[12/32] Compiling StealthyStash AnyStealthyProperty.swift
[13/32] Compiling StealthyStash AuthenticationType.swift
[14/32] Compiling StealthyStash CommonAttributes.swift
[15/32] Compiling StealthyStash InternetPasswordItem.swift
[16/32] Compiling StealthyStash KeychainError.swift
[17/32] Compiling StealthyStash KeychainRepository+StealthyRepository.swift
[18/32] Compiling StealthyStash Query.swift
[19/32] Compiling StealthyStash ServerProtocol.swift
[20/32] Compiling StealthyStash SimpleDefaultProvider.swift
[21/32] Compiling StealthyStash StealthyRepository+StealthyModel.swift
[22/32] Compiling StealthyStash StealthyRepository.swift
[23/32] Compiling StealthyStash Synchronizable.swift
[24/32] Compiling StealthyStash DefaultProvider.swift
[25/32] Compiling StealthyStash Dictionary.swift
[26/32] Compiling StealthyStash GenericPasswordItem+StealthyProperty.swift
[27/32] Compiling StealthyStash StealthyProperty.swift
[28/32] Compiling StealthyStash StealthyPropertyType.swift
[29/32] Compiling StealthyStash StealthyPropertyUpdate.swift
[30/32] Compiling StealthyStash GenericPasswordItem.swift
[31/32] Compiling StealthyStash Int.swift
[32/32] Compiling StealthyStash InternetPasswordItem+StealthyProperty.swift
Build complete! (4.92s)
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" : "5.8"
}
Done.