The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of UserCaches, reference master (52472e), with Swift 6.1 for Linux on 25 Apr 2025 17:39:19 UTC.

Swift 6 data race errors: 11

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CUITCHE/UserCaches.git
Reference: master
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/CUITCHE/UserCaches
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 52472ec Update run-tests.sh
Cloned https://github.com/CUITCHE/UserCaches.git
Revision (git rev-parse @):
52472ecdc7736786b1f7522be1544a455edd6336
SUCCESS checkout https://github.com/CUITCHE/UserCaches.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CUITCHE/UserCaches.git
https://github.com/CUITCHE/UserCaches.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "UserCaches",
  "name" : "UserCaches",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UserCaches",
      "targets" : [
        "UserCaches"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserCachesTests",
      "module_type" : "SwiftTarget",
      "name" : "UserCachesTests",
      "path" : "Tests/UserCachesTests",
      "sources" : [
        "ConfTests.swift",
        "UserCachesTests.swift",
        "UserModel.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "UserCaches"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserCaches",
      "module_type" : "SwiftTarget",
      "name" : "UserCaches",
      "path" : "Sources/UserCaches",
      "product_dependencies" : [
        "SQLite"
      ],
      "product_memberships" : [
        "UserCaches"
      ],
      "sources" : [
        "CacheCodability.swift",
        "CacheCodable.swift",
        "CacheManager.swift",
        "CodingError.swift",
        "Conf/ConfRead.swift",
        "DefaultTypes.swift",
        "DiscardableCacheContent.swift",
        "UserCaches.swift",
        "UserCachesSettable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9607] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.11s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (1.71s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.19s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.72s)
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/36] Emitting module SQLite
[5/40] Compiling SQLite FTS5.swift
[6/40] Compiling SQLite RTree.swift
[7/40] Compiling SQLite Foundation.swift
[8/40] Compiling SQLite Helpers.swift
[9/40] Compiling SQLite Connection+Schema.swift
[10/40] Compiling SQLite Backup.swift
[11/40] Compiling SQLite Blob.swift
[12/40] Compiling SQLite Connection+Aggregation.swift
[13/40] Compiling SQLite Connection+Attach.swift
[14/40] Compiling SQLite Connection+Pragmas.swift
[15/40] Compiling SQLite SchemaChanger.swift
[16/40] Compiling SQLite SchemaDefinitions.swift
[17/40] Compiling SQLite SchemaReader.swift
[18/40] Compiling SQLite AggregateFunctions.swift
[19/40] Compiling SQLite Statement.swift
[20/40] Compiling SQLite URIQueryParameter.swift
[21/40] Compiling SQLite Value.swift
[22/40] Compiling SQLite Cipher.swift
[23/40] Compiling SQLite FTS4.swift
[24/40] Compiling SQLite DateAndTimeFunctions.swift
[25/40] Compiling SQLite Expression.swift
[26/40] Compiling SQLite Operators.swift
[27/40] Compiling SQLite Query+with.swift
[28/40] Compiling SQLite Query.swift
[29/40] Compiling SQLite Schema.swift
[30/40] Compiling SQLite Setter.swift
[31/40] Compiling SQLite WindowFunctions.swift
[32/40] Compiling SQLite Connection.swift
[33/40] Compiling SQLite Errors.swift
[34/40] Compiling SQLite Result.swift
[35/40] Compiling SQLite SQLiteFeature.swift
[36/40] Compiling SQLite SQLiteVersion.swift
[37/40] Compiling SQLite Coding.swift
[38/40] Compiling SQLite Collation.swift
[39/40] Compiling SQLite CoreFunctions.swift
[40/40] Compiling SQLite CustomFunctions.swift
[42/50] Compiling UserCaches CodingError.swift
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:19:10: warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
17 |         public let underlyingError: Error?
18 |     }
19 |     case invalidValue(TypeHeader, Context)
   |          `- warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
20 | }
21 |
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:19:10: warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'EncodingError.Context'; this is an error in the Swift 6 language mode
10 |
11 | public enum EncodingError: Error {
12 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
13 |         /// A description of what went wrong, for debugging purposes.
14 |         public let debugDescription: String
   :
17 |         public let underlyingError: Error?
18 |     }
19 |     case invalidValue(TypeHeader, Context)
   |          `- warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'EncodingError.Context'; this is an error in the Swift 6 language mode
20 | }
21 |
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:30:10: warning: associated value 'invalidLength' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
28 |         public let underlyingError: Error?
29 |     }
30 |     case invalidLength(TypeHeader, Context)
   |          `- warning: associated value 'invalidLength' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:30:10: warning: associated value 'invalidLength' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
21 |
22 | public enum DecodingError: Error {
23 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
24 |         /// A description of what went wrong, for debugging purposes.
25 |         public let debugDescription: String
   :
28 |         public let underlyingError: Error?
29 |     }
30 |     case invalidLength(TypeHeader, Context)
   |          `- warning: associated value 'invalidLength' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:31:10: warning: associated value 'typeMisMatch' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
