Build Information
Successful build of Node with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/node.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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: 5.8
Building package at path: $PWD/checkout
https://github.com/vapor-community/node.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/23] Compiling PathIndexable PathIndexable.swift
[2/23] Emitting module Debugging
[3/23] Compiling Debugging Debuggable.swift
[4/23] Emitting module PathIndexable
[5/23] Compiling PathIndexable PathIndexable+Subscripting.swift
[6/23] Compiling libc libc.swift
[7/23] Emitting module libc
[8/23] Emitting module Bits
[9/27] Compiling Bits Operators.swift
[10/27] Compiling Bits String+BytesConvertible.swift
[11/27] Compiling Bits UnsignedInteger+BytesConvertible.swift
[12/27] Compiling Bits UnsignedInteger+Shifting.swift
[13/27] Compiling Bits Aliases.swift
[14/27] Compiling Bits Base64Encoder.swift
[15/27] Compiling Bits Byte+Alphabet.swift
[16/27] Compiling Bits Byte+ControlCharacters.swift
[17/27] Compiling Bits Byte+Convenience.swift
[18/27] Compiling Bits Bytes+Hex.swift
[19/27] Compiling Bits Bytes+Percent.swift
[20/27] Compiling Bits BytesConvertible.swift
[21/27] Compiling Bits Data+BytesConvertible.swift
[22/27] Compiling Bits HexEncoder.swift
[23/27] Compiling Bits Byte+PatternMatching.swift
[24/27] Compiling Bits Byte+Random.swift
[25/27] Compiling Bits Byte+UTF8Numbers.swift
[26/27] Compiling Bits ByteSequence+Conversions.swift
[27/27] Compiling Bits Bytes+Base64.swift
[28/46] Emitting module Core
[29/51] Compiling Core DispatchTime+Utilities.swift
[30/51] Compiling Core EmptyInitializable.swift
[31/51] Compiling Core Exports.swift
[32/51] Compiling Core Extendable.swift
[33/51] Compiling Core FileProtocol.swift
[34/51] Compiling Core Int+Hex.swift
[35/51] Compiling Core Lock.swift
[36/51] Compiling Core Portal.swift
[37/51] Compiling Core RFC1123.swift
[38/51] Compiling Core Result.swift
[39/51] Compiling Core Semaphore.swift
[40/51] Compiling Core Sequence.swift
[41/51] Compiling Core Array.swift
[42/51] Compiling Core Bits.swift
[43/51] Compiling Core Cache.swift
[44/51] Compiling Core Collection+Safe.swift
[45/51] Compiling Core DataFile.swift
[46/51] Compiling Core Dispatch.swift
[47/51] Compiling Core StaticDataBuffer.swift
[48/51] Compiling Core String+CaseInsensitiveCompare.swift
[49/51] Compiling Core String+Polymorphic.swift
[50/51] Compiling Core String.swift
[51/51] Compiling Core WorkingDirectory.swift
[52/81] Emitting module Node
[53/90] Compiling Node Getters.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[54/90] Compiling Node Setters.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[55/90] Compiling Node Bool+Convertible.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[56/90] Compiling Node Date+Convertible.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[57/90] Compiling Node FloatingPoint+Convertible.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[58/90] Compiling Node Integer+Convertible.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[59/90] Compiling Node Schema+Convertible.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[60/90] Compiling Node SchemaWrapper+Convertible.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[61/90] Compiling Node String+Convertible.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[62/90] Compiling Node UUID+Convertible.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
.flatMap({ $0.date(from: string) })
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
.flatMap({ $0.date(from: string) })
^~~~~~~
compactMap
[63/90] Compiling Node UnsignedInteger+Convertible.swift
[64/90] Compiling Node Context.swift
[65/90] Compiling Node Node.swift
[66/90] Compiling Node NodeConvertible.swift
[67/90] Compiling Node NodeInitializable.swift
[68/90] Compiling Node NodeRepresentable.swift
[69/90] Compiling Node Array+Convertible.swift
[70/90] Compiling Node Dictionary+Convertible.swift
[71/90] Compiling Node Fuzzy+Any.swift
[72/90] Compiling Node FuzzyConverter.swift
[73/90] Compiling Node Optional+Convertible.swift
[74/90] Compiling Node Set+Convertible.swift
[75/90] Compiling Node Number.swift
[76/90] Compiling Node StructuredData+Equatable.swift
[77/90] Compiling Node StructuredData+Init.swift
[78/90] Compiling Node StructuredData+PathIndexable.swift
[79/90] Compiling Node StructuredData+Polymorphic.swift
[80/90] Compiling Node StructuredData.swift
[81/90] Compiling Node StructuredDataWrapper+Cases.swift
[82/90] Compiling Node StructuredDataWrapper+Convenience.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
[83/90] Compiling Node StructuredDataWrapper+Equatable.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
[84/90] Compiling Node StructuredDataWrapper+Literals.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
[85/90] Compiling Node StructuredDataWrapper+PathIndexable.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
[86/90] Compiling Node StructuredDataWrapper+Polymorphic.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
[87/90] Compiling Node StructuredDataWrapper.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
[88/90] Compiling Node Errors.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
[89/90] Compiling Node Exports.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
[90/90] Compiling Node Identifier.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-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
let context = array.lazy.flatMap { $0.context } .first
^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
let context = array.lazy.flatMap { $0.context } .first
^~~~~~~
compactMap
Build complete! (12.90s)
Fetching https://github.com/vapor/bits.git from cache
Fetching https://github.com/vapor/debugging.git from cache
Fetching https://github.com/vapor/core.git from cache
Fetched https://github.com/vapor/debugging.git (0.28s)
Fetched https://github.com/vapor/core.git (0.28s)
Fetched https://github.com/vapor/bits.git (0.28s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.05s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.06s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.07s)
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: dependency 'debugging' is not used by any target
Build complete.
Done.