Build Information
Successful build of UserCaches, reference 0.0.6 (2740a2
), with Swift 5.10 for Linux on 12 Jun 2025 07:12:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ihejunqiu/UserCaches.git
Reference: 0.0.6
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
* tag 0.0.6 -> FETCH_HEAD
HEAD is now at 2740a21 Merge branch 'master' of github.com:CUITCHE/UserCaches
Cloned https://github.com/ihejunqiu/UserCaches.git
Revision (git rev-parse @):
2740a2121f55a828c4dd7b25f3cacad76dbb6b8d
SUCCESS checkout https://github.com/ihejunqiu/UserCaches.git at 0.0.6
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/ihejunqiu/UserCaches.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9802] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.95s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.94s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.53s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.61s)
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: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
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 Query.swift
[11/40] Compiling SQLite Schema.swift
[12/40] Compiling SQLite Setter.swift
[13/40] Compiling SQLite WindowFunctions.swift
[14/40] Compiling SQLite Connection.swift
[15/40] Compiling SQLite Errors.swift
[16/40] Compiling SQLite Result.swift
[17/40] Compiling SQLite SQLiteFeature.swift
[18/40] Compiling SQLite SQLiteVersion.swift
[19/40] Compiling SQLite Backup.swift
[20/40] Compiling SQLite Blob.swift
[21/40] Compiling SQLite Connection+Aggregation.swift
[22/40] Compiling SQLite Connection+Attach.swift
[23/40] Compiling SQLite Connection+Pragmas.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 SchemaChanger.swift
[29/40] Compiling SQLite SchemaDefinitions.swift
[30/40] Compiling SQLite SchemaReader.swift
[31/40] Compiling SQLite AggregateFunctions.swift
[32/40] Compiling SQLite Statement.swift
[33/40] Compiling SQLite URIQueryParameter.swift
[34/40] Compiling SQLite Value.swift
[35/40] Compiling SQLite Cipher.swift
[36/40] Compiling SQLite FTS4.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
[43/50] Compiling UserCaches CacheManager.swift
[44/50] Compiling UserCaches CacheCodability.swift
[45/50] Compiling UserCaches CacheCodable.swift
[46/51] Emitting module UserCaches
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:41:21: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
open static var standard: UserCaches = try! .init(cachePath: UserCaches._filename())
~~~~ ^
public
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:126:22: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
open static func resetStandardUserDefaults() {
~~~~ ^
public
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:56:5: warning: 'public' modifier is redundant for property declared in a public extension
public var storage: CacheEncodable {
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:70:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func value<T: CacheDecodable>() -> T? {
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:82:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func valueofCodable<T: Decodable>() -> T? {
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:92:5: warning: 'public' modifier is redundant for property declared in a public extension
public var key: String {
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:124:5: warning: 'public' modifier is redundant for property declared in a public extension
public var identifierMode: CacheKeyMode { return .raw }
^~~~~~~
[47/51] Compiling UserCaches DiscardableCacheContent.swift
[48/51] 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'
open static var standard: UserCaches = try! .init(cachePath: UserCaches._filename())
~~~~ ^
public
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:126:22: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
open static func resetStandardUserDefaults() {
~~~~ ^
public
[49/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.
let data = header + Data(bytes: &v, count: MemoryLayout<T>.size)
^
[50/51] Compiling UserCaches ConfRead.swift
[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
public var storage: CacheEncodable {
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:70:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func value<T: CacheDecodable>() -> T? {
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:82:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func valueofCodable<T: Decodable>() -> T? {
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:92:5: warning: 'public' modifier is redundant for property declared in a public extension
public var key: String {
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCachesSettable.swift:124:5: warning: 'public' modifier is redundant for property declared in a public extension
public var identifierMode: CacheKeyMode { return .raw }
^~~~~~~
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:41:21: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
open static var standard: UserCaches = try! .init(cachePath: UserCaches._filename())
~~~~ ^
public
/host/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:126:22: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
open static func resetStandardUserDefaults() {
~~~~ ^
public
Build complete! (16.05s)
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-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.