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 Images, reference v1.1.6 (df3d65), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:04:26 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/elegantchaos/Images.git
Reference: v1.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Images
 * tag               v1.1.6     -> FETCH_HEAD
HEAD is now at df3d65b fixed minimum watchOS version
Cloned https://github.com/elegantchaos/Images.git
Revision (git rev-parse @):
df3d65b075f30f48deafce8a81eb9ea8a3190505
SUCCESS checkout https://github.com/elegantchaos/Images.git at v1.1.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/Images.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/16] Compiling Logger OSLogHandler.swift
[6/16] Compiling Logger UserDefaultsManagerSettings.swift
[7/16] Compiling Logger PrintHandler.swift
[8/16] Compiling Logger NSLogHandler.swift
[9/16] Compiling Logger ManagerSettings.swift
[10/16] Compiling ThreadExtensions ThreadExtensions.swift
[11/16] Emitting module ThreadExtensions
[12/16] Compiling Logger Handler.swift
[13/16] Compiling Logger Context.swift
[14/16] Compiling Logger Channel.swift
[15/16] Emitting module Logger
[16/16] Compiling Logger Manager.swift
[17/23] Compiling Images Image+UIKit.swift
[18/23] Compiling Images ImageFactory.swift
[19/23] Compiling Images ImageCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Images/ImageCache.swift:49:36: warning: capture of non-sendable type 'Factory.Type' in an isolated closure
 47 |             workQueue.async {
 48 |                 do {
 49 |                     if let image = self.load(remoteURL: url, toLocalURL: localURL) {
    |                                    `- warning: capture of non-sendable type 'Factory.Type' in an isolated closure
 50 |                         self.callbackQueue.async {
 51 |                             callback(image)
/Users/admin/builder/spi-builder-workspace/Sources/Images/ImageCache.swift:42:17: warning: capture of non-sendable type 'Factory.Type' in an isolated closure
 40 |     }
 41 |
 42 |     public func image(for url: URL, callback: @escaping ImageCallback) {
    |                 `- warning: capture of non-sendable type 'Factory.Type' in an isolated closure
 43 |         let localURL = self.localURL(for: url)
 44 |         if let image = load(cachedURL: localURL) {
/Users/admin/builder/spi-builder-workspace/Sources/Images/ImageCache.swift:42:37: warning: capture of non-sendable type 'Factory.Type' in an isolated closure
 40 |     }
 41 |
 42 |     public func image(for url: URL, callback: @escaping ImageCallback) {
    |                                     `- warning: capture of non-sendable type 'Factory.Type' in an isolated closure
 43 |         let localURL = self.localURL(for: url)
 44 |         if let image = load(cachedURL: localURL) {
[20/23] Compiling Images Image+Extensions.swift
[21/23] Compiling Images AsyncImage.swift
[22/23] Compiling Images Image+AppKit.swift
[23/23] Emitting module Images
Build complete! (10.55s)
Fetching https://github.com/elegantchaos/ThreadExtensions.git
Fetching https://github.com/elegantchaos/Logger.git
[1/42] Fetching threadextensions
[43/2142] Fetching threadextensions, logger
Fetched https://github.com/elegantchaos/Logger.git from cache (0.86s)
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.86s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (1.38s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (0.51s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger.git"
    },
    {
      "identity" : "threadextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/ThreadExtensions.git"
    }
  ],
  "manifest_display_name" : "Images",
  "name" : "Images",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Images",
      "targets" : [
        "Images"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImagesTests",
      "module_type" : "SwiftTarget",
      "name" : "ImagesTests",
      "path" : "Tests/ImagesTests",
      "sources" : [
        "ImagesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Images"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Images",
      "module_type" : "SwiftTarget",
      "name" : "Images",
      "path" : "Sources/Images",
      "product_dependencies" : [
        "Logger",
        "ThreadExtensions"
      ],
      "product_memberships" : [
        "Images"
      ],
      "sources" : [
        "AsyncImage.swift",
        "Image+AppKit.swift",
        "Image+Extensions.swift",
        "Image+UIKit.swift",
        "ImageCache.swift",
        "ImageFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.