Build Information
Successful build of Euclid, reference 0.7.9 (f5f0a6
), with Swift 5.10 for Linux on 10 Oct 2024 06:47:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path: $PWD
https://github.com/nicklockwood/Euclid.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:de52ea9a9b71f638f9ab112bc11e200b74fab18027de8589a3de4f14b5e22683
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-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...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/32] Emitting module Euclid
[4/36] Compiling Euclid Path.swift
[5/36] Compiling Euclid PathPoint.swift
[6/36] Compiling Euclid Plane.swift
[7/36] Compiling Euclid Polygon+CSG.swift
[8/36] 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
[9/36] 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
[10/36] 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
[11/36] 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
[12/36] Compiling Euclid Mesh+CSG.swift
[13/36] Compiling Euclid Mesh+IO.swift
[14/36] Compiling Euclid Mesh+OBJ.swift
[15/36] Compiling Euclid Mesh+STL.swift
[16/36] Compiling Euclid Transforms.swift
[17/36] Compiling Euclid Utilities.swift
[18/36] Compiling Euclid Vector.swift
[19/36] Compiling Euclid Vertex.swift
[20/36] Compiling Euclid Euclid+SceneKit.swift
[21/36] Compiling Euclid Euclid+UIKit.swift
[22/36] Compiling Euclid Line.swift
[23/36] Compiling Euclid LineSegment.swift
[24/36] Compiling Euclid Angle.swift
[25/36] Compiling Euclid BSP.swift
[26/36] Compiling Euclid Bounds.swift
[27/36] Compiling Euclid Color.swift
[28/36] Compiling Euclid Euclid+AppKit.swift
[29/36] Compiling Euclid Euclid+CoreGraphics.swift
[30/36] Compiling Euclid Euclid+CoreText.swift
[31/36] Compiling Euclid Euclid+RealityKit.swift
[32/36] Compiling Euclid Euclid+SIMD.swift
[33/36] Compiling Euclid Mesh+Shapes.swift
[34/36] Compiling Euclid Mesh+Texcoords.swift
[35/36] Compiling Euclid Mesh.swift
[36/36] Compiling Euclid Path+Shapes.swift
Build complete! (10.10s)
Build complete.
Done.