Build Information
Successful build of CachedImage with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.8
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leoz/CachedImage.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/leoz/CachedImage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e41ded5 Update demo project to use config file
Cloned https://github.com/leoz/CachedImage.git
Revision (git rev-parse @):
e41ded5c5f9a0ff442b228e83bf082b6ff5a8ba1
SUCCESS checkout https://github.com/leoz/CachedImage.git at master
========================================
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": "cachedimage",
"name": "CachedImage",
"url": "https://github.com/leoz/CachedImage.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CachedImage",
"dependencies": [
]
}
]
}
Fetching https://github.com/leoz/CachedImage.git from cache
Fetched https://github.com/leoz/CachedImage.git (0.36s)
Creating working copy for https://github.com/leoz/CachedImage.git
Working copy of https://github.com/leoz/CachedImage.git resolved at master
warning: '.resolve-product-dependencies': dependency 'cachedimage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
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 PlatformImage.swift
[2/6] Compiling CachedImage ImageCache.swift
[3/6] Compiling CachedImage EnvironmentValues+ImageCache.swift
[4/6] Compiling CachedImage ImageLoader.swift
[5/6] Compiling CachedImage CachedImage.swift
[6/6] Emitting module CachedImage
Build complete! (12.19s)
Build complete.
Done.