29 |     }
30 |     case invalidLength(TypeHeader, Context)
31 |     case typeMisMatch(TypeHeader, Context)
   |          `- warning: associated value 'typeMisMatch' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
32 |     case containterIncomplete(TypeHeader, Context)
33 |     case invalidValue(TypeHeader, Context)
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:31:10: warning: associated value 'typeMisMatch' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
21 |
22 | public enum DecodingError: Error {
23 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
24 |         /// A description of what went wrong, for debugging purposes.
25 |         public let debugDescription: String
   :
29 |     }
30 |     case invalidLength(TypeHeader, Context)
31 |     case typeMisMatch(TypeHeader, Context)
   |          `- warning: associated value 'typeMisMatch' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
32 |     case containterIncomplete(TypeHeader, Context)
33 |     case invalidValue(TypeHeader, Context)
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:32:10: warning: associated value 'containterIncomplete' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
30 |     case invalidLength(TypeHeader, Context)
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
   |          `- warning: associated value 'containterIncomplete' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
33 |     case invalidValue(TypeHeader, Context)
34 | }
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:32:10: warning: associated value 'containterIncomplete' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
21 |
22 | public enum DecodingError: Error {
23 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
24 |         /// A description of what went wrong, for debugging purposes.
25 |         public let debugDescription: String
   :
30 |     case invalidLength(TypeHeader, Context)
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
   |          `- warning: associated value 'containterIncomplete' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
33 |     case invalidValue(TypeHeader, Context)
34 | }
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:33:10: warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
33 |     case invalidValue(TypeHeader, Context)
   |          `- warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
34 | }
35 |
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:33:10: warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
21 |
22 | public enum DecodingError: Error {
23 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
24 |         /// A description of what went wrong, for debugging purposes.
25 |         public let debugDescription: String
   :
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
33 |     case invalidValue(TypeHeader, Context)
   |          `- warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
34 | }
35 |
[43/51] Compiling UserCaches ConfRead.swift
[44/51] Compiling UserCaches DiscardableCacheContent.swift
[45/51] Compiling UserCaches UserCaches.swift
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:41:21: warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" by default at executed directory.
 40 |     /// Create it at cache_filepath if you specify the value of cache_filepath at conf.properties.
 41 |     open static var standard: UserCaches = try! .init(cachePath: UserCaches._filename())
    |                     |- warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'standard' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |     #else
 43 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" at user.documents directory.
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:41:21: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
 39 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" by default at executed directory.
 40 |     /// Create it at cache_filepath if you specify the value of cache_filepath at conf.properties.
 41 |     open static var standard: UserCaches = try! .init(cachePath: UserCaches._filename())
    |                     `- warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
 42 |     #else
 43 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" at user.documents directory.
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:126:22: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
124 |
125 |     /// Remove all keys of standard global instance from disk. And clean memory cache.
126 |     open static func resetStandardUserDefaults() {
    |                      `- warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
127 |         try? standard.removeAllKey()
128 |     }
[46/51] Compiling UserCaches CacheManager.swift
[47/51] Emitting module UserCaches
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:19:10: warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
17 |         public let underlyingError: Error?
18 |     }
19 |     case invalidValue(TypeHeader, Context)
   |          `- warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
20 | }
21 |
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:19:10: warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'EncodingError.Context'; this is an error in the Swift 6 language mode
10 |
11 | public enum EncodingError: Error {
12 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
13 |         /// A description of what went wrong, for debugging purposes.
14 |         public let debugDescription: String
   :
17 |         public let underlyingError: Error?
18 |     }
19 |     case invalidValue(TypeHeader, Context)
   |          `- warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'EncodingError.Context'; this is an error in the Swift 6 language mode
20 | }
21 |
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:30:10: warning: associated value 'invalidLength' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
28 |         public let underlyingError: Error?
29 |     }
30 |     case invalidLength(TypeHeader, Context)
   |          `- warning: associated value 'invalidLength' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:30:10: warning: associated value 'invalidLength' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
21 |
22 | public enum DecodingError: Error {
23 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
24 |         /// A description of what went wrong, for debugging purposes.
25 |         public let debugDescription: String
   :
28 |         public let underlyingError: Error?
29 |     }
30 |     case invalidLength(TypeHeader, Context)
   |          `- warning: associated value 'invalidLength' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:31:10: warning: associated value 'typeMisMatch' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
