The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCache, reference v2.1.0 (7c1f13), with Swift 6.2 for macOS (SPM) on 17 Feb 2026 02:04:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Reference: v2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SudhirGadhvi/SwiftCache-SDK
 * tag               v2.1.0     -> FETCH_HEAD
HEAD is now at 7c1f135 Merge branch 'main' of https://github.com/SudhirGadhvi/SwiftCache-SDK
Cloned https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Revision (git rev-parse @):
7c1f135fc613d0a41a06c5496530458b2f297ad3
SUCCESS checkout https://github.com/SudhirGadhvi/SwiftCache-SDK.git at v2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftcache-sdk",
      "name": "SwiftCache",
      "url": "https://github.com/SudhirGadhvi/SwiftCache-SDK.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCache-SDK",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SudhirGadhvi/SwiftCache-SDK.git
[1/228] Fetching swiftcache-sdk
Fetched https://github.com/SudhirGadhvi/SwiftCache-SDK.git from cache (1.25s)
Creating working copy for https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Working copy of https://github.com/SudhirGadhvi/SwiftCache-SDK.git resolved at v2.1.0 (7c1f135)
warning: '.resolve-product-dependencies': dependency 'swiftcache-sdk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SudhirGadhvi/SwiftCache-SDK.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/16] Compiling SwiftCache SwiftCache+Progressive.swift
[4/16] Compiling SwiftCache UIImageView+SwiftCache.swift
[5/16] Compiling SwiftCache CancellationToken.swift
[6/16] Compiling SwiftCache CacheConfiguration.swift
[7/16] Compiling SwiftCache CacheLoader.swift
[8/16] Compiling SwiftCache DiskLoader.swift
[9/16] Emitting module SwiftCache
[10/16] Compiling SwiftCache MemoryLoader.swift
[11/16] Compiling SwiftCache NetworkLoader.swift
[12/16] Compiling SwiftCache AdaptiveCachePolicy.swift
[13/16] Compiling SwiftCache CacheAnalytics.swift
[14/16] Compiling SwiftCache CacheEntry.swift
[15/16] Compiling SwiftCache SwiftCache.swift
[16/16] Compiling SwiftCache SwiftCacheError.swift
[17/17] Compiling SwiftCache CachedImage.swift
Build complete! (10.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCache",
  "name" : "SwiftCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCache",
      "targets" : [
        "SwiftCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCacheTests",
      "path" : "Tests/SwiftCacheTests",
      "sources" : [
        "SwiftCacheTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCache",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCache",
      "path" : "Sources/SwiftCache",
      "product_memberships" : [
        "SwiftCache"
      ],
      "sources" : [
        "Core/AdaptiveCachePolicy.swift",
        "Core/CacheAnalytics.swift",
        "Core/CacheLoader.swift",
        "Core/DiskLoader.swift",
        "Core/MemoryLoader.swift",
        "Core/NetworkLoader.swift",
        "Extensions/SwiftCache+Progressive.swift",
        "Extensions/UIImageView+SwiftCache.swift",
        "Models/CacheConfiguration.swift",
        "Models/CacheEntry.swift",
        "Models/CancellationToken.swift",
        "Models/SwiftCacheError.swift",
        "SwiftCache.swift",
        "SwiftUI/CachedImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.