Build Information
Successful build of Geometria, reference 0.3.1 (121264
), with Swift 6.1 for Linux on 29 Apr 2025 06:29:50 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/Geometria.git
Reference: 0.3.1
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/LuizZak/Geometria
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 1212648 Updating documentation of ExclusiveDisjunction2Parametric
Cloned https://github.com/LuizZak/Geometria.git
Revision (git rev-parse @):
1212648380c6e68d93dbe0cb0a371e3169ec2a5b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LuizZak/Geometria.git at 0.3.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/LuizZak/Geometria.git
https://github.com/LuizZak/Geometria.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "minip5printer",
"requirement" : {
"exact" : [
"0.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/MiniP5Printer.git"
},
{
"identity" : "minidigraph",
"requirement" : {
"exact" : [
"0.8.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/MiniDigraph.git"
}
],
"manifest_display_name" : "Geometria",
"name" : "Geometria",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Geometria",
"targets" : [
"Geometria"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GeometriaAlgorithms",
"targets" : [
"GeometriaAlgorithms"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GeometriaClipping",
"targets" : [
"GeometriaClipping"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestCommons",
"module_type" : "SwiftTarget",
"name" : "TestCommons",
"path" : "Sources/TestCommons",
"product_dependencies" : [
"MiniP5Printer"
],
"sources" : [
"Assertions.swift",
"Console+Clipping/ConsolePrintBuffer+Clipping.swift",
"Console/Console+Colors.swift",
"Console/ConsolePrintBuffer.swift",
"Console/ConsolePrintTarget.swift",
"Console/StandardOutputConsolePrintTarget.swift",
"Console/StringBufferConsolePrintTarget.swift",
"MersenneTwister+Geometria.swift",
"MersenneTwister.swift",
"P5Printer+Clipping.swift",
"P5Printer.swift",
"TestFixture/Geometria+Visualizable.swift",
"TestFixture/GeometriaClipping+Visualizable.swift",
"TestFixture/TestFixture+AssertionWrapper.swift",
"TestFixture/TestFixture+Clipping.swift",
"TestFixture/TestFixture.swift"
],
"target_dependencies" : [
"Geometria",
"GeometriaAlgorithms",
"GeometriaClipping"
],
"type" : "library"
},
{
"c99name" : "GeometriaTests",
"module_type" : "SwiftTarget",
"name" : "GeometriaTests",
"path" : "Tests/GeometriaTests",
"sources" : [
"2D/AABB2Tests.swift",
"2D/Circle2Tests.swift",
"2D/CircleArc2Tests.swift",
"2D/DirectionalRay2Tests.swift",
"2D/EdgeInsets2Tests.swift",
"2D/Ellipse2Tests.swift",
"2D/Hyperplane2Tests.swift",
"2D/Line2Tests.swift",
"2D/LinePolygon2Tests.swift",
"2D/LineSegment2Tests.swift",
"2D/Protocols/BaseGeometry/VolumetricType+2DTests.swift",
"2D/Protocols/Line/Line2FloatingPointTests.swift",
"2D/Protocols/Line/Line2RealTests.swift",
"2D/Protocols/Line/Line2SignedTests.swift",
"2D/Protocols/Plane/PlaneIntersectablePlane2TypeTests.swift",
"2D/Protocols/Rectangle/ConstructableRectangleType+2DTests.swift",
"2D/Protocols/Rectangle/DivisibleRectangleType+2DTests.swift",
"2D/Protocols/Rectangle/RectangleType+2DTests.swift",
"2D/Protocols/Vector/Vector2FloatingPointTests.swift",
"2D/Protocols/Vector/Vector2MultiplicativeTests.swift",
"2D/Protocols/Vector/Vector2TypeTests.swift",
"2D/Ray2Tests.swift",
"2D/Rectangle2Tests.swift",
"2D/RoundRectangle2Tests.swift",
"2D/SIMD/SIMD2+DoubleTests.swift",
"2D/Square2Tests.swift",
"2D/Triangle2Tests.swift",
"2D/Vector2+DoubleTests.swift",
"2D/Vector2+FloatTests.swift",
"2D/Vector2Tests.swift",
"3D/Capsule3Tests.swift",
"3D/Cube3Tests.swift",
"3D/Cylinder3Tests.swift",
"3D/DirectionalRay3Tests.swift",
"3D/Disk3Tests.swift",
"3D/Ellipse3Tests.swift",
"3D/Hyperplane3Tests.swift",
"3D/Line3Tests.swift",
"3D/LineSegment3Tests.swift",
"3D/ProjectivePointNormalPlane3Tests.swift",
"3D/Protocols/BaseGeometry/VolumetricType+3DTests.swift",
"3D/Protocols/Line/Line3FloatingPointTests.swift",
"3D/Protocols/Plane/PlaneIntersectablePlane3TypeTests.swift",
"3D/Protocols/Vector/Vector3AdditiveTests.swift",
"3D/Protocols/Vector/Vector3FloatingPointTests.swift",
"3D/Protocols/Vector/Vector3MultiplicativeTests.swift",
"3D/Protocols/Vector/Vector3TypeTests.swift",
"3D/Ray3Tests.swift",
"3D/RotationMatrix3Tests.swift",
"3D/SIMD/SIMD3+DoubleTests.swift",
"3D/Sphere3Tests.swift",
"3D/Torus3Tests.swift",
"3D/Triangle3Tests.swift",
"3D/Vector3Tests.swift",
"4D/Protocols/Vector/Vector4AdditiveTests.swift",
"4D/Protocols/Vector/Vector4FloatingPointTests.swift",
"4D/Protocols/Vector/Vector4TypeTests.swift",
"4D/SIMD/SIMD4+DoubleTests.swift",
"4D/Vector4Tests.swift",
"Angles/AngleSweepTests.swift",
"Angles/AngleTests.swift",
"Generalized/AABBTests.swift",
"Generalized/ConvexLineIntersectionTests.swift",
"Generalized/DirectionalRayTests.swift",
"Generalized/EllipsoidTests.swift",
"Generalized/HyperplaneTests.swift",
"Generalized/LinePolygonTests.swift",
"Generalized/LineSegmentTests.swift",
"Generalized/LineTests.swift",
"Generalized/NCapsuleTests.swift",
"Generalized/NRectangleTests.swift",
"Generalized/NSphereTests.swift",
"Generalized/NSquareTests.swift",
"Generalized/PointCloudTests.swift",
"Generalized/PointNormalPlaneTests.swift",
"Generalized/PointNormalTests.swift",
"Generalized/Property Wrappers/UnitVectorTests.swift",
"Generalized/Protocols/Geometry/PointProjectableTypeTests.swift",
"Generalized/Protocols/Geometry/VolumetricTypeTests.swift",
"Generalized/Protocols/Line/LineCategoryTests.swift",
"Generalized/Protocols/Line/LineDivisibleTests.swift",
"Generalized/Protocols/Line/LineFloatingPointTests.swift",
"Generalized/Protocols/Plane/LineIntersectablePlaneTypeTests.swift",
"Generalized/Protocols/Plane/PointProjectablePlaneTypeTests.swift",
"Generalized/Protocols/Rectangle/AdditiveRectangleTypeTests.swift",
"Generalized/Protocols/Rectangle/ConstructableRectangleTypeTests.swift",
"Generalized/Protocols/Rectangle/DivisibleRectangleTypeTests.swift",
"Generalized/Protocols/Vector/VectorAdditiveTests.swift",
"Generalized/Protocols/Vector/VectorComparableTests.swift",
"Generalized/Protocols/Vector/VectorDivisibleTests.swift",
"Generalized/Protocols/Vector/VectorFloatingPointTests.swift",
"Generalized/Protocols/Vector/VectorMultiplicativeTests.swift",
"Generalized/Protocols/Vector/VectorSignedTests.swift",
"Generalized/Protocols/Vector/VectorTakeableTests.swift",
"Generalized/RayTests.swift",
"Generalized/RoundNRectangleTests.swift",
"Generalized/Triangle+CoordinatesTests.swift",
"Generalized/TriangleTests.swift",
"Matrices/Matrix2x2Tests.swift",
"Matrices/Matrix3x2Tests.swift",
"Matrices/Matrix3x3Tests.swift",
"Matrices/Matrix4x4Tests.swift",
"Matrices/Protocols/MatrixTypeTests.swift",
"PerformanceTests.swift",
"Utils/Comparable+ClampTests.swift",
"Utils/SignedNumeric+SignTests.swift"
],
"target_dependencies" : [
"Geometria",
"TestCommons"
],
"type" : "test"
},
{
"c99name" : "GeometriaClippingTests",
"module_type" : "SwiftTarget",
"name" : "GeometriaClippingTests",
"path" : "Tests/GeometriaClippingTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"2D/Boolean/ExclusiveDisjunction2ParametricTests.swift",
"2D/Boolean/Intersection2ParametricTests.swift",
"2D/Boolean/Subtraction2ParametricTests.swift",
"2D/Boolean/Union2ParametricTests.swift",
"2D/Circle2ParametricTests.swift",
"2D/Compound2ParametricTests.swift",
"2D/Graph/Simplex2Graph+CreationTests.swift",
"2D/LinePolygon2ParametricTests.swift",
"2D/Parametric2ContourTests.swift",
"2D/Parametric2GeometrySimplexTests.swift",
"2D/Protocols/ParametricClip2GeometryTests.swift",
"2D/Simplexes/CircleArc2SimplexTests.swift",
"2D/Simplexes/LineSegment2SimplexTests.swift",
"TestSupport/Circle2Parametric+Tests.swift",
"TestSupport/LinePolygon2Parametric+Tests.swift"
],
"target_dependencies" : [
"GeometriaClipping",
"TestCommons"
],
"type" : "test"
},
{
"c99name" : "GeometriaClipping",
"module_type" : "SwiftTarget",
"name" : "GeometriaClipping",
"path" : "Sources/GeometriaClipping",
"product_dependencies" : [
"Numerics",
"MiniDigraph",
"OrderedCollections"
],
"product_memberships" : [
"GeometriaClipping"
],
"sources" : [
"2D/Boolean/ContourManager.swift",
"2D/Boolean/ExclusiveDisjunction2Parametric.swift",
"2D/Boolean/Intersection2Parametric.swift",
"2D/Boolean/Subtraction2Parametric.swift",
"2D/Boolean/Union2Parametric.swift",
"2D/Circle2Parametric.swift",
"2D/Compound2Periodic.swift",
"2D/Graph/Simplex2Graph+Creation.swift",
"2D/Graph/Simplex2Graph+Recombining.swift",
"2D/Graph/Simplex2Graph.swift",
"2D/LinePolygon2Parametric.swift",
"2D/Parametric2Contour.swift",
"2D/Parametric2GeometrySimplex.swift",
"2D/Protocols/Boolean/Boolean2Parametric.swift",
"2D/Protocols/Parametric2Simplex.swift",
"2D/Protocols/ParametricClip2Geometry.swift",
"2D/Protocols/ParametricClip2Intersection.swift",
"2D/Simplexes/CircleArc2Simplex.swift",
"2D/Simplexes/LineSegment2Simplex.swift",
"Generalized/Protocols/ParametricClipGeometry.swift",
"Generalized/Protocols/ParametricSimplex.swift",
"Utils/FloatingPoint+Ext.swift"
],
"target_dependencies" : [
"Geometria",
"GeometriaAlgorithms"
],
"type" : "library"
},
{
"c99name" : "GeometriaAlgorithmsTests",
"module_type" : "SwiftTarget",
"name" : "GeometriaAlgorithmsTests",
"path" : "Tests/GeometriaAlgorithmsTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"2D/Ellipse2Tests.swift",
"2D/PointCloud2Tests.swift",
"SpatialPartitioning/KDTree/KDTreeTests.swift",
"SpatialPartitioning/SpatialTree/SpatialTreeTests.swift",
"TestUtils.swift",
"TestUtils/MersenneTwister.swift",
"TestUtils/SequenceAsserter.swift"
],
"target_dependencies" : [
"GeometriaAlgorithms",
"TestCommons"
],
"type" : "test"
},
{
"c99name" : "GeometriaAlgorithms",
"module_type" : "SwiftTarget",
"name" : "GeometriaAlgorithms",
"path" : "Sources/GeometriaAlgorithms",
"product_dependencies" : [
"Numerics"
],
"product_memberships" : [
"GeometriaAlgorithms",
"GeometriaClipping"
],
"sources" : [
"2D/Ellipse2.swift",
"2D/PointCloud2.swift",
"2D/SpatialPartitioning/QuadTree.swift",
"3D/SpatialPartitioning/Octree.swift",
"SpatialPartitioning/KDTree/KDTree.swift",
"SpatialPartitioning/SpatialTree/Protocols/SpatialTreeType.swift",
"SpatialPartitioning/SpatialTree/SpatialTree.swift"
],
"target_dependencies" : [
"Geometria"
],
"type" : "library"
},
{
"c99name" : "Geometria",
"module_type" : "SwiftTarget",
"name" : "Geometria",
"path" : "Sources/Geometria",
"product_dependencies" : [
"Numerics"
],
"product_memberships" : [
"Geometria",
"GeometriaAlgorithms",
"GeometriaClipping"
],
"sources" : [
"2D/AABB2.swift",
"2D/Circle2.swift",
"2D/CircleArc2.swift",
"2D/ClosedShape2Intersection.swift",
"2D/DirectionalRay2.swift",
"2D/EdgeInsets2.swift",
"2D/Ellipse2.swift",
"2D/Hyperplane2.swift",
"2D/Line2.swift",
"2D/LineIntersectionResult.swift",
"2D/LinePolygon2.swift",
"2D/LineSegment2.swift",
"2D/PointCloud2.swift",
"2D/PointNormalPlane2.swift",
"2D/Protocols/BaseGeometry/Convex2Type.swift",
"2D/Protocols/BaseGeometry/VolumetricType+2D.swift",
"2D/Protocols/Line/Line2FloatingPoint.swift",
"2D/Protocols/Line/Line2Multiplicative.swift",
"2D/Protocols/Line/Line2Real.swift",
"2D/Protocols/Line/Line2Signed.swift",
"2D/Protocols/Line/Line2Type.swift",
"2D/Protocols/Plane/PlaneIntersectablePlane2Type.swift",
"2D/Protocols/Rectangle/ConstructableRectangleType+2D.swift",
"2D/Protocols/Rectangle/DivisibleRectangleType+2D.swift",
"2D/Protocols/Rectangle/RectangleType+2D.swift",
"2D/Protocols/Vector/Vector2Additive.swift",
"2D/Protocols/Vector/Vector2FloatingPoint.swift",
"2D/Protocols/Vector/Vector2Multiplicative.swift",
"2D/Protocols/Vector/Vector2Real.swift",
"2D/Protocols/Vector/Vector2Signed.swift",
"2D/Protocols/Vector/Vector2Type.swift",
"2D/Ray2.swift",
"2D/Rectangle2.swift",
"2D/RoundRectangle2.swift",
"2D/SIMD/SIMD2+Double.swift",
"2D/Square2.swift",
"2D/Stadium2.swift",
"2D/Triangle2.swift",
"2D/Vector2+Double.swift",
"2D/Vector2+Float.swift",
"2D/Vector2.swift",
"3D/AABB3.swift",
"3D/Capsule3.swift",
"3D/Cube3.swift",
"3D/Cylinder3.swift",
"3D/DirectionalRay3.swift",
"3D/Disk3.swift",
"3D/Ellipse3.swift",
"3D/Hyperplane3.swift",
"3D/Line3.swift",
"3D/LineSegment3.swift",
"3D/Orientation3.swift",
"3D/PointCloud3.swift",
"3D/PointNormalPlane3.swift",
"3D/Projection/PlaneProjectiveSpace.swift",
"3D/Projection/SphereCoordinates.swift",
"3D/Projection/SphereProjectiveSpace.swift",
"3D/ProjectivePointNormalPlane3.swift",
"3D/Protocols/BaseGeometry/Convex3Type.swift",
"3D/Protocols/BaseGeometry/Line3IntersectableType.swift",
"3D/Protocols/BaseGeometry/VolumetricType+3D.swift",
"3D/Protocols/Line/Line3FloatingPoint.swift",
"3D/Protocols/Line/Line3Type.swift",
"3D/Protocols/Plane/Plane3Type.swift",
"3D/Protocols/Plane/PlaneIntersectablePlane3Type.swift",
"3D/Protocols/Vector/Vector3Additive.swift",
"3D/Protocols/Vector/Vector3FloatingPoint.swift",
"3D/Protocols/Vector/Vector3Multiplicative.swift",
"3D/Protocols/Vector/Vector3Real.swift",
"3D/Protocols/Vector/Vector3Type.swift",
"3D/Ray3.swift",
"3D/RotationMatrix3.swift",
"3D/RotationOrder3.swift",
"3D/SIMD/SIMD3+Double.swift",
"3D/Sphere3.swift",
"3D/Torus3.swift",
"3D/Triangle3.swift",
"3D/Vector3.swift",
"4D/Hyperplane4.swift",
"4D/Protocols/Vector/Vector4Additive.swift",
"4D/Protocols/Vector/Vector4FloatingPoint.swift",
"4D/Protocols/Vector/Vector4Type.swift",
"4D/SIMD/SIMD4+Double.swift",
"4D/Vector4.swift",
"Angles/Angle.swift",
"Angles/AngleSweep.swift",
"Generalized/AABB.swift",
"Generalized/ConvexLineIntersection.swift",
"Generalized/DirectionalRay.swift",
"Generalized/Ellipsoid.swift",
"Generalized/Hyperplane.swift",
"Generalized/Line.swift",
"Generalized/LineIntersection.swift",
"Generalized/LinePointNormal.swift",
"Generalized/LinePolygon.swift",
"Generalized/LineSegment.swift",
"Generalized/NCapsule.swift",
"Generalized/NRectangle.swift",
"Generalized/NSphere.swift",
"Generalized/NSquare.swift",
"Generalized/PointCloud.swift",
"Generalized/PointNormal.swift",
"Generalized/PointNormalPlane.swift",
"Generalized/Projection/Protocols/ProjectiveSpace.swift",
"Generalized/Property Wrappers/UnitVector.swift",
"Generalized/Protocols/BaseGeometry/BoundableType.swift",
"Generalized/Protocols/BaseGeometry/ConvexType.swift",
"Generalized/Protocols/BaseGeometry/GeometricType.swift",
"Generalized/Protocols/BaseGeometry/LineIntersectableType.swift",
"Generalized/Protocols/BaseGeometry/PointProjectableType.swift",
"Generalized/Protocols/BaseGeometry/SignedDistanceMeasurableType.swift",
"Generalized/Protocols/BaseGeometry/VolumetricType.swift",
"Generalized/Protocols/DivisibleArithmetic.swift",
"Generalized/Protocols/Line/LineAdditive.swift",
"Generalized/Protocols/Line/LineCategory.swift",
"Generalized/Protocols/Line/LineDivisible.swift",
"Generalized/Protocols/Line/LineFloatingPoint.swift",
"Generalized/Protocols/Line/LineMultiplicative.swift",
"Generalized/Protocols/Line/LineReal.swift",
"Generalized/Protocols/Line/LineSigned.swift",
"Generalized/Protocols/Line/LineType.swift",
"Generalized/Protocols/Plane/LineIntersectablePlaneType.swift",
"Generalized/Protocols/Plane/PlaneType.swift",
"Generalized/Protocols/Plane/PointProjectablePlaneType.swift",
"Generalized/Protocols/Rectangle/AdditiveRectangleType.swift",
"Generalized/Protocols/Rectangle/ConstructableRectangleType.swift",
"Generalized/Protocols/Rectangle/DivisibleRectangleType.swift",
"Generalized/Protocols/Rectangle/RectangleType.swift",
"Generalized/Protocols/Rectangle/SelfIntersectableRectangleType.swift",
"Generalized/Protocols/Vector/VectorAdditive.swift",
"Generalized/Protocols/Vector/VectorComparable.swift",
"Generalized/Protocols/Vector/VectorDivisible.swift",
"Generalized/Protocols/Vector/VectorFloatingPoint.swift",
"Generalized/Protocols/Vector/VectorMultiplicative.swift",
"Generalized/Protocols/Vector/VectorReal.swift",
"Generalized/Protocols/Vector/VectorSigned.swift",
"Generalized/Protocols/Vector/VectorTakeable.swift",
"Generalized/Protocols/Vector/VectorType.swift",
"Generalized/Ray.swift",
"Generalized/RoundNRectangle.swift",
"Generalized/Triangle+Coordinates.swift",
"Generalized/Triangle.swift",
"Matrices/Matrix2x2.swift",
"Matrices/Matrix3x2.swift",
"Matrices/Matrix3x3.swift",
"Matrices/Matrix4x4.swift",
"Matrices/Protocols/MatrixType.swift",
"Matrices/Protocols/SquareMatrixType.swift",
"Matrices/Protocols/TransposableMatrixType.swift",
"Utils/Comparable+Clamp.swift",
"Utils/SignedNumeric+Sign.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/LuizZak/MiniP5Printer.git
Fetching https://github.com/LuizZak/MiniDigraph.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-numerics.git
[1/50] Fetching minip5printer
[51/5724] Fetching minip5printer, swift-numerics
[165/5968] Fetching minip5printer, swift-numerics, minidigraph
Fetched https://github.com/LuizZak/MiniDigraph.git from cache (0.26s)
[3341/5724] Fetching minip5printer, swift-numerics
[5725/21993] Fetching minip5printer, swift-numerics, swift-collections
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
[2003/16319] Fetching minip5printer, swift-collections
Fetched https://github.com/LuizZak/MiniP5Printer.git from cache (1.21s)
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/LuizZak/MiniDigraph.git
Computed https://github.com/LuizZak/MiniDigraph.git at 0.8.0 (1.77s)
Computing version for https://github.com/LuizZak/MiniP5Printer.git
Computed https://github.com/LuizZak/MiniP5Printer.git at 0.0.2 (0.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.03s)
Creating working copy for https://github.com/LuizZak/MiniP5Printer.git
Working copy of https://github.com/LuizZak/MiniP5Printer.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/LuizZak/MiniDigraph.git
Working copy of https://github.com/LuizZak/MiniDigraph.git resolved at 0.8.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/13] Write sources
[11/13] Compiling _NumericsShims _NumericsShims.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/59] Emitting module InternalCollectionsUtilities
[15/61] Emitting module MiniDigraph
[16/62] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/62] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/62] Compiling RealModule Real.swift
[19/63] Compiling RealModule Float80+Real.swift
[20/63] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/63] Compiling InternalCollectionsUtilities Integer rank.swift
[22/63] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/63] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/63] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[26/63] Compiling InternalCollectionsUtilities Debugging.swift
[27/63] Compiling InternalCollectionsUtilities Descriptions.swift
[28/63] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/63] Compiling InternalCollectionsUtilities Specialize.swift
[30/63] Compiling RealModule Float+Real.swift
[31/63] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[32/63] Compiling RealModule ElementaryFunctions.swift
[33/63] Compiling RealModule Float16+Real.swift
[37/63] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/63] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/63] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[40/63] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[48/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/64] Compiling RealModule RealFunctions.swift
[51/64] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[52/64] Compiling MiniDigraph DirectedGraphVisitElement.swift
[55/65] Emitting module RealModule
[61/126] Compiling MiniP5Printer PVector2.swift
[62/126] Compiling MiniP5Printer PVector3.swift
[63/126] Compiling MiniP5Printer PVector2i.swift
[64/126] Compiling ComplexModule Arithmetic.swift
[65/126] Compiling ComplexModule Complex.swift
[66/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[67/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[68/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[69/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[70/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[71/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[72/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[73/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[74/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[75/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[76/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[77/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[78/133] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[79/133] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[80/133] Compiling ComplexModule ElementaryFunctions.swift
[81/133] Emitting module ComplexModule
[82/133] Compiling OrderedCollections OrderedDictionary.swift
[83/133] Compiling OrderedCollections OrderedSet+Codable.swift
[84/133] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[85/133] Compiling OrderedCollections OrderedSet+Descriptions.swift
[86/133] Compiling OrderedCollections OrderedSet+Diffing.swift
[87/133] Compiling OrderedCollections OrderedSet+Equatable.swift
[88/133] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[89/133] Compiling OrderedCollections OrderedSet+Hashable.swift
[90/133] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/133] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/133] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/133] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/133] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[96/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[97/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[98/133] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[99/133] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[100/133] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[101/133] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[102/133] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[103/133] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[104/133] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[105/133] Compiling OrderedCollections OrderedDictionary+Values.swift
[106/133] Compiling OrderedCollections OrderedDictionary+Codable.swift
[107/133] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[108/133] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[109/133] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[110/133] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[111/133] Compiling OrderedCollections OrderedDictionary+Elements.swift
[112/133] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[113/133] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[114/133] Compiling OrderedCollections _HashTable+Bucket.swift
[115/133] Compiling OrderedCollections _HashTable+BucketIterator.swift
[116/133] Compiling OrderedCollections _HashTable+Constants.swift
[117/133] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[118/133] Compiling OrderedCollections _HashTable+Testing.swift
[119/133] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[120/133] Compiling OrderedCollections _HashTable.swift
[121/133] Compiling OrderedCollections _Hashtable+Header.swift
[122/133] Compiling OrderedCollections OrderedSet+Sendable.swift
[123/133] Compiling OrderedCollections OrderedSet+SubSequence.swift
[124/133] Compiling OrderedCollections OrderedSet+Testing.swift
[125/133] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[126/133] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[127/133] Compiling OrderedCollections OrderedSet.swift
[128/133] Compiling OrderedCollections _UnsafeBitset.swift
[129/133] Compiling MiniP5Printer PMatrix3x3.swift
[130/133] Emitting module MiniP5Printer
[131/133] Compiling MiniP5Printer BaseP5Printer.swift
[132/134] Emitting module OrderedCollections
[135/135] Compiling ComplexModule Differentiable.swift
[137/138] Compiling Numerics Numerics.swift
[138/138] Emitting module Numerics
[140/273] Compiling Geometria LineCategory.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[141/273] Compiling Geometria LineDivisible.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[142/273] Compiling Geometria LineFloatingPoint.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[143/273] Compiling Geometria LineMultiplicative.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[144/273] Compiling Geometria LineReal.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[145/273] Compiling Geometria LineSigned.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[146/273] Compiling Geometria LineType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[147/273] Compiling Geometria LineIntersectablePlaneType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[148/273] Compiling Geometria PlaneType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[149/273] Compiling Geometria PointProjectablePlaneType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[150/273] Compiling Geometria AdditiveRectangleType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[151/273] Compiling Geometria ConstructableRectangleType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[152/273] Compiling Geometria DivisibleRectangleType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[153/273] Compiling Geometria RectangleType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[154/273] Compiling Geometria SelfIntersectableRectangleType.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[155/273] Compiling Geometria VectorAdditive.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[156/273] Compiling Geometria VectorComparable.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[157/273] Compiling Geometria VectorDivisible.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[158/273] Compiling Geometria VectorFloatingPoint.swift
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[159/291] Compiling Geometria LineSegment.swift
[160/291] Compiling Geometria NCapsule.swift
[161/291] Compiling Geometria NRectangle.swift
[162/291] Compiling Geometria NSphere.swift
[163/291] Compiling Geometria NSquare.swift
[164/291] Compiling Geometria PointCloud.swift
[165/291] Compiling Geometria PointNormal.swift
[166/291] Compiling Geometria PointNormalPlane.swift
[167/291] Compiling Geometria ProjectiveSpace.swift
[168/291] Compiling Geometria UnitVector.swift
[169/291] Compiling Geometria BoundableType.swift
[170/291] Compiling Geometria ConvexType.swift
[171/291] Compiling Geometria GeometricType.swift
[172/291] Compiling Geometria LineIntersectableType.swift
[173/291] Compiling Geometria PointProjectableType.swift
[174/291] Compiling Geometria SignedDistanceMeasurableType.swift
[175/291] Compiling Geometria VolumetricType.swift
[176/291] Compiling Geometria DivisibleArithmetic.swift
[177/291] Compiling Geometria LineAdditive.swift
[178/291] Compiling Geometria Line2Signed.swift
[179/291] Compiling Geometria Line2Type.swift
[180/291] Compiling Geometria PlaneIntersectablePlane2Type.swift
[181/291] Compiling Geometria ConstructableRectangleType+2D.swift
[182/291] Compiling Geometria DivisibleRectangleType+2D.swift
[183/291] Compiling Geometria RectangleType+2D.swift
[184/291] Compiling Geometria Vector2Additive.swift
[185/291] Compiling Geometria Vector2FloatingPoint.swift
[186/291] Compiling Geometria Vector2Multiplicative.swift
[187/291] Compiling Geometria Vector2Real.swift
[188/291] Compiling Geometria Vector2Signed.swift
[189/291] Compiling Geometria Vector2Type.swift
[190/291] Compiling Geometria Ray2.swift
[191/291] Compiling Geometria Rectangle2.swift
[192/291] Compiling Geometria RoundRectangle2.swift
[193/291] Compiling Geometria SIMD2+Double.swift
[194/291] Compiling Geometria Square2.swift
[195/291] Compiling Geometria Stadium2.swift
[196/291] Compiling Geometria Triangle2.swift
[197/291] Compiling Geometria Vector2+Double.swift
[198/291] Compiling Geometria Vector2+Float.swift
[199/291] Compiling Geometria Vector2.swift
[200/291] Compiling Geometria AABB3.swift
[201/291] Compiling Geometria Capsule3.swift
[202/291] Compiling Geometria Cube3.swift
[203/291] Compiling Geometria Cylinder3.swift
[204/291] Compiling Geometria DirectionalRay3.swift
[205/291] Compiling Geometria Disk3.swift
[206/291] Compiling Geometria Ellipse3.swift
[207/291] Compiling Geometria Hyperplane3.swift
[208/291] Compiling Geometria Line3.swift
[209/291] Compiling Geometria LineSegment3.swift
[210/291] Compiling Geometria Orientation3.swift
[211/291] Compiling Geometria PointCloud3.swift
[212/291] Compiling Geometria PointNormalPlane3.swift
[213/291] Compiling Geometria PlaneProjectiveSpace.swift
[214/291] Compiling Geometria SphereCoordinates.swift
[215/291] Compiling Geometria SphereProjectiveSpace.swift
[216/291] Compiling Geometria AABB2.swift
[217/291] Compiling Geometria Circle2.swift
[218/291] Compiling Geometria CircleArc2.swift
[219/291] Compiling Geometria ClosedShape2Intersection.swift
[220/291] Compiling Geometria DirectionalRay2.swift
[221/291] Compiling Geometria EdgeInsets2.swift
[222/291] Compiling Geometria Ellipse2.swift
[223/291] Compiling Geometria Hyperplane2.swift
[224/291] Compiling Geometria Line2.swift
[225/291] Compiling Geometria LineIntersectionResult.swift
[226/291] Compiling Geometria LinePolygon2.swift
[227/291] Compiling Geometria LineSegment2.swift
[228/291] Compiling Geometria PointCloud2.swift
[229/291] Compiling Geometria PointNormalPlane2.swift
[230/291] Compiling Geometria Convex2Type.swift
[231/291] Compiling Geometria VolumetricType+2D.swift
[232/291] Compiling Geometria Line2FloatingPoint.swift
[233/291] Compiling Geometria Line2Multiplicative.swift
[234/291] Compiling Geometria Line2Real.swift
[235/291] Emitting module Geometria
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:30:16: warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
28 | ///
29 | /// [geometric line]: https://en.wikipedia.org/wiki/Line_(geometry)
30 | static let line: Self = Self(rawValue: startOpenBit | endOpenBit)
| |- warning: static property 'line' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'line' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | /// Category for a [geometric ray] line which has a starting
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:36:16: warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
34 | ///
35 | /// [geometric ray]: https://en.wikipedia.org/wiki/Line_(geometry)#Ray
36 | static let ray: Self = Self(rawValue: endOpenBit)
| |- warning: static property 'ray' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'ray' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |
38 | /// Category for a [line segment] that define a closed interval with a start
/host/spi-builder-workspace/Sources/Geometria/Generalized/Protocols/Line/LineCategory.swift:42:16: warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
1 | /// Represents the category for a `LineType`, specifying whether the end points
2 | /// of the line are open or closed.
3 | public struct LineCategory: RawRepresentable, Hashable {
| `- note: consider making struct 'LineCategory' conform to the 'Sendable' protocol
4 | private static let startOpenBit = 0b0000_0001
5 | private static let endOpenBit = 0b0000_0010
:
40 | ///
41 | /// [line segment]: https://en.wikipedia.org/wiki/Line_segment
42 | static let lineSegment: Self = Self(rawValue: 0b0000_0000)
| |- warning: static property 'lineSegment' is not concurrency-safe because non-'Sendable' type 'LineCategory' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lineSegment' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | }
44 |
[236/291] Compiling Geometria ProjectivePointNormalPlane3.swift
[237/291] Compiling Geometria Convex3Type.swift
[238/291] Compiling Geometria Line3IntersectableType.swift
[239/291] Compiling Geometria VolumetricType+3D.swift
[240/291] Compiling Geometria Line3FloatingPoint.swift
[241/291] Compiling Geometria Line3Type.swift
[242/291] Compiling Geometria Plane3Type.swift
[243/291] Compiling Geometria PlaneIntersectablePlane3Type.swift
[244/291] Compiling Geometria Vector3Additive.swift
[245/291] Compiling Geometria Vector3FloatingPoint.swift
[246/291] Compiling Geometria Vector3Multiplicative.swift
[247/291] Compiling Geometria Vector3Real.swift
[248/291] Compiling Geometria Vector3Type.swift
[249/291] Compiling Geometria Ray3.swift
[250/291] Compiling Geometria RotationMatrix3.swift
[251/291] Compiling Geometria RotationOrder3.swift
[252/291] Compiling Geometria SIMD3+Double.swift
[253/291] Compiling Geometria Sphere3.swift
[254/291] Compiling Geometria Torus3.swift
[255/291] Compiling Geometria Triangle3.swift
[256/291] Compiling Geometria Vector3.swift
[257/291] Compiling Geometria Hyperplane4.swift
[258/291] Compiling Geometria Vector4Additive.swift
[259/291] Compiling Geometria Vector4FloatingPoint.swift
[260/291] Compiling Geometria Vector4Type.swift
[261/291] Compiling Geometria SIMD4+Double.swift
[262/291] Compiling Geometria Vector4.swift
[263/291] Compiling Geometria Angle.swift
[264/291] Compiling Geometria AngleSweep.swift
[265/291] Compiling Geometria AABB.swift
[266/291] Compiling Geometria ConvexLineIntersection.swift
[267/291] Compiling Geometria DirectionalRay.swift
[268/291] Compiling Geometria Ellipsoid.swift
[269/291] Compiling Geometria Hyperplane.swift
[270/291] Compiling Geometria Line.swift
[271/291] Compiling Geometria LineIntersection.swift
[272/291] Compiling Geometria LinePointNormal.swift
[273/291] Compiling Geometria LinePolygon.swift
[274/291] Compiling Geometria VectorMultiplicative.swift
[275/291] Compiling Geometria VectorReal.swift
[276/291] Compiling Geometria VectorSigned.swift
[277/291] Compiling Geometria VectorTakeable.swift
[278/291] Compiling Geometria VectorType.swift
[279/291] Compiling Geometria Ray.swift
[280/291] Compiling Geometria RoundNRectangle.swift
[281/291] Compiling Geometria Triangle+Coordinates.swift
[282/291] Compiling Geometria Triangle.swift
[283/291] Compiling Geometria Matrix2x2.swift
[284/291] Compiling Geometria Matrix3x2.swift
[285/291] Compiling Geometria Matrix3x3.swift
[286/291] Compiling Geometria Matrix4x4.swift
[287/291] Compiling Geometria MatrixType.swift
[288/291] Compiling Geometria SquareMatrixType.swift
[289/291] Compiling Geometria TransposableMatrixType.swift
[290/291] Compiling Geometria Comparable+Clamp.swift
[291/291] Compiling Geometria SignedNumeric+Sign.swift
[293/300] Compiling GeometriaAlgorithms QuadTree.swift
[294/300] Compiling GeometriaAlgorithms Octree.swift
[295/300] Compiling GeometriaAlgorithms PointCloud2.swift
[296/300] Compiling GeometriaAlgorithms Ellipse2.swift
[297/300] Emitting module GeometriaAlgorithms
[298/300] Compiling GeometriaAlgorithms KDTree.swift
[299/300] Compiling GeometriaAlgorithms SpatialTreeType.swift
[300/300] Compiling GeometriaAlgorithms SpatialTree.swift
[302/322] Compiling GeometriaClipping LineSegment2Simplex.swift
[303/322] Compiling GeometriaClipping ParametricClipGeometry.swift
[304/324] Compiling GeometriaClipping ParametricSimplex.swift
[305/324] Compiling GeometriaClipping FloatingPoint+Ext.swift
[306/324] Compiling GeometriaClipping Subtraction2Parametric.swift
[307/324] Compiling GeometriaClipping Union2Parametric.swift
[308/324] Compiling GeometriaClipping Circle2Parametric.swift
[309/324] Compiling GeometriaClipping Compound2Periodic.swift
[310/324] Compiling GeometriaClipping Simplex2Graph+Creation.swift
[311/324] Compiling GeometriaClipping Simplex2Graph+Recombining.swift
[312/324] Compiling GeometriaClipping ContourManager.swift
[313/324] Compiling GeometriaClipping ExclusiveDisjunction2Parametric.swift
[314/324] Compiling GeometriaClipping Intersection2Parametric.swift
[315/324] Emitting module GeometriaClipping
[316/324] Compiling GeometriaClipping Parametric2GeometrySimplex.swift
[317/324] Compiling GeometriaClipping Boolean2Parametric.swift
[318/324] Compiling GeometriaClipping Parametric2Simplex.swift
[319/324] Compiling GeometriaClipping Simplex2Graph.swift
[320/324] Compiling GeometriaClipping LinePolygon2Parametric.swift
[321/324] Compiling GeometriaClipping Parametric2Contour.swift
[322/324] Compiling GeometriaClipping ParametricClip2Geometry.swift
[323/324] Compiling GeometriaClipping ParametricClip2Intersection.swift
[324/324] Compiling GeometriaClipping CircleArc2Simplex.swift
[326/340] Compiling TestCommons StringBufferConsolePrintTarget.swift
[327/340] Compiling TestCommons MersenneTwister+Geometria.swift
[328/340] Compiling TestCommons ConsolePrintTarget.swift
[329/340] Compiling TestCommons StandardOutputConsolePrintTarget.swift
[330/340] Compiling TestCommons Console+Colors.swift
[331/340] Compiling TestCommons ConsolePrintBuffer.swift
[332/340] Compiling TestCommons MersenneTwister.swift
[333/340] Compiling TestCommons P5Printer+Clipping.swift
[334/342] Emitting module TestCommons
[335/342] Compiling TestCommons Assertions.swift
[336/342] Compiling TestCommons ConsolePrintBuffer+Clipping.swift
[337/342] Compiling TestCommons GeometriaClipping+Visualizable.swift
[338/342] Compiling TestCommons TestFixture+AssertionWrapper.swift
[339/342] Compiling TestCommons P5Printer.swift
[340/342] Compiling TestCommons Geometria+Visualizable.swift
[341/342] Compiling TestCommons TestFixture+Clipping.swift
[342/342] Compiling TestCommons TestFixture.swift
Build complete! (74.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "minip5printer",
"requirement" : {
"exact" : [
"0.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/MiniP5Printer.git"
},
{
"identity" : "minidigraph",
"requirement" : {
"exact" : [
"0.8.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/MiniDigraph.git"
}
],
"manifest_display_name" : "Geometria",
"name" : "Geometria",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Geometria",
"targets" : [
"Geometria"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GeometriaAlgorithms",
"targets" : [
"GeometriaAlgorithms"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GeometriaClipping",
"targets" : [
"GeometriaClipping"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestCommons",
"module_type" : "SwiftTarget",
"name" : "TestCommons",
"path" : "Sources/TestCommons",
"product_dependencies" : [
"MiniP5Printer"
],
"sources" : [
"Assertions.swift",
"Console+Clipping/ConsolePrintBuffer+Clipping.swift",
"Console/Console+Colors.swift",
"Console/ConsolePrintBuffer.swift",
"Console/ConsolePrintTarget.swift",
"Console/StandardOutputConsolePrintTarget.swift",
"Console/StringBufferConsolePrintTarget.swift",
"MersenneTwister+Geometria.swift",
"MersenneTwister.swift",
"P5Printer+Clipping.swift",
"P5Printer.swift",
"TestFixture/Geometria+Visualizable.swift",
"TestFixture/GeometriaClipping+Visualizable.swift",
"TestFixture/TestFixture+AssertionWrapper.swift",
"TestFixture/TestFixture+Clipping.swift",
"TestFixture/TestFixture.swift"
],
"target_dependencies" : [
"Geometria",
"GeometriaAlgorithms",
"GeometriaClipping"
],
"type" : "library"
},
{
"c99name" : "GeometriaTests",
"module_type" : "SwiftTarget",
"name" : "GeometriaTests",
"path" : "Tests/GeometriaTests",
"sources" : [
"2D/AABB2Tests.swift",
"2D/Circle2Tests.swift",
"2D/CircleArc2Tests.swift",
"2D/DirectionalRay2Tests.swift",
"2D/EdgeInsets2Tests.swift",
"2D/Ellipse2Tests.swift",
"2D/Hyperplane2Tests.swift",
"2D/Line2Tests.swift",
"2D/LinePolygon2Tests.swift",
"2D/LineSegment2Tests.swift",
"2D/Protocols/BaseGeometry/VolumetricType+2DTests.swift",
"2D/Protocols/Line/Line2FloatingPointTests.swift",
"2D/Protocols/Line/Line2RealTests.swift",
"2D/Protocols/Line/Line2SignedTests.swift",
"2D/Protocols/Plane/PlaneIntersectablePlane2TypeTests.swift",
"2D/Protocols/Rectangle/ConstructableRectangleType+2DTests.swift",
"2D/Protocols/Rectangle/DivisibleRectangleType+2DTests.swift",
"2D/Protocols/Rectangle/RectangleType+2DTests.swift",
"2D/Protocols/Vector/Vector2FloatingPointTests.swift",
"2D/Protocols/Vector/Vector2MultiplicativeTests.swift",
"2D/Protocols/Vector/Vector2TypeTests.swift",
"2D/Ray2Tests.swift",
"2D/Rectangle2Tests.swift",
"2D/RoundRectangle2Tests.swift",
"2D/SIMD/SIMD2+DoubleTests.swift",
"2D/Square2Tests.swift",
"2D/Triangle2Tests.swift",
"2D/Vector2+DoubleTests.swift",
"2D/Vector2+FloatTests.swift",
"2D/Vector2Tests.swift",
"3D/Capsule3Tests.swift",
"3D/Cube3Tests.swift",
"3D/Cylinder3Tests.swift",
"3D/DirectionalRay3Tests.swift",
"3D/Disk3Tests.swift",
"3D/Ellipse3Tests.swift",
"3D/Hyperplane3Tests.swift",
"3D/Line3Tests.swift",
"3D/LineSegment3Tests.swift",
"3D/ProjectivePointNormalPlane3Tests.swift",
"3D/Protocols/BaseGeometry/VolumetricType+3DTests.swift",
"3D/Protocols/Line/Line3FloatingPointTests.swift",
"3D/Protocols/Plane/PlaneIntersectablePlane3TypeTests.swift",
"3D/Protocols/Vector/Vector3AdditiveTests.swift",
"3D/Protocols/Vector/Vector3FloatingPointTests.swift",
"3D/Protocols/Vector/Vector3MultiplicativeTests.swift",
"3D/Protocols/Vector/Vector3TypeTests.swift",
"3D/Ray3Tests.swift",
"3D/RotationMatrix3Tests.swift",
"3D/SIMD/SIMD3+DoubleTests.swift",
"3D/Sphere3Tests.swift",
"3D/Torus3Tests.swift",
"3D/Triangle3Tests.swift",
"3D/Vector3Tests.swift",
"4D/Protocols/Vector/Vector4AdditiveTests.swift",
"4D/Protocols/Vector/Vector4FloatingPointTests.swift",
"4D/Protocols/Vector/Vector4TypeTests.swift",
"4D/SIMD/SIMD4+DoubleTests.swift",
"4D/Vector4Tests.swift",
"Angles/AngleSweepTests.swift",
"Angles/AngleTests.swift",
"Generalized/AABBTests.swift",
"Generalized/ConvexLineIntersectionTests.swift",
"Generalized/DirectionalRayTests.swift",
"Generalized/EllipsoidTests.swift",
"Generalized/HyperplaneTests.swift",
"Generalized/LinePolygonTests.swift",
"Generalized/LineSegmentTests.swift",
"Generalized/LineTests.swift",
"Generalized/NCapsuleTests.swift",
"Generalized/NRectangleTests.swift",
"Generalized/NSphereTests.swift",
"Generalized/NSquareTests.swift",
"Generalized/PointCloudTests.swift",
"Generalized/PointNormalPlaneTests.swift",
"Generalized/PointNormalTests.swift",
"Generalized/Property Wrappers/UnitVectorTests.swift",
"Generalized/Protocols/Geometry/PointProjectableTypeTests.swift",
"Generalized/Protocols/Geometry/VolumetricTypeTests.swift",
"Generalized/Protocols/Line/LineCategoryTests.swift",
"Generalized/Protocols/Line/LineDivisibleTests.swift",
"Generalized/Protocols/Line/LineFloatingPointTests.swift",
"Generalized/Protocols/Plane/LineIntersectablePlaneTypeTests.swift",
"Generalized/Protocols/Plane/PointProjectablePlaneTypeTests.swift",
"Generalized/Protocols/Rectangle/AdditiveRectangleTypeTests.swift",
"Generalized/Protocols/Rectangle/ConstructableRectangleTypeTests.swift",
"Generalized/Protocols/Rectangle/DivisibleRectangleTypeTests.swift",
"Generalized/Protocols/Vector/VectorAdditiveTests.swift",
"Generalized/Protocols/Vector/VectorComparableTests.swift",
"Generalized/Protocols/Vector/VectorDivisibleTests.swift",
"Generalized/Protocols/Vector/VectorFloatingPointTests.swift",
"Generalized/Protocols/Vector/VectorMultiplicativeTests.swift",
"Generalized/Protocols/Vector/VectorSignedTests.swift",
"Generalized/Protocols/Vector/VectorTakeableTests.swift",
"Generalized/RayTests.swift",
"Generalized/RoundNRectangleTests.swift",
"Generalized/Triangle+CoordinatesTests.swift",
"Generalized/TriangleTests.swift",
"Matrices/Matrix2x2Tests.swift",
"Matrices/Matrix3x2Tests.swift",
"Matrices/Matrix3x3Tests.swift",
"Matrices/Matrix4x4Tests.swift",
"Matrices/Protocols/MatrixTypeTests.swift",
"PerformanceTests.swift",
"Utils/Comparable+ClampTests.swift",
"Utils/SignedNumeric+SignTests.swift"
],
"target_dependencies" : [
"Geometria",
"TestCommons"
],
"type" : "test"
},
{
"c99name" : "GeometriaClippingTests",
"module_type" : "SwiftTarget",
"name" : "GeometriaClippingTests",
"path" : "Tests/GeometriaClippingTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"2D/Boolean/ExclusiveDisjunction2ParametricTests.swift",
"2D/Boolean/Intersection2ParametricTests.swift",
"2D/Boolean/Subtraction2ParametricTests.swift",
"2D/Boolean/Union2ParametricTests.swift",
"2D/Circle2ParametricTests.swift",
"2D/Compound2ParametricTests.swift",
"2D/Graph/Simplex2Graph+CreationTests.swift",
"2D/LinePolygon2ParametricTests.swift",
"2D/Parametric2ContourTests.swift",
"2D/Parametric2GeometrySimplexTests.swift",
"2D/Protocols/ParametricClip2GeometryTests.swift",
"2D/Simplexes/CircleArc2SimplexTests.swift",
"2D/Simplexes/LineSegment2SimplexTests.swift",
"TestSupport/Circle2Parametric+Tests.swift",
"TestSupport/LinePolygon2Parametric+Tests.swift"
],
"target_dependencies" : [
"GeometriaClipping",
"TestCommons"
],
"type" : "test"
},
{
"c99name" : "GeometriaClipping",
"module_type" : "SwiftTarget",
"name" : "GeometriaClipping",
"path" : "Sources/GeometriaClipping",
"product_dependencies" : [
"Numerics",
"MiniDigraph",
"OrderedCollections"
],
"product_memberships" : [
"GeometriaClipping"
],
"sources" : [
"2D/Boolean/ContourManager.swift",
"2D/Boolean/ExclusiveDisjunction2Parametric.swift",
"2D/Boolean/Intersection2Parametric.swift",
"2D/Boolean/Subtraction2Parametric.swift",
"2D/Boolean/Union2Parametric.swift",
"2D/Circle2Parametric.swift",
"2D/Compound2Periodic.swift",
"2D/Graph/Simplex2Graph+Creation.swift",
"2D/Graph/Simplex2Graph+Recombining.swift",
"2D/Graph/Simplex2Graph.swift",
"2D/LinePolygon2Parametric.swift",
"2D/Parametric2Contour.swift",
"2D/Parametric2GeometrySimplex.swift",
"2D/Protocols/Boolean/Boolean2Parametric.swift",
"2D/Protocols/Parametric2Simplex.swift",
"2D/Protocols/ParametricClip2Geometry.swift",
"2D/Protocols/ParametricClip2Intersection.swift",
"2D/Simplexes/CircleArc2Simplex.swift",
"2D/Simplexes/LineSegment2Simplex.swift",
"Generalized/Protocols/ParametricClipGeometry.swift",
"Generalized/Protocols/ParametricSimplex.swift",
"Utils/FloatingPoint+Ext.swift"
],
"target_dependencies" : [
"Geometria",
"GeometriaAlgorithms"
],
"type" : "library"
},
{
"c99name" : "GeometriaAlgorithmsTests",
"module_type" : "SwiftTarget",
"name" : "GeometriaAlgorithmsTests",
"path" : "Tests/GeometriaAlgorithmsTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"2D/Ellipse2Tests.swift",
"2D/PointCloud2Tests.swift",
"SpatialPartitioning/KDTree/KDTreeTests.swift",
"SpatialPartitioning/SpatialTree/SpatialTreeTests.swift",
"TestUtils.swift",
"TestUtils/MersenneTwister.swift",
"TestUtils/SequenceAsserter.swift"
],
"target_dependencies" : [
"GeometriaAlgorithms",
"TestCommons"
],
"type" : "test"
},
{
"c99name" : "GeometriaAlgorithms",
"module_type" : "SwiftTarget",
"name" : "GeometriaAlgorithms",
"path" : "Sources/GeometriaAlgorithms",
"product_dependencies" : [
"Numerics"
],
"product_memberships" : [
"GeometriaAlgorithms",
"GeometriaClipping"
],
"sources" : [
"2D/Ellipse2.swift",
"2D/PointCloud2.swift",
"2D/SpatialPartitioning/QuadTree.swift",
"3D/SpatialPartitioning/Octree.swift",
"SpatialPartitioning/KDTree/KDTree.swift",
"SpatialPartitioning/SpatialTree/Protocols/SpatialTreeType.swift",
"SpatialPartitioning/SpatialTree/SpatialTree.swift"
],
"target_dependencies" : [
"Geometria"
],
"type" : "library"
},
{
"c99name" : "Geometria",
"module_type" : "SwiftTarget",
"name" : "Geometria",
"path" : "Sources/Geometria",
"product_dependencies" : [
"Numerics"
],
"product_memberships" : [
"Geometria",
"GeometriaAlgorithms",
"GeometriaClipping"
],
"sources" : [
"2D/AABB2.swift",
"2D/Circle2.swift",
"2D/CircleArc2.swift",
"2D/ClosedShape2Intersection.swift",
"2D/DirectionalRay2.swift",
"2D/EdgeInsets2.swift",
"2D/Ellipse2.swift",
"2D/Hyperplane2.swift",
"2D/Line2.swift",
"2D/LineIntersectionResult.swift",
"2D/LinePolygon2.swift",
"2D/LineSegment2.swift",
"2D/PointCloud2.swift",
"2D/PointNormalPlane2.swift",
"2D/Protocols/BaseGeometry/Convex2Type.swift",
"2D/Protocols/BaseGeometry/VolumetricType+2D.swift",
"2D/Protocols/Line/Line2FloatingPoint.swift",
"2D/Protocols/Line/Line2Multiplicative.swift",
"2D/Protocols/Line/Line2Real.swift",
"2D/Protocols/Line/Line2Signed.swift",
"2D/Protocols/Line/Line2Type.swift",
"2D/Protocols/Plane/PlaneIntersectablePlane2Type.swift",
"2D/Protocols/Rectangle/ConstructableRectangleType+2D.swift",
"2D/Protocols/Rectangle/DivisibleRectangleType+2D.swift",
"2D/Protocols/Rectangle/RectangleType+2D.swift",
"2D/Protocols/Vector/Vector2Additive.swift",
"2D/Protocols/Vector/Vector2FloatingPoint.swift",
"2D/Protocols/Vector/Vector2Multiplicative.swift",
"2D/Protocols/Vector/Vector2Real.swift",
"2D/Protocols/Vector/Vector2Signed.swift",
"2D/Protocols/Vector/Vector2Type.swift",
"2D/Ray2.swift",
"2D/Rectangle2.swift",
"2D/RoundRectangle2.swift",
"2D/SIMD/SIMD2+Double.swift",
"2D/Square2.swift",
"2D/Stadium2.swift",
"2D/Triangle2.swift",
"2D/Vector2+Double.swift",
"2D/Vector2+Float.swift",
"2D/Vector2.swift",
"3D/AABB3.swift",
"3D/Capsule3.swift",
"3D/Cube3.swift",
"3D/Cylinder3.swift",
"3D/DirectionalRay3.swift",
"3D/Disk3.swift",
"3D/Ellipse3.swift",
"3D/Hyperplane3.swift",
"3D/Line3.swift",
"3D/LineSegment3.swift",
"3D/Orientation3.swift",
"3D/PointCloud3.swift",
"3D/PointNormalPlane3.swift",
"3D/Projection/PlaneProjectiveSpace.swift",
"3D/Projection/SphereCoordinates.swift",
"3D/Projection/SphereProjectiveSpace.swift",
"3D/ProjectivePointNormalPlane3.swift",
"3D/Protocols/BaseGeometry/Convex3Type.swift",
"3D/Protocols/BaseGeometry/Line3IntersectableType.swift",
"3D/Protocols/BaseGeometry/VolumetricType+3D.swift",
"3D/Protocols/Line/Line3FloatingPoint.swift",
"3D/Protocols/Line/Line3Type.swift",
"3D/Protocols/Plane/Plane3Type.swift",
"3D/Protocols/Plane/PlaneIntersectablePlane3Type.swift",
"3D/Protocols/Vector/Vector3Additive.swift",
"3D/Protocols/Vector/Vector3FloatingPoint.swift",
"3D/Protocols/Vector/Vector3Multiplicative.swift",
"3D/Protocols/Vector/Vector3Real.swift",
"3D/Protocols/Vector/Vector3Type.swift",
"3D/Ray3.swift",
"3D/RotationMatrix3.swift",
"3D/RotationOrder3.swift",
"3D/SIMD/SIMD3+Double.swift",
"3D/Sphere3.swift",
"3D/Torus3.swift",
"3D/Triangle3.swift",
"3D/Vector3.swift",
"4D/Hyperplane4.swift",
"4D/Protocols/Vector/Vector4Additive.swift",
"4D/Protocols/Vector/Vector4FloatingPoint.swift",
"4D/Protocols/Vector/Vector4Type.swift",
"4D/SIMD/SIMD4+Double.swift",
"4D/Vector4.swift",
"Angles/Angle.swift",
"Angles/AngleSweep.swift",
"Generalized/AABB.swift",
"Generalized/ConvexLineIntersection.swift",
"Generalized/DirectionalRay.swift",
"Generalized/Ellipsoid.swift",
"Generalized/Hyperplane.swift",
"Generalized/Line.swift",
"Generalized/LineIntersection.swift",
"Generalized/LinePointNormal.swift",
"Generalized/LinePolygon.swift",
"Generalized/LineSegment.swift",
"Generalized/NCapsule.swift",
"Generalized/NRectangle.swift",
"Generalized/NSphere.swift",
"Generalized/NSquare.swift",
"Generalized/PointCloud.swift",
"Generalized/PointNormal.swift",
"Generalized/PointNormalPlane.swift",
"Generalized/Projection/Protocols/ProjectiveSpace.swift",
"Generalized/Property Wrappers/UnitVector.swift",
"Generalized/Protocols/BaseGeometry/BoundableType.swift",
"Generalized/Protocols/BaseGeometry/ConvexType.swift",
"Generalized/Protocols/BaseGeometry/GeometricType.swift",
"Generalized/Protocols/BaseGeometry/LineIntersectableType.swift",
"Generalized/Protocols/BaseGeometry/PointProjectableType.swift",
"Generalized/Protocols/BaseGeometry/SignedDistanceMeasurableType.swift",
"Generalized/Protocols/BaseGeometry/VolumetricType.swift",
"Generalized/Protocols/DivisibleArithmetic.swift",
"Generalized/Protocols/Line/LineAdditive.swift",
"Generalized/Protocols/Line/LineCategory.swift",
"Generalized/Protocols/Line/LineDivisible.swift",
"Generalized/Protocols/Line/LineFloatingPoint.swift",
"Generalized/Protocols/Line/LineMultiplicative.swift",
"Generalized/Protocols/Line/LineReal.swift",
"Generalized/Protocols/Line/LineSigned.swift",
"Generalized/Protocols/Line/LineType.swift",
"Generalized/Protocols/Plane/LineIntersectablePlaneType.swift",
"Generalized/Protocols/Plane/PlaneType.swift",
"Generalized/Protocols/Plane/PointProjectablePlaneType.swift",
"Generalized/Protocols/Rectangle/AdditiveRectangleType.swift",
"Generalized/Protocols/Rectangle/ConstructableRectangleType.swift",
"Generalized/Protocols/Rectangle/DivisibleRectangleType.swift",
"Generalized/Protocols/Rectangle/RectangleType.swift",
"Generalized/Protocols/Rectangle/SelfIntersectableRectangleType.swift",
"Generalized/Protocols/Vector/VectorAdditive.swift",
"Generalized/Protocols/Vector/VectorComparable.swift",
"Generalized/Protocols/Vector/VectorDivisible.swift",
"Generalized/Protocols/Vector/VectorFloatingPoint.swift",
"Generalized/Protocols/Vector/VectorMultiplicative.swift",
"Generalized/Protocols/Vector/VectorReal.swift",
"Generalized/Protocols/Vector/VectorSigned.swift",
"Generalized/Protocols/Vector/VectorTakeable.swift",
"Generalized/Protocols/Vector/VectorType.swift",
"Generalized/Ray.swift",
"Generalized/RoundNRectangle.swift",
"Generalized/Triangle+Coordinates.swift",
"Generalized/Triangle.swift",
"Matrices/Matrix2x2.swift",
"Matrices/Matrix3x2.swift",
"Matrices/Matrix3x3.swift",
"Matrices/Matrix4x4.swift",
"Matrices/Protocols/MatrixType.swift",
"Matrices/Protocols/SquareMatrixType.swift",
"Matrices/Protocols/TransposableMatrixType.swift",
"Utils/Comparable+Clamp.swift",
"Utils/SignedNumeric+Sign.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.