29 |     }
30 |     case invalidLength(TypeHeader, Context)
31 |     case typeMisMatch(TypeHeader, Context)
   |          `- warning: associated value 'typeMisMatch' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
32 |     case containterIncomplete(TypeHeader, Context)
33 |     case invalidValue(TypeHeader, Context)
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:31:10: warning: associated value 'typeMisMatch' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
21 |
22 | public enum DecodingError: Error {
23 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
24 |         /// A description of what went wrong, for debugging purposes.
25 |         public let debugDescription: String
   :
29 |     }
30 |     case invalidLength(TypeHeader, Context)
31 |     case typeMisMatch(TypeHeader, Context)
   |          `- warning: associated value 'typeMisMatch' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
32 |     case containterIncomplete(TypeHeader, Context)
33 |     case invalidValue(TypeHeader, Context)
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:32:10: warning: associated value 'containterIncomplete' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
30 |     case invalidLength(TypeHeader, Context)
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
   |          `- warning: associated value 'containterIncomplete' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
33 |     case invalidValue(TypeHeader, Context)
34 | }
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:32:10: warning: associated value 'containterIncomplete' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
21 |
22 | public enum DecodingError: Error {
23 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
24 |         /// A description of what went wrong, for debugging purposes.
25 |         public let debugDescription: String
   :
30 |     case invalidLength(TypeHeader, Context)
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
   |          `- warning: associated value 'containterIncomplete' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
33 |     case invalidValue(TypeHeader, Context)
34 | }
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:33:10: warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
33 |     case invalidValue(TypeHeader, Context)
   |          `- warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'TypeHeader'; this is an error in the Swift 6 language mode
34 | }
35 |
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:11:13: note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
  9 | import Foundation
 10 |
 11 | public enum TypeHeader: UInt32 {
    |             `- note: consider making enum 'TypeHeader' conform to the 'Sendable' protocol
 12 |     case unknown    = 0b0000_0000_0000_0000_0000_0000_0000_0000
 13 |     case bool       = 0b1000_0000_0000_0000_0000_0000_0000_0000
