This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 SGLMath with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftGL/Math.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/SwiftGL/Math
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8bdd2e5 Merge pull request #4 from ctreffs/master
Cloned https://github.com/SwiftGL/Math.git
Revision (git rev-parse @):
8bdd2e542f28828d0c224c1ea8e046c6f652ec40
SUCCESS checkout https://github.com/SwiftGL/Math.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/SwiftGL/Math.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/30] Emitting module SGLMath
/host/spi-builder-workspace/Sources/SGLMath/Vector2.swift:196:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector2.swift:22:23: note: 'T' previously declared here
public struct Vector2<T: ArithmeticType>: VectorType {
                      ^
/host/spi-builder-workspace/Sources/SGLMath/Vector3.swift:230:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector3.swift:22:23: note: 'T' previously declared here
public struct Vector3<T: ArithmeticType>: VectorType {
                      ^
/host/spi-builder-workspace/Sources/SGLMath/Vector4.swift:280:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector4.swift:22:23: note: 'T' previously declared here
public struct Vector4<T: ArithmeticType>: VectorType {
                      ^
[5/32] Compiling SGLMath Matrix2x3.swift
[6/32] Compiling SGLMath Matrix2x4.swift
[7/32] Compiling SGLMath Matrix3x2.swift
[8/32] Compiling SGLMath Complex.swift
[9/32] Compiling SGLMath Internal.swift
[10/32] Compiling SGLMath Matrix2x2.swift
[11/32] Emitting module Tools
[12/32] Compiling Tools main.swift
[13/33] Compiling SGLMath Matrix3x3.swift
[14/33] Compiling SGLMath Matrix3x4.swift
[15/33] Compiling SGLMath Matrix4x2.swift
[16/33] Wrapping AST for Tools for debugging
[17/33] Write Objects.LinkFileList
[18/33] Linking swizgen
[20/33] Compiling SGLMath Vector3b.swift
/host/spi-builder-workspace/Sources/SGLMath/Vector4.swift:280:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector4.swift:22:23: note: 'T' previously declared here
public struct Vector4<T: ArithmeticType>: VectorType {
                      ^
[21/33] Compiling SGLMath Vector4.swift
/host/spi-builder-workspace/Sources/SGLMath/Vector4.swift:280:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector4.swift:22:23: note: 'T' previously declared here
public struct Vector4<T: ArithmeticType>: VectorType {
                      ^
[22/33] Compiling SGLMath Vector4b.swift
/host/spi-builder-workspace/Sources/SGLMath/Vector4.swift:280:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector4.swift:22:23: note: 'T' previously declared here
public struct Vector4<T: ArithmeticType>: VectorType {
                      ^
[23/33] Compiling SGLMath Vector2.swift
/host/spi-builder-workspace/Sources/SGLMath/Vector2.swift:196:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector2.swift:22:23: note: 'T' previously declared here
public struct Vector2<T: ArithmeticType>: VectorType {
                      ^
/host/spi-builder-workspace/Sources/SGLMath/Vector3.swift:230:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector3.swift:22:23: note: 'T' previously declared here
public struct Vector3<T: ArithmeticType>: VectorType {
                      ^
[24/33] Compiling SGLMath Vector2b.swift
/host/spi-builder-workspace/Sources/SGLMath/Vector2.swift:196:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector2.swift:22:23: note: 'T' previously declared here
public struct Vector2<T: ArithmeticType>: VectorType {
                      ^
/host/spi-builder-workspace/Sources/SGLMath/Vector3.swift:230:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector3.swift:22:23: note: 'T' previously declared here
public struct Vector3<T: ArithmeticType>: VectorType {
                      ^
[25/33] Compiling SGLMath Vector3.swift
/host/spi-builder-workspace/Sources/SGLMath/Vector2.swift:196:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector2.swift:22:23: note: 'T' previously declared here
public struct Vector2<T: ArithmeticType>: VectorType {
                      ^
/host/spi-builder-workspace/Sources/SGLMath/Vector3.swift:230:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public init<T: VectorType>(_ v: T, _ op:(_:T.Element) -> Element) where T.BooleanVector == BooleanVector {
                ^
/host/spi-builder-workspace/Sources/SGLMath/Vector3.swift:22:23: note: 'T' previously declared here
public struct Vector3<T: ArithmeticType>: VectorType {
                      ^
[26/33] Compiling SGLMath Protocols.swift
[27/33] Compiling SGLMath Quaternion.swift
[28/33] Compiling SGLMath Swizzle.swift
[29/33] Compiling SGLMath Matrix4x3.swift
[30/33] Compiling SGLMath Matrix4x4.swift
[31/33] Compiling SGLMath Operators.swift
[32/33] Compiling SGLMath glm.swift
[33/33] Compiling SGLMath glsl.swift
Build complete! (21.34s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.