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

Failed to build PayPal 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/skelpo/paypal.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/skelpo/paypal
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c058dc6 Merge pull request #14 from Northplay/fix/iso8601-linux-crash
Cloned https://github.com/skelpo/paypal.git
Revision (git rev-parse @):
c058dc6027d73d1743c30f4332b2e62b7c91ab7e
SUCCESS checkout https://github.com/skelpo/paypal.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/skelpo/paypal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/47] Write sources
[31/47] Compiling CNIOZlib empty.c
[32/47] Compiling CNIOLinux ifaddrs-android.c
[33/47] Compiling CNIOLinux shim.c
[34/47] Write swift-version--423B1241ED78D482.txt
[35/47] Compiling CNIODarwin shim.c
[36/47] Compiling CNIOOpenSSL helpers.c
[37/50] Compiling CBcrypt blf.c
[38/50] Compiling CNIOOpenSSL shims.c
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:102:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
sha1_step(ctxt)
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_init(ctxt)
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:199:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_pad(ctxt)
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
c_nio_sha1_loop(ctxt, input, len)
^
4 warnings generated.
[39/77] Compiling CNIOSHA1 c_nio_sha1.c
[40/92] Compiling CCryptoOpenSSL shim.c
[41/94] Compiling CBcrypt bcrypt.c
[42/100] Compiling CNIOHTTPParser c_nio_http_parser.c
[43/100] Write sources
[45/100] Compiling CBase32 base32.c
[47/100] Compiling NIOPriorityQueue PriorityQueue.swift
[48/100] Emitting module COperatingSystem
[49/100] Compiling COperatingSystem libc.swift
[50/100] Emitting module NIOPriorityQueue
[51/100] Compiling NIOPriorityQueue Heap.swift
[51/100] Compiling c-atomics.c
[53/103] Compiling NIOConcurrencyHelpers lock.swift
[54/103] Compiling NIOConcurrencyHelpers atomics.swift
[55/103] Emitting module NIOConcurrencyHelpers
[56/153] Compiling NIO AddressedEnvelope.swift
[57/153] Compiling NIO BaseSocket.swift
[58/153] Compiling NIO Linux.swift
[59/153] Compiling NIO LinuxCPUSet.swift
[60/155] Emitting module JSON
[61/155] Compiling NIO IO.swift
[62/155] Compiling NIO IOData.swift
[63/155] Compiling JSON Number.swift
[64/155] Compiling JSON Operator.swift
[65/155] Compiling NIO ChannelPipeline.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[66/155] Compiling NIO CircularBuffer.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[67/155] Compiling NIO Codec.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[68/155] Compiling NIO CompositeError.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[69/155] Compiling NIO ContiguousCollection.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[70/155] Compiling NIO DeadChannel.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[71/155] Compiling NIO Embedded.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[72/161] Compiling NIO ByteBuffer-int.swift
[73/161] Compiling NIO ByteBuffer-views.swift
[74/161] Compiling NIO Channel.swift
[75/161] Compiling NIO ChannelHandler.swift
[76/161] Compiling NIO ChannelHandlers.swift
[77/161] Compiling NIO ChannelInvoker.swift
[78/161] Compiling NIO ChannelOption.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/161] Emitting module Failable
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:27:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80)throws {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
extension Failable: Collection where T: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension Failable: Collection where T: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.BidirectionalCollection:14:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.RandomAccessCollection:7:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:16:15: error: 'SubSequence' is not a member type of type 'T'
        -> [T.SubSequence]
            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:22:47: error: 'SubSequence' is not a member type of type 'T'
    public func suffix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:27:83: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                                ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:32:47: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:37:81: error: 'SubSequence' is not a member type of type 'T'
    public func drop(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                              ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:42:41: error: 'SubSequence' is not a member type of type 'T'
    public func dropLast(_ k: Int) -> T.SubSequence {
                                      ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:47:42: error: 'SubSequence' is not a member type of type 'T'
    public func dropFirst(_ k: Int) -> T.SubSequence {
                                       ~ ^
[80/164] Compiling NIO Resolver.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:16:15: error: 'SubSequence' is not a member type of type 'T'
        -> [T.SubSequence]
            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:22:47: error: 'SubSequence' is not a member type of type 'T'
    public func suffix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:27:83: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                                ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:32:47: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:37:81: error: 'SubSequence' is not a member type of type 'T'
    public func drop(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                              ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:42:41: error: 'SubSequence' is not a member type of type 'T'
    public func dropLast(_ k: Int) -> T.SubSequence {
                                      ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:47:42: error: 'SubSequence' is not a member type of type 'T'
    public func dropFirst(_ k: Int) -> T.SubSequence {
                                       ~ ^
[81/164] Compiling NIO Selectable.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:16:15: error: 'SubSequence' is not a member type of type 'T'
        -> [T.SubSequence]
            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:22:47: error: 'SubSequence' is not a member type of type 'T'
    public func suffix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:27:83: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                                ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:32:47: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:37:81: error: 'SubSequence' is not a member type of type 'T'
    public func drop(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                              ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:42:41: error: 'SubSequence' is not a member type of type 'T'
    public func dropLast(_ k: Int) -> T.SubSequence {
                                      ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:47:42: error: 'SubSequence' is not a member type of type 'T'
    public func dropFirst(_ k: Int) -> T.SubSequence {
                                       ~ ^
[82/164] Compiling NIO Selector.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:16:15: error: 'SubSequence' is not a member type of type 'T'
        -> [T.SubSequence]
            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:22:47: error: 'SubSequence' is not a member type of type 'T'
    public func suffix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:27:83: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                                ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:32:47: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:37:81: error: 'SubSequence' is not a member type of type 'T'
    public func drop(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                              ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:42:41: error: 'SubSequence' is not a member type of type 'T'
    public func dropLast(_ k: Int) -> T.SubSequence {
                                      ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:47:42: error: 'SubSequence' is not a member type of type 'T'
    public func dropFirst(_ k: Int) -> T.SubSequence {
                                       ~ ^
[83/164] Compiling NIO ServerSocket.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:16:15: error: 'SubSequence' is not a member type of type 'T'
        -> [T.SubSequence]
            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:22:47: error: 'SubSequence' is not a member type of type 'T'
    public func suffix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:27:83: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                                ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:32:47: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:37:81: error: 'SubSequence' is not a member type of type 'T'
    public func drop(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                              ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:42:41: error: 'SubSequence' is not a member type of type 'T'
    public func dropLast(_ k: Int) -> T.SubSequence {
                                      ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:47:42: error: 'SubSequence' is not a member type of type 'T'
    public func dropFirst(_ k: Int) -> T.SubSequence {
                                       ~ ^
[90/164] Compiling NIO Bootstrap.swift
[91/164] Compiling NIO ByteBuffer-aux.swift
[92/164] Compiling NIO ByteBuffer-core.swift
[93/164] Compiling NIO RecvByteBufferAllocator.swift
[99/164] Compiling Failable ComparableValidations.swift
[100/164] Compiling Failable OptionalValidations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[101/164] Compiling Failable StringValidations.swift
[102/164] Compiling NIO MulticastChannel.swift
[103/164] Compiling NIO NIOAny.swift
[104/164] Compiling NIO NonBlockingFileIO.swift
[105/164] Compiling NIO PendingDatagramWritesManager.swift
[106/164] Compiling NIO PendingWritesManager.swift
[107/164] Compiling NIO PriorityQueue.swift
[108/164] Emitting module NIO
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[109/164] Compiling NIO EventLoop.swift
[110/164] Compiling NIO EventLoopFuture.swift
[111/164] Compiling NIO FileDescriptor.swift
[112/164] Compiling NIO FileHandle.swift
[113/164] Compiling NIO FileRegion.swift
[114/164] Compiling NIO GetaddrinfoResolver.swift
[115/164] Compiling NIO HappyEyeballs.swift
[118/164] Compiling NIO IntegerTypes.swift
[119/164] Compiling NIO Interfaces.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
extension Failable: Collection where T: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension Failable: Collection where T: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.BidirectionalCollection:14:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.RandomAccessCollection:7:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
extension Failable: Collection where T: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension Failable: Collection where T: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.BidirectionalCollection:14:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.RandomAccessCollection:7:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
extension Failable: Collection where T: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension Failable: Collection where T: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.BidirectionalCollection:14:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.RandomAccessCollection:7:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
[123/164] Compiling NIO Heap.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
extension Failable: Collection where T: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension Failable: Collection where T: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.BidirectionalCollection:14:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.RandomAccessCollection:7:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:27:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80)throws {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:28:17: error: no exact matches in call to initializer
        let t = T(value)
                ^
Swift.BinaryFloatingPoint:5:5: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
    init(_ value: Float)
    ^
Swift.BinaryFloatingPoint:6:5: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
    init(_ value: Double)
    ^
Swift.FloatingPoint:5:5: note: candidate expects value of type 'Int' for parameter #1 (got 'Float80')
    init(_ value: Int)
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:27:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80)throws {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:28:17: error: no exact matches in call to initializer
        let t = T(value)
                ^
Swift.BinaryFloatingPoint:5:5: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
    init(_ value: Float)
    ^
Swift.BinaryFloatingPoint:6:5: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
    init(_ value: Double)
    ^
Swift.FloatingPoint:5:5: note: candidate expects value of type 'Int' for parameter #1 (got 'Float80')
    init(_ value: Int)
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:27:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80)throws {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:28:17: error: no exact matches in call to initializer
        let t = T(value)
                ^
Swift.BinaryFloatingPoint:5:5: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
    init(_ value: Float)
    ^
Swift.BinaryFloatingPoint:6:5: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
    init(_ value: Double)
    ^
Swift.FloatingPoint:5:5: note: candidate expects value of type 'Int' for parameter #1 (got 'Float80')
    init(_ value: Int)
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:27:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80)throws {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:28:17: error: no exact matches in call to initializer
        let t = T(value)
                ^
Swift.BinaryFloatingPoint:5:5: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
    init(_ value: Float)
    ^
Swift.BinaryFloatingPoint:6:5: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
    init(_ value: Double)
    ^
Swift.FloatingPoint:5:5: note: candidate expects value of type 'Int' for parameter #1 (got 'Float80')
    init(_ value: Int)
    ^
[130/164] Compiling Debugging Demangler.swift
[139/164] Compiling Debugging SourceLocation.swift
[140/164] Emitting module Debugging
[141/164] Compiling Debugging Debuggable.swift
[156/164] Compiling NIO SocketChannel.swift
[157/164] Compiling NIO SocketOptionProvider.swift
[158/164] Compiling NIO System.swift
[159/164] Compiling NIO Thread.swift
[160/164] Compiling NIO TypeAssistedChannelHandler.swift
[161/164] Compiling NIO Utilities.swift
error: fatalError
Fetching https://github.com/vapor/websocket.git from cache
Fetching https://github.com/vapor/service.git from cache
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetching https://github.com/skelpo/Countries.git from cache
Fetching https://github.com/twostraws/Cgd.git from cache
Fetching https://github.com/vapor/url-encoded-form.git from cache
Fetched https://github.com/vapor/websocket.git from cache (0.23s)
Fetching https://github.com/vapor/core.git from cache
Fetched https://github.com/twostraws/Cgd.git from cache (0.24s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.24s)
Fetched https://github.com/skelpo/Countries.git from cache (0.24s)
Fetching https://github.com/vapor/validation.git from cache
Fetching https://github.com/vapor/template-kit.git from cache
Fetched https://github.com/vapor/service.git from cache (0.24s)
Fetching https://github.com/twostraws/SwiftGD.git from cache
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.24s)
Fetching https://github.com/skelpo/Failable.git from cache
Fetched https://github.com/skelpo/Failable.git from cache (0.20s)
Fetching https://github.com/vapor/routing.git from cache
Fetched https://github.com/twostraws/SwiftGD.git from cache (0.29s)
Fetching https://github.com/vapor/crypto.git from cache
Fetched https://github.com/vapor/template-kit.git from cache (0.29s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/vapor/core.git from cache (0.30s)
Fetching https://github.com/apple/swift-nio-ssl-support.git from cache
Fetched https://github.com/vapor/validation.git from cache (0.30s)
Fetching https://github.com/vapor/multipart.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.32s)
Fetching https://github.com/skelpo/JSON.git from cache
Fetched https://github.com/vapor/routing.git from cache (0.17s)
Fetching https://github.com/vapor/database-kit.git from cache
Fetched https://github.com/skelpo/JSON.git from cache (0.16s)
Fetching https://github.com/vapor/console.git from cache
Fetched https://github.com/vapor/multipart.git from cache (0.18s)
Fetching https://github.com/vapor/vapor.git from cache
Fetched https://github.com/vapor/crypto.git from cache (0.21s)
Fetching https://github.com/vapor/http.git from cache
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.21s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.22s)
Fetched https://github.com/vapor/database-kit.git from cache (0.19s)
Fetched https://github.com/vapor/http.git from cache (0.18s)
Fetched https://github.com/vapor/console.git from cache (0.21s)
Fetched https://github.com/vapor/vapor.git from cache (0.27s)
Computing version for https://github.com/twostraws/SwiftGD.git
Computed https://github.com/twostraws/SwiftGD.git at 2.2.0 (0.04s)
Computing version for https://github.com/skelpo/JSON.git
Computed https://github.com/skelpo/JSON.git at 0.13.1 (0.59s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.1.1 (0.04s)
Computing version for https://github.com/skelpo/Failable.git
Computed https://github.com/skelpo/Failable.git at 0.3.0 (0.76s)
Computing version for https://github.com/skelpo/Countries.git
Computed https://github.com/skelpo/Countries.git at 0.9.1 (0.43s)
Computing version for https://github.com/twostraws/Cgd.git
Computed https://github.com/twostraws/Cgd.git at 0.2.0 (0.03s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.1 (0.02s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.02s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.0.5 (0.02s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.1.1 (0.02s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.0 (0.04s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.0.1 (0.03s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.0.2 (0.03s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.1.6 (0.45s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.2 (0.02s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.3.1 (0.41s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.5.0 (0.03s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.0 (0.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.12.1 (0.03s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (0.03s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.12.1
Creating working copy for https://github.com/skelpo/Failable.git
Working copy of https://github.com/skelpo/Failable.git resolved at 0.3.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.5.0
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.0.5
Creating working copy for https://github.com/skelpo/JSON.git
Working copy of https://github.com/skelpo/JSON.git resolved at 0.13.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.0.2
Creating working copy for https://github.com/twostraws/SwiftGD.git
Working copy of https://github.com/twostraws/SwiftGD.git resolved at 2.2.0
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.2
Creating working copy for https://github.com/skelpo/Countries.git
Working copy of https://github.com/skelpo/Countries.git resolved at 0.9.1
Creating working copy for https://github.com/twostraws/Cgd.git
Working copy of https://github.com/twostraws/Cgd.git resolved at 0.2.0
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.0.1
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.1.1
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.0
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.1.6
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.3.1
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
warning: 'cgd': ignoring declared target(s) 'Cgd' in the system package
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: couldn't find pc file for gdlib
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/24] Compiling Failable ComparableValidations.swift
[3/24] Compiling Failable OptionalValidations.swift
[4/25] Compiling NIO CompositeError.swift
[5/25] Compiling Failable Failable+Strideable.swift
[6/25] Compiling Failable Failable+StringRepresentation.swift
[7/25] Compiling Failable Failable+Bool.swift
[8/25] Compiling Failable Failable+Codable.swift
[9/25] Compiling Failable Failable+Sequence.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:16:15: error: 'SubSequence' is not a member type of type 'T'
        -> [T.SubSequence]
            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:22:47: error: 'SubSequence' is not a member type of type 'T'
    public func suffix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:27:83: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                                ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:32:47: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:37:81: error: 'SubSequence' is not a member type of type 'T'
    public func drop(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                              ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:42:41: error: 'SubSequence' is not a member type of type 'T'
    public func dropLast(_ k: Int) -> T.SubSequence {
                                      ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:47:42: error: 'SubSequence' is not a member type of type 'T'
    public func dropFirst(_ k: Int) -> T.SubSequence {
                                       ~ ^
[10/25] Compiling Failable Failable+SignedNumeric.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:16:15: error: 'SubSequence' is not a member type of type 'T'
        -> [T.SubSequence]
            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:22:47: error: 'SubSequence' is not a member type of type 'T'
    public func suffix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:27:83: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                                ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:32:47: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:37:81: error: 'SubSequence' is not a member type of type 'T'
    public func drop(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                              ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:42:41: error: 'SubSequence' is not a member type of type 'T'
    public func dropLast(_ k: Int) -> T.SubSequence {
                                      ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:47:42: error: 'SubSequence' is not a member type of type 'T'
    public func dropFirst(_ k: Int) -> T.SubSequence {
                                       ~ ^
[11/31] Compiling Failable StringValidations.swift
[12/33] Compiling Failable Failable+Error.swift
[13/33] Compiling Failable Failable+ExpressibleByLiteral.swift
[14/35] Compiling NIO Codec.swift
[15/35] Compiling NIO Embedded.swift
[16/35] Compiling NIO DeadChannel.swift
[17/35] Compiling NIO ContiguousCollection.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[18/46] Compiling NIO CircularBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/50] Compiling NIO BlockingIOThreadPool.swift
[20/50] Compiling NIO ByteBuffer-core.swift
[21/50] Emitting module Failable
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:27:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80)throws {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
extension Failable: Collection where T: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension Failable: Collection where T: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.BidirectionalCollection:14:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.RandomAccessCollection:7:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:16:15: error: 'SubSequence' is not a member type of type 'T'
        -> [T.SubSequence]
            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:22:47: error: 'SubSequence' is not a member type of type 'T'
    public func suffix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:27:83: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                                ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:32:47: error: 'SubSequence' is not a member type of type 'T'
    public func prefix(_ maxLength: Int) -> T.SubSequence {
                                            ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:37:81: error: 'SubSequence' is not a member type of type 'T'
    public func drop(while predicate: (T.Element) throws -> Bool) rethrows -> T.SubSequence {
                                                                              ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:42:41: error: 'SubSequence' is not a member type of type 'T'
    public func dropLast(_ k: Int) -> T.SubSequence {
                                      ~ ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Sequence.swift:47:42: error: 'SubSequence' is not a member type of type 'T'
    public func dropFirst(_ k: Int) -> T.SubSequence {
                                       ~ ^
[22/50] Compiling NIO BaseSocket.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
extension Failable: Collection where T: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension Failable: Collection where T: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.BidirectionalCollection:14:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.RandomAccessCollection:7:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
[23/50] Compiling NIO BaseSocketChannel.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
extension Failable: Collection where T: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension Failable: Collection where T: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
extension Failable: BidirectionalCollection where T: BidirectionalCollection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.BidirectionalCollection:14:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.RandomAccessCollection:7:14: note: requirement 'subscript(_:)' declared here
    override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
             ^
[24/50] Compiling NIO FileRegion.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:27:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80)throws {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:28:17: error: no exact matches in call to initializer
        let t = T(value)
                ^
Swift.BinaryFloatingPoint:5:5: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
    init(_ value: Float)
    ^
Swift.BinaryFloatingPoint:6:5: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
    init(_ value: Double)
    ^
Swift.FloatingPoint:5:5: note: candidate expects value of type 'Int' for parameter #1 (got 'Float80')
    init(_ value: Int)
    ^
[25/50] Compiling NIO GetaddrinfoResolver.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:27:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public init(_ value: Float80)throws {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Failable/Sources/Failable/Failable+Helpers/Failable+BinaryFloatingPoint.swift:28:17: error: no exact matches in call to initializer
        let t = T(value)
                ^
Swift.BinaryFloatingPoint:5:5: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
    init(_ value: Float)
    ^
Swift.BinaryFloatingPoint:6:5: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
    init(_ value: Double)
    ^
Swift.FloatingPoint:5:5: note: candidate expects value of type 'Int' for parameter #1 (got 'Float80')
    init(_ value: Int)
    ^
[26/53] Compiling Failable Failable+Optional.swift
[27/53] Compiling Failable Failable+RawRepresentable.swift
[28/53] Compiling Failable Failable+UnsignedInteger.swift
[29/53] Compiling Failable Failable.swift
[30/53] Compiling NIO ChannelPipeline.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/57] Emitting module NIO
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: type 'StaticString' does not conform to protocol 'Collection'
extension StaticString: Collection {
^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIO/ContiguousCollection.swift:21:1: error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
extension StaticString: Collection {
^
Swift.Collection:3:12: note: 'subscript(_:)' declared here
    public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
           ^
Swift.Collection:14:5: note: requirement 'subscript(_:)' declared here
    subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }
    ^
[32/61] Compiling Failable CollectionValidations.swift
[33/61] Compiling Failable Operators.swift
[34/61] Compiling Failable Validation.swift
[35/61] Compiling NIO ChannelHandlers.swift
[36/61] Compiling NIO ChannelHandler.swift
[37/68] Compiling NIO Bootstrap.swift
[38/68] Compiling NIO ByteBuffer-int.swift
[39/68] Compiling NIO ByteBuffer-views.swift
[40/68] Compiling NIO Channel.swift
[41/68] Compiling NIO ChannelInvoker.swift
[42/72] Compiling NIO IntegerTypes.swift
[43/72] Compiling NIO Interfaces.swift
[44/72] Compiling NIO MarkedCircularBuffer.swift
[45/72] Compiling NIO NIOAny.swift
[46/72] Compiling NIO HappyEyeballs.swift
[47/72] Compiling NIO Heap.swift
[48/72] Compiling NIO IO.swift
[49/72] Compiling NIO IOData.swift
[54/72] Compiling NIO EventLoop.swift
[55/72] Compiling NIO EventLoopFuture.swift
error: fatalError
[58/72] Compiling NIO SocketOptionProvider.swift
warning: 'cgd': ignoring declared target(s) 'Cgd' in the system package
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: couldn't find pc file for gdlib
BUILD FAILURE 5.10 macosSpm