The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CachedImage, reference 0.0.9 (39ea4c), with Swift 5.9 for macOS (SPM) on 25 Jan 2025 06:10:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leoz/CachedImage.git
Reference: 0.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leoz/CachedImage
 * tag               0.0.9      -> FETCH_HEAD
HEAD is now at 39ea4cf Update readme
Cloned https://github.com/leoz/CachedImage.git
Revision (git rev-parse @):
39ea4cf9e2448e2c9a5e681545650bbd7bd79351
SUCCESS checkout https://github.com/leoz/CachedImage.git at 0.0.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/leoz/CachedImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling CachedImage CachedImage.swift
[2/6] Compiling CachedImage ImageCache.swift
[3/6] Emitting module CachedImage
[4/6] Compiling CachedImage PlatformImage.swift
[5/6] Compiling CachedImage ImageLoader.swift
[6/6] Compiling CachedImage EnvironmentValues+ImageCache.swift
Build complete! (8.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CachedImage",
  "name" : "CachedImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CachedImage",
      "targets" : [
        "CachedImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CachedImageTests",
      "module_type" : "SwiftTarget",
      "name" : "CachedImageTests",
      "path" : "Tests/CachedImageTests",
      "sources" : [
        "CachedImageTests.swift"
      ],
      "target_dependencies" : [
        "CachedImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CachedImage",
      "module_type" : "SwiftTarget",
      "name" : "CachedImage",
      "path" : "Sources/CachedImage",
      "product_memberships" : [
        "CachedImage"
      ],
      "sources" : [
        "CachedImage.swift",
        "EnvironmentValues+ImageCache.swift",
        "ImageCache.swift",
        "ImageLoader.swift",
        "PlatformImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.