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 CachedImage, reference master (3d2bec), with Swift 5.10 for macOS (SPM) on 31 May 2025 08:03:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leoz/CachedImage.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leoz/CachedImage
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3d2becf Update codeql.yml
Cloned https://github.com/leoz/CachedImage.git
Revision (git rev-parse @):
3d2becf74c476a8b89dbab59242457d68f5cbb53
SUCCESS checkout https://github.com/leoz/CachedImage.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/leoz/CachedImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling CachedImage ImageCache.swift
[4/8] Compiling CachedImage EnvironmentValues+ImageCache.swift
[5/8] Compiling CachedImage PlatformImage.swift
[6/8] Compiling CachedImage CachedImage.swift
[7/8] Emitting module CachedImage
[8/8] Compiling CachedImage ImageLoader.swift
Build complete! (7.26s)
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.