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 with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crelies/remoteimage.git
Reference: 4.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/crelies/remoteimage
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at 7de2045 Merge pull request #18 from crelies/dev
Cloned https://github.com/crelies/remoteimage.git
Revision (git rev-parse @):
7de20453a8b9733eb8e28ae762801c60a5a5f59d
SUCCESS checkout https://github.com/crelies/remoteimage.git at 4.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/crelies/remoteimage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/17] Compiling RemoteImage RemoteImageCache.swift
[4/17] Compiling RemoteImage RemoteImageService.swift
[5/17] Compiling RemoteImage RemoteImageURLDataPublisher.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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 DefaultRemoteImageService.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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))
                                              ^
[7/17] Compiling RemoteImage RemoteImageType.swift
[8/17] Compiling RemoteImage UniversalImage.swift
[9/17] Emitting module RemoteImage
[10/17] Compiling RemoteImage PhotoKitServiceError.swift
[11/17] Compiling RemoteImage RemoteImageState.swift
[12/17] Compiling RemoteImage RemoteImageServiceError.swift
[13/17] Compiling RemoteImage RemoteImageURLDataPublisherProvider.swift
[14/17] Compiling RemoteImage PhotoKitService.swift
[15/17] Compiling RemoteImage URLSession+RemoteImageURLDataPublisher.swift
[16/17] Compiling RemoteImage DefaultRemoteImageCache.swift
[17/17] Compiling RemoteImage DefaultRemoteImageServiceDependencies.swift
[18/19] Compiling RemoteImage DefaultRemoteImageServiceFactory.swift
[19/19] Compiling RemoteImage RemoteImage.swift
Build complete! (8.17s)
Fetching https://github.com/nalexn/ViewInspector.git from cache
Fetched https://github.com/nalexn/ViewInspector.git from cache (0.17s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.3.8 (0.34s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.3.8
Build complete.
Done.