The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Toml 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/jdfergason/swift-toml.git
Reference: v1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/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 into spi-builder-workspace
f4a3d9fbd94a855d6f85989c7e4c29e0ad75999c
SUCCESS checkout https://github.com/jdfergason/swift-toml.git at v1.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/12] Compiling Toml Lexer.swift
[2/12] Compiling Toml Parser.swift
[3/12] Emitting module Toml
/Users/builder/builds/TDmZkXJm/0/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/0/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 {
        ^
[4/13] Compiling Toml Serialize.swift
[5/13] Compiling Toml Path.swift
/Users/builder/builds/TDmZkXJm/0/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 {
               ^
[6/13] Compiling Toml Regex.swift
/Users/builder/builds/TDmZkXJm/0/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 {
               ^
[7/13] Compiling Toml Grammar.swift
[8/13] Compiling Toml Helpers.swift
[9/13] Compiling Toml Date.swift
[10/13] Compiling Toml Evaluator.swift
[11/13] Compiling Toml Tokens.swift
/Users/builder/builds/TDmZkXJm/0/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/13] Compiling Toml String.swift
[13/13] Compiling Toml Toml.swift
Build complete! (4.59s)
Build complete.
Done.