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 RemoteImage, reference master (66680f), with Swift 5.9 for macOS (SPM) on 26 Feb 2025 08:18:46 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/chris-swift-dev/RemoteImage.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-swift-dev/RemoteImage
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 66680f4 docs(readme): updated build status badge
Cloned https://github.com/chris-swift-dev/RemoteImage.git
Revision (git rev-parse @):
66680f49e07da247db5fd08c089bdfa485f68c38
SUCCESS checkout https://github.com/chris-swift-dev/RemoteImage.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/chris-swift-dev/RemoteImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/16] Compiling RemoteImage DefaultRemoteImageServiceFactory.swift
[2/17] Compiling RemoteImage RemoteImageURLDataPublisher.swift
[3/17] Compiling RemoteImage RemoteImageCache.swift
[4/17] Compiling RemoteImage RemoteImageService.swift
[5/17] Compiling RemoteImage DefaultRemoteImageService.swift
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:78:47: warning: 'phAsset(localIdentifier:)' is deprecated: Will be removed in the future because the localIdentifier is device specific and therefore cannot be used to uniquely identify a PHAsset across devices.
        let cacheKey = Self.cacheKeyProvider(.phAsset(localIdentifier: localIdentifier))
                                              ^
[6/17] Compiling RemoteImage PhotoKitServiceError.swift
[7/17] Compiling RemoteImage RemoteImageState.swift
[8/17] Compiling RemoteImage RemoteImageType.swift
[9/17] Compiling RemoteImage UniversalImage.swift
[10/17] Emitting module RemoteImage
[11/17] Compiling RemoteImage DefaultRemoteImageCache.swift
[12/17] Compiling RemoteImage DefaultRemoteImageServiceDependencies.swift
[13/17] Compiling RemoteImage RemoteImageServiceError.swift
[14/17] Compiling RemoteImage RemoteImageURLDataPublisherProvider.swift
[15/17] Compiling RemoteImage PhotoKitService.swift
[16/17] Compiling RemoteImage URLSession+RemoteImageURLDataPublisher.swift
[17/17] Compiling RemoteImage RemoteImage.swift
Build complete! (14.52s)
Fetching https://github.com/nalexn/ViewInspector.git
[1/12278] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector.git (2.59s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.1 (0.35s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    }
  ],
  "manifest_display_name" : "RemoteImage",
  "name" : "RemoteImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RemoteImage",
      "targets" : [
        "RemoteImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RemoteImageTests",
      "module_type" : "SwiftTarget",
      "name" : "RemoteImageTests",
      "path" : "Tests/RemoteImageTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "Extensions/RemoteImage+Inspectable.swift",
        "Extensions/URLSession+RemoteImageURLDataPublisherTests.swift",
        "Mocks/MockImageManager.swift",
        "Mocks/MockPHAsset.swift",
        "Mocks/MockPHAssetFetchResult.swift",
        "Mocks/MockPhotoKitService.swift",
        "Mocks/MockRemoteImageServiceDependencies.swift",
        "Mocks/MockRemoteImageURLDataPublisher.swift",
        "Models/PhotoKitServiceErrorTests.swift",
        "Models/RemoteImageServiceErrorTests.swift",
        "Services/DefaultRemoteImageCacheTests.swift",
        "Services/PhotoKitServiceTests.swift",
        "Services/RemoteImageServiceDependenciesTests.swift",
        "Services/RemoteImageServiceFactoryTests.swift",
        "Services/RemoteImageServiceTests.swift",
        "Views/RemoteImageTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RemoteImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RemoteImage",
      "module_type" : "SwiftTarget",
      "name" : "RemoteImage",
      "path" : "Sources/RemoteImage",
      "product_memberships" : [
        "RemoteImage"
      ],
      "sources" : [
        "private/Models/RemoteImageServiceError.swift",
        "private/Protocols/RemoteImageURLDataPublisherProvider.swift",
        "private/Services/DefaultRemoteImageCache.swift",
        "private/Services/DefaultRemoteImageServiceDependencies.swift",
        "private/Services/PhotoKitService.swift",
        "public/Extensions/URLSession+RemoteImageURLDataPublisher.swift",
        "public/Models/PhotoKitServiceError.swift",
        "public/Models/RemoteImageState.swift",
        "public/Models/RemoteImageType.swift",
        "public/Models/UniversalImage.swift",
        "public/Protocols/RemoteImageCache.swift",
        "public/Protocols/RemoteImageService.swift",
        "public/Protocols/RemoteImageURLDataPublisher.swift",
        "public/Services/DefaultRemoteImageService.swift",
        "public/Services/DefaultRemoteImageServiceFactory.swift",
        "public/Views/RemoteImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.