The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Toml 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/jdfergason/swift-toml.git
Reference: v1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jdfergason/swift-toml
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at f4a3d9f Move linux support to added section in CHANGELOG
Cloned https://github.com/jdfergason/swift-toml.git
Revision (git rev-parse @):
f4a3d9fbd94a855d6f85989c7e4c29e0ad75999c
SUCCESS checkout https://github.com/jdfergason/swift-toml.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/jdfergason/swift-toml.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/14] Compiling Toml Path.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Toml/Path.swift:41:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[4/14] Compiling Toml Regex.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Toml/Path.swift:41:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[5/14] Compiling Toml Lexer.swift
[6/14] Compiling Toml Parser.swift
[7/14] Compiling Toml Grammar.swift
[8/14] Compiling Toml Helpers.swift
[9/14] Compiling Toml Serialize.swift
[10/14] Emitting module Toml
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Toml/Path.swift:41:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Toml/Tokens.swift:37:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Token' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[11/14] Compiling Toml Tokens.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Toml/Tokens.swift:37:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Token' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
[12/14] Compiling Toml Date.swift
[13/14] Compiling Toml Evaluator.swift
[14/14] Compiling Toml String.swift
[15/15] Compiling Toml Toml.swift
Build complete! (11.46s)
Build complete.
Done.