The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UserCaches with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CUITCHE/UserCaches.git
Reference: 0.0.6
Cloned https://github.com/CUITCHE/UserCaches.git into spi-builder-workspace
SUCCESS checkout https://github.com/CUITCHE/UserCaches.git at 0.0.6
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9246] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git (0.79s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (1.16s)
Fetching https://github.com/stephencelis/CSQLite.git
Fetched https://github.com/stephencelis/CSQLite.git (0.18s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.29s)
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...
[1/32] Emitting module SQLite
[2/36] Compiling SQLite FTS5.swift
[3/36] Compiling SQLite RTree.swift
[4/36] Compiling SQLite Foundation.swift
[5/36] Compiling SQLite Helpers.swift
[6/36] Compiling SQLite Backup.swift
[7/36] Compiling SQLite Blob.swift
[8/36] Compiling SQLite Connection+Aggregation.swift
[9/36] Compiling SQLite Connection+Attach.swift
[10/36] Compiling SQLite Connection+Pragmas.swift
[11/36] Compiling SQLite Connection+Schema.swift
[12/36] Compiling SQLite SchemaChanger.swift
[13/36] Compiling SQLite SchemaDefinitions.swift
[14/36] Compiling SQLite SchemaReader.swift
[15/36] Compiling SQLite AggregateFunctions.swift
[16/36] Compiling SQLite Coding.swift
[17/36] Compiling SQLite Collation.swift
[18/36] Compiling SQLite CoreFunctions.swift
[19/36] Compiling SQLite Connection.swift
[20/36] Compiling SQLite Errors.swift
[21/36] Compiling SQLite Result.swift
[22/36] Compiling SQLite SQLiteFeature.swift
[23/36] Compiling SQLite SQLiteVersion.swift
[24/36] Compiling SQLite Statement.swift
[25/36] Compiling SQLite URIQueryParameter.swift
[26/36] Compiling SQLite Value.swift
[27/36] Compiling SQLite Cipher.swift
[28/36] Compiling SQLite FTS4.swift
[29/36] Compiling SQLite CustomFunctions.swift
[30/36] Compiling SQLite DateAndTimeFunctions.swift
[31/36] Compiling SQLite Expression.swift
[32/36] Compiling SQLite Operators.swift
[33/36] Compiling SQLite Query+with.swift
[34/36] Compiling SQLite Query.swift
[35/36] Compiling SQLite Schema.swift
[36/36] Compiling SQLite Setter.swift
[39/47] Compiling UserCaches DiscardableCacheContent.swift
[40/47] 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
[41/48] Compiling UserCaches CodingError.swift
[42/48] Compiling UserCaches ConfRead.swift
[43/48] 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)
                                    ^
[44/48] Compiling UserCaches CacheCodability.swift
[45/48] Compiling UserCaches CacheCodable.swift
[46/48] 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/48] Compiling UserCaches CacheManager.swift
[48/48] 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! (15.91s)
Build complete.
Done.

Build Machine: Linux 2