The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FuturaLog 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/kaqu/futuralog.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kaqu/futuralog
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 088587a Update README.md
Cloned https://github.com/kaqu/futuralog.git
Revision (git rev-parse @):
088587a555814bd6449253d5d18ddd181c2e6f29
SUCCESS checkout https://github.com/kaqu/futuralog.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kaqu/futuralog.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/17] Compiling FuturaLog LogPrinter.swift
[4/17] Compiling FuturaLog LogStorage.swift
[5/17] Compiling FuturaLog LogEnvironment.swift
/Users/admin/builds/J1XnyXFH/0/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 {
               ^
[6/17] Compiling FuturaLog LogPackage.swift
/Users/admin/builds/J1XnyXFH/0/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 {
               ^
[7/17] Compiling FuturaLog Logger.swift
[8/17] Compiling FuturaLog FlatLog.swift
[9/18] Emitting module FuturaLog
/Users/admin/builds/J1XnyXFH/0/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 {
               ^
[10/18] Compiling FuturaLog LogFileStorage.swift
[11/18] Compiling FuturaLog LogMemoryStorage.swift
[12/18] Compiling FuturaLog Log.swift
[13/18] Compiling FuturaLog LogFormatter.swift
[14/18] Compiling FuturaLog CrashCatcher.swift
[15/18] Compiling FuturaLog FlushableTextOutputStream.swift
[16/18] Compiling FuturaLog LogReceiver.swift
[17/18] Compiling FuturaLog LogFilePrinter.swift
[18/18] Compiling FuturaLog LogServer.swift
Build complete! (4.77s)
Build complete.
Done.