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.1 (b9d080), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 06:44:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/StealthyStash.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/StealthyStash
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at b9d0800 fixing gerneic
Cloned https://github.com/brightdigit/StealthyStash.git
Revision (git rev-parse @):
b9d08004624975b1c452b1539379e779b85619fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/StealthyStash.git at 1.0.1
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/30] Emitting module StealthyStash
[4/32] Compiling StealthyStash TypeQuery.swift
[5/32] Compiling StealthyStash UpdateQuerySet.swift
[6/32] Compiling StealthyStash KeychainRepository.swift
[7/32] Compiling StealthyStash ModelOperation.swift
[8/32] Compiling StealthyStash ModelQueryBuilder.swift
[9/32] Compiling StealthyStash Query.swift
[10/32] Compiling StealthyStash ServerProtocol.swift
[11/32] Compiling StealthyStash SimpleDefaultProvider.swift
[12/32] Compiling StealthyStash StealthyProperty.swift
[13/32] Compiling StealthyStash StealthyPropertyType.swift
[14/32] Compiling StealthyStash StealthyPropertyUpdate.swift
[15/32] Compiling StealthyStash AnyStealthyProperty.swift
[16/32] Compiling StealthyStash AuthenticationType.swift
[17/32] Compiling StealthyStash CommonAttributes.swift
[18/32] Compiling StealthyStash StealthyDictionary.swift
[19/32] Compiling StealthyStash StealthyModel.swift
[20/32] Compiling StealthyStash StealthyProperty+Dictionary.swift
[21/32] Compiling StealthyStash StealthyRepository+StealthyModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyRepository+StealthyModel.swift:58:20: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |       for (id, query) in queries {
57 |         taskGroup.addTask {
58 |           try (id, self.query(query))
   |                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |         }
60 |       }
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyRepository+StealthyModel.swift:48:15: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |   /// - Parameter query: The query.
47 |   /// - Returns: The Model if it exists.
48 |   public func fetch<StealthyModelType: StealthyModel>(
   |               `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
49 |     _ query: StealthyModelType.QueryBuilder.QueryType
50 |   ) async throws -> StealthyModelType? {
[22/32] Compiling StealthyStash StealthyRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyRepository+StealthyModel.swift:58:20: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |       for (id, query) in queries {
57 |         taskGroup.addTask {
58 |           try (id, self.query(query))
   |                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |         }
60 |       }
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyRepository+StealthyModel.swift:48:15: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |   /// - Parameter query: The query.
47 |   /// - Returns: The Model if it exists.
48 |   public func fetch<StealthyModelType: StealthyModel>(
   |               `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
49 |     _ query: StealthyModelType.QueryBuilder.QueryType
50 |   ) async throws -> StealthyModelType? {
[23/32] Compiling StealthyStash Synchronizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyRepository+StealthyModel.swift:58:20: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |       for (id, query) in queries {
57 |         taskGroup.addTask {
58 |           try (id, self.query(query))
   |                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |         }
60 |       }
/Users/admin/builder/spi-builder-workspace/Sources/StealthyStash/StealthyRepository+StealthyModel.swift:48:15: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |   /// - Parameter query: The query.
47 |   /// - Returns: The Model if it exists.
48 |   public func fetch<StealthyModelType: StealthyModel>(
   |               `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
49 |     _ query: StealthyModelType.QueryBuilder.QueryType
50 |   ) async throws -> StealthyModelType? {
[24/32] Compiling StealthyStash GenericPasswordItem.swift
[25/32] Compiling StealthyStash Int.swift
[26/32] Compiling StealthyStash InternetPasswordItem+StealthyProperty.swift
[27/32] Compiling StealthyStash DefaultProvider.swift
[28/32] Compiling StealthyStash Dictionary.swift
[29/32] Compiling StealthyStash GenericPasswordItem+StealthyProperty.swift
[30/32] Compiling StealthyStash InternetPasswordItem.swift
[31/32] Compiling StealthyStash KeychainError.swift
[32/32] Compiling StealthyStash KeychainRepository+StealthyRepository.swift
Build complete! (6.36s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.49s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "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_dependencies" : [
        "Logging"
      ],
      "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.