The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FuturaLog 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/kaqu/futuralog.git
Reference: 0.6.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kaqu/futuralog
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 349c53d adding flat log and LogPackage optimization
Cloned https://github.com/kaqu/futuralog.git into spi-builder-workspace
349c53dc57234a8f9bf2d26a895571fc0f010fa5
SUCCESS checkout https://github.com/kaqu/futuralog.git at 0.6.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/15] Compiling FuturaLog LogFileStorage.swift
[2/15] Compiling FuturaLog LogFormatter.swift
[3/15] Compiling FuturaLog LogEmitter.swift
[4/15] Compiling FuturaLog LogFilePrinter.swift
[5/15] Compiling FuturaLog CrashCatcher.swift
[6/15] Compiling FuturaLog Log.swift
[7/16] Compiling FuturaLog LogEnvironment.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FuturaLog/Server/LogEnvironment.swift:22:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'LogEnvironment' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[8/16] Compiling FuturaLog LogPackage.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FuturaLog/Server/LogEnvironment.swift:22:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'LogEnvironment' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[9/16] Compiling FuturaLog LogMemoryStorage.swift
[10/16] Compiling FuturaLog LogPrinter.swift
[11/16] Compiling FuturaLog Logger.swift
[12/16] Compiling FuturaLog FlatLog.swift
[13/16] Emitting module FuturaLog
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FuturaLog/Server/LogEnvironment.swift:22:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'LogEnvironment' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[14/16] Compiling FuturaLog LogReceiver.swift
[15/16] Compiling FuturaLog LogStorage.swift
[16/16] Compiling FuturaLog LogServer.swift
Build complete! (4.66s)
Build complete.
Done.