Build Information
Successful build of StealthyStash, reference 1.0.1 (b9d080
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 06:42:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /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.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: linux
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" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.09s)
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging Locks.swift
[7/8] Compiling Logging LogHandler.swift
[8/8] Compiling Logging Logging.swift
[10/36] Compiling StealthyStash Dictionary.swift
[11/36] Compiling StealthyStash GenericPasswordItem+StealthyProperty.swift
[12/36] Compiling StealthyStash GenericPasswordItem.swift
[13/36] Compiling StealthyStash Int.swift
[14/39] Compiling StealthyStash AnyStealthyProperty.swift
[15/39] Compiling StealthyStash AuthenticationType.swift
[16/39] Compiling StealthyStash CommonAttributes.swift
[17/39] Compiling StealthyStash DefaultProvider.swift
[18/39] Emitting module StealthyStash
[19/39] Compiling StealthyStash StealthyPropertyUpdate.swift
/host/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 | }
/host/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? {
[20/39] Compiling StealthyStash StealthyRepository+StealthyModel.swift
/host/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 | }
/host/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? {
[21/39] Compiling StealthyStash StealthyRepository.swift
/host/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 | }
/host/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/39] Compiling StealthyStash KeychainRepository.swift
[23/39] Compiling StealthyStash ModelOperation.swift
[24/39] Compiling StealthyStash ModelQueryBuilder.swift
[25/39] Compiling StealthyStash Query.swift
[26/39] Compiling StealthyStash StealthyProperty+Dictionary.swift
[27/39] Compiling StealthyStash StealthyProperty.swift
[28/39] Compiling StealthyStash StealthyPropertyType.swift
[29/39] Compiling StealthyStash ServerProtocol.swift
[30/39] Compiling StealthyStash SimpleDefaultProvider.swift
[31/39] Compiling StealthyStash StealthyDictionary.swift
[32/39] Compiling StealthyStash StealthyModel.swift
[33/39] Compiling StealthyStash InternetPasswordItem+StealthyProperty.swift
[34/39] Compiling StealthyStash InternetPasswordItem.swift
[35/39] Compiling StealthyStash KeychainError.swift
[36/39] Compiling StealthyStash KeychainRepository+StealthyRepository.swift
[37/39] Compiling StealthyStash Synchronizable.swift
[38/39] Compiling StealthyStash TypeQuery.swift
[39/39] Compiling StealthyStash UpdateQuerySet.swift
Build complete! (16.05s)
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" : "/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_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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.