Build Information
Successful build of Euclid, reference 0.7.9 (f5f0a6
), with Swift 5.8 for Linux on 10 Oct 2024 06:47:34 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: 0.7.9
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
* tag 0.7.9 -> FETCH_HEAD
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 0.7.9
========================================
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 Transforms.swift
[7/34] Compiling Euclid Utilities.swift
[8/34] Compiling Euclid Vector.swift
[9/34] Compiling Euclid Vertex.swift
[10/34] Compiling Euclid Angle.swift
[11/34] Compiling Euclid BSP.swift
[12/34] Compiling Euclid Bounds.swift
[13/34] Compiling Euclid Color.swift
[14/34] Compiling Euclid Euclid+AppKit.swift
[15/34] Compiling Euclid Euclid+SceneKit.swift
[16/34] Compiling Euclid Euclid+UIKit.swift
[17/34] Compiling Euclid Line.swift
[18/34] Compiling Euclid LineSegment.swift
[19/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
[20/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
[21/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
[22/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
[23/34] Compiling Euclid Path.swift
[24/34] Compiling Euclid PathPoint.swift
[25/34] Compiling Euclid Plane.swift
[26/34] Compiling Euclid Polygon+CSG.swift
[27/34] Compiling Euclid Mesh+CSG.swift
[28/34] Compiling Euclid Mesh+IO.swift
[29/34] Compiling Euclid Mesh+OBJ.swift
[30/34] Compiling Euclid Mesh+STL.swift
[31/34] Compiling Euclid Mesh+Shapes.swift
[32/34] Compiling Euclid Mesh+Texcoords.swift
[33/34] Compiling Euclid Mesh.swift
[34/34] Compiling Euclid Path+Shapes.swift
Build complete! (5.34s)
Build complete.
Done.