Build Information
Successful build of UserCaches, reference master (52472e), with Swift 6.3 for Linux on 16 Apr 2026 09:39:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ihejunqiu/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/ihejunqiu/UserCaches
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 52472ec Update run-tests.sh
Cloned https://github.com/ihejunqiu/UserCaches.git
Revision (git rev-parse @):
52472ecdc7736786b1f7522be1544a455edd6336
SUCCESS checkout https://github.com/ihejunqiu/UserCaches.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/ihejunqiu/UserCaches.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/11124] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.10s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.16.0 (1.63s)
Fetching https://github.com/stephencelis/CSQLite
[1/200] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite from cache (0.78s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 3.50.4 (1.24s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.16.0
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 3.50.4
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[1/5] Write sources
[3/5] Write swift-version-24593BA9C3E375BF.txt
[4/5] Compiling SQLiteSwiftCSQLite sqlite3.c
[6/39] Emitting module SQLite
[7/43] Compiling SQLite FTS5.swift
[8/43] Compiling SQLite RTree.swift
[9/43] Compiling SQLite Foundation.swift
[10/43] Compiling SQLite Helpers.swift
[11/43] Compiling SQLite Connection+Schema.swift
[12/43] Compiling SQLite Schema.swift
[13/43] Compiling SQLite Setter.swift
[14/43] Compiling SQLite WindowFunctions.swift
[15/43] Compiling SQLite resource_bundle_accessor.swift
[16/43] Compiling SQLite Connection.swift
[17/43] Compiling SQLite Errors.swift
[18/43] Compiling SQLite Result.swift
[19/43] Compiling SQLite SQLiteFeature.swift
[20/43] Compiling SQLite SQLiteVersion.swift
[21/43] Compiling SQLite Backup.swift
[22/43] Compiling SQLite Blob.swift
[23/43] Compiling SQLite Connection+Aggregation.swift
[24/43] Compiling SQLite Connection+Attach.swift
[25/43] Compiling SQLite Connection+Pragmas.swift
[26/43] Compiling SQLite Collation.swift
[27/43] Compiling SQLite CoreFunctions.swift
[28/43] Compiling SQLite CustomFunctions.swift
[29/43] Compiling SQLite DateAndTimeFunctions.swift
[30/43] Compiling SQLite SchemaChanger.swift
[31/43] Compiling SQLite SchemaDefinitions.swift
[32/43] Compiling SQLite SchemaReader.swift
[33/43] Compiling SQLite AggregateFunctions.swift
[34/43] Compiling SQLite Coding.swift
[35/43] Compiling SQLite Statement.swift
[36/43] Compiling SQLite URIQueryParameter.swift
[37/43] Compiling SQLite Value.swift
[38/43] Compiling SQLite Cipher.swift
[39/43] Compiling SQLite FTS4.swift
[40/43] Compiling SQLite Expression.swift
[41/43] Compiling SQLite Operators.swift
[42/43] Compiling SQLite Query+with.swift
[43/43] Compiling SQLite Query.swift
[45/53] Compiling UserCaches CodingError.swift
[46/54] Compiling UserCaches CacheManager.swift
[47/54] Compiling UserCaches DiscardableCacheContent.swift
[48/54] Compiling UserCaches UserCaches.swift
/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 | }
[49/54] Emitting module UserCaches
/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 } }
[50/54] Compiling UserCaches CacheCodability.swift
[51/54] Compiling UserCaches CacheCodable.swift
[52/54] Compiling UserCaches ConfRead.swift
[53/54] 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 | }
[54/54] 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! (33.25s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.