Build Information
Successful build of Geometria, reference 0.3.1 (121264
), with Swift 6.1 for Android on 29 May 2025 15:11:58 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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: android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/LuizZak/MiniDigraph.git
Fetching https://github.com/LuizZak/MiniP5Printer.git
Fetching https://github.com/apple/swift-collections.git
[1/50] Fetching minip5printer
[51/294] Fetching minip5printer, minidigraph
[295/6000] Fetching minip5printer, minidigraph, swift-numerics
[5773/22591] Fetching minip5printer, minidigraph, swift-numerics, swift-collections
Fetched https://github.com/LuizZak/MiniP5Printer.git from cache (1.61s)
Fetched https://github.com/apple/swift-numerics.git from cache (1.69s)
Fetched https://github.com/LuizZak/MiniDigraph.git from cache (1.74s)
Fetched https://github.com/apple/swift-collections.git from cache (1.78s)
Computing version for https://github.com/LuizZak/MiniDigraph.git
Computed https://github.com/LuizZak/MiniDigraph.git at 0.8.0 (2.51s)
Computing version for https://github.com/LuizZak/MiniP5Printer.git
Computed https://github.com/LuizZak/MiniP5Printer.git at 0.0.2 (0.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.75s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
Creating working copy for https://github.com/LuizZak/MiniP5Printer.git
Working copy of https://github.com/LuizZak/MiniP5Printer.git resolved at 0.0.2
Building for debugging...
[0/13] Write sources
[11/13] Compiling _NumericsShims _NumericsShims.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/56] Compiling MiniDigraph DirectedGraphVisitElement.swift
[15/57] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/57] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/57] Compiling RealModule AugmentedArithmetic.swift
[18/57] Compiling RealModule Double+Real.swift
[19/58] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/58] Emitting module InternalCollectionsUtilities
[21/58] Compiling RealModule Real.swift
[22/58] Compiling RealModule Float80+Real.swift
[23/59] Compiling RealModule AlgebraicField.swift
[24/59] Compiling RealModule ApproximateEquality.swift
[25/59] Emitting module RealModule
[28/59] Compiling InternalCollectionsUtilities Descriptions.swift
[29/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/59] Compiling InternalCollectionsUtilities Debugging.swift
[32/59] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/59] Compiling InternalCollectionsUtilities UInt+reversed.swift
[38/59] Compiling RealModule ElementaryFunctions.swift
[39/59] Compiling RealModule RealFunctions.swift
[40/59] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[45/59] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/59] Compiling RealModule Float+Real.swift
[47/59] Compiling RealModule Float16+Real.swift
[50/61] Emitting module MiniDigraph
[53/61] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[57/62] Compiling MiniP5Printer PVector2.swift
[58/62] Compiling MiniP5Printer PVector2i.swift
[59/62] Compiling MiniP5Printer PVector3.swift
[60/122] Compiling OrderedCollections OrderedDictionary.swift
[61/122] Compiling OrderedCollections OrderedSet+Codable.swift
[62/122] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/122] Compiling OrderedCollections OrderedSet+Descriptions.swift
[64/122] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/122] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/122] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/122] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[69/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[70/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[71/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[72/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[73/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[74/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[75/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[76/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[77/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[78/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[79/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[80/129] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[81/129] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[82/129] Compiling OrderedCollections OrderedSet+Initializers.swift
[83/129] Compiling OrderedCollections OrderedSet+Insertions.swift
[84/129] Compiling OrderedCollections OrderedSet+Invariants.swift
[85/129] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[86/129] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[87/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[88/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[89/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[90/129] Compiling OrderedCollections OrderedDictionary+Codable.swift
[91/129] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[92/129] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[93/129] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[94/129] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[95/129] Compiling OrderedCollections OrderedDictionary+Elements.swift
[96/129] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[97/129] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[98/129] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[99/129] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[100/129] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[101/129] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[102/129] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[103/129] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[104/129] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[105/129] Compiling OrderedCollections OrderedDictionary+Values.swift
[106/129] Compiling ComplexModule ElementaryFunctions.swift
[107/129] Compiling OrderedCollections _HashTable+Bucket.swift
[108/129] Compiling OrderedCollections _HashTable+BucketIterator.swift
[109/129] Compiling OrderedCollections _HashTable+Constants.swift
[110/129] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[111/129] Compiling OrderedCollections _HashTable+Testing.swift
[112/129] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[113/129] Compiling OrderedCollections _HashTable.swift
[114/129] Compiling OrderedCollections _Hashtable+Header.swift
[115/129] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/129] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/129] Compiling OrderedCollections OrderedSet+Testing.swift
[118/129] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/129] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/129] Compiling OrderedCollections OrderedSet.swift
[121/129] Compiling OrderedCollections _UnsafeBitset.swift
[122/129] Emitting module OrderedCollections
[124/130] Compiling MiniP5Printer PMatrix3x3.swift
[125/130] Emitting module MiniP5Printer
[126/130] Compiling MiniP5Printer BaseP5Printer.swift
[128/131] Compiling ComplexModule Complex.swift
[129/131] Compiling ComplexModule Arithmetic.swift
[130/131] Emitting module ComplexModule
[131/131] Compiling ComplexModule Differentiable.swift
[133/134] Compiling Numerics Numerics.swift
[134/134] Emitting module Numerics
[136/269] 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 |
[137/269] 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 |
[138/269] 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 |
[139/269] 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 |
[140/269] 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 |
[141/269] 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 |
[142/269] 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 |
[143/269] 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 |
[144/269] 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 |
[145/269] 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 |
[146/269] 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 |
[147/269] 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 |
[148/269] 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 |
[149/269] 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 |
[150/269] 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 |
[151/269] 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 |
[152/269] 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 |
[153/269] 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 |
[154/269] 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 |
[155/287] Compiling Geometria LineSegment.swift
[156/287] Compiling Geometria NCapsule.swift
[157/287] Compiling Geometria NRectangle.swift
[158/287] Compiling Geometria NSphere.swift
[159/287] Compiling Geometria NSquare.swift
[160/287] Compiling Geometria PointCloud.swift
[161/287] Compiling Geometria PointNormal.swift
[162/287] Compiling Geometria PointNormalPlane.swift
[163/287] Compiling Geometria ProjectiveSpace.swift
[164/287] Compiling Geometria UnitVector.swift
[165/287] Compiling Geometria BoundableType.swift
[166/287] Compiling Geometria ConvexType.swift
[167/287] Compiling Geometria GeometricType.swift
[168/287] Compiling Geometria LineIntersectableType.swift
[169/287] Compiling Geometria PointProjectableType.swift
[170/287] Compiling Geometria SignedDistanceMeasurableType.swift
[171/287] Compiling Geometria VolumetricType.swift
[172/287] Compiling Geometria DivisibleArithmetic.swift
[173/287] Compiling Geometria LineAdditive.swift
[174/287] Compiling Geometria Line2Signed.swift
[175/287] Compiling Geometria Line2Type.swift
[176/287] Compiling Geometria PlaneIntersectablePlane2Type.swift
[177/287] Compiling Geometria ConstructableRectangleType+2D.swift
[178/287] Compiling Geometria DivisibleRectangleType+2D.swift
[179/287] Compiling Geometria RectangleType+2D.swift
[180/287] Compiling Geometria Vector2Additive.swift
[181/287] Compiling Geometria Vector2FloatingPoint.swift
[182/287] Compiling Geometria Vector2Multiplicative.swift
[183/287] Compiling Geometria Vector2Real.swift
[184/287] Compiling Geometria Vector2Signed.swift
[185/287] Compiling Geometria Vector2Type.swift
[186/287] Compiling Geometria Ray2.swift
[187/287] Compiling Geometria Rectangle2.swift
[188/287] Compiling Geometria RoundRectangle2.swift
[189/287] Compiling Geometria SIMD2+Double.swift
[190/287] Compiling Geometria Square2.swift
[191/287] Compiling Geometria Stadium2.swift
[192/287] Compiling Geometria Triangle2.swift
[193/287] Compiling Geometria AABB2.swift
[194/287] Compiling Geometria Circle2.swift
[195/287] Compiling Geometria CircleArc2.swift
[196/287] Compiling Geometria ClosedShape2Intersection.swift
[197/287] Compiling Geometria DirectionalRay2.swift
[198/287] Compiling Geometria EdgeInsets2.swift
[199/287] Compiling Geometria Ellipse2.swift
[200/287] Compiling Geometria Hyperplane2.swift
[201/287] Compiling Geometria Line2.swift
[202/287] Compiling Geometria LineIntersectionResult.swift
[203/287] Compiling Geometria LinePolygon2.swift
[204/287] Compiling Geometria LineSegment2.swift
[205/287] Compiling Geometria PointCloud2.swift
[206/287] Compiling Geometria PointNormalPlane2.swift
[207/287] Compiling Geometria Convex2Type.swift
[208/287] Compiling Geometria VolumetricType+2D.swift
[209/287] Compiling Geometria Line2FloatingPoint.swift
[210/287] Compiling Geometria Line2Multiplicative.swift
[211/287] Compiling Geometria Line2Real.swift
[212/287] 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 |
[213/287] Compiling Geometria Vector2+Double.swift
[214/287] Compiling Geometria Vector2+Float.swift
[215/287] Compiling Geometria Vector2.swift
[216/287] Compiling Geometria AABB3.swift
[217/287] Compiling Geometria Capsule3.swift
[218/287] Compiling Geometria Cube3.swift
[219/287] Compiling Geometria Cylinder3.swift
[220/287] Compiling Geometria DirectionalRay3.swift
[221/287] Compiling Geometria Disk3.swift
[222/287] Compiling Geometria Ellipse3.swift
[223/287] Compiling Geometria Hyperplane3.swift
[224/287] Compiling Geometria Line3.swift
[225/287] Compiling Geometria LineSegment3.swift
[226/287] Compiling Geometria Orientation3.swift
[227/287] Compiling Geometria PointCloud3.swift
[228/287] Compiling Geometria PointNormalPlane3.swift
[229/287] Compiling Geometria PlaneProjectiveSpace.swift
[230/287] Compiling Geometria SphereCoordinates.swift
[231/287] Compiling Geometria SphereProjectiveSpace.swift
[232/287] Compiling Geometria ProjectivePointNormalPlane3.swift
[233/287] Compiling Geometria Convex3Type.swift
[234/287] Compiling Geometria Line3IntersectableType.swift
[235/287] Compiling Geometria VolumetricType+3D.swift
[236/287] Compiling Geometria Line3FloatingPoint.swift
[237/287] Compiling Geometria Line3Type.swift
[238/287] Compiling Geometria Plane3Type.swift
[239/287] Compiling Geometria PlaneIntersectablePlane3Type.swift
[240/287] Compiling Geometria Vector3Additive.swift
[241/287] Compiling Geometria Vector3FloatingPoint.swift
[242/287] Compiling Geometria Vector3Multiplicative.swift
[243/287] Compiling Geometria Vector3Real.swift
[244/287] Compiling Geometria Vector3Type.swift
[245/287] Compiling Geometria Ray3.swift
[246/287] Compiling Geometria RotationMatrix3.swift
[247/287] Compiling Geometria RotationOrder3.swift
[248/287] Compiling Geometria SIMD3+Double.swift
[249/287] Compiling Geometria Sphere3.swift
[250/287] Compiling Geometria Torus3.swift
[251/287] Compiling Geometria Triangle3.swift
[252/287] Compiling Geometria Vector3.swift
[253/287] Compiling Geometria Hyperplane4.swift
[254/287] Compiling Geometria Vector4Additive.swift
[255/287] Compiling Geometria Vector4FloatingPoint.swift
[256/287] Compiling Geometria Vector4Type.swift
[257/287] Compiling Geometria SIMD4+Double.swift
[258/287] Compiling Geometria Vector4.swift
[259/287] Compiling Geometria Angle.swift
[260/287] Compiling Geometria AngleSweep.swift
[261/287] Compiling Geometria AABB.swift
[262/287] Compiling Geometria ConvexLineIntersection.swift
[263/287] Compiling Geometria DirectionalRay.swift
[264/287] Compiling Geometria Ellipsoid.swift
[265/287] Compiling Geometria Hyperplane.swift
[266/287] Compiling Geometria Line.swift
[267/287] Compiling Geometria LineIntersection.swift
[268/287] Compiling Geometria LinePointNormal.swift
[269/287] Compiling Geometria LinePolygon.swift
[270/287] Compiling Geometria VectorMultiplicative.swift
[271/287] Compiling Geometria VectorReal.swift
[272/287] Compiling Geometria VectorSigned.swift
[273/287] Compiling Geometria VectorTakeable.swift
[274/287] Compiling Geometria VectorType.swift
[275/287] Compiling Geometria Ray.swift
[276/287] Compiling Geometria RoundNRectangle.swift
[277/287] Compiling Geometria Triangle+Coordinates.swift
[278/287] Compiling Geometria Triangle.swift
[279/287] Compiling Geometria Matrix2x2.swift
[280/287] Compiling Geometria Matrix3x2.swift
[281/287] Compiling Geometria Matrix3x3.swift
[282/287] Compiling Geometria Matrix4x4.swift
[283/287] Compiling Geometria MatrixType.swift
[284/287] Compiling Geometria SquareMatrixType.swift
[285/287] Compiling Geometria TransposableMatrixType.swift
[286/287] Compiling Geometria Comparable+Clamp.swift
[287/287] Compiling Geometria SignedNumeric+Sign.swift
[289/296] Compiling GeometriaAlgorithms Ellipse2.swift
[290/296] Compiling GeometriaAlgorithms PointCloud2.swift
[291/296] Emitting module GeometriaAlgorithms
[292/296] Compiling GeometriaAlgorithms QuadTree.swift
[293/296] Compiling GeometriaAlgorithms SpatialTreeType.swift
[294/296] Compiling GeometriaAlgorithms KDTree.swift
[295/296] Compiling GeometriaAlgorithms Octree.swift
[296/296] Compiling GeometriaAlgorithms SpatialTree.swift
[298/318] Compiling GeometriaClipping ParametricClip2Geometry.swift
[299/318] Compiling GeometriaClipping ParametricClip2Intersection.swift
[300/318] Compiling GeometriaClipping CircleArc2Simplex.swift
[301/320] Compiling GeometriaClipping ParametricSimplex.swift
[302/320] Compiling GeometriaClipping FloatingPoint+Ext.swift
[303/320] Compiling GeometriaClipping ContourManager.swift
[304/320] Compiling GeometriaClipping ExclusiveDisjunction2Parametric.swift
[305/320] Compiling GeometriaClipping Intersection2Parametric.swift
[306/320] Compiling GeometriaClipping LineSegment2Simplex.swift
[307/320] Compiling GeometriaClipping ParametricClipGeometry.swift
[308/320] Compiling GeometriaClipping Compound2Periodic.swift
[309/320] Compiling GeometriaClipping Simplex2Graph+Creation.swift
[310/320] Compiling GeometriaClipping Simplex2Graph+Recombining.swift
[311/320] Compiling GeometriaClipping Parametric2GeometrySimplex.swift
[312/320] Compiling GeometriaClipping Boolean2Parametric.swift
[313/320] Compiling GeometriaClipping Parametric2Simplex.swift
[314/320] Compiling GeometriaClipping Subtraction2Parametric.swift
[315/320] Compiling GeometriaClipping Union2Parametric.swift
[316/320] Compiling GeometriaClipping Circle2Parametric.swift
[317/320] Compiling GeometriaClipping Simplex2Graph.swift
[318/320] Compiling GeometriaClipping LinePolygon2Parametric.swift
[319/320] Compiling GeometriaClipping Parametric2Contour.swift
[320/320] Emitting module GeometriaClipping
[322/336] Compiling TestCommons GeometriaClipping+Visualizable.swift
[323/336] Compiling TestCommons TestFixture+AssertionWrapper.swift
[324/338] Compiling TestCommons Console+Colors.swift
[325/338] Compiling TestCommons ConsolePrintBuffer.swift
[326/338] Compiling TestCommons Assertions.swift
[327/338] Compiling TestCommons ConsolePrintBuffer+Clipping.swift
[328/338] Emitting module TestCommons
[329/338] Compiling TestCommons MersenneTwister.swift
[330/338] Compiling TestCommons P5Printer+Clipping.swift
[331/338] Compiling TestCommons ConsolePrintTarget.swift
[332/338] Compiling TestCommons StandardOutputConsolePrintTarget.swift
[333/338] Compiling TestCommons StringBufferConsolePrintTarget.swift
[334/338] Compiling TestCommons MersenneTwister+Geometria.swift
[335/338] Compiling TestCommons P5Printer.swift
[336/338] Compiling TestCommons Geometria+Visualizable.swift
[337/338] Compiling TestCommons TestFixture+Clipping.swift
[338/338] Compiling TestCommons TestFixture.swift
Build complete! (88.40s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.