The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Node, reference 2.1.5 (607aa5), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 00:52:52 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/vapor-community/node.git
Reference: 2.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor-community/node
 * tag               2.1.5      -> FETCH_HEAD
HEAD is now at 607aa59 Merge pull request #104 from rpinz/warnings
Cloned https://github.com/vapor-community/node.git
Revision (git rev-parse @):
607aa595081da496f0f04a5c0cffd976e81d2e4e
SUCCESS checkout https://github.com/vapor-community/node.git at 2.1.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vapor-community/node.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/33] Compiling PathIndexable PathIndexable.swift
[9/33] Compiling PathIndexable PathIndexable+Subscripting.swift
[10/33] Emitting module PathIndexable
[11/33] Compiling Debugging Debuggable.swift
[12/33] Emitting module Debugging
[13/33] Compiling libc libc.swift
[14/33] Emitting module libc
[15/33] Compiling Bits String+BytesConvertible.swift
[16/33] Compiling Bits UnsignedInteger+BytesConvertible.swift
[17/34] Compiling Bits HexEncoder.swift
[18/34] Compiling Bits Operators.swift
[19/34] Compiling Bits UnsignedInteger+Shifting.swift
[20/34] Emitting module Bits
[21/34] Compiling Bits Bytes+Hex.swift
[22/34] Compiling Bits Bytes+Percent.swift
[23/34] Compiling Bits Byte+Convenience.swift
[24/34] Compiling Bits Byte+PatternMatching.swift
[25/34] Compiling Bits Aliases.swift
[26/34] Compiling Bits Base64Encoder.swift
[27/34] Compiling Bits Byte+Alphabet.swift
[28/34] Compiling Bits Byte+ControlCharacters.swift
[29/34] Compiling Bits Byte+Random.swift
[30/34] Compiling Bits Byte+UTF8Numbers.swift
[31/34] Compiling Bits BytesConvertible.swift
[32/34] Compiling Bits Data+BytesConvertible.swift
[33/34] Compiling Bits ByteSequence+Conversions.swift
[34/34] Compiling Bits Bytes+Base64.swift
[35/56] Emitting module Core
[36/58] Compiling Core Int+Hex.swift
[37/58] Compiling Core Lock.swift
[38/58] Compiling Core DispatchTime+Utilities.swift
[39/58] Compiling Core EmptyInitializable.swift
[40/58] Compiling Core Exports.swift
[41/58] Compiling Core String+CaseInsensitiveCompare.swift
[42/58] Compiling Core String+Polymorphic.swift
[43/58] Compiling Core Array.swift
[44/58] Compiling Core Bits.swift
[45/58] Compiling Core Cache.swift
[46/58] Compiling Core Portal.swift
[47/58] Compiling Core RFC1123.swift
[48/58] Compiling Core Extendable.swift
[49/58] Compiling Core FileProtocol.swift
[50/58] Compiling Core Result.swift
[51/58] Compiling Core Semaphore.swift
[52/58] Compiling Core Collection+Safe.swift
[53/58] Compiling Core DataFile.swift
[54/58] Compiling Core Dispatch.swift
[55/58] Compiling Core Sequence.swift
[56/58] Compiling Core StaticDataBuffer.swift
[57/58] Compiling Core String.swift
[58/58] Compiling Core WorkingDirectory.swift
[59/94] Compiling Node StructuredDataWrapper+Cases.swift
[60/94] Compiling Node StructuredDataWrapper+Convenience.swift
[61/94] Compiling Node StructuredDataWrapper+Equatable.swift
[62/94] Compiling Node StructuredDataWrapper+Literals.swift
[63/97] Emitting module Node
[64/97] Compiling Node StructuredDataWrapper+PathIndexable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
28 |
29 |         // take first context to attempt inference, should all be same
30 |         let context = array.lazy.flatMap { $0.context } .first
   |                                  |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                  `- note: use 'compactMap(_:)' instead
31 |         self.init(node, in: context)
32 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[65/97] Compiling Node StructuredDataWrapper+Polymorphic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
28 |
29 |         // take first context to attempt inference, should all be same
30 |         let context = array.lazy.flatMap { $0.context } .first
   |                                  |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                  `- note: use 'compactMap(_:)' instead
31 |         self.init(node, in: context)
32 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[66/97] Compiling Node StructuredDataWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
28 |
29 |         // take first context to attempt inference, should all be same
30 |         let context = array.lazy.flatMap { $0.context } .first
   |                                  |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                  `- note: use 'compactMap(_:)' instead
31 |         self.init(node, in: context)
32 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[67/97] Compiling Node Node.swift
[68/97] Compiling Node NodeConvertible.swift
[69/97] Compiling Node NodeInitializable.swift
[70/97] Compiling Node NodeRepresentable.swift
[71/97] Compiling Node String+Convertible.swift
[72/97] Compiling Node UUID+Convertible.swift
[73/97] Compiling Node UnsignedInteger+Convertible.swift
[74/97] Compiling Node Context.swift
[75/97] Compiling Node Array+Convertible.swift
[76/97] Compiling Node Dictionary+Convertible.swift
[77/97] Compiling Node Fuzzy+Any.swift
[78/97] Compiling Node FuzzyConverter.swift
[79/97] Compiling Node Getters.swift
/Users/admin/builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[80/97] Compiling Node Setters.swift
/Users/admin/builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[81/97] Compiling Node Bool+Convertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[82/97] Compiling Node Date+Convertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
 69 |                 let date = Date.incomingDateFormatters
 70 |                     .lazy
 71 |                     .flatMap({ $0.date(from: string) })
    |                      |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
    |                      `- note: use 'compactMap(_:)' instead
 72 |                     .first
 73 |                 else { fallthrough }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[83/97] Compiling Node FloatingPoint+Convertible.swift
