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