The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AllCache, reference 3.8.1 (9153c5), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 16:26:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JuanjoArreola/AllCache.git
Reference: 3.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JuanjoArreola/AllCache
 * tag               3.8.1      -> FETCH_HEAD
HEAD is now at 9153c55 Fix log warn
Cloned https://github.com/JuanjoArreola/AllCache.git
Revision (git rev-parse @):
9153c553d51b85b0b49fef18464b54f417668b8c
SUCCESS checkout https://github.com/JuanjoArreola/AllCache.git at 3.8.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JuanjoArreola/AllCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/24] Compiling AsyncRequest UUIDTimeoutRequest.swift
[6/24] Compiling AsyncRequest URLSessionRequest.swift
[7/24] Compiling Logg LogFormatter.swift
[8/24] Compiling Logg Logger.swift
[9/24] Compiling AsyncRequest GroupRequestHandlers.swift
[10/24] Compiling Logg LogContext.swift
[11/24] Compiling Logg LogLevel.swift
[12/24] Compiling AsyncRequest RequestError.swift
[13/24] Compiling AsyncRequest RequestGroup.swift
[14/24] Compiling AsyncRequest RequestHandlers.swift
[15/24] Emitting module AsyncRequest
[16/24] Compiling AsyncRequest Cancellable.swift
[17/24] Compiling AsyncRequest TimeoutRequest.swift
[18/24] Compiling AsyncRequest Request.swift
[19/24] Compiling Logg ConsoleFormatter.swift
[20/24] Compiling Logg ConsoleLogger.swift
[21/24] Compiling Logg CompositeLogger.swift
[22/24] Compiling Logg DefaultFormatter.swift
[23/24] Compiling Logg FileLogger.swift
[24/24] Emitting module Logg
[25/46] Compiling AllCache String+Range.swift
[26/46] Compiling AllCache UIButton+ImageCache.swift
[27/48] Compiling AllCache PNGImageSerializer.swift
[28/48] Compiling AllCache RequestingCache.swift
[29/48] Compiling AllCache UIImageView+ImageCache.swift
[30/48] Compiling AllCache URL+Util.swift
[31/48] Emitting module AllCache
[32/48] Compiling AllCache AllCacheFormatter.swift
[33/48] Compiling AllCache CGSize+Util.swift
[34/48] Compiling AllCache CachableDescriptor.swift
[35/48] Compiling AllCache MemoryCache.swift
[36/48] Compiling AllCache Networking.swift
[37/48] Compiling AllCache Cache.swift
[38/48] Compiling AllCache CodableSerializer.swift
[39/48] Compiling AllCache DataSerializer.swift
[40/48] Compiling AllCache ImageResizer.swift
[41/48] Compiling AllCache ImageSerializer.swift
[42/48] Compiling AllCache ObjectFetcher.swift
[43/48] Compiling AllCache ObjectProcessor.swift
[44/48] Compiling AllCache DiskCache.swift
[45/48] Compiling AllCache ImageCache.swift
[46/48] Compiling AllCache ImageFetcher.swift
[47/48] Compiling AllCache JPEGImageSerializer.swift
[48/48] Compiling AllCache LowMemoryHandler.swift
Build complete! (12.92s)
Fetching https://github.com/JuanjoArreola/AsyncRequest.git
Fetching https://github.com/JuanjoArreola/Logg.git
[1/159] Fetching logg
[118/296] Fetching logg, asyncrequest
Fetched https://github.com/JuanjoArreola/Logg.git from cache (0.60s)
Fetched https://github.com/JuanjoArreola/AsyncRequest.git from cache (0.60s)
Computing version for https://github.com/JuanjoArreola/AsyncRequest.git
Computed https://github.com/JuanjoArreola/AsyncRequest.git at 2.3.0 (1.19s)
Computing version for https://github.com/JuanjoArreola/Logg.git
Computed https://github.com/JuanjoArreola/Logg.git at 2.4.1 (0.52s)
Creating working copy for https://github.com/JuanjoArreola/Logg.git
Working copy of https://github.com/JuanjoArreola/Logg.git resolved at 2.4.1
Creating working copy for https://github.com/JuanjoArreola/AsyncRequest.git
Working copy of https://github.com/JuanjoArreola/AsyncRequest.git resolved at 2.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "logg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "2.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/Logg.git"
    },
    {
      "identity" : "asyncrequest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JuanjoArreola/AsyncRequest.git"
    }
  ],
  "manifest_display_name" : "AllCache",
  "name" : "AllCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AllCache",
      "targets" : [
        "AllCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AllCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "AllCacheTests",
      "path" : "Tests",
      "sources" : [
        "AllCacheTests/DiskTests.swift",
        "AllCacheTests/Icecream.swift",
        "AllCacheTests/ImageCacheTests.swift",
        "AllCacheTests/MemoryTests.swift",
        "AllCacheTests/RequestingCacheTests.swift",
        "LinuxMain.swift"
      ],
      "target_dependencies" : [
        "AllCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AllCache",
      "module_type" : "SwiftTarget",
      "name" : "AllCache",
      "path" : "Sources",
      "product_dependencies" : [
        "Logg",
        "AsyncRequest"
      ],
      "product_memberships" : [
        "AllCache"
      ],
      "sources" : [
        "AllCacheFormatter.swift",
        "CGSize+Util.swift",
        "CachableDescriptor.swift",
        "Cache.swift",
        "CodableSerializer.swift",
        "DataSerializer.swift",
        "DiskCache.swift",
        "ImageCache.swift",
        "ImageFetcher.swift",
        "ImageResizer.swift",
        "ImageSerializer.swift",
        "JPEGImageSerializer.swift",
        "LowMemoryHandler.swift",
        "MemoryCache.swift",
        "Networking.swift",
        "ObjectFetcher.swift",
        "ObjectProcessor.swift",
        "PNGImageSerializer.swift",
        "RequestingCache.swift",
        "String+Range.swift",
        "UIButton+ImageCache.swift",
        "UIImageView+ImageCache.swift",
        "URL+Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.