Build Information
Successful build of FileProxy 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/michaelnisi/fileproxy.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/fileproxy
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b3f42aa Note install
Cloned https://github.com/michaelnisi/fileproxy.git
Revision (git rev-parse @):
b3f42aa67cfe38d888ab373b0f0a83f516675084
SUCCESS checkout https://github.com/michaelnisi/fileproxy.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "fileproxy",
"name": "FileProxy",
"url": "https://github.com/michaelnisi/fileproxy.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fileproxy",
"dependencies": [
]
}
]
}
Fetching https://github.com/michaelnisi/fileproxy.git
[1/345] Fetching fileproxy
Fetched https://github.com/michaelnisi/fileproxy.git (0.26s)
Creating working copy for https://github.com/michaelnisi/fileproxy.git
Working copy of https://github.com/michaelnisi/fileproxy.git resolved at master
warning: '.resolve-product-dependencies': dependency 'fileproxy' 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/5] Compiling FileProxy FileProxyDelegate.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FileProxy/FileProxyDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol FileProxyDelegate: class {
^~~~~
AnyObject
[2/5] Compiling FileProxy FileProxying.swift
[3/5] Compiling FileProxy FileLocator.swift
[4/5] Emitting module FileProxy
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FileProxy/FileProxyDelegate.swift:13:36: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol FileProxyDelegate: class {
^~~~~
AnyObject
[5/5] Compiling FileProxy FileProxy.swift
Build complete! (6.61s)
warning: 'spi-builder-workspace': the target name FileProxyTests has different case on the filesystem and the Package.swift manifest file
Build complete.
Done.