The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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: 2.1.5
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-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:             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] Emitting module Debugging
[2/23] Compiling Debugging Debuggable.swift
[3/23] Compiling PathIndexable PathIndexable+Subscripting.swift
[4/23] Emitting module PathIndexable
[5/23] Compiling PathIndexable PathIndexable.swift
[6/23] Emitting module libc
[7/23] Compiling libc libc.swift
[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 Byte+PatternMatching.swift
[14/27] Compiling Bits Byte+Random.swift
[15/27] Compiling Bits Byte+UTF8Numbers.swift
[16/27] Compiling Bits ByteSequence+Conversions.swift
[17/27] Compiling Bits Bytes+Base64.swift
[18/27] Compiling Bits Aliases.swift
[19/27] Compiling Bits Base64Encoder.swift
[20/27] Compiling Bits Byte+Alphabet.swift
[21/27] Compiling Bits Byte+ControlCharacters.swift
[22/27] Compiling Bits Byte+Convenience.swift
[23/27] Compiling Bits Bytes+Hex.swift
[24/27] Compiling Bits Bytes+Percent.swift
[25/27] Compiling Bits BytesConvertible.swift
[26/27] Compiling Bits Data+BytesConvertible.swift
[27/27] Compiling Bits HexEncoder.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 StaticDataBuffer.swift
[42/51] Compiling Core String+CaseInsensitiveCompare.swift
[43/51] Compiling Core String+Polymorphic.swift
[44/51] Compiling Core String.swift
[45/51] Compiling Core WorkingDirectory.swift
[46/51] Compiling Core Array.swift
[47/51] Compiling Core Bits.swift
[48/51] Compiling Core Cache.swift
[49/51] Compiling Core Collection+Safe.swift
[50/51] Compiling Core DataFile.swift
[51/51] Compiling Core Dispatch.swift
[52/81] Emitting module Node
[53/90] Compiling Node Getters.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[54/90] Compiling Node Setters.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[55/90] Compiling Node Bool+Convertible.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[56/90] Compiling Node Date+Convertible.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[57/90] Compiling Node FloatingPoint+Convertible.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[58/90] Compiling Node Integer+Convertible.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[59/90] Compiling Node Schema+Convertible.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[60/90] Compiling Node SchemaWrapper+Convertible.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[61/90] Compiling Node String+Convertible.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[62/90] Compiling Node UUID+Convertible.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[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/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/admin/builds/vMd7uqzK/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
[83/90] Compiling Node StructuredDataWrapper+Equatable.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[84/90] Compiling Node StructuredDataWrapper+Literals.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[85/90] Compiling Node StructuredDataWrapper+PathIndexable.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[86/90] Compiling Node StructuredDataWrapper+Polymorphic.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[87/90] Compiling Node StructuredDataWrapper.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[88/90] Compiling Node Errors.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[89/90] Compiling Node Exports.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
[90/90] Compiling Node Identifier.swift
/Users/admin/builds/vMd7uqzK/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/admin/builds/vMd7uqzK/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
Build complete! (13.80s)
Fetching https://github.com/vapor/debugging.git from cache
Fetching https://github.com/vapor/bits.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/bits.git (0.28s)
Fetched https://github.com/vapor/core.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.05s)
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/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: dependency 'debugging' is not used by any target
Build complete.
Done.