The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MicroInjection with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/josephlord/MicroInjection.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/josephlord/MicroInjection
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 47bd609 Merge pull request #6 from josephlord/revertOptionToStoreClosureRatherThanConcreteInstances
Cloned https://github.com/josephlord/MicroInjection.git into spi-builder-workspace
47bd609d92bbe218599aaca81269e7b148c14523
SUCCESS checkout https://github.com/josephlord/MicroInjection.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/2] Compiling MicroInjection MicroInjection.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MicroInjection/MicroInjection.swift:54:30: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Injectable : class {
                             ^~~~~
                             AnyObject
[2/2] Emitting module MicroInjection
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MicroInjection/MicroInjection.swift:54:30: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Injectable : class {
                             ^~~~~
                             AnyObject
Build complete! (0.88s)
Build complete.
Done.