The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Failable with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skelpo/failable.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/skelpo/failable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b488d50 Merge pull request #5 from skelpo/develop
Cloned https://github.com/skelpo/failable.git
Revision (git rev-parse @):
b488d50046d35243a67860bd8499bfc7fe1b8428
SUCCESS checkout https://github.com/skelpo/failable.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/skelpo/failable.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/29] Emitting module Failable
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
    ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
             ^
/host/spi-builder-workspace/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 {}
^
/host/spi-builder-workspace/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 }
             ^
[4/32] Compiling Failable Failable+Error.swift
[5/32] Compiling Failable Failable+ExpressibleByLiteral.swift
[6/32] Compiling Failable Failable+FixedWidthInteger.swift
[7/32] Compiling Failable Failable+FloatingPoint.swift
[8/32] Compiling Failable Validation.swift
[9/32] Compiling Failable AppendedValidations.swift
[10/32] Compiling Failable CollectionValidations.swift
[11/32] Compiling Failable Failable+Bool.swift
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
    ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
             ^
/host/spi-builder-workspace/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 {}
^
/host/spi-builder-workspace/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 }
             ^
[12/32] Compiling Failable Failable+Codable.swift
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
    ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
             ^
/host/spi-builder-workspace/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 {}
^
/host/spi-builder-workspace/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 }
             ^
[13/32] Compiling Failable Failable+Collection.swift
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
    ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
             ^
/host/spi-builder-workspace/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 {}
^
/host/spi-builder-workspace/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 }
             ^
[14/32] Compiling Failable Failable+Comparable.swift
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
    ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
             ^
/host/spi-builder-workspace/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 {}
^
/host/spi-builder-workspace/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 }
             ^
[15/32] Compiling Failable CodableContainer.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
[16/32] Compiling Failable Error.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
[17/32] Compiling Failable Failable+BinaryFloatingPoint.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
[18/32] Compiling Failable Failable+BinaryInteger.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
[19/32] Compiling Failable Failable+Hashable.swift
[20/32] Compiling Failable Failable+Numeric.swift
[21/32] Compiling Failable Failable+Optional.swift
[22/32] Compiling Failable Failable+RawRepresentable.swift
[23/32] Compiling Failable Failable+UnsignedInteger.swift
[24/32] Compiling Failable Failable.swift
[25/32] Compiling Failable Operators.swift
[26/32] Compiling Failable Failable+Sequence.swift
[27/32] Compiling Failable Failable+SignedNumeric.swift
[28/32] Compiling Failable Failable+Strideable.swift
[29/32] Compiling Failable Failable+StringRepresentation.swift
[30/32] Compiling Failable ComparableValidations.swift
[31/32] Compiling Failable OptionalValidations.swift
[32/32] Compiling Failable StringValidations.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling Failable Failable+Codable.swift
[3/6] Compiling Failable Failable+Comparable.swift
[4/6] Compiling Failable Failable+Collection.swift
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
    ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
             ^
/host/spi-builder-workspace/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 {}
^
/host/spi-builder-workspace/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 }
             ^
[5/24] Compiling Failable Failable+Bool.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/24] Emitting module Failable
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
    ^
/host/spi-builder-workspace/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 {
^
/host/spi-builder-workspace/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 }
             ^
/host/spi-builder-workspace/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 {}
^
/host/spi-builder-workspace/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 }
             ^
[7/30] Compiling Failable Operators.swift
[8/30] Compiling Failable Validation.swift
[9/30] Compiling Failable CollectionValidations.swift
[10/30] Compiling Failable ComparableValidations.swift
[11/30] Compiling Failable OptionalValidations.swift
[12/30] Compiling Failable StringValidations.swift
[13/30] Compiling Failable Failable+BinaryInteger.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
[14/30] Compiling Failable Failable+Error.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
[15/30] Compiling Failable Failable+ExpressibleByLiteral.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+BinaryInteger.swift:39:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
                ^
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
                       ^
[16/30] Compiling Failable CodableContainer.swift
[17/30] Compiling Failable Error.swift
[18/30] Compiling Failable Failable+BinaryFloatingPoint.swift
[19/30] Compiling Failable Failable+Numeric.swift
[20/30] Compiling Failable Failable+Optional.swift
[21/30] Compiling Failable Failable+RawRepresentable.swift
[22/30] Compiling Failable Failable+Sequence.swift
[23/30] Compiling Failable Failable+SignedNumeric.swift
[24/30] Compiling Failable Failable+Strideable.swift
[25/30] Compiling Failable Failable+StringRepresentation.swift
[26/30] Compiling Failable Failable+UnsignedInteger.swift
[27/30] Compiling Failable Failable.swift
[28/30] Compiling Failable Failable+FixedWidthInteger.swift
[29/30] Compiling Failable Failable+FloatingPoint.swift
[30/30] Compiling Failable Failable+Hashable.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1