The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UserCaches with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CUITCHE/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/CUITCHE/UserCaches
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at 2740a21 Merge branch 'master' of github.com:CUITCHE/UserCaches
Cloned https://github.com/CUITCHE/UserCaches.git
Revision (git rev-parse @):
2740a2121f55a828c4dd7b25f3cacad76dbb6b8d
SUCCESS checkout https://github.com/CUITCHE/UserCaches.git at 0.0.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/CUITCHE/UserCaches.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9326] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.86s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (1.33s)
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.43s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.14.1
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.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/35] Emitting module SQLite
[5/39] Compiling SQLite FTS5.swift
[6/39] Compiling SQLite RTree.swift
[7/39] Compiling SQLite Foundation.swift
[8/39] Compiling SQLite Helpers.swift
[9/39] Compiling SQLite Statement.swift
[10/39] Compiling SQLite URIQueryParameter.swift
[11/39] Compiling SQLite Value.swift
[12/39] Compiling SQLite Cipher.swift
[13/39] Compiling SQLite FTS4.swift
[14/39] Compiling SQLite Query+with.swift
[15/39] Compiling SQLite Query.swift
[16/39] Compiling SQLite Schema.swift
[17/39] Compiling SQLite Setter.swift
[18/39] Compiling SQLite Backup.swift
[19/39] Compiling SQLite Blob.swift
[20/39] Compiling SQLite Connection+Aggregation.swift
[21/39] Compiling SQLite Connection+Attach.swift
[22/39] Compiling SQLite Connection+Pragmas.swift
[23/39] Compiling SQLite CustomFunctions.swift
[24/39] Compiling SQLite DateAndTimeFunctions.swift
[25/39] Compiling SQLite Expression.swift
[26/39] Compiling SQLite Operators.swift
[27/39] Compiling SQLite AggregateFunctions.swift
[28/39] Compiling SQLite Coding.swift
[29/39] Compiling SQLite Collation.swift
[30/39] Compiling SQLite CoreFunctions.swift
[31/39] Compiling SQLite Connection.swift
[32/39] Compiling SQLite Errors.swift
[33/39] Compiling SQLite Result.swift
[34/39] Compiling SQLite SQLiteFeature.swift
[35/39] Compiling SQLite SQLiteVersion.swift
[36/39] Compiling SQLite Connection+Schema.swift
[37/39] Compiling SQLite SchemaChanger.swift
[38/39] Compiling SQLite SchemaDefinitions.swift
[39/39] Compiling SQLite SchemaReader.swift
[41/49] Compiling UserCaches CodingError.swift
[42/50] Compiling UserCaches DiscardableCacheContent.swift
[43/50] 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
[44/50] 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)
                                    ^
[45/50] Compiling UserCaches ConfRead.swift
[46/50] Compiling UserCaches CacheCodability.swift
[47/50] Compiling UserCaches CacheCodable.swift
[48/50] 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 }
    ^~~~~~~

[49/50] Compiling UserCaches CacheManager.swift
[50/50] 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! (18.12s)
Build complete.
Done.

Build Machine: Linux 2