Build Information
Successful build of FileProxy 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/michaelnisi/fileproxy.git
Reference: 6.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/fileproxy
* tag 6.0.0 -> FETCH_HEAD
HEAD is now at 9d62eb9 Rename
Cloned https://github.com/michaelnisi/fileproxy.git
Revision (git rev-parse @):
9d62eb93cb80bc8f6ac498929f9fc33651beddce
SUCCESS checkout https://github.com/michaelnisi/fileproxy.git at 6.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/michaelnisi/fileproxy.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/7] Compiling FileProxy FileProxyDelegate.swift
/Users/builder/builds/UKfvDsi8u/2/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
[4/7] Compiling FileProxy FileProxying.swift
[5/7] Emitting module FileProxy
/Users/builder/builds/UKfvDsi8u/2/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
[6/7] Compiling FileProxy FileProxy.swift
[7/7] Compiling FileProxy FileLocator.swift
Build complete! (3.03s)
warning: 'spi-builder-workspace': the target name FileProxyTests has different case on the filesystem and the Package.swift manifest file
Build complete.
Done.