[84/97] Compiling Node Integer+Convertible.swift
[85/97] Compiling Node Schema+Convertible.swift
[86/97] Compiling Node SchemaWrapper+Convertible.swift
[87/97] Compiling Node Errors.swift
[88/97] Compiling Node Exports.swift
[89/97] Compiling Node Identifier.swift
[90/97] Compiling Node StructuredData+Init.swift
[91/97] Compiling Node StructuredData+PathIndexable.swift
[92/97] Compiling Node StructuredData+Polymorphic.swift
[93/97] Compiling Node StructuredData.swift
[94/97] Compiling Node Optional+Convertible.swift
[95/97] Compiling Node Set+Convertible.swift
[96/97] Compiling Node Number.swift
[97/97] Compiling Node StructuredData+Equatable.swift
Build complete! (9.19s)
Fetching https://github.com/vapor/debugging.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/bits.git
[1/260] Fetching debugging
[126/618] Fetching debugging, bits
[469/20761] Fetching debugging, bits, core
Fetched https://github.com/vapor/bits.git from cache (0.69s)
[462/20403] Fetching debugging, core
Fetched https://github.com/vapor/debugging.git from cache (1.44s)
Fetched https://github.com/vapor/core.git from cache (1.44s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.94s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.46s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.47s)
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
warning: 'spi-builder-workspace': dependency 'debugging' is not used by any target
Build complete.
{
  "dependencies" : [
    {
      "identity" : "core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/core.git"
    },
    {
      "identity" : "bits",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/bits.git"
    },
    {
      "identity" : "debugging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/debugging.git"
    }
  ],
  "manifest_display_name" : "Node",
  "name" : "Node",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Node",
      "targets" : [
        "Node"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PathIndexable",
      "targets" : [
        "PathIndexable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathIndexableTests",
      "module_type" : "SwiftTarget",
      "name" : "PathIndexableTests",
      "path" : "Tests/PathIndexableTests",
      "sources" : [
        "PathIndexableTests.swift"
      ],
      "target_dependencies" : [
        "PathIndexable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathIndexable",
      "module_type" : "SwiftTarget",
      "name" : "PathIndexable",
      "path" : "Sources/PathIndexable",
      "product_memberships" : [
        "Node",
        "PathIndexable"
      ],
      "sources" : [
        "PathIndexable+Subscripting.swift",
        "PathIndexable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NodeTests",
      "module_type" : "SwiftTarget",
      "name" : "NodeTests",
      "path" : "Tests/NodeTests",
      "sources" : [
        "BasicConvertibleTests.swift",
        "DictionaryKeyPathTests.swift",
        "NodeBackedTests.swift",
        "NodeDataTypeTests.swift",
        "NodeGetterTests.swift",
        "NodeIndexableTests.swift",
        "NodePolymorphicTests.swift",
        "NodeTests.swift",
        "NumberTests.swift",
        "SequenceConvertibleTests.swift",
        "SettersTests.swift"
      ],
      "target_dependencies" : [
        "Node"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Node",
      "module_type" : "SwiftTarget",
      "name" : "Node",
      "path" : "Sources/Node",
      "product_dependencies" : [
        "Bits",
        "Core"
      ],
      "product_memberships" : [
        "Node"
      ],
      "sources" : [
        "Accessors/Getters.swift",
        "Accessors/Setters.swift",
        "Convertibles/Bool+Convertible.swift",
        "Convertibles/Date+Convertible.swift",
        "Convertibles/FloatingPoint+Convertible.swift",
        "Convertibles/Integer+Convertible.swift",
        "Convertibles/Schema+Convertible.swift",
        "Convertibles/SchemaWrapper+Convertible.swift",
        "Convertibles/String+Convertible.swift",
        "Convertibles/UUID+Convertible.swift",
        "Convertibles/UnsignedInteger+Convertible.swift",
        "Core/Context.swift",
        "Core/Node.swift",
        "Core/NodeConvertible.swift",
        "Core/NodeInitializable.swift",
        "Core/NodeRepresentable.swift",
        "Fuzzy/Array+Convertible.swift",
        "Fuzzy/Dictionary+Convertible.swift",
        "Fuzzy/Fuzzy+Any.swift",
        "Fuzzy/FuzzyConverter.swift",
        "Fuzzy/Optional+Convertible.swift",
        "Fuzzy/Set+Convertible.swift",
        "Number/Number.swift",
        "StructuredData/StructuredData+Equatable.swift",
        "StructuredData/StructuredData+Init.swift",
        "StructuredData/StructuredData+PathIndexable.swift",
        "StructuredData/StructuredData+Polymorphic.swift",
        "StructuredData/StructuredData.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Cases.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Convenience.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Equatable.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Literals.swift",
        "StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift",
        "StructuredDataWrapper/StructuredDataWrapper+Polymorphic.swift",
        "StructuredDataWrapper/StructuredDataWrapper.swift",
        "Utilities/Errors.swift",
        "Utilities/Exports.swift",
        "Utilities/Identifier.swift"
      ],
      "target_dependencies" : [
        "PathIndexable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.