The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Images, reference main (507b55), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 02:59:44 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Images
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 507b558 newer ActionStatus
Cloned https://github.com/elegantchaos/Images.git
Revision (git rev-parse @):
507b5580d93e76692cd1cc184f4ffea4e620936e
SUCCESS checkout https://github.com/elegantchaos/Images.git at main
========================================
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 ThreadExtensions ThreadExtensions.swift
[6/16] Emitting module ThreadExtensions
[7/16] Compiling Logger PrintHandler.swift
[8/16] Compiling Logger NSLogHandler.swift
[9/16] Compiling Logger UserDefaultsManagerSettings.swift
[10/16] Compiling Logger OSLogHandler.swift
[11/16] Compiling Logger Context.swift
[12/16] Emitting module Logger
[13/16] Compiling Logger Handler.swift
[14/16] Compiling Logger Channel.swift
[15/16] Compiling Logger ManagerSettings.swift
[16/16] Compiling Logger Manager.swift
[17/23] Compiling Images ImageFactory.swift
[18/23] Compiling Images Image+UIKit.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] Emitting module Images
[23/23] Compiling Images Image+AppKit.swift
Build complete! (9.75s)
Fetching https://github.com/elegantchaos/ThreadExtensions.git
Fetching https://github.com/elegantchaos/Logger.git
[3/42] Fetching threadextensions
[43/2142] Fetching threadextensions, logger
Fetched https://github.com/elegantchaos/Logger.git from cache (0.89s)
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.89s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (1.43s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (0.52s)
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.