The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Failable, reference master (b488d5), with Swift 6.1 for Linux on 25 Apr 2025 13:26:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:             6.1
Building package at path:  $PWD
https://github.com/skelpo/failable.git
https://github.com/skelpo/failable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Failable",
  "name" : "Failable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Failable",
      "targets" : [
        "Failable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FailableTests",
      "module_type" : "SwiftTarget",
      "name" : "FailableTests",
      "path" : "Tests/FailableTests",
      "sources" : [
        "FailableTests.swift",
        "ValidationErrorTests.swift",
        "ValidationTests.swift",
        "Validations/CollectionTests.swift",
        "Validations/ComparableTests.swift",
        "Validations/OptionalTests.swift",
        "Validations/StringTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Failable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Failable",
      "module_type" : "SwiftTarget",
      "name" : "Failable",
      "path" : "Sources/Failable",
      "product_memberships" : [
        "Failable"
      ],
      "sources" : [
        "CodableContainer.swift",
        "Error.swift",
        "Failable+Helpers/Failable+BinaryFloatingPoint.swift",
        "Failable+Helpers/Failable+BinaryInteger.swift",
        "Failable+Helpers/Failable+Bool.swift",
        "Failable+Helpers/Failable+Codable.swift",
        "Failable+Helpers/Failable+Collection.swift",
        "Failable+Helpers/Failable+Comparable.swift",
        "Failable+Helpers/Failable+Error.swift",
        "Failable+Helpers/Failable+ExpressibleByLiteral.swift",
        "Failable+Helpers/Failable+FixedWidthInteger.swift",
        "Failable+Helpers/Failable+FloatingPoint.swift",
        "Failable+Helpers/Failable+Hashable.swift",
        "Failable+Helpers/Failable+Numeric.swift",
        "Failable+Helpers/Failable+Optional.swift",
        "Failable+Helpers/Failable+RawRepresentable.swift",
        "Failable+Helpers/Failable+Sequence.swift",
        "Failable+Helpers/Failable+SignedNumeric.swift",
        "Failable+Helpers/Failable+Strideable.swift",
        "Failable+Helpers/Failable+StringRepresentation.swift",
        "Failable+Helpers/Failable+UnsignedInteger.swift",
        "Failable.swift",
        "Operators.swift",
        "Validation.swift",
        "Validations/AppendedValidations.swift",
        "Validations/CollectionValidations.swift",
        "Validations/ComparableValidations.swift",
        "Validations/OptionalValidations.swift",
        "Validations/StringValidations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/29] Compiling Failable Failable+UnsignedInteger.swift
[4/29] Compiling Failable Failable.swift
[5/29] Compiling Failable Operators.swift
[6/32] Compiling Failable Validation.swift
[7/32] Compiling Failable AppendedValidations.swift
[8/32] Compiling Failable CollectionValidations.swift
[9/32] Compiling Failable Failable+Sequence.swift
[10/32] Compiling Failable Failable+SignedNumeric.swift
[11/32] Compiling Failable Failable+Strideable.swift
[12/32] Compiling Failable Failable+StringRepresentation.swift
[13/32] Compiling Failable Failable+Hashable.swift
[14/32] Compiling Failable Failable+Numeric.swift
[15/32] Compiling Failable Failable+Optional.swift
[16/32] Compiling Failable Failable+RawRepresentable.swift
[17/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[18/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[19/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[20/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[21/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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
[22/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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
[23/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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
[24/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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
[25/32] Compiling Failable Failable+Error.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Error.swift:1:1: warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
1 | extension Failable: Error where T: Error {}
  | `- warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
2 |
/host/spi-builder-workspace/Sources/Failable/Failable.swift:41:30: warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
37 |
38 |     /// The underlaying value that has been validated.
39 |     ///
40 |     /// - Note: The setter for this property is not public.
41 |     public internal(set) var value: T
   |                              `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
42 |
43 |     /// Creates a new `Failable` instance.
[26/32] Compiling Failable Failable+ExpressibleByLiteral.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Error.swift:1:1: warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
1 | extension Failable: Error where T: Error {}
  | `- warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
2 |
/host/spi-builder-workspace/Sources/Failable/Failable.swift:41:30: warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
37 |
38 |     /// The underlaying value that has been validated.
39 |     ///
40 |     /// - Note: The setter for this property is not public.
41 |     public internal(set) var value: T
   |                              `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
42 |
43 |     /// Creates a new `Failable` instance.
[27/32] Compiling Failable Failable+FixedWidthInteger.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Error.swift:1:1: warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
1 | extension Failable: Error where T: Error {}
  | `- warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
2 |
/host/spi-builder-workspace/Sources/Failable/Failable.swift:41:30: warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
37 |
38 |     /// The underlaying value that has been validated.
39 |     ///
40 |     /// - Note: The setter for this property is not public.
41 |     public internal(set) var value: T
   |                              `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
42 |
43 |     /// Creates a new `Failable` instance.
[28/32] Compiling Failable Failable+FloatingPoint.swift
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Error.swift:1:1: warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
1 | extension Failable: Error where T: Error {}
  | `- warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
2 |
/host/spi-builder-workspace/Sources/Failable/Failable.swift:41:30: warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
37 |
38 |     /// The underlaying value that has been validated.
39 |     ///
40 |     /// - Note: The setter for this property is not public.
41 |     public internal(set) var value: T
   |                              `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
42 |
43 |     /// Creates a new `Failable` instance.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/32] 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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Error.swift:1:1: warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
1 | extension Failable: Error where T: Error {}
  | `- warning: conformance to 'Sendable' must occur in the same source file as generic struct 'Failable'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
2 |
/host/spi-builder-workspace/Sources/Failable/Failable.swift:41:30: warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
37 |
38 |     /// The underlaying value that has been validated.
39 |     ///
40 |     /// - Note: The setter for this property is not public.
41 |     public internal(set) var value: T
   |                              `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'Failable' has non-sendable type 'T'; this is an error in the Swift 6 language mode
42 |
43 |     /// Creates a new `Failable` instance.
[30/32] Compiling Failable ComparableValidations.swift
[31/32] Compiling Failable OptionalValidations.swift
[32/32] Compiling Failable StringValidations.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/28] 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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:1:1: error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[3/28] 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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[4/28] 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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[5/28] 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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[6/28] 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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
/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'
 1 | extension Failable: Collection where T: Collection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'Collection'
 2 |
 3 |     /// See [`Collection.SubSequence`](https://developer.apple.com/documentation/swift/collection/1641276-subsequence)
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.Collection.subscript:2:1: note: requirement 'subscript(_:)' declared here
1 | protocol Collection {
2 | subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  | `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:30:1: error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
/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'
28 | }
29 |
30 | extension Failable: BidirectionalCollection where T: BidirectionalCollection {
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'BidirectionalCollection'
31 |
32 |     /// See [`BidirectionalCollection.index(before:)`](https://developer.apple.com/documentation/swift/bidirectionalcollection/1783013-index).
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.BidirectionalCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol BidirectionalCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
/host/spi-builder-workspace/Sources/Failable/Failable+Helpers/Failable+Collection.swift:38:1: error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: type 'Failable<T, Validations>' does not conform to protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
/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'
36 | }
37 |
38 | extension Failable: RandomAccessCollection where T: RandomAccessCollection {}
   | `- error: unavailable subscript 'subscript(_:)' was used to satisfy a requirement of protocol 'RandomAccessCollection'
39 |
40 | extension Failable where T: MutableCollection {
Swift.Collection.subscript:3:10: note: 'subscript(_:)' declared here
1 | protocol Collection {
2 | @available(*, unavailable)
3 |   public subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: 'subscript(_:)' declared here
4 |
Swift.RandomAccessCollection.subscript:2:10: note: requirement 'subscript(_:)' declared here
1 | protocol RandomAccessCollection {
2 | override subscript(bounds: Range<Self.Index>) -> Self.SubSequence { get }}
  |          `- note: requirement 'subscript(_:)' declared here
3 |
[7/31] Compiling Failable Failable+UnsignedInteger.swift
[8/31] Compiling Failable Failable.swift
[9/31] Compiling Failable Operators.swift
[10/31] Compiling Failable Validation.swift
[11/31] Compiling Failable AppendedValidations.swift
[12/31] Compiling Failable CollectionValidations.swift
[13/31] Compiling Failable Failable+Sequence.swift
[14/31] Compiling Failable Failable+SignedNumeric.swift
[15/31] Compiling Failable Failable+Strideable.swift
[16/31] Compiling Failable Failable+StringRepresentation.swift
[17/31] Compiling Failable ComparableValidations.swift
[18/31] Compiling Failable OptionalValidations.swift
[19/31] Compiling Failable StringValidations.swift
[20/31] Compiling Failable Failable+Hashable.swift
[21/31] Compiling Failable Failable+Numeric.swift
[22/31] Compiling Failable Failable+Optional.swift
[23/31] Compiling Failable Failable+RawRepresentable.swift
[24/31] 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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
[25/31] 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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
[26/31] 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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
[27/31] 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 the Swift 6 language mode
 37 |
 38 |     /// See [`BinaryInteger.init(truncatingIfNeeded:)`](https://developer.apple.com/documentation/swift/binaryinteger/2925529-init).
 39 |     public init<T>(truncatingIfNeeded source: T)throws where T : BinaryInteger {
    |                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |         let t = T(truncatingIfNeeded: source)
 41 |         try self.init(t)
/host/spi-builder-workspace/Sources/Failable/Failable.swift:36:24: note: 'T' previously declared here
34 | /// `Dictionary` and `Array` types are not supported for literal initialization yet because array
35 | /// splatting for variadic parameters is not supported yet.
36 | public struct Failable<T, Validations> where Validations: Validation, Validations.Supported == T {
   |                        `- note: 'T' previously declared here
37 |
38 |     /// The underlaying value that has been validated.
[28/31] Compiling Failable Failable+Error.swift
[29/31] Compiling Failable Failable+ExpressibleByLiteral.swift
[30/31] Compiling Failable Failable+FixedWidthInteger.swift
[31/31] Compiling Failable Failable+FloatingPoint.swift
BUILD FAILURE 6.1 linux