The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JuanjoArreola/Logg.git
Reference: 2.4.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/JuanjoArreola/Logg
 * tag               2.4.1      -> FETCH_HEAD
HEAD is now at 0e056b6 New emojis. README updated
Cloned https://github.com/JuanjoArreola/Logg.git into spi-builder-workspace
0e056b6a8e028a0b8070892059656586dcaad673
SUCCESS checkout https://github.com/JuanjoArreola/Logg.git at 2.4.1
========================================
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.2.app" xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling Logg CompositeLogger.swift
[2/9] Compiling Logg ConsoleFormatter.swift
[3/9] Compiling Logg DefaultFormatter.swift
[4/9] Emitting module Logg
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Logg/Logger.swift:3:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Logger: class {
                        ^~~~~
                        AnyObject
[5/9] Compiling Logg ConsoleLogger.swift
[6/10] Compiling Logg LogFormatter.swift
[7/10] Compiling Logg LogLevel.swift
[8/10] Compiling Logg LogContext.swift
[9/10] Compiling Logg FileLogger.swift
[10/10] Compiling Logg Logger.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Logg/Logger.swift:3:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Logger: class {
                        ^~~~~
                        AnyObject
Build complete! (4.75s)
Build complete.
Done.