Build Information
Successful build of RemoteImage with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crelies/remoteimage.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/crelies/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/crelies/remoteimage.git
Revision (git rev-parse @):
66680f49e07da247db5fd08c089bdfa485f68c38
SUCCESS checkout https://github.com/crelies/remoteimage.git at master
Fetching https://github.com/nalexn/ViewInspector.git from cache
Fetched https://github.com/nalexn/ViewInspector.git (0.35s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.3.8 (0.61s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.3.8
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "remoteimage",
"name": "RemoteImage",
"url": "https://github.com/crelies/remoteimage.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/remoteimage",
"dependencies": [
]
}
]
}
Fetching https://github.com/crelies/remoteimage.git
[1/558] Fetching remoteimage
Fetched https://github.com/crelies/remoteimage.git (0.45s)
Creating working copy for https://github.com/crelies/remoteimage.git
Working copy of https://github.com/crelies/remoteimage.git resolved at master
warning: '.resolve-product-dependencies': dependency 'remoteimage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling RemoteImage RemoteImageURLDataPublisher.swift
/Users/admin/builds/J1XnyXFH/0/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))
^
[2/15] Compiling RemoteImage DefaultRemoteImageService.swift
/Users/admin/builds/J1XnyXFH/0/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))
^
[3/17] Compiling RemoteImage RemoteImageCache.swift
[4/17] Compiling RemoteImage RemoteImageService.swift
[5/17] Compiling RemoteImage PhotoKitServiceError.swift
[6/17] Compiling RemoteImage RemoteImageState.swift
[7/17] Compiling RemoteImage DefaultRemoteImageCache.swift
[8/17] Compiling RemoteImage DefaultRemoteImageServiceDependencies.swift
[9/17] Compiling RemoteImage RemoteImageType.swift
[10/17] Compiling RemoteImage UniversalImage.swift
[11/17] Compiling RemoteImage PhotoKitService.swift
[12/17] Compiling RemoteImage URLSession+RemoteImageURLDataPublisher.swift
[13/17] Emitting module RemoteImage
[14/17] Compiling RemoteImage RemoteImageServiceError.swift
[15/17] Compiling RemoteImage RemoteImageURLDataPublisherProvider.swift
[16/17] Compiling RemoteImage DefaultRemoteImageServiceFactory.swift
[17/17] Compiling RemoteImage RemoteImage.swift
Build complete! (13.79s)
Build complete.
Done.