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.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: 2.1.5
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/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.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 PathIndexable PathIndexable.swift
[10/32] Emitting module PathIndexable
[11/32] Compiling PathIndexable PathIndexable+Subscripting.swift
[12/32] Compiling Debugging Debuggable.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+ControlCharacters.swift
[18/34] Compiling Bits Byte+Convenience.swift
[19/34] Compiling Bits Byte+PatternMatching.swift
[20/34] Compiling Bits UnsignedInteger+BytesConvertible.swift
[21/34] Compiling Bits UnsignedInteger+Shifting.swift
[22/34] Compiling Bits Byte+Random.swift
[23/34] Compiling Bits Byte+UTF8Numbers.swift
[24/34] Compiling Bits ByteSequence+Conversions.swift
[25/34] Compiling Bits Aliases.swift
[26/34] Compiling Bits Base64Encoder.swift
[27/34] Compiling Bits Byte+Alphabet.swift
[28/34] Emitting module Bits
[29/34] Compiling Bits Data+BytesConvertible.swift
[30/34] Compiling Bits HexEncoder.swift
[31/34] Compiling Bits Bytes+Base64.swift
[32/34] Compiling Bits Bytes+Hex.swift
[33/34] Compiling Bits Bytes+Percent.swift
[34/34] Compiling Bits BytesConvertible.swift
[35/56] Compiling Core Result.swift
[36/56] Compiling Core Semaphore.swift
[37/56] Compiling Core Sequence.swift
[38/58] Compiling Core Extendable.swift
[39/58] Compiling Core FileProtocol.swift
[40/58] Compiling Core Int+Hex.swift
[41/58] Compiling Core Array.swift
[42/58] Compiling Core Bits.swift
[43/58] Compiling Core Cache.swift
[44/58] Compiling Core Lock.swift
[45/58] Compiling Core Portal.swift
[46/58] Compiling Core RFC1123.swift
[47/58] Emitting module Core
[48/58] Compiling Core StaticDataBuffer.swift
[49/58] Compiling Core String+CaseInsensitiveCompare.swift
[50/58] Compiling Core String+Polymorphic.swift
[51/58] Compiling Core DispatchTime+Utilities.swift
[52/58] Compiling Core EmptyInitializable.swift
[53/58] Compiling Core Exports.swift
[54/58] Compiling Core Collection+Safe.swift
[55/58] Compiling Core DataFile.swift
[56/58] Compiling Core Dispatch.swift
[57/58] Compiling Core String.swift
[58/58] Compiling Core WorkingDirectory.swift
[59/93] Emitting module Node
[60/97] Compiling Node Integer+Convertible.swift
[61/97] Compiling Node Schema+Convertible.swift
[62/97] Compiling Node SchemaWrapper+Convertible.swift
[63/97] Compiling Node String+Convertible.swift
[64/97] Compiling Node UUID+Convertible.swift
[65/97] Compiling Node NodeRepresentable.swift
[66/97] Compiling Node Array+Convertible.swift
[67/97] Compiling Node Dictionary+Convertible.swift
[68/97] Compiling Node Fuzzy+Any.swift
[69/97] Compiling Node FuzzyConverter.swift
[70/97] Compiling Node UnsignedInteger+Convertible.swift
[71/97] Compiling Node Context.swift
[72/97] Compiling Node Node.swift
[73/97] Compiling Node NodeConvertible.swift
[74/97] Compiling Node NodeInitializable.swift
[75/97] Compiling Node StructuredDataWrapper+Equatable.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[76/97] Compiling Node StructuredDataWrapper+Literals.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[77/97] Compiling Node StructuredDataWrapper+PathIndexable.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[78/97] Compiling Node StructuredDataWrapper+Polymorphic.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[79/97] Compiling Node Getters.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[80/97] Compiling Node Setters.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[81/97] Compiling Node Bool+Convertible.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[82/97] Compiling Node Date+Convertible.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[83/97] Compiling Node FloatingPoint+Convertible.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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
[84/97] Compiling Node Optional+Convertible.swift
[85/97] Compiling Node Set+Convertible.swift
[86/97] Compiling Node Number.swift
[87/97] Compiling Node StructuredData+Equatable.swift
[88/97] Compiling Node StructuredData+Init.swift
[89/97] Compiling Node StructuredData+PathIndexable.swift
[90/97] Compiling Node StructuredData+Polymorphic.swift
[91/97] Compiling Node StructuredData.swift
[92/97] Compiling Node StructuredDataWrapper+Cases.swift
[93/97] Compiling Node StructuredDataWrapper+Convenience.swift
[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! (6.19s)
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/bits.git from cache (0.18s)
Fetched https://github.com/vapor/core.git from cache (0.18s)
Fetched https://github.com/vapor/debugging.git from cache (0.19s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.55s)
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.38s)
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
Build complete.
Done.