The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UserCaches with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CUITCHE/UserCaches.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git (0.23s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.56s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "usercaches",
      "name": "UserCaches",
      "url": "https://github.com/CUITCHE/UserCaches.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UserCaches",
      "dependencies": [
        {
          "identity": "sqlite.swift",
          "name": "SQLite.swift",
          "url": "https://github.com/stephencelis/SQLite.swift.git",
          "version": "0.14.1",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CUITCHE/UserCaches.git
[1/214] Fetching usercaches
Fetched https://github.com/CUITCHE/UserCaches.git (0.31s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git (0.20s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.14.1 (0.02s)
Creating working copy for https://github.com/CUITCHE/UserCaches.git
Working copy of https://github.com/CUITCHE/UserCaches.git resolved at master
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
warning: '.resolve-product-dependencies': dependency 'usercaches' is not used by any target
Found 1 product dependencies
  - SQLite.swift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/32] Emitting module SQLite
[2/36] Compiling SQLite AggregateFunctions.swift
[3/36] Compiling SQLite Coding.swift
[4/36] Compiling SQLite Collation.swift
[5/36] Compiling SQLite CoreFunctions.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.swift
[12/36] Compiling SQLite Errors.swift
[13/36] Compiling SQLite Result.swift
[14/36] Compiling SQLite SQLiteFeature.swift
[15/36] Compiling SQLite SQLiteVersion.swift
[16/36] Compiling SQLite CustomFunctions.swift
[17/36] Compiling SQLite DateAndTimeFunctions.swift
[18/36] Compiling SQLite Expression.swift
[19/36] Compiling SQLite Operators.swift
[20/36] Compiling SQLite FTS5.swift
[21/36] Compiling SQLite RTree.swift
[22/36] Compiling SQLite Foundation.swift
[23/36] Compiling SQLite Helpers.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 Connection+Schema.swift
[30/36] Compiling SQLite SchemaChanger.swift
[31/36] Compiling SQLite SchemaDefinitions.swift
[32/36] Compiling SQLite SchemaReader.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
[37/45] Compiling UserCaches UserCaches.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:44:21: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
    open static var standard: UserCaches = try! .init(cachePath: FileManager.default.url(for: .documentDirectory,
    ~~~~            ^
    public
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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
[38/45] Compiling UserCaches CacheCodability.swift
[39/45] Compiling UserCaches CacheCodable.swift
[40/45] Compiling UserCaches DefaultTypes.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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)
                                    ^
[41/46] Compiling UserCaches ConfRead.swift
[42/46] Compiling UserCaches CacheManager.swift
[43/46] Compiling UserCaches CodingError.swift
[44/46] Emitting module UserCaches
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:44:21: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
    open static var standard: UserCaches = try! .init(cachePath: FileManager.default.url(for: .documentDirectory,
    ~~~~            ^
    public
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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? {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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? {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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 }
    ^~~~~~~

[45/46] Compiling UserCaches DiscardableCacheContent.swift
[46/46] Compiling UserCaches UserCachesSettable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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? {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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? {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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 }
    ^~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UserCaches/UserCaches.swift:44:21: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
    open static var standard: UserCaches = try! .init(cachePath: FileManager.default.url(for: .documentDirectory,
    ~~~~            ^
    public
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/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! (13.48s)
Build complete.
Done.