The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Node, reference master (607aa5), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 00:52:44 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor-community/node
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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] Emitting module PathIndexable
[9/33] Compiling PathIndexable PathIndexable.swift
[10/33] Compiling PathIndexable PathIndexable+Subscripting.swift
[11/33] Emitting module Debugging
[12/33] Compiling Debugging Debuggable.swift
[13/33] Emitting module libc
[14/33] Compiling libc libc.swift
[15/33] Compiling Bits HexEncoder.swift
[16/33] Compiling Bits Operators.swift
[17/33] Compiling Bits String+BytesConvertible.swift
[18/33] Compiling Bits UnsignedInteger+BytesConvertible.swift
[19/34] Compiling Bits UnsignedInteger+Shifting.swift
[20/34] Compiling Bits Aliases.swift
[21/34] Compiling Bits Base64Encoder.swift
[22/34] Compiling Bits Byte+Convenience.swift
[23/34] Compiling Bits Byte+PatternMatching.swift
[24/34] Emitting module Bits
[25/34] Compiling Bits BytesConvertible.swift
[26/34] Compiling Bits Data+BytesConvertible.swift
[27/34] Compiling Bits ByteSequence+Conversions.swift
[28/34] Compiling Bits Bytes+Base64.swift
[29/34] Compiling Bits Byte+Alphabet.swift
[30/34] Compiling Bits Byte+ControlCharacters.swift
[31/34] Compiling Bits Byte+Random.swift
[32/34] Compiling Bits Byte+UTF8Numbers.swift
[33/34] Compiling Bits Bytes+Hex.swift
[34/34] Compiling Bits Bytes+Percent.swift
[35/56] Emitting module Core
[36/58] Compiling Core Portal.swift
[37/58] Compiling Core RFC1123.swift
[38/58] Compiling Core Sequence.swift
[39/58] Compiling Core StaticDataBuffer.swift
[40/58] Compiling Core DispatchTime+Utilities.swift
[41/58] Compiling Core EmptyInitializable.swift
[42/58] Compiling Core Exports.swift
[43/58] Compiling Core String+CaseInsensitiveCompare.swift
[44/58] Compiling Core String+Polymorphic.swift
[45/58] Compiling Core Result.swift
[46/58] Compiling Core Semaphore.swift
[47/58] Compiling Core Array.swift
[48/58] Compiling Core Bits.swift
[49/58] Compiling Core Cache.swift
[50/58] Compiling Core Extendable.swift
[51/58] Compiling Core FileProtocol.swift
[52/58] Compiling Core Collection+Safe.swift
[53/58] Compiling Core DataFile.swift
[54/58] Compiling Core Dispatch.swift
[55/58] Compiling Core Int+Hex.swift
[56/58] Compiling Core Lock.swift
[57/58] Compiling Core String.swift
[58/58] Compiling Core WorkingDirectory.swift
[59/94] Emitting module Node
[60/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>
[61/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>
[62/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>
[63/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>
[64/97] Compiling Node FloatingPoint+Convertible.swift
[65/97] Compiling Node Integer+Convertible.swift
[66/97] Compiling Node Schema+Convertible.swift
[67/97] Compiling Node SchemaWrapper+Convertible.swift
[68/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>
[69/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>
[70/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>
[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 Node.swift
[76/97] Compiling Node NodeConvertible.swift
[77/97] Compiling Node NodeInitializable.swift
[78/97] Compiling Node NodeRepresentable.swift
[79/97] Compiling Node StructuredData+Init.swift
[80/97] Compiling Node StructuredData+PathIndexable.swift
[81/97] Compiling Node StructuredData+Polymorphic.swift
[82/97] Compiling Node StructuredData.swift
[83/97] Compiling Node Array+Convertible.swift
[84/97] Compiling Node Dictionary+Convertible.swift
[85/97] Compiling Node Fuzzy+Any.swift
[86/97] Compiling Node FuzzyConverter.swift
[87/97] Compiling Node Optional+Convertible.swift
[88/97] Compiling Node Set+Convertible.swift
[89/97] Compiling Node Number.swift
[90/97] Compiling Node StructuredData+Equatable.swift
[91/97] Compiling Node StructuredDataWrapper+Cases.swift
[92/97] Compiling Node StructuredDataWrapper+Convenience.swift
[93/97] Compiling Node StructuredDataWrapper+Equatable.swift
[94/97] Compiling Node StructuredDataWrapper+Literals.swift
[95/97] Compiling Node Errors.swift
[96/97] Compiling Node Exports.swift
[97/97] Compiling Node Identifier.swift
Build complete! (9.12s)
Fetching https://github.com/vapor/bits.git
Fetching https://github.com/vapor/debugging.git
Fetching https://github.com/vapor/core.git
[1/260] Fetching debugging
[69/20403] Fetching debugging, core
[262/20761] Fetching debugging, core, bits
Fetched https://github.com/vapor/bits.git from cache (1.38s)
Fetched https://github.com/vapor/core.git from cache (1.38s)
Fetched https://github.com/vapor/debugging.git from cache (1.38s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.93s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.51s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.54s)
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
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.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.