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.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/vapor-community/node.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
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
[2/618] Fetching debugging, bits
[569/20761] Fetching debugging, bits, core
Fetched https://github.com/vapor/bits.git (0.29s)
[2073/20403] Fetching debugging, core
Fetched https://github.com/vapor/debugging.git (0.85s)
Fetched https://github.com/vapor/core.git (0.86s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.40s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.40s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.40s)
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.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
Building for debugging...
[1/25] Emitting module Bits
[2/27] Compiling Bits UnsignedInteger+BytesConvertible.swift
[3/27] Compiling Bits UnsignedInteger+Shifting.swift
[4/27] Compiling PathIndexable PathIndexable+Subscripting.swift
[5/27] Emitting module PathIndexable
[6/27] Compiling PathIndexable PathIndexable.swift
[7/28] Emitting module Debugging
[8/28] Compiling Debugging Debuggable.swift
[13/31] Compiling Bits Operators.swift
[14/31] Compiling Bits String+BytesConvertible.swift
[15/31] Compiling Bits Aliases.swift
[16/31] Compiling Bits Base64Encoder.swift
[17/31] Compiling Bits Byte+Alphabet.swift
[18/31] Emitting module libc
[19/31] Compiling libc libc.swift
[20/32] Compiling Bits Byte+Random.swift
[21/32] Compiling Bits Byte+UTF8Numbers.swift
[22/32] Compiling Bits ByteSequence+Conversions.swift
[23/32] Compiling Bits Byte+ControlCharacters.swift
[24/32] Compiling Bits Byte+Convenience.swift
[25/32] Compiling Bits Byte+PatternMatching.swift
[26/32] Compiling Bits Bytes+Percent.swift
[27/32] Compiling Bits BytesConvertible.swift
[28/32] Compiling Bits Bytes+Base64.swift
[29/32] Compiling Bits Bytes+Hex.swift
[30/32] Compiling Bits Data+BytesConvertible.swift
[31/32] Compiling Bits HexEncoder.swift
[36/57] Emitting module Core
[37/59] Compiling Core Extendable.swift
[38/59] Compiling Core FileProtocol.swift
[39/59] Compiling Core Int+Hex.swift
[40/59] Compiling Core StaticDataBuffer.swift
[41/59] Compiling Core String+CaseInsensitiveCompare.swift
[42/59] Compiling Core String+Polymorphic.swift
[43/59] Compiling Core DispatchTime+Utilities.swift
[44/59] Compiling Core EmptyInitializable.swift
[45/59] Compiling Core Exports.swift
[46/59] Compiling Core Result.swift
[47/59] Compiling Core Semaphore.swift
[48/59] Compiling Core Sequence.swift
[49/59] Compiling Core Lock.swift
[50/59] Compiling Core Portal.swift
[51/59] Compiling Core RFC1123.swift
[52/59] Compiling Core String.swift
[53/59] Compiling Core WorkingDirectory.swift
[54/59] Compiling Core Collection+Safe.swift
[55/59] Compiling Core DataFile.swift
[56/59] Compiling Core Dispatch.swift
[57/59] Compiling Core Array.swift
[58/59] Compiling Core Bits.swift
[59/59] Compiling Core Cache.swift
[62/96] Emitting module Node
[63/100] Compiling Node Getters.swift
/host/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) })
                     ^
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
                    .flatMap({ $0.date(from: string) })
                     ^~~~~~~
                     compactMap
[64/100] Compiling Node Setters.swift
/host/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) })
                     ^
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
                    .flatMap({ $0.date(from: string) })
                     ^~~~~~~
                     compactMap
[65/100] Compiling Node Bool+Convertible.swift
/host/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) })
                     ^
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
                    .flatMap({ $0.date(from: string) })
                     ^~~~~~~
                     compactMap
[66/100] Compiling Node Date+Convertible.swift
/host/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) })
                     ^
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
                    .flatMap({ $0.date(from: string) })
                     ^~~~~~~
                     compactMap
[67/100] Compiling Node FloatingPoint+Convertible.swift
/host/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) })
                     ^
/host/spi-builder-workspace/Sources/Node/Convertibles/Date+Convertible.swift:71:22: note: use 'compactMap(_:)' instead
                    .flatMap({ $0.date(from: string) })
                     ^~~~~~~
                     compactMap
[68/100] Compiling Node UnsignedInteger+Convertible.swift
[69/100] Compiling Node Context.swift
[70/100] Compiling Node Node.swift
[71/100] Compiling Node NodeConvertible.swift
[72/100] Compiling Node NodeInitializable.swift
[73/100] Compiling Node StructuredData+PathIndexable.swift
[74/100] Compiling Node StructuredData+Polymorphic.swift
[75/100] Compiling Node StructuredData.swift
[76/100] Compiling Node StructuredDataWrapper+Cases.swift
[77/100] Compiling Node StructuredDataWrapper+Convenience.swift
[78/100] Compiling Node NodeRepresentable.swift
[79/100] Compiling Node Array+Convertible.swift
[80/100] Compiling Node Dictionary+Convertible.swift
[81/100] Compiling Node Fuzzy+Any.swift
[82/100] Compiling Node FuzzyConverter.swift
[83/100] Compiling Node Integer+Convertible.swift
[84/100] Compiling Node Schema+Convertible.swift
[85/100] Compiling Node SchemaWrapper+Convertible.swift
[86/100] Compiling Node String+Convertible.swift
[87/100] Compiling Node UUID+Convertible.swift
[88/100] Compiling Node StructuredDataWrapper+Equatable.swift
/host/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
                                 ^
/host/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/100] Compiling Node StructuredDataWrapper+Literals.swift
/host/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
                                 ^
/host/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/100] Compiling Node StructuredDataWrapper+PathIndexable.swift
/host/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
                                 ^
/host/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
        let context = array.lazy.flatMap { $0.context } .first
                                 ^~~~~~~
                                 compactMap
[91/100] Compiling Node StructuredDataWrapper+Polymorphic.swift
/host/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
                                 ^
/host/spi-builder-workspace/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift:30:34: note: use 'compactMap(_:)' instead
        let context = array.lazy.flatMap { $0.context } .first
                                 ^~~~~~~
                                 compactMap
[92/100] Compiling Node Optional+Convertible.swift
[93/100] Compiling Node Set+Convertible.swift
[94/100] Compiling Node Number.swift
[95/100] Compiling Node StructuredData+Equatable.swift
[96/100] Compiling Node StructuredData+Init.swift
[97/100] Compiling Node StructuredDataWrapper.swift
[98/100] Compiling Node Errors.swift
[99/100] Compiling Node Exports.swift
[100/100] Compiling Node Identifier.swift
Build complete! (10.63s)
Build complete.
Done.