/host/spi-builder-workspace/Sources/UserCaches/CodingError.swift:33:10: warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
21 |
22 | public enum DecodingError: Error {
23 |     public struct Context {
   |                   `- note: consider making struct 'Context' conform to the 'Sendable' protocol
24 |         /// A description of what went wrong, for debugging purposes.
25 |         public let debugDescription: String
   :
31 |     case typeMisMatch(TypeHeader, Context)
32 |     case containterIncomplete(TypeHeader, Context)
33 |     case invalidValue(TypeHeader, Context)
   |          `- warning: associated value 'invalidValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'DecodingError.Context'; this is an error in the Swift 6 language mode
34 | }
35 |
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:41:21: warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" by default at executed directory.
 40 |     /// Create it at cache_filepath if you specify the value of cache_filepath at conf.properties.
 41 |     open static var standard: UserCaches = try! .init(cachePath: UserCaches._filename())
    |                     |- warning: static property 'standard' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'standard' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |     #else
 43 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" at user.documents directory.
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:41:21: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
 39 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" by default at executed directory.
 40 |     /// Create it at cache_filepath if you specify the value of cache_filepath at conf.properties.
 41 |     open static var standard: UserCaches = try! .init(cachePath: UserCaches._filename())
    |                     `- warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
 42 |     #else
 43 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" at user.documents directory.
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:126:22: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
124 |
125 |     /// Remove all keys of standard global instance from disk. And clean memory cache.
126 |     open static func resetStandardUserDefaults() {
    |                      `- warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
127 |         try? standard.removeAllKey()
128 |     }
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:56:5: warning: 'public' modifier is redundant for property declared in a public extension
 54 |     ///
 55 |     /// Also use the type defer to **Codable**. Wrap Codable by **CacheCodability** (CacheCodability(value: Codable)).
 56 |     public var storage: CacheEncodable {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 57 |         nonmutating set {
 58 |             do {
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:70:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 68 |     ///
 69 |     /// - Returns: A value deferred to CacheDecodable.
 70 |     public func value<T: CacheDecodable>() -> T? {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
 71 |         do {
 72 |             return try UserCaches.standard.value(forKey: key)
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:82:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 80 |     ///
 81 |     /// - Returns: A value deferred to Decodable.
 82 |     public func valueofCodable<T: Decodable>() -> T? {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
 83 |         do {
 84 |             let v: CacheCodability<T> = try UserCaches.standard.value(forKey: key)
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:92:5: warning: 'public' modifier is redundant for property declared in a public extension
 90 |     }
 91 |
 92 |     public var key: String {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 93 |         var type = "\(Self.self)"
 94 |         var `case` = rawValue
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:124:5: warning: 'public' modifier is redundant for property declared in a public extension
122 |     }
123 |
124 |     public var identifierMode: CacheKeyMode { return .raw }
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
125 |
126 |     private var _asciiUpperCaseTable: UInt64 { @inline(__always) get { return 0b0000_0000_0000_0000_0001_1111_1111_1111_0000_0000_0000_0000_0000_0000_0000_0000 } }
[48/51] Compiling UserCaches CacheCodability.swift
[49/51] Compiling UserCaches CacheCodable.swift
[50/51] Compiling UserCaches DefaultTypes.swift
/host/spi-builder-workspace/Sources/UserCaches/DefaultTypes.swift:61:37: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 59 |     var k = header.rawValue
 60 |     let header = Data(bytes: &k, count: MemoryLayout.size(ofValue: k))
 61 |     let data = header + Data(bytes: &v, count: MemoryLayout<T>.size)
    |                                     `- warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
 62 |     return data
 63 | }
[51/51] Compiling UserCaches UserCachesSettable.swift
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:56:5: warning: 'public' modifier is redundant for property declared in a public extension
 54 |     ///
 55 |     /// Also use the type defer to **Codable**. Wrap Codable by **CacheCodability** (CacheCodability(value: Codable)).
 56 |     public var storage: CacheEncodable {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 57 |         nonmutating set {
 58 |             do {
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:70:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 68 |     ///
 69 |     /// - Returns: A value deferred to CacheDecodable.
 70 |     public func value<T: CacheDecodable>() -> T? {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
 71 |         do {
 72 |             return try UserCaches.standard.value(forKey: key)
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:82:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 80 |     ///
 81 |     /// - Returns: A value deferred to Decodable.
 82 |     public func valueofCodable<T: Decodable>() -> T? {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
 83 |         do {
 84 |             let v: CacheCodability<T> = try UserCaches.standard.value(forKey: key)
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:92:5: warning: 'public' modifier is redundant for property declared in a public extension
 90 |     }
 91 |
 92 |     public var key: String {
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 93 |         var type = "\(Self.self)"
 94 |         var `case` = rawValue
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:124:5: warning: 'public' modifier is redundant for property declared in a public extension
122 |     }
123 |
124 |     public var identifierMode: CacheKeyMode { return .raw }
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
125 |
126 |     private var _asciiUpperCaseTable: UInt64 { @inline(__always) get { return 0b0000_0000_0000_0000_0001_1111_1111_1111_0000_0000_0000_0000_0000_0000_0000_0000 } }
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:41:21: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
 39 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" by default at executed directory.
 40 |     /// Create it at cache_filepath if you specify the value of cache_filepath at conf.properties.
 41 |     open static var standard: UserCaches = try! .init(cachePath: UserCaches._filename())
    |                     `- warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
 42 |     #else
 43 |     /// Returns a global instance of UserCaches named "user.cache.default.standard.db" at user.documents directory.
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:126:22: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
124 |
125 |     /// Remove all keys of standard global instance from disk. And clean memory cache.
126 |     open static func resetStandardUserDefaults() {
    |                      `- warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
127 |         try? standard.removeAllKey()
128 |     }
Build complete! (16.95s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "UserCaches",
  "name" : "UserCaches",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UserCaches",
      "targets" : [
        "UserCaches"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserCachesTests",
      "module_type" : "SwiftTarget",
      "name" : "UserCachesTests",
      "path" : "Tests/UserCachesTests",
      "sources" : [
        "ConfTests.swift",
        "UserCachesTests.swift",
        "UserModel.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "UserCaches"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserCaches",
      "module_type" : "SwiftTarget",
      "name" : "UserCaches",
      "path" : "Sources/UserCaches",
      "product_dependencies" : [
        "SQLite"
      ],
      "product_memberships" : [
        "UserCaches"
      ],
      "sources" : [
        "CacheCodability.swift",
        "CacheCodable.swift",
        "CacheManager.swift",
        "CodingError.swift",
        "Conf/ConfRead.swift",
        "DefaultTypes.swift",
        "DiscardableCacheContent.swift",
        "UserCaches.swift",
        "UserCachesSettable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.