The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Swiftish with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkolb/swiftish.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jkolb/swiftish
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d8680cb Conversion between different types of IntVectors. Common aliases for x, y, z, w. Default conformance to Hashable.
Cloned https://github.com/jkolb/swiftish.git
Revision (git rev-parse @):
d8680cba1e30bbfd212844cae3a2081cc00e16a7
SUCCESS checkout https://github.com/jkolb/swiftish.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftish",
      "name": "Swiftish",
      "url": "https://github.com/jkolb/swiftish.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftish",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jkolb/swiftish.git
[1/437] Fetching swiftish
Fetched https://github.com/jkolb/swiftish.git (0.25s)
Creating working copy for https://github.com/jkolb/swiftish.git
Working copy of https://github.com/jkolb/swiftish.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftish' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Emitting module Swiftish
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Bounds3.swift:206:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func distance2<T>(_ point: Vector3<T>, _ bounds: Bounds3<T>) -> T {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Bounds3.swift:25:23: note: 'T' previously declared here
public struct Bounds3<T: Vectorable> : Hashable {
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:308:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func conjugate<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:314:28: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func dot<T>(_ a: Quaternion<T>, _ b: Quaternion<T>) -> T {
                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:318:32: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func length2<T>(_ q: Quaternion<T>) -> T {
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:322:31: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func length<T>(_ q: Quaternion<T>) -> T {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:326:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func normalize<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:332:32: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func inverse<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Ray3.swift:38:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func distance<T>(_ r: Ray3<T>, _ t: Triangle3<T>) -> T {
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Ray3.swift:25:20: note: 'T' previously declared here
public struct Ray3<T: Vectorable> : Hashable, CustomStringConvertible {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Sphere.swift:56:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func union<T>(_ a: Sphere<T>, _ b: Sphere<T>) -> Sphere<T> {
                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Sphere.swift:25:22: note: 'T' previously declared here
public struct Sphere<T: Vectorable> : Hashable, CustomStringConvertible {
                     ^
[2/24] Compiling Swiftish Transform3.swift
[3/24] Compiling Swiftish Triangle2.swift
[4/24] Compiling Swiftish Triangle3.swift
[5/24] Compiling Swiftish Vector4.swift
[6/24] Compiling Swiftish Vectorable.swift
[7/24] Compiling Swiftish Bounds2.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Bounds3.swift:206:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func distance2<T>(_ point: Vector3<T>, _ bounds: Bounds3<T>) -> T {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Bounds3.swift:25:23: note: 'T' previously declared here
public struct Bounds3<T: Vectorable> : Hashable {
                      ^
[8/24] Compiling Swiftish Bounds3.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Bounds3.swift:206:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func distance2<T>(_ point: Vector3<T>, _ bounds: Bounds3<T>) -> T {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Bounds3.swift:25:23: note: 'T' previously declared here
public struct Bounds3<T: Vectorable> : Hashable {
                      ^
[9/24] Compiling Swiftish Circle.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Bounds3.swift:206:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func distance2<T>(_ point: Vector3<T>, _ bounds: Bounds3<T>) -> T {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Bounds3.swift:25:23: note: 'T' previously declared here
public struct Bounds3<T: Vectorable> : Hashable {
                      ^
[10/24] Compiling Swiftish Matrix4x4.swift
[11/24] Compiling Swiftish PerspectiveProjection.swift
[12/24] Compiling Swiftish Plane.swift
[13/24] Compiling Swiftish Frustum.swift
[14/24] Compiling Swiftish IntVector2.swift
[15/24] Compiling Swiftish IntVector3.swift
[16/24] Compiling Swiftish Trigonometry.swift
[17/24] Compiling Swiftish Vector2.swift
[18/24] Compiling Swiftish Vector3.swift
[19/24] Compiling Swiftish Quaternion.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:308:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func conjugate<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:314:28: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func dot<T>(_ a: Quaternion<T>, _ b: Quaternion<T>) -> T {
                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:318:32: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func length2<T>(_ q: Quaternion<T>) -> T {
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:322:31: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func length<T>(_ q: Quaternion<T>) -> T {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:326:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func normalize<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:332:32: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func inverse<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Ray3.swift:38:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func distance<T>(_ r: Ray3<T>, _ t: Triangle3<T>) -> T {
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Ray3.swift:25:20: note: 'T' previously declared here
public struct Ray3<T: Vectorable> : Hashable, CustomStringConvertible {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Sphere.swift:56:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func union<T>(_ a: Sphere<T>, _ b: Sphere<T>) -> Sphere<T> {
                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Sphere.swift:25:22: note: 'T' previously declared here
public struct Sphere<T: Vectorable> : Hashable, CustomStringConvertible {
                     ^
[20/24] Compiling Swiftish Ray3.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:308:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func conjugate<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:314:28: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func dot<T>(_ a: Quaternion<T>, _ b: Quaternion<T>) -> T {
                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:318:32: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func length2<T>(_ q: Quaternion<T>) -> T {
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:322:31: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func length<T>(_ q: Quaternion<T>) -> T {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:326:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func normalize<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:332:32: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func inverse<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Ray3.swift:38:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func distance<T>(_ r: Ray3<T>, _ t: Triangle3<T>) -> T {
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Ray3.swift:25:20: note: 'T' previously declared here
public struct Ray3<T: Vectorable> : Hashable, CustomStringConvertible {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Sphere.swift:56:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func union<T>(_ a: Sphere<T>, _ b: Sphere<T>) -> Sphere<T> {
                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Sphere.swift:25:22: note: 'T' previously declared here
public struct Sphere<T: Vectorable> : Hashable, CustomStringConvertible {
                     ^
[21/24] Compiling Swiftish Sphere.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:308:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func conjugate<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:314:28: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func dot<T>(_ a: Quaternion<T>, _ b: Quaternion<T>) -> T {
                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:318:32: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func length2<T>(_ q: Quaternion<T>) -> T {
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:322:31: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func length<T>(_ q: Quaternion<T>) -> T {
                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:326:34: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func normalize<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:332:32: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func inverse<T>(_ q: Quaternion<T>) -> Quaternion<T> {
                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Quaternion.swift:25:26: note: 'T' previously declared here
public struct Quaternion<T: Vectorable> : Hashable, CustomStringConvertible {
                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Ray3.swift:38:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func distance<T>(_ r: Ray3<T>, _ t: Triangle3<T>) -> T {
                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Ray3.swift:25:20: note: 'T' previously declared here
public struct Ray3<T: Vectorable> : Hashable, CustomStringConvertible {
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Sphere.swift:56:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func union<T>(_ a: Sphere<T>, _ b: Sphere<T>) -> Sphere<T> {
                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Swiftish/Sphere.swift:25:22: note: 'T' previously declared here
public struct Sphere<T: Vectorable> : Hashable, CustomStringConvertible {
                     ^
[22/24] Compiling Swiftish IntVector4.swift
[23/24] Compiling Swiftish Matrix2x2.swift
[24/24] Compiling Swiftish Matrix3x3.swift
Build complete! (11.95s)
Build complete.
Done.