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 Euclid, reference main (f5f0a6), with Swift 5.8 for Linux on 10 Oct 2024 06:49:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicklockwood/Euclid.git
Reference: main
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/nicklockwood/Euclid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f5f0a69 Update for 0.7.9 release
Cloned https://github.com/nicklockwood/Euclid.git
Revision (git rev-parse @):
f5f0a69b0f0a3cc90f786b3f882bb3b55c7c3007
SUCCESS checkout https://github.com/nicklockwood/Euclid.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/nicklockwood/Euclid.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:5112a149cbb5cb7c4578603c13e2541eac53725a20fec231c9f83c98beab2b47
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/Cube.stl
Building for debugging...
[1/30] Emitting module Euclid
[2/34] Compiling Euclid Euclid+CoreGraphics.swift
[3/34] Compiling Euclid Euclid+CoreText.swift
[4/34] Compiling Euclid Euclid+RealityKit.swift
[5/34] Compiling Euclid Euclid+SIMD.swift
[6/34] Compiling Euclid Mesh+CSG.swift
[7/34] Compiling Euclid Mesh+IO.swift
[8/34] Compiling Euclid Mesh+OBJ.swift
[9/34] Compiling Euclid Mesh+STL.swift
[10/34] Compiling Euclid Transforms.swift
[11/34] Compiling Euclid Utilities.swift
[12/34] Compiling Euclid Vector.swift
[13/34] Compiling Euclid Vertex.swift
[14/34] Compiling Euclid Mesh+Shapes.swift
[15/34] Compiling Euclid Mesh+Texcoords.swift
[16/34] Compiling Euclid Mesh.swift
[17/34] Compiling Euclid Path+Shapes.swift
[18/34] Compiling Euclid Polygon.swift
/host/spi-builder-workspace/Sources/Stretchable.swift:74:16: warning: 'project(onto:)' is deprecated: renamed to 'projected(onto:)'
        self + project(onto: along) * (scaleFactor - 1)
               ^
/host/spi-builder-workspace/Sources/Stretchable.swift:74:16: note: use 'projected(onto:)' instead
        self + project(onto: along) * (scaleFactor - 1)
               ^~~~~~~
               projected
[19/34] Compiling Euclid Quaternion.swift
/host/spi-builder-workspace/Sources/Stretchable.swift:74:16: warning: 'project(onto:)' is deprecated: renamed to 'projected(onto:)'
        self + project(onto: along) * (scaleFactor - 1)
               ^
/host/spi-builder-workspace/Sources/Stretchable.swift:74:16: note: use 'projected(onto:)' instead
        self + project(onto: along) * (scaleFactor - 1)
               ^~~~~~~
               projected
[20/34] Compiling Euclid Rotation.swift
/host/spi-builder-workspace/Sources/Stretchable.swift:74:16: warning: 'project(onto:)' is deprecated: renamed to 'projected(onto:)'
        self + project(onto: along) * (scaleFactor - 1)
               ^
/host/spi-builder-workspace/Sources/Stretchable.swift:74:16: note: use 'projected(onto:)' instead
        self + project(onto: along) * (scaleFactor - 1)
               ^~~~~~~
               projected
[21/34] Compiling Euclid Stretchable.swift
/host/spi-builder-workspace/Sources/Stretchable.swift:74:16: warning: 'project(onto:)' is deprecated: renamed to 'projected(onto:)'
        self + project(onto: along) * (scaleFactor - 1)
               ^
/host/spi-builder-workspace/Sources/Stretchable.swift:74:16: note: use 'projected(onto:)' instead
        self + project(onto: along) * (scaleFactor - 1)
               ^~~~~~~
               projected
[22/34] Compiling Euclid Path.swift
[23/34] Compiling Euclid PathPoint.swift
[24/34] Compiling Euclid Plane.swift
[25/34] Compiling Euclid Polygon+CSG.swift
[26/34] Compiling Euclid Euclid+SceneKit.swift
[27/34] Compiling Euclid Euclid+UIKit.swift
[28/34] Compiling Euclid Line.swift
[29/34] Compiling Euclid LineSegment.swift
[30/34] Compiling Euclid Angle.swift
[31/34] Compiling Euclid BSP.swift
[32/34] Compiling Euclid Bounds.swift
[33/34] Compiling Euclid Color.swift
[34/34] Compiling Euclid Euclid+AppKit.swift
Build complete! (5.28s)
Build complete.
Done.