The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Toml, reference v1.0.0 (f4a3d9), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 03:38:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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/admin/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:             6.2
Building package at path:  $PWD
https://github.com/jdfergason/swift-toml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/14] Compiling Toml String.swift
[4/14] Compiling Toml Tokens.swift
/Users/admin/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 [#DeprecatedDeclaration]
 35 |     case Comment(String)
 36 |
 37 |     var hashValue: Int {
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Token' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 38 |         switch self {
 39 |         case .Identifier:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/15] Compiling Toml Regex.swift
[6/15] Compiling Toml Serialize.swift
[7/15] Compiling Toml Path.swift
/Users/admin/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 [#DeprecatedDeclaration]
39 |     }
40 |
41 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
42 |         return components.reduce(0, { $0 ^ $1.hashValue })
43 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/15] Compiling Toml Grammar.swift
[9/15] Compiling Toml Helpers.swift
[10/15] Compiling Toml Lexer.swift
[11/15] Compiling Toml Date.swift
[12/15] Compiling Toml Evaluator.swift
[13/15] Emitting module Toml
/Users/admin/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 [#DeprecatedDeclaration]
39 |     }
40 |
41 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
42 |         return components.reduce(0, { $0 ^ $1.hashValue })
43 |     }
/Users/admin/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 [#DeprecatedDeclaration]
 35 |     case Comment(String)
 36 |
 37 |     var hashValue: Int {
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Token' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 38 |         switch self {
 39 |         case .Identifier:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[14/15] Compiling Toml Parser.swift
[15/15] Compiling Toml Toml.swift
Build complete! (4.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Toml",
  "name" : "Toml",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Toml",
      "targets" : [
        "Toml"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TomlTests",
      "module_type" : "SwiftTarget",
      "name" : "TomlTests",
      "path" : "Tests/TomlTests",
      "sources" : [
        "TomlTests.swift"
      ],
      "target_dependencies" : [
        "Toml"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Toml",
      "module_type" : "SwiftTarget",
      "name" : "Toml",
      "path" : "Sources/Toml",
      "product_memberships" : [
        "Toml"
      ],
      "sources" : [
        "Date.swift",
        "Evaluator.swift",
        "Grammar.swift",
        "Helpers.swift",
        "Lexer.swift",
        "Parser.swift",
        "Path.swift",
        "Regex.swift",
        "Serialize.swift",
        "String.swift",
        "Tokens.swift",
        "Toml.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.