The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Euclid, reference main (82fb50), with Swift 6.1 for macOS (SPM) on 9 Sep 2025 22:34:55 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicklockwood/Euclid.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/Euclid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 82fb502 Update for 0.8.7 release
Cloned https://github.com/nicklockwood/Euclid.git
Revision (git rev-parse @):
82fb502ddb03d1e16b6343d0a1dab1a8028539e8
SUCCESS checkout https://github.com/nicklockwood/Euclid.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "euclid",
      "name": "Euclid",
      "url": "https://github.com/nicklockwood/Euclid.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Euclid",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nicklockwood/Euclid.git
[1/12862] Fetching euclid
Fetched https://github.com/nicklockwood/Euclid.git from cache (2.31s)
Creating working copy for https://github.com/nicklockwood/Euclid.git
Working copy of https://github.com/nicklockwood/Euclid.git resolved at main (82fb502)
warning: '.resolve-product-dependencies': dependency 'euclid' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nicklockwood/Euclid.git
https://github.com/nicklockwood/Euclid.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Euclid",
  "name" : "Euclid",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Euclid",
      "targets" : [
        "Euclid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EuclidTests",
      "module_type" : "SwiftTarget",
      "name" : "EuclidTests",
      "path" : "Tests",
      "sources" : [
        "AngleTests.swift",
        "BoundsTests.swift",
        "CGPathTests.swift",
        "CodingTests.swift",
        "DebugDescriptionTests.swift",
        "Euclid+Testing.swift",
        "LineSegmentCSGTests.swift",
        "LineSegmentTests.swift",
        "LineTests.swift",
        "MeshCSGTests.swift",
        "MeshExportTests.swift",
        "MeshImportTests.swift",
        "MeshLatheTests.swift",
        "MeshLoftTests.swift",
        "MeshShapeTests.swift",
        "MeshTests.swift",
        "MetadataTests.swift",
        "PathCSGTests.swift",
        "PathShapeTests.swift",
        "PathTests.swift",
        "PlaneTests.swift",
        "PolygonCSGTests.swift",
        "PolygonTests.swift",
        "RealityKitTests.swift",
        "RotationTests.swift",
        "SceneKitTests.swift",
        "StretchableTests.swift",
        "TextTests.swift",
        "TransformTests.swift",
        "UtilityTests.swift",
        "VectorTests.swift",
        "VertexSetTests.swift"
      ],
      "target_dependencies" : [
        "Euclid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Euclid",
      "module_type" : "SwiftTarget",
      "name" : "Euclid",
      "path" : "Sources",
      "product_memberships" : [
        "Euclid"
      ],
      "sources" : [
        "Angle.swift",
        "ApproximateEquality.swift",
        "BSP.swift",
        "Bounded.swift",
        "Bounds.swift",
        "Color.swift",
        "Euclid+AppKit.swift",
        "Euclid+CoreGraphics.swift",
        "Euclid+CoreText.swift",
        "Euclid+RealityKit.swift",
        "Euclid+SIMD.swift",
        "Euclid+SceneKit.swift",
        "Euclid+UIKit.swift",
        "Interpolatable.swift",
        "Line.swift",
        "LineComparable.swift",
        "LineSegment+CSG.swift",
        "LineSegment.swift",
        "Mesh+CSG.swift",
        "Mesh+IO.swift",
        "Mesh+OBJ.swift",
        "Mesh+STL.swift",
        "Mesh+Shapes.swift",
        "Mesh+Texcoords.swift",
        "Mesh.swift",
        "Path+CSG.swift",
        "Path+Shapes.swift",
        "Path.swift",
        "PathPoint.swift",
        "Plane.swift",
        "PlaneComparable.swift",
        "PointComparable.swift",
        "Polygon+CSG.swift",
        "Polygon.swift",
        "Rotation.swift",
        "Stretchable.swift",
        "Transform.swift",
        "Transformable.swift",
        "Utilities.swift",
        "Vector.swift",
        "Vertex.swift",
        "VertexSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/41] Emitting module Euclid
/Users/admin/builder/spi-builder-workspace/Sources/Polygon.swift:147:16: warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 145 |
 146 |     /// Supported `NSSecureCodable` Material base classes.
 147 |     static var codableClasses: [AnyClass] = {
     |                |- warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: convert 'codableClasses' to a 'let' constant to make 'Sendable' shared state immutable
     |                |- note: add '@MainActor' to make static property 'codableClasses' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 148 |         #if canImport(AppKit) || canImport(UIKit)
 149 |         return [OSImage.self, OSColor.self] + scnMaterialTypes
/Users/admin/builder/spi-builder-workspace/Sources/Transform.swift:111:16: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | /// Working with intermediate transform objects instead of directly updating the vertex positions of a mesh
 35 | /// is more efficient and avoids a buildup of rounding errors.
 36 | public struct Transform: Hashable {
    |               `- note: consider making struct 'Transform' conform to the 'Sendable' protocol
 37 |     /// The size or scale component of the transform.
 38 |     public var scale: Vector {
    :
109 | public extension Transform {
110 |     /// The identity transform (i.e. no transform).
111 |     static let identity = Transform()
    |                |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |
113 |     /// Creates a translation or position transform.
[4/45] Compiling Euclid Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:762:22: warning: capture of 'fn' with non-sendable type '([T]) -> [U]' in a '@Sendable' closure
760 |     var a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x: [U]?
761 |     DispatchQueue.concurrentPerform(iterations: parts.count) { index in
762 |         let result = fn(parts[index])
    |                      |- warning: capture of 'fn' with non-sendable type '([T]) -> [U]' in a '@Sendable' closure
    |                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
763 |         switch index {
764 |         case 0: a = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:762:25: warning: capture of 'parts' with non-sendable type '[[T]]' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |            `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
760 |     var a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x: [U]?
761 |     DispatchQueue.concurrentPerform(iterations: parts.count) { index in
762 |         let result = fn(parts[index])
    |                         `- warning: capture of 'parts' with non-sendable type '[[T]]' in a '@Sendable' closure
763 |         switch index {
764 |         case 0: a = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:764:17: warning: capture of 'a' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
762 |         let result = fn(parts[index])
763 |         switch index {
764 |         case 0: a = result
    |                 `- warning: capture of 'a' with non-sendable type '[U]?' in a '@Sendable' closure
765 |         case 1: b = result
766 |         case 2: c = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:765:17: warning: capture of 'b' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
763 |         switch index {
764 |         case 0: a = result
765 |         case 1: b = result
    |                 `- warning: capture of 'b' with non-sendable type '[U]?' in a '@Sendable' closure
766 |         case 2: c = result
767 |         case 3: d = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:766:17: warning: capture of 'c' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
764 |         case 0: a = result
765 |         case 1: b = result
766 |         case 2: c = result
    |                 `- warning: capture of 'c' with non-sendable type '[U]?' in a '@Sendable' closure
767 |         case 3: d = result
768 |         case 4: e = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:767:17: warning: capture of 'd' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
765 |         case 1: b = result
766 |         case 2: c = result
767 |         case 3: d = result
    |                 `- warning: capture of 'd' with non-sendable type '[U]?' in a '@Sendable' closure
768 |         case 4: e = result
769 |         case 5: f = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:768:17: warning: capture of 'e' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
766 |         case 2: c = result
767 |         case 3: d = result
768 |         case 4: e = result
    |                 `- warning: capture of 'e' with non-sendable type '[U]?' in a '@Sendable' closure
769 |         case 5: f = result
770 |         case 6: g = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:769:17: warning: capture of 'f' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
767 |         case 3: d = result
768 |         case 4: e = result
769 |         case 5: f = result
    |                 `- warning: capture of 'f' with non-sendable type '[U]?' in a '@Sendable' closure
770 |         case 6: g = result
771 |         case 7: h = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:770:17: warning: capture of 'g' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
768 |         case 4: e = result
769 |         case 5: f = result
770 |         case 6: g = result
    |                 `- warning: capture of 'g' with non-sendable type '[U]?' in a '@Sendable' closure
771 |         case 7: h = result
772 |         case 8: i = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:771:17: warning: capture of 'h' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
769 |         case 5: f = result
770 |         case 6: g = result
771 |         case 7: h = result
    |                 `- warning: capture of 'h' with non-sendable type '[U]?' in a '@Sendable' closure
772 |         case 8: i = result
773 |         case 9: j = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:772:17: warning: capture of 'i' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
770 |         case 6: g = result
771 |         case 7: h = result
772 |         case 8: i = result
    |                 `- warning: capture of 'i' with non-sendable type '[U]?' in a '@Sendable' closure
773 |         case 9: j = result
774 |         case 10: k = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:773:17: warning: capture of 'j' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
771 |         case 7: h = result
772 |         case 8: i = result
773 |         case 9: j = result
    |                 `- warning: capture of 'j' with non-sendable type '[U]?' in a '@Sendable' closure
774 |         case 10: k = result
775 |         case 11: l = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:774:18: warning: capture of 'k' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
772 |         case 8: i = result
773 |         case 9: j = result
774 |         case 10: k = result
    |                  `- warning: capture of 'k' with non-sendable type '[U]?' in a '@Sendable' closure
775 |         case 11: l = result
776 |         case 12: m = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:775:18: warning: capture of 'l' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
773 |         case 9: j = result
774 |         case 10: k = result
775 |         case 11: l = result
    |                  `- warning: capture of 'l' with non-sendable type '[U]?' in a '@Sendable' closure
776 |         case 12: m = result
777 |         case 13: n = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:776:18: warning: capture of 'm' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
774 |         case 10: k = result
775 |         case 11: l = result
776 |         case 12: m = result
    |                  `- warning: capture of 'm' with non-sendable type '[U]?' in a '@Sendable' closure
777 |         case 13: n = result
778 |         case 14: o = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:777:18: warning: capture of 'n' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
775 |         case 11: l = result
776 |         case 12: m = result
777 |         case 13: n = result
    |                  `- warning: capture of 'n' with non-sendable type '[U]?' in a '@Sendable' closure
778 |         case 14: o = result
779 |         case 15: p = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:778:18: warning: capture of 'o' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
776 |         case 12: m = result
777 |         case 13: n = result
778 |         case 14: o = result
    |                  `- warning: capture of 'o' with non-sendable type '[U]?' in a '@Sendable' closure
779 |         case 15: p = result
780 |         case 16: q = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:779:18: warning: capture of 'p' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
777 |         case 13: n = result
778 |         case 14: o = result
779 |         case 15: p = result
    |                  `- warning: capture of 'p' with non-sendable type '[U]?' in a '@Sendable' closure
780 |         case 16: q = result
781 |         case 17: r = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:780:18: warning: capture of 'q' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
778 |         case 14: o = result
779 |         case 15: p = result
780 |         case 16: q = result
    |                  `- warning: capture of 'q' with non-sendable type '[U]?' in a '@Sendable' closure
781 |         case 17: r = result
782 |         case 18: s = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:781:18: warning: capture of 'r' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
779 |         case 15: p = result
780 |         case 16: q = result
781 |         case 17: r = result
    |                  `- warning: capture of 'r' with non-sendable type '[U]?' in a '@Sendable' closure
782 |         case 18: s = result
783 |         case 19: t = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:782:18: warning: capture of 's' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
780 |         case 16: q = result
781 |         case 17: r = result
782 |         case 18: s = result
    |                  `- warning: capture of 's' with non-sendable type '[U]?' in a '@Sendable' closure
783 |         case 19: t = result
784 |         case 20: u = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:783:18: warning: capture of 't' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
781 |         case 17: r = result
782 |         case 18: s = result
783 |         case 19: t = result
    |                  `- warning: capture of 't' with non-sendable type '[U]?' in a '@Sendable' closure
784 |         case 20: u = result
785 |         case 21: v = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:784:18: warning: capture of 'u' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
782 |         case 18: s = result
783 |         case 19: t = result
784 |         case 20: u = result
    |                  `- warning: capture of 'u' with non-sendable type '[U]?' in a '@Sendable' closure
785 |         case 21: v = result
786 |         case 22: w = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:785:18: warning: capture of 'v' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
783 |         case 19: t = result
784 |         case 20: u = result
785 |         case 21: v = result
    |                  `- warning: capture of 'v' with non-sendable type '[U]?' in a '@Sendable' closure
786 |         case 22: w = result
787 |         case 23: x = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:786:18: warning: capture of 'w' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
784 |         case 20: u = result
785 |         case 21: v = result
786 |         case 22: w = result
    |                  `- warning: capture of 'w' with non-sendable type '[U]?' in a '@Sendable' closure
787 |         case 23: x = result
788 |         default: preconditionFailure()
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:787:18: warning: capture of 'x' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
785 |         case 21: v = result
786 |         case 22: w = result
787 |         case 23: x = result
    |                  `- warning: capture of 'x' with non-sendable type '[U]?' in a '@Sendable' closure
788 |         default: preconditionFailure()
789 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:764:17: warning: mutation of captured var 'a' in concurrently-executing code
762 |         let result = fn(parts[index])
763 |         switch index {
764 |         case 0: a = result
    |                 `- warning: mutation of captured var 'a' in concurrently-executing code
765 |         case 1: b = result
766 |         case 2: c = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:765:17: warning: mutation of captured var 'b' in concurrently-executing code
763 |         switch index {
764 |         case 0: a = result
765 |         case 1: b = result
    |                 `- warning: mutation of captured var 'b' in concurrently-executing code
766 |         case 2: c = result
767 |         case 3: d = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:766:17: warning: mutation of captured var 'c' in concurrently-executing code
764 |         case 0: a = result
765 |         case 1: b = result
766 |         case 2: c = result
    |                 `- warning: mutation of captured var 'c' in concurrently-executing code
767 |         case 3: d = result
768 |         case 4: e = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:767:17: warning: mutation of captured var 'd' in concurrently-executing code
765 |         case 1: b = result
766 |         case 2: c = result
767 |         case 3: d = result
    |                 `- warning: mutation of captured var 'd' in concurrently-executing code
768 |         case 4: e = result
769 |         case 5: f = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:768:17: warning: mutation of captured var 'e' in concurrently-executing code
766 |         case 2: c = result
767 |         case 3: d = result
768 |         case 4: e = result
    |                 `- warning: mutation of captured var 'e' in concurrently-executing code
769 |         case 5: f = result
770 |         case 6: g = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:769:17: warning: mutation of captured var 'f' in concurrently-executing code
767 |         case 3: d = result
768 |         case 4: e = result
769 |         case 5: f = result
    |                 `- warning: mutation of captured var 'f' in concurrently-executing code
770 |         case 6: g = result
771 |         case 7: h = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:770:17: warning: mutation of captured var 'g' in concurrently-executing code
768 |         case 4: e = result
769 |         case 5: f = result
770 |         case 6: g = result
    |                 `- warning: mutation of captured var 'g' in concurrently-executing code
771 |         case 7: h = result
772 |         case 8: i = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:771:17: warning: mutation of captured var 'h' in concurrently-executing code
769 |         case 5: f = result
770 |         case 6: g = result
771 |         case 7: h = result
    |                 `- warning: mutation of captured var 'h' in concurrently-executing code
772 |         case 8: i = result
773 |         case 9: j = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:772:17: warning: mutation of captured var 'i' in concurrently-executing code
770 |         case 6: g = result
771 |         case 7: h = result
772 |         case 8: i = result
    |                 `- warning: mutation of captured var 'i' in concurrently-executing code
773 |         case 9: j = result
774 |         case 10: k = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:773:17: warning: mutation of captured var 'j' in concurrently-executing code
771 |         case 7: h = result
772 |         case 8: i = result
773 |         case 9: j = result
    |                 `- warning: mutation of captured var 'j' in concurrently-executing code
774 |         case 10: k = result
775 |         case 11: l = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:774:18: warning: mutation of captured var 'k' in concurrently-executing code
772 |         case 8: i = result
773 |         case 9: j = result
774 |         case 10: k = result
    |                  `- warning: mutation of captured var 'k' in concurrently-executing code
775 |         case 11: l = result
776 |         case 12: m = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:775:18: warning: mutation of captured var 'l' in concurrently-executing code
773 |         case 9: j = result
774 |         case 10: k = result
775 |         case 11: l = result
    |                  `- warning: mutation of captured var 'l' in concurrently-executing code
776 |         case 12: m = result
777 |         case 13: n = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:776:18: warning: mutation of captured var 'm' in concurrently-executing code
774 |         case 10: k = result
775 |         case 11: l = result
776 |         case 12: m = result
    |                  `- warning: mutation of captured var 'm' in concurrently-executing code
777 |         case 13: n = result
778 |         case 14: o = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:777:18: warning: mutation of captured var 'n' in concurrently-executing code
775 |         case 11: l = result
776 |         case 12: m = result
777 |         case 13: n = result
    |                  `- warning: mutation of captured var 'n' in concurrently-executing code
778 |         case 14: o = result
779 |         case 15: p = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:778:18: warning: mutation of captured var 'o' in concurrently-executing code
776 |         case 12: m = result
777 |         case 13: n = result
778 |         case 14: o = result
    |                  `- warning: mutation of captured var 'o' in concurrently-executing code
779 |         case 15: p = result
780 |         case 16: q = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:779:18: warning: mutation of captured var 'p' in concurrently-executing code
777 |         case 13: n = result
778 |         case 14: o = result
779 |         case 15: p = result
    |                  `- warning: mutation of captured var 'p' in concurrently-executing code
780 |         case 16: q = result
781 |         case 17: r = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:780:18: warning: mutation of captured var 'q' in concurrently-executing code
778 |         case 14: o = result
779 |         case 15: p = result
780 |         case 16: q = result
    |                  `- warning: mutation of captured var 'q' in concurrently-executing code
781 |         case 17: r = result
782 |         case 18: s = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:781:18: warning: mutation of captured var 'r' in concurrently-executing code
779 |         case 15: p = result
780 |         case 16: q = result
781 |         case 17: r = result
    |                  `- warning: mutation of captured var 'r' in concurrently-executing code
782 |         case 18: s = result
783 |         case 19: t = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:782:18: warning: mutation of captured var 's' in concurrently-executing code
780 |         case 16: q = result
781 |         case 17: r = result
782 |         case 18: s = result
    |                  `- warning: mutation of captured var 's' in concurrently-executing code
783 |         case 19: t = result
784 |         case 20: u = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:783:18: warning: mutation of captured var 't' in concurrently-executing code
781 |         case 17: r = result
782 |         case 18: s = result
783 |         case 19: t = result
    |                  `- warning: mutation of captured var 't' in concurrently-executing code
784 |         case 20: u = result
785 |         case 21: v = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:784:18: warning: mutation of captured var 'u' in concurrently-executing code
782 |         case 18: s = result
783 |         case 19: t = result
784 |         case 20: u = result
    |                  `- warning: mutation of captured var 'u' in concurrently-executing code
785 |         case 21: v = result
786 |         case 22: w = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:785:18: warning: mutation of captured var 'v' in concurrently-executing code
783 |         case 19: t = result
784 |         case 20: u = result
785 |         case 21: v = result
    |                  `- warning: mutation of captured var 'v' in concurrently-executing code
786 |         case 22: w = result
787 |         case 23: x = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:786:18: warning: mutation of captured var 'w' in concurrently-executing code
784 |         case 20: u = result
785 |         case 21: v = result
786 |         case 22: w = result
    |                  `- warning: mutation of captured var 'w' in concurrently-executing code
787 |         case 23: x = result
788 |         default: preconditionFailure()
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:787:18: warning: mutation of captured var 'x' in concurrently-executing code
785 |         case 21: v = result
786 |         case 22: w = result
787 |         case 23: x = result
    |                  `- warning: mutation of captured var 'x' in concurrently-executing code
788 |         default: preconditionFailure()
789 |         }
[5/45] Compiling Euclid Vector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:762:22: warning: capture of 'fn' with non-sendable type '([T]) -> [U]' in a '@Sendable' closure
760 |     var a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x: [U]?
761 |     DispatchQueue.concurrentPerform(iterations: parts.count) { index in
762 |         let result = fn(parts[index])
    |                      |- warning: capture of 'fn' with non-sendable type '([T]) -> [U]' in a '@Sendable' closure
    |                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
763 |         switch index {
764 |         case 0: a = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:762:25: warning: capture of 'parts' with non-sendable type '[[T]]' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |            `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
760 |     var a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x: [U]?
761 |     DispatchQueue.concurrentPerform(iterations: parts.count) { index in
762 |         let result = fn(parts[index])
    |                         `- warning: capture of 'parts' with non-sendable type '[[T]]' in a '@Sendable' closure
763 |         switch index {
764 |         case 0: a = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:764:17: warning: capture of 'a' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
762 |         let result = fn(parts[index])
763 |         switch index {
764 |         case 0: a = result
    |                 `- warning: capture of 'a' with non-sendable type '[U]?' in a '@Sendable' closure
765 |         case 1: b = result
766 |         case 2: c = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:765:17: warning: capture of 'b' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
763 |         switch index {
764 |         case 0: a = result
765 |         case 1: b = result
    |                 `- warning: capture of 'b' with non-sendable type '[U]?' in a '@Sendable' closure
766 |         case 2: c = result
767 |         case 3: d = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:766:17: warning: capture of 'c' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
764 |         case 0: a = result
765 |         case 1: b = result
766 |         case 2: c = result
    |                 `- warning: capture of 'c' with non-sendable type '[U]?' in a '@Sendable' closure
767 |         case 3: d = result
768 |         case 4: e = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:767:17: warning: capture of 'd' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
765 |         case 1: b = result
766 |         case 2: c = result
767 |         case 3: d = result
    |                 `- warning: capture of 'd' with non-sendable type '[U]?' in a '@Sendable' closure
768 |         case 4: e = result
769 |         case 5: f = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:768:17: warning: capture of 'e' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
766 |         case 2: c = result
767 |         case 3: d = result
768 |         case 4: e = result
    |                 `- warning: capture of 'e' with non-sendable type '[U]?' in a '@Sendable' closure
769 |         case 5: f = result
770 |         case 6: g = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:769:17: warning: capture of 'f' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
767 |         case 3: d = result
768 |         case 4: e = result
769 |         case 5: f = result
    |                 `- warning: capture of 'f' with non-sendable type '[U]?' in a '@Sendable' closure
770 |         case 6: g = result
771 |         case 7: h = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:770:17: warning: capture of 'g' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
768 |         case 4: e = result
769 |         case 5: f = result
770 |         case 6: g = result
    |                 `- warning: capture of 'g' with non-sendable type '[U]?' in a '@Sendable' closure
771 |         case 7: h = result
772 |         case 8: i = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:771:17: warning: capture of 'h' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
769 |         case 5: f = result
770 |         case 6: g = result
771 |         case 7: h = result
    |                 `- warning: capture of 'h' with non-sendable type '[U]?' in a '@Sendable' closure
772 |         case 8: i = result
773 |         case 9: j = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:772:17: warning: capture of 'i' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
770 |         case 6: g = result
771 |         case 7: h = result
772 |         case 8: i = result
    |                 `- warning: capture of 'i' with non-sendable type '[U]?' in a '@Sendable' closure
773 |         case 9: j = result
774 |         case 10: k = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:773:17: warning: capture of 'j' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
771 |         case 7: h = result
772 |         case 8: i = result
773 |         case 9: j = result
    |                 `- warning: capture of 'j' with non-sendable type '[U]?' in a '@Sendable' closure
774 |         case 10: k = result
775 |         case 11: l = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:774:18: warning: capture of 'k' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
772 |         case 8: i = result
773 |         case 9: j = result
774 |         case 10: k = result
    |                  `- warning: capture of 'k' with non-sendable type '[U]?' in a '@Sendable' closure
775 |         case 11: l = result
776 |         case 12: m = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:775:18: warning: capture of 'l' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
773 |         case 9: j = result
774 |         case 10: k = result
775 |         case 11: l = result
    |                  `- warning: capture of 'l' with non-sendable type '[U]?' in a '@Sendable' closure
776 |         case 12: m = result
777 |         case 13: n = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:776:18: warning: capture of 'm' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
774 |         case 10: k = result
775 |         case 11: l = result
776 |         case 12: m = result
    |                  `- warning: capture of 'm' with non-sendable type '[U]?' in a '@Sendable' closure
777 |         case 13: n = result
778 |         case 14: o = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:777:18: warning: capture of 'n' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
775 |         case 11: l = result
776 |         case 12: m = result
777 |         case 13: n = result
    |                  `- warning: capture of 'n' with non-sendable type '[U]?' in a '@Sendable' closure
778 |         case 14: o = result
779 |         case 15: p = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:778:18: warning: capture of 'o' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
776 |         case 12: m = result
777 |         case 13: n = result
778 |         case 14: o = result
    |                  `- warning: capture of 'o' with non-sendable type '[U]?' in a '@Sendable' closure
779 |         case 15: p = result
780 |         case 16: q = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:779:18: warning: capture of 'p' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
777 |         case 13: n = result
778 |         case 14: o = result
779 |         case 15: p = result
    |                  `- warning: capture of 'p' with non-sendable type '[U]?' in a '@Sendable' closure
780 |         case 16: q = result
781 |         case 17: r = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:780:18: warning: capture of 'q' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
778 |         case 14: o = result
779 |         case 15: p = result
780 |         case 16: q = result
    |                  `- warning: capture of 'q' with non-sendable type '[U]?' in a '@Sendable' closure
781 |         case 17: r = result
782 |         case 18: s = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:781:18: warning: capture of 'r' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
779 |         case 15: p = result
780 |         case 16: q = result
781 |         case 17: r = result
    |                  `- warning: capture of 'r' with non-sendable type '[U]?' in a '@Sendable' closure
782 |         case 18: s = result
783 |         case 19: t = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:782:18: warning: capture of 's' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
780 |         case 16: q = result
781 |         case 17: r = result
782 |         case 18: s = result
    |                  `- warning: capture of 's' with non-sendable type '[U]?' in a '@Sendable' closure
783 |         case 19: t = result
784 |         case 20: u = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:783:18: warning: capture of 't' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
781 |         case 17: r = result
782 |         case 18: s = result
783 |         case 19: t = result
    |                  `- warning: capture of 't' with non-sendable type '[U]?' in a '@Sendable' closure
784 |         case 20: u = result
785 |         case 21: v = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:784:18: warning: capture of 'u' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
782 |         case 18: s = result
783 |         case 19: t = result
784 |         case 20: u = result
    |                  `- warning: capture of 'u' with non-sendable type '[U]?' in a '@Sendable' closure
785 |         case 21: v = result
786 |         case 22: w = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:785:18: warning: capture of 'v' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
783 |         case 19: t = result
784 |         case 20: u = result
785 |         case 21: v = result
    |                  `- warning: capture of 'v' with non-sendable type '[U]?' in a '@Sendable' closure
786 |         case 22: w = result
787 |         case 23: x = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:786:18: warning: capture of 'w' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
784 |         case 20: u = result
785 |         case 21: v = result
786 |         case 22: w = result
    |                  `- warning: capture of 'w' with non-sendable type '[U]?' in a '@Sendable' closure
787 |         case 23: x = result
788 |         default: preconditionFailure()
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:787:18: warning: capture of 'x' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
785 |         case 21: v = result
786 |         case 22: w = result
787 |         case 23: x = result
    |                  `- warning: capture of 'x' with non-sendable type '[U]?' in a '@Sendable' closure
788 |         default: preconditionFailure()
789 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:764:17: warning: mutation of captured var 'a' in concurrently-executing code
762 |         let result = fn(parts[index])
763 |         switch index {
764 |         case 0: a = result
    |                 `- warning: mutation of captured var 'a' in concurrently-executing code
765 |         case 1: b = result
766 |         case 2: c = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:765:17: warning: mutation of captured var 'b' in concurrently-executing code
763 |         switch index {
764 |         case 0: a = result
765 |         case 1: b = result
    |                 `- warning: mutation of captured var 'b' in concurrently-executing code
766 |         case 2: c = result
767 |         case 3: d = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:766:17: warning: mutation of captured var 'c' in concurrently-executing code
764 |         case 0: a = result
765 |         case 1: b = result
766 |         case 2: c = result
    |                 `- warning: mutation of captured var 'c' in concurrently-executing code
767 |         case 3: d = result
768 |         case 4: e = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:767:17: warning: mutation of captured var 'd' in concurrently-executing code
765 |         case 1: b = result
766 |         case 2: c = result
767 |         case 3: d = result
    |                 `- warning: mutation of captured var 'd' in concurrently-executing code
768 |         case 4: e = result
769 |         case 5: f = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:768:17: warning: mutation of captured var 'e' in concurrently-executing code
766 |         case 2: c = result
767 |         case 3: d = result
768 |         case 4: e = result
    |                 `- warning: mutation of captured var 'e' in concurrently-executing code
769 |         case 5: f = result
770 |         case 6: g = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:769:17: warning: mutation of captured var 'f' in concurrently-executing code
767 |         case 3: d = result
768 |         case 4: e = result
769 |         case 5: f = result
    |                 `- warning: mutation of captured var 'f' in concurrently-executing code
770 |         case 6: g = result
771 |         case 7: h = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:770:17: warning: mutation of captured var 'g' in concurrently-executing code
768 |         case 4: e = result
769 |         case 5: f = result
770 |         case 6: g = result
    |                 `- warning: mutation of captured var 'g' in concurrently-executing code
771 |         case 7: h = result
772 |         case 8: i = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:771:17: warning: mutation of captured var 'h' in concurrently-executing code
769 |         case 5: f = result
770 |         case 6: g = result
771 |         case 7: h = result
    |                 `- warning: mutation of captured var 'h' in concurrently-executing code
772 |         case 8: i = result
773 |         case 9: j = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:772:17: warning: mutation of captured var 'i' in concurrently-executing code
770 |         case 6: g = result
771 |         case 7: h = result
772 |         case 8: i = result
    |                 `- warning: mutation of captured var 'i' in concurrently-executing code
773 |         case 9: j = result
774 |         case 10: k = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:773:17: warning: mutation of captured var 'j' in concurrently-executing code
771 |         case 7: h = result
772 |         case 8: i = result
773 |         case 9: j = result
    |                 `- warning: mutation of captured var 'j' in concurrently-executing code
774 |         case 10: k = result
775 |         case 11: l = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:774:18: warning: mutation of captured var 'k' in concurrently-executing code
772 |         case 8: i = result
773 |         case 9: j = result
774 |         case 10: k = result
    |                  `- warning: mutation of captured var 'k' in concurrently-executing code
775 |         case 11: l = result
776 |         case 12: m = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:775:18: warning: mutation of captured var 'l' in concurrently-executing code
773 |         case 9: j = result
774 |         case 10: k = result
775 |         case 11: l = result
    |                  `- warning: mutation of captured var 'l' in concurrently-executing code
776 |         case 12: m = result
777 |         case 13: n = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:776:18: warning: mutation of captured var 'm' in concurrently-executing code
774 |         case 10: k = result
775 |         case 11: l = result
776 |         case 12: m = result
    |                  `- warning: mutation of captured var 'm' in concurrently-executing code
777 |         case 13: n = result
778 |         case 14: o = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:777:18: warning: mutation of captured var 'n' in concurrently-executing code
775 |         case 11: l = result
776 |         case 12: m = result
777 |         case 13: n = result
    |                  `- warning: mutation of captured var 'n' in concurrently-executing code
778 |         case 14: o = result
779 |         case 15: p = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:778:18: warning: mutation of captured var 'o' in concurrently-executing code
776 |         case 12: m = result
777 |         case 13: n = result
778 |         case 14: o = result
    |                  `- warning: mutation of captured var 'o' in concurrently-executing code
779 |         case 15: p = result
780 |         case 16: q = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:779:18: warning: mutation of captured var 'p' in concurrently-executing code
777 |         case 13: n = result
778 |         case 14: o = result
779 |         case 15: p = result
    |                  `- warning: mutation of captured var 'p' in concurrently-executing code
780 |         case 16: q = result
781 |         case 17: r = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:780:18: warning: mutation of captured var 'q' in concurrently-executing code
778 |         case 14: o = result
779 |         case 15: p = result
780 |         case 16: q = result
    |                  `- warning: mutation of captured var 'q' in concurrently-executing code
781 |         case 17: r = result
782 |         case 18: s = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:781:18: warning: mutation of captured var 'r' in concurrently-executing code
779 |         case 15: p = result
780 |         case 16: q = result
781 |         case 17: r = result
    |                  `- warning: mutation of captured var 'r' in concurrently-executing code
782 |         case 18: s = result
783 |         case 19: t = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:782:18: warning: mutation of captured var 's' in concurrently-executing code
780 |         case 16: q = result
781 |         case 17: r = result
782 |         case 18: s = result
    |                  `- warning: mutation of captured var 's' in concurrently-executing code
783 |         case 19: t = result
784 |         case 20: u = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:783:18: warning: mutation of captured var 't' in concurrently-executing code
781 |         case 17: r = result
782 |         case 18: s = result
783 |         case 19: t = result
    |                  `- warning: mutation of captured var 't' in concurrently-executing code
784 |         case 20: u = result
785 |         case 21: v = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:784:18: warning: mutation of captured var 'u' in concurrently-executing code
782 |         case 18: s = result
783 |         case 19: t = result
784 |         case 20: u = result
    |                  `- warning: mutation of captured var 'u' in concurrently-executing code
785 |         case 21: v = result
786 |         case 22: w = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:785:18: warning: mutation of captured var 'v' in concurrently-executing code
783 |         case 19: t = result
784 |         case 20: u = result
785 |         case 21: v = result
    |                  `- warning: mutation of captured var 'v' in concurrently-executing code
786 |         case 22: w = result
787 |         case 23: x = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:786:18: warning: mutation of captured var 'w' in concurrently-executing code
784 |         case 20: u = result
785 |         case 21: v = result
786 |         case 22: w = result
    |                  `- warning: mutation of captured var 'w' in concurrently-executing code
787 |         case 23: x = result
788 |         default: preconditionFailure()
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:787:18: warning: mutation of captured var 'x' in concurrently-executing code
785 |         case 21: v = result
786 |         case 22: w = result
787 |         case 23: x = result
    |                  `- warning: mutation of captured var 'x' in concurrently-executing code
788 |         default: preconditionFailure()
789 |         }
[6/45] Compiling Euclid Vertex.swift
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:762:22: warning: capture of 'fn' with non-sendable type '([T]) -> [U]' in a '@Sendable' closure
760 |     var a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x: [U]?
761 |     DispatchQueue.concurrentPerform(iterations: parts.count) { index in
762 |         let result = fn(parts[index])
    |                      |- warning: capture of 'fn' with non-sendable type '([T]) -> [U]' in a '@Sendable' closure
    |                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
763 |         switch index {
764 |         case 0: a = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:762:25: warning: capture of 'parts' with non-sendable type '[[T]]' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |            `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
760 |     var a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x: [U]?
761 |     DispatchQueue.concurrentPerform(iterations: parts.count) { index in
762 |         let result = fn(parts[index])
    |                         `- warning: capture of 'parts' with non-sendable type '[[T]]' in a '@Sendable' closure
763 |         switch index {
764 |         case 0: a = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:764:17: warning: capture of 'a' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
762 |         let result = fn(parts[index])
763 |         switch index {
764 |         case 0: a = result
    |                 `- warning: capture of 'a' with non-sendable type '[U]?' in a '@Sendable' closure
765 |         case 1: b = result
766 |         case 2: c = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:765:17: warning: capture of 'b' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
763 |         switch index {
764 |         case 0: a = result
765 |         case 1: b = result
    |                 `- warning: capture of 'b' with non-sendable type '[U]?' in a '@Sendable' closure
766 |         case 2: c = result
767 |         case 3: d = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:766:17: warning: capture of 'c' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
764 |         case 0: a = result
765 |         case 1: b = result
766 |         case 2: c = result
    |                 `- warning: capture of 'c' with non-sendable type '[U]?' in a '@Sendable' closure
767 |         case 3: d = result
768 |         case 4: e = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:767:17: warning: capture of 'd' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
765 |         case 1: b = result
766 |         case 2: c = result
767 |         case 3: d = result
    |                 `- warning: capture of 'd' with non-sendable type '[U]?' in a '@Sendable' closure
768 |         case 4: e = result
769 |         case 5: f = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:768:17: warning: capture of 'e' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
766 |         case 2: c = result
767 |         case 3: d = result
768 |         case 4: e = result
    |                 `- warning: capture of 'e' with non-sendable type '[U]?' in a '@Sendable' closure
769 |         case 5: f = result
770 |         case 6: g = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:769:17: warning: capture of 'f' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
767 |         case 3: d = result
768 |         case 4: e = result
769 |         case 5: f = result
    |                 `- warning: capture of 'f' with non-sendable type '[U]?' in a '@Sendable' closure
770 |         case 6: g = result
771 |         case 7: h = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:770:17: warning: capture of 'g' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
768 |         case 4: e = result
769 |         case 5: f = result
770 |         case 6: g = result
    |                 `- warning: capture of 'g' with non-sendable type '[U]?' in a '@Sendable' closure
771 |         case 7: h = result
772 |         case 8: i = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:771:17: warning: capture of 'h' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
769 |         case 5: f = result
770 |         case 6: g = result
771 |         case 7: h = result
    |                 `- warning: capture of 'h' with non-sendable type '[U]?' in a '@Sendable' closure
772 |         case 8: i = result
773 |         case 9: j = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:772:17: warning: capture of 'i' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
770 |         case 6: g = result
771 |         case 7: h = result
772 |         case 8: i = result
    |                 `- warning: capture of 'i' with non-sendable type '[U]?' in a '@Sendable' closure
773 |         case 9: j = result
774 |         case 10: k = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:773:17: warning: capture of 'j' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
771 |         case 7: h = result
772 |         case 8: i = result
773 |         case 9: j = result
    |                 `- warning: capture of 'j' with non-sendable type '[U]?' in a '@Sendable' closure
774 |         case 10: k = result
775 |         case 11: l = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:774:18: warning: capture of 'k' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
772 |         case 8: i = result
773 |         case 9: j = result
774 |         case 10: k = result
    |                  `- warning: capture of 'k' with non-sendable type '[U]?' in a '@Sendable' closure
775 |         case 11: l = result
776 |         case 12: m = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:775:18: warning: capture of 'l' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
773 |         case 9: j = result
774 |         case 10: k = result
775 |         case 11: l = result
    |                  `- warning: capture of 'l' with non-sendable type '[U]?' in a '@Sendable' closure
776 |         case 12: m = result
777 |         case 13: n = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:776:18: warning: capture of 'm' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
774 |         case 10: k = result
775 |         case 11: l = result
776 |         case 12: m = result
    |                  `- warning: capture of 'm' with non-sendable type '[U]?' in a '@Sendable' closure
777 |         case 13: n = result
778 |         case 14: o = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:777:18: warning: capture of 'n' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
775 |         case 11: l = result
776 |         case 12: m = result
777 |         case 13: n = result
    |                  `- warning: capture of 'n' with non-sendable type '[U]?' in a '@Sendable' closure
778 |         case 14: o = result
779 |         case 15: p = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:778:18: warning: capture of 'o' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
776 |         case 12: m = result
777 |         case 13: n = result
778 |         case 14: o = result
    |                  `- warning: capture of 'o' with non-sendable type '[U]?' in a '@Sendable' closure
779 |         case 15: p = result
780 |         case 16: q = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:779:18: warning: capture of 'p' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
777 |         case 13: n = result
778 |         case 14: o = result
779 |         case 15: p = result
    |                  `- warning: capture of 'p' with non-sendable type '[U]?' in a '@Sendable' closure
780 |         case 16: q = result
781 |         case 17: r = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:780:18: warning: capture of 'q' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
778 |         case 14: o = result
779 |         case 15: p = result
780 |         case 16: q = result
    |                  `- warning: capture of 'q' with non-sendable type '[U]?' in a '@Sendable' closure
781 |         case 17: r = result
782 |         case 18: s = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:781:18: warning: capture of 'r' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
779 |         case 15: p = result
780 |         case 16: q = result
781 |         case 17: r = result
    |                  `- warning: capture of 'r' with non-sendable type '[U]?' in a '@Sendable' closure
782 |         case 18: s = result
783 |         case 19: t = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:782:18: warning: capture of 's' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
780 |         case 16: q = result
781 |         case 17: r = result
782 |         case 18: s = result
    |                  `- warning: capture of 's' with non-sendable type '[U]?' in a '@Sendable' closure
783 |         case 19: t = result
784 |         case 20: u = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:783:18: warning: capture of 't' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
781 |         case 17: r = result
782 |         case 18: s = result
783 |         case 19: t = result
    |                  `- warning: capture of 't' with non-sendable type '[U]?' in a '@Sendable' closure
784 |         case 20: u = result
785 |         case 21: v = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:784:18: warning: capture of 'u' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
782 |         case 18: s = result
783 |         case 19: t = result
784 |         case 20: u = result
    |                  `- warning: capture of 'u' with non-sendable type '[U]?' in a '@Sendable' closure
785 |         case 21: v = result
786 |         case 22: w = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:785:18: warning: capture of 'v' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
783 |         case 19: t = result
784 |         case 20: u = result
785 |         case 21: v = result
    |                  `- warning: capture of 'v' with non-sendable type '[U]?' in a '@Sendable' closure
786 |         case 22: w = result
787 |         case 23: x = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:786:18: warning: capture of 'w' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
784 |         case 20: u = result
785 |         case 21: v = result
786 |         case 22: w = result
    |                  `- warning: capture of 'w' with non-sendable type '[U]?' in a '@Sendable' closure
787 |         case 23: x = result
788 |         default: preconditionFailure()
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:787:18: warning: capture of 'x' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
785 |         case 21: v = result
786 |         case 22: w = result
787 |         case 23: x = result
    |                  `- warning: capture of 'x' with non-sendable type '[U]?' in a '@Sendable' closure
788 |         default: preconditionFailure()
789 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:764:17: warning: mutation of captured var 'a' in concurrently-executing code
762 |         let result = fn(parts[index])
763 |         switch index {
764 |         case 0: a = result
    |                 `- warning: mutation of captured var 'a' in concurrently-executing code
765 |         case 1: b = result
766 |         case 2: c = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:765:17: warning: mutation of captured var 'b' in concurrently-executing code
763 |         switch index {
764 |         case 0: a = result
765 |         case 1: b = result
    |                 `- warning: mutation of captured var 'b' in concurrently-executing code
766 |         case 2: c = result
767 |         case 3: d = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:766:17: warning: mutation of captured var 'c' in concurrently-executing code
764 |         case 0: a = result
765 |         case 1: b = result
766 |         case 2: c = result
    |                 `- warning: mutation of captured var 'c' in concurrently-executing code
767 |         case 3: d = result
768 |         case 4: e = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:767:17: warning: mutation of captured var 'd' in concurrently-executing code
765 |         case 1: b = result
766 |         case 2: c = result
767 |         case 3: d = result
    |                 `- warning: mutation of captured var 'd' in concurrently-executing code
768 |         case 4: e = result
769 |         case 5: f = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:768:17: warning: mutation of captured var 'e' in concurrently-executing code
766 |         case 2: c = result
767 |         case 3: d = result
768 |         case 4: e = result
    |                 `- warning: mutation of captured var 'e' in concurrently-executing code
769 |         case 5: f = result
770 |         case 6: g = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:769:17: warning: mutation of captured var 'f' in concurrently-executing code
767 |         case 3: d = result
768 |         case 4: e = result
769 |         case 5: f = result
    |                 `- warning: mutation of captured var 'f' in concurrently-executing code
770 |         case 6: g = result
771 |         case 7: h = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:770:17: warning: mutation of captured var 'g' in concurrently-executing code
768 |         case 4: e = result
769 |         case 5: f = result
770 |         case 6: g = result
    |                 `- warning: mutation of captured var 'g' in concurrently-executing code
771 |         case 7: h = result
772 |         case 8: i = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:771:17: warning: mutation of captured var 'h' in concurrently-executing code
769 |         case 5: f = result
770 |         case 6: g = result
771 |         case 7: h = result
    |                 `- warning: mutation of captured var 'h' in concurrently-executing code
772 |         case 8: i = result
773 |         case 9: j = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:772:17: warning: mutation of captured var 'i' in concurrently-executing code
770 |         case 6: g = result
771 |         case 7: h = result
772 |         case 8: i = result
    |                 `- warning: mutation of captured var 'i' in concurrently-executing code
773 |         case 9: j = result
774 |         case 10: k = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:773:17: warning: mutation of captured var 'j' in concurrently-executing code
771 |         case 7: h = result
772 |         case 8: i = result
773 |         case 9: j = result
    |                 `- warning: mutation of captured var 'j' in concurrently-executing code
774 |         case 10: k = result
775 |         case 11: l = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:774:18: warning: mutation of captured var 'k' in concurrently-executing code
772 |         case 8: i = result
773 |         case 9: j = result
774 |         case 10: k = result
    |                  `- warning: mutation of captured var 'k' in concurrently-executing code
775 |         case 11: l = result
776 |         case 12: m = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:775:18: warning: mutation of captured var 'l' in concurrently-executing code
773 |         case 9: j = result
774 |         case 10: k = result
775 |         case 11: l = result
    |                  `- warning: mutation of captured var 'l' in concurrently-executing code
776 |         case 12: m = result
777 |         case 13: n = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:776:18: warning: mutation of captured var 'm' in concurrently-executing code
774 |         case 10: k = result
775 |         case 11: l = result
776 |         case 12: m = result
    |                  `- warning: mutation of captured var 'm' in concurrently-executing code
777 |         case 13: n = result
778 |         case 14: o = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:777:18: warning: mutation of captured var 'n' in concurrently-executing code
775 |         case 11: l = result
776 |         case 12: m = result
777 |         case 13: n = result
    |                  `- warning: mutation of captured var 'n' in concurrently-executing code
778 |         case 14: o = result
779 |         case 15: p = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:778:18: warning: mutation of captured var 'o' in concurrently-executing code
776 |         case 12: m = result
777 |         case 13: n = result
778 |         case 14: o = result
    |                  `- warning: mutation of captured var 'o' in concurrently-executing code
779 |         case 15: p = result
780 |         case 16: q = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:779:18: warning: mutation of captured var 'p' in concurrently-executing code
777 |         case 13: n = result
778 |         case 14: o = result
779 |         case 15: p = result
    |                  `- warning: mutation of captured var 'p' in concurrently-executing code
780 |         case 16: q = result
781 |         case 17: r = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:780:18: warning: mutation of captured var 'q' in concurrently-executing code
778 |         case 14: o = result
779 |         case 15: p = result
780 |         case 16: q = result
    |                  `- warning: mutation of captured var 'q' in concurrently-executing code
781 |         case 17: r = result
782 |         case 18: s = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:781:18: warning: mutation of captured var 'r' in concurrently-executing code
779 |         case 15: p = result
780 |         case 16: q = result
781 |         case 17: r = result
    |                  `- warning: mutation of captured var 'r' in concurrently-executing code
782 |         case 18: s = result
783 |         case 19: t = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:782:18: warning: mutation of captured var 's' in concurrently-executing code
780 |         case 16: q = result
781 |         case 17: r = result
782 |         case 18: s = result
    |                  `- warning: mutation of captured var 's' in concurrently-executing code
783 |         case 19: t = result
784 |         case 20: u = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:783:18: warning: mutation of captured var 't' in concurrently-executing code
781 |         case 17: r = result
782 |         case 18: s = result
783 |         case 19: t = result
    |                  `- warning: mutation of captured var 't' in concurrently-executing code
784 |         case 20: u = result
785 |         case 21: v = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:784:18: warning: mutation of captured var 'u' in concurrently-executing code
782 |         case 18: s = result
783 |         case 19: t = result
784 |         case 20: u = result
    |                  `- warning: mutation of captured var 'u' in concurrently-executing code
785 |         case 21: v = result
786 |         case 22: w = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:785:18: warning: mutation of captured var 'v' in concurrently-executing code
783 |         case 19: t = result
784 |         case 20: u = result
785 |         case 21: v = result
    |                  `- warning: mutation of captured var 'v' in concurrently-executing code
786 |         case 22: w = result
787 |         case 23: x = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:786:18: warning: mutation of captured var 'w' in concurrently-executing code
784 |         case 20: u = result
785 |         case 21: v = result
786 |         case 22: w = result
    |                  `- warning: mutation of captured var 'w' in concurrently-executing code
787 |         case 23: x = result
788 |         default: preconditionFailure()
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:787:18: warning: mutation of captured var 'x' in concurrently-executing code
785 |         case 21: v = result
786 |         case 22: w = result
787 |         case 23: x = result
    |                  `- warning: mutation of captured var 'x' in concurrently-executing code
788 |         default: preconditionFailure()
789 |         }
[7/45] Compiling Euclid VertexSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:762:22: warning: capture of 'fn' with non-sendable type '([T]) -> [U]' in a '@Sendable' closure
760 |     var a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x: [U]?
761 |     DispatchQueue.concurrentPerform(iterations: parts.count) { index in
762 |         let result = fn(parts[index])
    |                      |- warning: capture of 'fn' with non-sendable type '([T]) -> [U]' in a '@Sendable' closure
    |                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
763 |         switch index {
764 |         case 0: a = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:762:25: warning: capture of 'parts' with non-sendable type '[[T]]' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |            `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
760 |     var a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x: [U]?
761 |     DispatchQueue.concurrentPerform(iterations: parts.count) { index in
762 |         let result = fn(parts[index])
    |                         `- warning: capture of 'parts' with non-sendable type '[[T]]' in a '@Sendable' closure
763 |         switch index {
764 |         case 0: a = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:764:17: warning: capture of 'a' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
762 |         let result = fn(parts[index])
763 |         switch index {
764 |         case 0: a = result
    |                 `- warning: capture of 'a' with non-sendable type '[U]?' in a '@Sendable' closure
765 |         case 1: b = result
766 |         case 2: c = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:765:17: warning: capture of 'b' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
763 |         switch index {
764 |         case 0: a = result
765 |         case 1: b = result
    |                 `- warning: capture of 'b' with non-sendable type '[U]?' in a '@Sendable' closure
766 |         case 2: c = result
767 |         case 3: d = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:766:17: warning: capture of 'c' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
764 |         case 0: a = result
765 |         case 1: b = result
766 |         case 2: c = result
    |                 `- warning: capture of 'c' with non-sendable type '[U]?' in a '@Sendable' closure
767 |         case 3: d = result
768 |         case 4: e = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:767:17: warning: capture of 'd' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
765 |         case 1: b = result
766 |         case 2: c = result
767 |         case 3: d = result
    |                 `- warning: capture of 'd' with non-sendable type '[U]?' in a '@Sendable' closure
768 |         case 4: e = result
769 |         case 5: f = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:768:17: warning: capture of 'e' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
766 |         case 2: c = result
767 |         case 3: d = result
768 |         case 4: e = result
    |                 `- warning: capture of 'e' with non-sendable type '[U]?' in a '@Sendable' closure
769 |         case 5: f = result
770 |         case 6: g = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:769:17: warning: capture of 'f' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
767 |         case 3: d = result
768 |         case 4: e = result
769 |         case 5: f = result
    |                 `- warning: capture of 'f' with non-sendable type '[U]?' in a '@Sendable' closure
770 |         case 6: g = result
771 |         case 7: h = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:770:17: warning: capture of 'g' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
768 |         case 4: e = result
769 |         case 5: f = result
770 |         case 6: g = result
    |                 `- warning: capture of 'g' with non-sendable type '[U]?' in a '@Sendable' closure
771 |         case 7: h = result
772 |         case 8: i = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:771:17: warning: capture of 'h' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
769 |         case 5: f = result
770 |         case 6: g = result
771 |         case 7: h = result
    |                 `- warning: capture of 'h' with non-sendable type '[U]?' in a '@Sendable' closure
772 |         case 8: i = result
773 |         case 9: j = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:772:17: warning: capture of 'i' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
770 |         case 6: g = result
771 |         case 7: h = result
772 |         case 8: i = result
    |                 `- warning: capture of 'i' with non-sendable type '[U]?' in a '@Sendable' closure
773 |         case 9: j = result
774 |         case 10: k = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:773:17: warning: capture of 'j' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
771 |         case 7: h = result
772 |         case 8: i = result
773 |         case 9: j = result
    |                 `- warning: capture of 'j' with non-sendable type '[U]?' in a '@Sendable' closure
774 |         case 10: k = result
775 |         case 11: l = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:774:18: warning: capture of 'k' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
772 |         case 8: i = result
773 |         case 9: j = result
774 |         case 10: k = result
    |                  `- warning: capture of 'k' with non-sendable type '[U]?' in a '@Sendable' closure
775 |         case 11: l = result
776 |         case 12: m = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:775:18: warning: capture of 'l' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
773 |         case 9: j = result
774 |         case 10: k = result
775 |         case 11: l = result
    |                  `- warning: capture of 'l' with non-sendable type '[U]?' in a '@Sendable' closure
776 |         case 12: m = result
777 |         case 13: n = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:776:18: warning: capture of 'm' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
774 |         case 10: k = result
775 |         case 11: l = result
776 |         case 12: m = result
    |                  `- warning: capture of 'm' with non-sendable type '[U]?' in a '@Sendable' closure
777 |         case 13: n = result
778 |         case 14: o = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:777:18: warning: capture of 'n' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
775 |         case 11: l = result
776 |         case 12: m = result
777 |         case 13: n = result
    |                  `- warning: capture of 'n' with non-sendable type '[U]?' in a '@Sendable' closure
778 |         case 14: o = result
779 |         case 15: p = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:778:18: warning: capture of 'o' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
776 |         case 12: m = result
777 |         case 13: n = result
778 |         case 14: o = result
    |                  `- warning: capture of 'o' with non-sendable type '[U]?' in a '@Sendable' closure
779 |         case 15: p = result
780 |         case 16: q = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:779:18: warning: capture of 'p' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
777 |         case 13: n = result
778 |         case 14: o = result
779 |         case 15: p = result
    |                  `- warning: capture of 'p' with non-sendable type '[U]?' in a '@Sendable' closure
780 |         case 16: q = result
781 |         case 17: r = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:780:18: warning: capture of 'q' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
778 |         case 14: o = result
779 |         case 15: p = result
780 |         case 16: q = result
    |                  `- warning: capture of 'q' with non-sendable type '[U]?' in a '@Sendable' closure
781 |         case 17: r = result
782 |         case 18: s = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:781:18: warning: capture of 'r' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
779 |         case 15: p = result
780 |         case 16: q = result
781 |         case 17: r = result
    |                  `- warning: capture of 'r' with non-sendable type '[U]?' in a '@Sendable' closure
782 |         case 18: s = result
783 |         case 19: t = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:782:18: warning: capture of 's' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
780 |         case 16: q = result
781 |         case 17: r = result
782 |         case 18: s = result
    |                  `- warning: capture of 's' with non-sendable type '[U]?' in a '@Sendable' closure
783 |         case 19: t = result
784 |         case 20: u = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:783:18: warning: capture of 't' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
781 |         case 17: r = result
782 |         case 18: s = result
783 |         case 19: t = result
    |                  `- warning: capture of 't' with non-sendable type '[U]?' in a '@Sendable' closure
784 |         case 20: u = result
785 |         case 21: v = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:784:18: warning: capture of 'u' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
782 |         case 18: s = result
783 |         case 19: t = result
784 |         case 20: u = result
    |                  `- warning: capture of 'u' with non-sendable type '[U]?' in a '@Sendable' closure
785 |         case 21: v = result
786 |         case 22: w = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:785:18: warning: capture of 'v' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
783 |         case 19: t = result
784 |         case 20: u = result
785 |         case 21: v = result
    |                  `- warning: capture of 'v' with non-sendable type '[U]?' in a '@Sendable' closure
786 |         case 22: w = result
787 |         case 23: x = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:786:18: warning: capture of 'w' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
784 |         case 20: u = result
785 |         case 21: v = result
786 |         case 22: w = result
    |                  `- warning: capture of 'w' with non-sendable type '[U]?' in a '@Sendable' closure
787 |         case 23: x = result
788 |         default: preconditionFailure()
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:787:18: warning: capture of 'x' with non-sendable type '[U]?' in a '@Sendable' closure
742 | private let cpuCores = ProcessInfo.processInfo.activeProcessorCount
743 |
744 | func batch<T, U>(
    |               `- note: consider making generic parameter 'U' conform to the 'Sendable' protocol
745 |     _ elements: [T],
746 |     stride minBatchSize: Int,
    :
785 |         case 21: v = result
786 |         case 22: w = result
787 |         case 23: x = result
    |                  `- warning: capture of 'x' with non-sendable type '[U]?' in a '@Sendable' closure
788 |         default: preconditionFailure()
789 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:764:17: warning: mutation of captured var 'a' in concurrently-executing code
762 |         let result = fn(parts[index])
763 |         switch index {
764 |         case 0: a = result
    |                 `- warning: mutation of captured var 'a' in concurrently-executing code
765 |         case 1: b = result
766 |         case 2: c = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:765:17: warning: mutation of captured var 'b' in concurrently-executing code
763 |         switch index {
764 |         case 0: a = result
765 |         case 1: b = result
    |                 `- warning: mutation of captured var 'b' in concurrently-executing code
766 |         case 2: c = result
767 |         case 3: d = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:766:17: warning: mutation of captured var 'c' in concurrently-executing code
764 |         case 0: a = result
765 |         case 1: b = result
766 |         case 2: c = result
    |                 `- warning: mutation of captured var 'c' in concurrently-executing code
767 |         case 3: d = result
768 |         case 4: e = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:767:17: warning: mutation of captured var 'd' in concurrently-executing code
765 |         case 1: b = result
766 |         case 2: c = result
767 |         case 3: d = result
    |                 `- warning: mutation of captured var 'd' in concurrently-executing code
768 |         case 4: e = result
769 |         case 5: f = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:768:17: warning: mutation of captured var 'e' in concurrently-executing code
766 |         case 2: c = result
767 |         case 3: d = result
768 |         case 4: e = result
    |                 `- warning: mutation of captured var 'e' in concurrently-executing code
769 |         case 5: f = result
770 |         case 6: g = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:769:17: warning: mutation of captured var 'f' in concurrently-executing code
767 |         case 3: d = result
768 |         case 4: e = result
769 |         case 5: f = result
    |                 `- warning: mutation of captured var 'f' in concurrently-executing code
770 |         case 6: g = result
771 |         case 7: h = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:770:17: warning: mutation of captured var 'g' in concurrently-executing code
768 |         case 4: e = result
769 |         case 5: f = result
770 |         case 6: g = result
    |                 `- warning: mutation of captured var 'g' in concurrently-executing code
771 |         case 7: h = result
772 |         case 8: i = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:771:17: warning: mutation of captured var 'h' in concurrently-executing code
769 |         case 5: f = result
770 |         case 6: g = result
771 |         case 7: h = result
    |                 `- warning: mutation of captured var 'h' in concurrently-executing code
772 |         case 8: i = result
773 |         case 9: j = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:772:17: warning: mutation of captured var 'i' in concurrently-executing code
770 |         case 6: g = result
771 |         case 7: h = result
772 |         case 8: i = result
    |                 `- warning: mutation of captured var 'i' in concurrently-executing code
773 |         case 9: j = result
774 |         case 10: k = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:773:17: warning: mutation of captured var 'j' in concurrently-executing code
771 |         case 7: h = result
772 |         case 8: i = result
773 |         case 9: j = result
    |                 `- warning: mutation of captured var 'j' in concurrently-executing code
774 |         case 10: k = result
775 |         case 11: l = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:774:18: warning: mutation of captured var 'k' in concurrently-executing code
772 |         case 8: i = result
773 |         case 9: j = result
774 |         case 10: k = result
    |                  `- warning: mutation of captured var 'k' in concurrently-executing code
775 |         case 11: l = result
776 |         case 12: m = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:775:18: warning: mutation of captured var 'l' in concurrently-executing code
773 |         case 9: j = result
774 |         case 10: k = result
775 |         case 11: l = result
    |                  `- warning: mutation of captured var 'l' in concurrently-executing code
776 |         case 12: m = result
777 |         case 13: n = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:776:18: warning: mutation of captured var 'm' in concurrently-executing code
774 |         case 10: k = result
775 |         case 11: l = result
776 |         case 12: m = result
    |                  `- warning: mutation of captured var 'm' in concurrently-executing code
777 |         case 13: n = result
778 |         case 14: o = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:777:18: warning: mutation of captured var 'n' in concurrently-executing code
775 |         case 11: l = result
776 |         case 12: m = result
777 |         case 13: n = result
    |                  `- warning: mutation of captured var 'n' in concurrently-executing code
778 |         case 14: o = result
779 |         case 15: p = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:778:18: warning: mutation of captured var 'o' in concurrently-executing code
776 |         case 12: m = result
777 |         case 13: n = result
778 |         case 14: o = result
    |                  `- warning: mutation of captured var 'o' in concurrently-executing code
779 |         case 15: p = result
780 |         case 16: q = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:779:18: warning: mutation of captured var 'p' in concurrently-executing code
777 |         case 13: n = result
778 |         case 14: o = result
779 |         case 15: p = result
    |                  `- warning: mutation of captured var 'p' in concurrently-executing code
780 |         case 16: q = result
781 |         case 17: r = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:780:18: warning: mutation of captured var 'q' in concurrently-executing code
778 |         case 14: o = result
779 |         case 15: p = result
780 |         case 16: q = result
    |                  `- warning: mutation of captured var 'q' in concurrently-executing code
781 |         case 17: r = result
782 |         case 18: s = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:781:18: warning: mutation of captured var 'r' in concurrently-executing code
779 |         case 15: p = result
780 |         case 16: q = result
781 |         case 17: r = result
    |                  `- warning: mutation of captured var 'r' in concurrently-executing code
782 |         case 18: s = result
783 |         case 19: t = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:782:18: warning: mutation of captured var 's' in concurrently-executing code
780 |         case 16: q = result
781 |         case 17: r = result
782 |         case 18: s = result
    |                  `- warning: mutation of captured var 's' in concurrently-executing code
783 |         case 19: t = result
784 |         case 20: u = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:783:18: warning: mutation of captured var 't' in concurrently-executing code
781 |         case 17: r = result
782 |         case 18: s = result
783 |         case 19: t = result
    |                  `- warning: mutation of captured var 't' in concurrently-executing code
784 |         case 20: u = result
785 |         case 21: v = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:784:18: warning: mutation of captured var 'u' in concurrently-executing code
782 |         case 18: s = result
783 |         case 19: t = result
784 |         case 20: u = result
    |                  `- warning: mutation of captured var 'u' in concurrently-executing code
785 |         case 21: v = result
786 |         case 22: w = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:785:18: warning: mutation of captured var 'v' in concurrently-executing code
783 |         case 19: t = result
784 |         case 20: u = result
785 |         case 21: v = result
    |                  `- warning: mutation of captured var 'v' in concurrently-executing code
786 |         case 22: w = result
787 |         case 23: x = result
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:786:18: warning: mutation of captured var 'w' in concurrently-executing code
784 |         case 20: u = result
785 |         case 21: v = result
786 |         case 22: w = result
    |                  `- warning: mutation of captured var 'w' in concurrently-executing code
787 |         case 23: x = result
788 |         default: preconditionFailure()
/Users/admin/builder/spi-builder-workspace/Sources/Utilities.swift:787:18: warning: mutation of captured var 'x' in concurrently-executing code
785 |         case 21: v = result
786 |         case 22: w = result
787 |         case 23: x = result
    |                  `- warning: mutation of captured var 'x' in concurrently-executing code
788 |         default: preconditionFailure()
789 |         }
[8/45] Compiling Euclid Angle.swift
[9/45] Compiling Euclid ApproximateEquality.swift
[10/45] Compiling Euclid BSP.swift
[11/45] Compiling Euclid Bounded.swift
[12/45] Compiling Euclid Bounds.swift
[13/45] Compiling Euclid Path+Shapes.swift
[14/45] Compiling Euclid Path.swift
[15/45] Compiling Euclid PathPoint.swift
[16/45] Compiling Euclid Plane.swift
[17/45] Compiling Euclid Mesh+Shapes.swift
[18/45] Compiling Euclid Mesh+Texcoords.swift
[19/45] Compiling Euclid Mesh.swift
[20/45] Compiling Euclid Path+CSG.swift
[21/45] Compiling Euclid PlaneComparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Polygon.swift:147:16: warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 145 |
 146 |     /// Supported `NSSecureCodable` Material base classes.
 147 |     static var codableClasses: [AnyClass] = {
     |                |- warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: convert 'codableClasses' to a 'let' constant to make 'Sendable' shared state immutable
     |                |- note: add '@MainActor' to make static property 'codableClasses' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 148 |         #if canImport(AppKit) || canImport(UIKit)
 149 |         return [OSImage.self, OSColor.self] + scnMaterialTypes
[22/45] Compiling Euclid PointComparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Polygon.swift:147:16: warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 145 |
 146 |     /// Supported `NSSecureCodable` Material base classes.
 147 |     static var codableClasses: [AnyClass] = {
     |                |- warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: convert 'codableClasses' to a 'let' constant to make 'Sendable' shared state immutable
     |                |- note: add '@MainActor' to make static property 'codableClasses' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 148 |         #if canImport(AppKit) || canImport(UIKit)
 149 |         return [OSImage.self, OSColor.self] + scnMaterialTypes
[23/45] Compiling Euclid Polygon+CSG.swift
/Users/admin/builder/spi-builder-workspace/Sources/Polygon.swift:147:16: warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 145 |
 146 |     /// Supported `NSSecureCodable` Material base classes.
 147 |     static var codableClasses: [AnyClass] = {
     |                |- warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: convert 'codableClasses' to a 'let' constant to make 'Sendable' shared state immutable
     |                |- note: add '@MainActor' to make static property 'codableClasses' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 148 |         #if canImport(AppKit) || canImport(UIKit)
 149 |         return [OSImage.self, OSColor.self] + scnMaterialTypes
[24/45] Compiling Euclid Polygon.swift
/Users/admin/builder/spi-builder-workspace/Sources/Polygon.swift:147:16: warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 145 |
 146 |     /// Supported `NSSecureCodable` Material base classes.
 147 |     static var codableClasses: [AnyClass] = {
     |                |- warning: static property 'codableClasses' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: convert 'codableClasses' to a 'let' constant to make 'Sendable' shared state immutable
     |                |- note: add '@MainActor' to make static property 'codableClasses' part of global actor 'MainActor'
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 148 |         #if canImport(AppKit) || canImport(UIKit)
 149 |         return [OSImage.self, OSColor.self] + scnMaterialTypes
[25/45] Compiling Euclid Euclid+SIMD.swift
[26/45] Compiling Euclid Euclid+SceneKit.swift
[27/45] Compiling Euclid Euclid+UIKit.swift
[28/45] Compiling Euclid Interpolatable.swift
[29/45] Compiling Euclid Line.swift
[30/45] Compiling Euclid LineComparable.swift
[31/45] Compiling Euclid LineSegment+CSG.swift
[32/45] Compiling Euclid LineSegment.swift
[33/45] Compiling Euclid Rotation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transform.swift:111:16: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | /// Working with intermediate transform objects instead of directly updating the vertex positions of a mesh
 35 | /// is more efficient and avoids a buildup of rounding errors.
 36 | public struct Transform: Hashable {
    |               `- note: consider making struct 'Transform' conform to the 'Sendable' protocol
 37 |     /// The size or scale component of the transform.
 38 |     public var scale: Vector {
    :
109 | public extension Transform {
110 |     /// The identity transform (i.e. no transform).
111 |     static let identity = Transform()
    |                |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |
113 |     /// Creates a translation or position transform.
[34/45] Compiling Euclid Stretchable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transform.swift:111:16: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | /// Working with intermediate transform objects instead of directly updating the vertex positions of a mesh
 35 | /// is more efficient and avoids a buildup of rounding errors.
 36 | public struct Transform: Hashable {
    |               `- note: consider making struct 'Transform' conform to the 'Sendable' protocol
 37 |     /// The size or scale component of the transform.
 38 |     public var scale: Vector {
    :
109 | public extension Transform {
110 |     /// The identity transform (i.e. no transform).
111 |     static let identity = Transform()
    |                |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |
113 |     /// Creates a translation or position transform.
[35/45] Compiling Euclid Transform.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transform.swift:111:16: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | /// Working with intermediate transform objects instead of directly updating the vertex positions of a mesh
 35 | /// is more efficient and avoids a buildup of rounding errors.
 36 | public struct Transform: Hashable {
    |               `- note: consider making struct 'Transform' conform to the 'Sendable' protocol
 37 |     /// The size or scale component of the transform.
 38 |     public var scale: Vector {
    :
109 | public extension Transform {
110 |     /// The identity transform (i.e. no transform).
111 |     static let identity = Transform()
    |                |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |
113 |     /// Creates a translation or position transform.
[36/45] Compiling Euclid Transformable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transform.swift:111:16: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | /// Working with intermediate transform objects instead of directly updating the vertex positions of a mesh
 35 | /// is more efficient and avoids a buildup of rounding errors.
 36 | public struct Transform: Hashable {
    |               `- note: consider making struct 'Transform' conform to the 'Sendable' protocol
 37 |     /// The size or scale component of the transform.
 38 |     public var scale: Vector {
    :
109 | public extension Transform {
110 |     /// The identity transform (i.e. no transform).
111 |     static let identity = Transform()
    |                |- warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'Transform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 |
113 |     /// Creates a translation or position transform.
[37/45] Compiling Euclid Mesh+CSG.swift
/Users/admin/builder/spi-builder-workspace/Sources/Mesh+CSG.swift:891:17: warning: capture of 'op1' with non-sendable type '() -> Void' in a '@Sendable' closure
889 |     DispatchQueue.concurrentPerform(iterations: 2) { index in
890 |         switch index {
891 |         case 0: op1()
    |                 |- warning: capture of 'op1' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
892 |         default: op2()
893 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Mesh+CSG.swift:892:18: warning: capture of 'op2' with non-sendable type '() -> Void' in a '@Sendable' closure
890 |         switch index {
891 |         case 0: op1()
892 |         default: op2()
    |                  |- warning: capture of 'op2' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                  `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
893 |         }
894 |     }
[38/45] Compiling Euclid Mesh+IO.swift
/Users/admin/builder/spi-builder-workspace/Sources/Mesh+CSG.swift:891:17: warning: capture of 'op1' with non-sendable type '() -> Void' in a '@Sendable' closure
889 |     DispatchQueue.concurrentPerform(iterations: 2) { index in
890 |         switch index {
891 |         case 0: op1()
    |                 |- warning: capture of 'op1' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
892 |         default: op2()
893 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Mesh+CSG.swift:892:18: warning: capture of 'op2' with non-sendable type '() -> Void' in a '@Sendable' closure
890 |         switch index {
891 |         case 0: op1()
892 |         default: op2()
    |                  |- warning: capture of 'op2' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                  `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
893 |         }
894 |     }
[39/45] Compiling Euclid Mesh+OBJ.swift
/Users/admin/builder/spi-builder-workspace/Sources/Mesh+CSG.swift:891:17: warning: capture of 'op1' with non-sendable type '() -> Void' in a '@Sendable' closure
889 |     DispatchQueue.concurrentPerform(iterations: 2) { index in
890 |         switch index {
891 |         case 0: op1()
    |                 |- warning: capture of 'op1' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
892 |         default: op2()
893 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Mesh+CSG.swift:892:18: warning: capture of 'op2' with non-sendable type '() -> Void' in a '@Sendable' closure
890 |         switch index {
891 |         case 0: op1()
892 |         default: op2()
    |                  |- warning: capture of 'op2' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                  `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
893 |         }
894 |     }
[40/45] Compiling Euclid Mesh+STL.swift
/Users/admin/builder/spi-builder-workspace/Sources/Mesh+CSG.swift:891:17: warning: capture of 'op1' with non-sendable type '() -> Void' in a '@Sendable' closure
889 |     DispatchQueue.concurrentPerform(iterations: 2) { index in
890 |         switch index {
891 |         case 0: op1()
    |                 |- warning: capture of 'op1' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
892 |         default: op2()
893 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Mesh+CSG.swift:892:18: warning: capture of 'op2' with non-sendable type '() -> Void' in a '@Sendable' closure
890 |         switch index {
891 |         case 0: op1()
892 |         default: op2()
    |                  |- warning: capture of 'op2' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                  `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
893 |         }
894 |     }
[41/45] Compiling Euclid Color.swift
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:82:44: warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 61 |
 62 | @available(macOS 12.0, iOS 15.0, tvOS 26.0, *)
 63 | private func defaultMaterialLookup(_ material: Polygon.Material?) -> RealityKit.Material? {
    |              `- note: add '@MainActor' to make global function 'defaultMaterialLookup' part of global actor 'MainActor'
 64 |     switch material {
 65 |     case let wrapper as MaterialWrapper:
    :
 80 |         let texture = try? TextureResource(image: image, options: options)
 81 |         #else
 82 |         let texture = try? TextureResource.generate(from: image, options: options)
    |                                            `- warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 83 |         #endif
 84 |         guard let texture else { return nil }
RealityFoundation.TextureResource.generate:6:49: note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
4 |   @available(macCatalyst, introduced: 15.0, deprecated: 18.0, renamed: "init(image:withName:options:)")
5 |   @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(image:withName:options:)")
6 |   @MainActor @preconcurrency public static func generate(from cgImage: CGImage, withName resourceName: String? = nil, options: TextureResource.CreateOptions) throws -> TextureResource}
  |                                                 `- note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
7 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:441:43: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
439 |     init(_ meshResource: MeshResource, materials: [Polygon.Material?] = []) {
440 |         var models = [String: Mesh]()
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
    |                                           `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:443:54: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
    |                                                      `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
444 |                 let modelMesh = Mesh(model, materials: materials)
445 |                 models[$0.model] = modelMesh
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:479:39: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
477 |     ///   - materialLookup: An optional closure to map the RealityKit materials to Euclid materials.
478 |     init(_ modelEntity: ModelEntity, materialLookup: RealityKitMaterialProvider? = nil) {
479 |         guard let model = modelEntity.model else {
    |                                       `- warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
480 |             self = .empty
481 |             return
RealityFoundation.HasModel.model:2:39: note: property declared here
1 | protocol HasModel {
2 | @MainActor @preconcurrency public var model: ModelComponent? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:484:41: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
482 |         }
483 |         self.init(model, materialLookup: materialLookup)
484 |         transform(by: .init(modelEntity.transform))
    |                                         `- warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
485 |     }
486 |
RealityFoundation.HasTransform.transform:2:39: note: property declared here
1 | protocol HasTransform {
2 | @MainActor @preconcurrency public var transform: Transform { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:530:52: warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
528 |                 return MaterialWrapper(material)
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
    |                                                    `- warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
532 |                 #if compiler(>=6)
RealityFoundation.VideoMaterial.avPlayer:2:39: note: property declared here
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public var avPlayer: AVPlayer? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:531:32: warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
    |                                `- warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
RealityFoundation.VideoMaterial.init:2:35: note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public init(avPlayer: AVPlayer)}
  |                                   `- note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:41: warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: mutation of this property is only permitted within the actor
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:89: warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                                                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: property declared here
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: property declared here
3 |
[42/45] Compiling Euclid Euclid+AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:82:44: warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 61 |
 62 | @available(macOS 12.0, iOS 15.0, tvOS 26.0, *)
 63 | private func defaultMaterialLookup(_ material: Polygon.Material?) -> RealityKit.Material? {
    |              `- note: add '@MainActor' to make global function 'defaultMaterialLookup' part of global actor 'MainActor'
 64 |     switch material {
 65 |     case let wrapper as MaterialWrapper:
    :
 80 |         let texture = try? TextureResource(image: image, options: options)
 81 |         #else
 82 |         let texture = try? TextureResource.generate(from: image, options: options)
    |                                            `- warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 83 |         #endif
 84 |         guard let texture else { return nil }
RealityFoundation.TextureResource.generate:6:49: note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
4 |   @available(macCatalyst, introduced: 15.0, deprecated: 18.0, renamed: "init(image:withName:options:)")
5 |   @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(image:withName:options:)")
6 |   @MainActor @preconcurrency public static func generate(from cgImage: CGImage, withName resourceName: String? = nil, options: TextureResource.CreateOptions) throws -> TextureResource}
  |                                                 `- note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
7 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:441:43: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
439 |     init(_ meshResource: MeshResource, materials: [Polygon.Material?] = []) {
440 |         var models = [String: Mesh]()
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
    |                                           `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:443:54: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
    |                                                      `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
444 |                 let modelMesh = Mesh(model, materials: materials)
445 |                 models[$0.model] = modelMesh
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:479:39: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
477 |     ///   - materialLookup: An optional closure to map the RealityKit materials to Euclid materials.
478 |     init(_ modelEntity: ModelEntity, materialLookup: RealityKitMaterialProvider? = nil) {
479 |         guard let model = modelEntity.model else {
    |                                       `- warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
480 |             self = .empty
481 |             return
RealityFoundation.HasModel.model:2:39: note: property declared here
1 | protocol HasModel {
2 | @MainActor @preconcurrency public var model: ModelComponent? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:484:41: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
482 |         }
483 |         self.init(model, materialLookup: materialLookup)
484 |         transform(by: .init(modelEntity.transform))
    |                                         `- warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
485 |     }
486 |
RealityFoundation.HasTransform.transform:2:39: note: property declared here
1 | protocol HasTransform {
2 | @MainActor @preconcurrency public var transform: Transform { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:530:52: warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
528 |                 return MaterialWrapper(material)
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
    |                                                    `- warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
532 |                 #if compiler(>=6)
RealityFoundation.VideoMaterial.avPlayer:2:39: note: property declared here
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public var avPlayer: AVPlayer? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:531:32: warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
    |                                `- warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
RealityFoundation.VideoMaterial.init:2:35: note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public init(avPlayer: AVPlayer)}
  |                                   `- note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:41: warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: mutation of this property is only permitted within the actor
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:89: warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                                                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: property declared here
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: property declared here
3 |
[43/45] Compiling Euclid Euclid+CoreGraphics.swift
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:82:44: warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 61 |
 62 | @available(macOS 12.0, iOS 15.0, tvOS 26.0, *)
 63 | private func defaultMaterialLookup(_ material: Polygon.Material?) -> RealityKit.Material? {
    |              `- note: add '@MainActor' to make global function 'defaultMaterialLookup' part of global actor 'MainActor'
 64 |     switch material {
 65 |     case let wrapper as MaterialWrapper:
    :
 80 |         let texture = try? TextureResource(image: image, options: options)
 81 |         #else
 82 |         let texture = try? TextureResource.generate(from: image, options: options)
    |                                            `- warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 83 |         #endif
 84 |         guard let texture else { return nil }
RealityFoundation.TextureResource.generate:6:49: note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
4 |   @available(macCatalyst, introduced: 15.0, deprecated: 18.0, renamed: "init(image:withName:options:)")
5 |   @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(image:withName:options:)")
6 |   @MainActor @preconcurrency public static func generate(from cgImage: CGImage, withName resourceName: String? = nil, options: TextureResource.CreateOptions) throws -> TextureResource}
  |                                                 `- note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
7 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:441:43: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
439 |     init(_ meshResource: MeshResource, materials: [Polygon.Material?] = []) {
440 |         var models = [String: Mesh]()
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
    |                                           `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:443:54: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
    |                                                      `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
444 |                 let modelMesh = Mesh(model, materials: materials)
445 |                 models[$0.model] = modelMesh
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:479:39: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
477 |     ///   - materialLookup: An optional closure to map the RealityKit materials to Euclid materials.
478 |     init(_ modelEntity: ModelEntity, materialLookup: RealityKitMaterialProvider? = nil) {
479 |         guard let model = modelEntity.model else {
    |                                       `- warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
480 |             self = .empty
481 |             return
RealityFoundation.HasModel.model:2:39: note: property declared here
1 | protocol HasModel {
2 | @MainActor @preconcurrency public var model: ModelComponent? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:484:41: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
482 |         }
483 |         self.init(model, materialLookup: materialLookup)
484 |         transform(by: .init(modelEntity.transform))
    |                                         `- warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
485 |     }
486 |
RealityFoundation.HasTransform.transform:2:39: note: property declared here
1 | protocol HasTransform {
2 | @MainActor @preconcurrency public var transform: Transform { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:530:52: warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
528 |                 return MaterialWrapper(material)
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
    |                                                    `- warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
532 |                 #if compiler(>=6)
RealityFoundation.VideoMaterial.avPlayer:2:39: note: property declared here
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public var avPlayer: AVPlayer? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:531:32: warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
    |                                `- warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
RealityFoundation.VideoMaterial.init:2:35: note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public init(avPlayer: AVPlayer)}
  |                                   `- note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:41: warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: mutation of this property is only permitted within the actor
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:89: warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                                                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: property declared here
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: property declared here
3 |
[44/45] Compiling Euclid Euclid+CoreText.swift
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:82:44: warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 61 |
 62 | @available(macOS 12.0, iOS 15.0, tvOS 26.0, *)
 63 | private func defaultMaterialLookup(_ material: Polygon.Material?) -> RealityKit.Material? {
    |              `- note: add '@MainActor' to make global function 'defaultMaterialLookup' part of global actor 'MainActor'
 64 |     switch material {
 65 |     case let wrapper as MaterialWrapper:
    :
 80 |         let texture = try? TextureResource(image: image, options: options)
 81 |         #else
 82 |         let texture = try? TextureResource.generate(from: image, options: options)
    |                                            `- warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 83 |         #endif
 84 |         guard let texture else { return nil }
RealityFoundation.TextureResource.generate:6:49: note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
4 |   @available(macCatalyst, introduced: 15.0, deprecated: 18.0, renamed: "init(image:withName:options:)")
5 |   @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(image:withName:options:)")
6 |   @MainActor @preconcurrency public static func generate(from cgImage: CGImage, withName resourceName: String? = nil, options: TextureResource.CreateOptions) throws -> TextureResource}
  |                                                 `- note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
7 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:441:43: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
439 |     init(_ meshResource: MeshResource, materials: [Polygon.Material?] = []) {
440 |         var models = [String: Mesh]()
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
    |                                           `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:443:54: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
    |                                                      `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
444 |                 let modelMesh = Mesh(model, materials: materials)
445 |                 models[$0.model] = modelMesh
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:479:39: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
477 |     ///   - materialLookup: An optional closure to map the RealityKit materials to Euclid materials.
478 |     init(_ modelEntity: ModelEntity, materialLookup: RealityKitMaterialProvider? = nil) {
479 |         guard let model = modelEntity.model else {
    |                                       `- warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
480 |             self = .empty
481 |             return
RealityFoundation.HasModel.model:2:39: note: property declared here
1 | protocol HasModel {
2 | @MainActor @preconcurrency public var model: ModelComponent? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:484:41: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
482 |         }
483 |         self.init(model, materialLookup: materialLookup)
484 |         transform(by: .init(modelEntity.transform))
    |                                         `- warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
485 |     }
486 |
RealityFoundation.HasTransform.transform:2:39: note: property declared here
1 | protocol HasTransform {
2 | @MainActor @preconcurrency public var transform: Transform { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:530:52: warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
528 |                 return MaterialWrapper(material)
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
    |                                                    `- warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
532 |                 #if compiler(>=6)
RealityFoundation.VideoMaterial.avPlayer:2:39: note: property declared here
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public var avPlayer: AVPlayer? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:531:32: warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
    |                                `- warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
RealityFoundation.VideoMaterial.init:2:35: note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public init(avPlayer: AVPlayer)}
  |                                   `- note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:41: warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: mutation of this property is only permitted within the actor
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:89: warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                                                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: property declared here
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: property declared here
3 |
[45/45] Compiling Euclid Euclid+RealityKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:82:44: warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 61 |
 62 | @available(macOS 12.0, iOS 15.0, tvOS 26.0, *)
 63 | private func defaultMaterialLookup(_ material: Polygon.Material?) -> RealityKit.Material? {
    |              `- note: add '@MainActor' to make global function 'defaultMaterialLookup' part of global actor 'MainActor'
 64 |     switch material {
 65 |     case let wrapper as MaterialWrapper:
    :
 80 |         let texture = try? TextureResource(image: image, options: options)
 81 |         #else
 82 |         let texture = try? TextureResource.generate(from: image, options: options)
    |                                            `- warning: call to main actor-isolated static method 'generate(from:withName:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
 83 |         #endif
 84 |         guard let texture else { return nil }
RealityFoundation.TextureResource.generate:6:49: note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
4 |   @available(macCatalyst, introduced: 15.0, deprecated: 18.0, renamed: "init(image:withName:options:)")
5 |   @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(image:withName:options:)")
6 |   @MainActor @preconcurrency public static func generate(from cgImage: CGImage, withName resourceName: String? = nil, options: TextureResource.CreateOptions) throws -> TextureResource}
  |                                                 `- note: calls to static method 'generate(from:withName:options:)' from outside of its actor context are implicitly asynchronous
7 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:441:43: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
439 |     init(_ meshResource: MeshResource, materials: [Polygon.Material?] = []) {
440 |         var models = [String: Mesh]()
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
    |                                           `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:443:54: warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
441 |         self.init(submeshes: meshResource.contents.instances.compactMap {
442 |             var mesh = models[$0.model]
443 |             if mesh == nil, let model = meshResource.contents.models[$0.model] {
    |                                                      `- warning: main actor-isolated property 'contents' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
444 |                 let modelMesh = Mesh(model, materials: materials)
445 |                 models[$0.model] = modelMesh
RealityFoundation.MeshResource.contents:2:39: note: property declared here
1 | class MeshResource {
2 | @MainActor @preconcurrency public var contents: MeshResource.Contents { get }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:479:39: warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
477 |     ///   - materialLookup: An optional closure to map the RealityKit materials to Euclid materials.
478 |     init(_ modelEntity: ModelEntity, materialLookup: RealityKitMaterialProvider? = nil) {
479 |         guard let model = modelEntity.model else {
    |                                       `- warning: main actor-isolated property 'model' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
480 |             self = .empty
481 |             return
RealityFoundation.HasModel.model:2:39: note: property declared here
1 | protocol HasModel {
2 | @MainActor @preconcurrency public var model: ModelComponent? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:484:41: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
482 |         }
483 |         self.init(model, materialLookup: materialLookup)
484 |         transform(by: .init(modelEntity.transform))
    |                                         `- warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
485 |     }
486 |
RealityFoundation.HasTransform.transform:2:39: note: property declared here
1 | protocol HasTransform {
2 | @MainActor @preconcurrency public var transform: Transform { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:530:52: warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
528 |                 return MaterialWrapper(material)
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
    |                                                    `- warning: main actor-isolated property 'avPlayer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
532 |                 #if compiler(>=6)
RealityFoundation.VideoMaterial.avPlayer:2:39: note: property declared here
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public var avPlayer: AVPlayer? { get set }}
  |                                       `- note: property declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:531:32: warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
529 |             case let videoMaterial as VideoMaterial:
530 |                 guard let avPlayer = videoMaterial.avPlayer else { return nil }
531 |                 var material = VideoMaterial(avPlayer: avPlayer)
    |                                `- warning: call to main actor-isolated initializer 'init(avPlayer:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
RealityFoundation.VideoMaterial.init:2:35: note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
1 | struct VideoMaterial {
2 | @MainActor @preconcurrency public init(avPlayer: AVPlayer)}
  |                                   `- note: calls to initializer 'init(avPlayer:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:41: warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: mutation of this property is only permitted within the actor
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: mutation of this property is only permitted within the actor
3 |
/Users/admin/builder/spi-builder-workspace/Sources/Euclid+RealityKit.swift:534:89: warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
532 |                 #if compiler(>=6)
533 |                 if #available(visionOS 1.0, macOS 15.0, iOS 18.0, *) {
534 |                     material.controller.preferredViewingMode = videoMaterial.controller.preferredViewingMode
    |                                                                                         `- warning: main actor-isolated property 'preferredViewingMode' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
535 |                     material.triangleFillMode = videoMaterial.triangleFillMode
536 |                     if #available(visionOS 2.0, *) {
RealityFoundation.VideoPlaybackController.preferredViewingMode:2:39: note: property declared here
1 | class VideoPlaybackController {
2 | @MainActor @preconcurrency public var preferredViewingMode: VideoPlaybackController.ViewingMode { get set }}
  |                                       `- note: property declared here
3 |
Build complete! (10.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Euclid",
  "name" : "Euclid",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Euclid",
      "targets" : [
        "Euclid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EuclidTests",
      "module_type" : "SwiftTarget",
      "name" : "EuclidTests",
      "path" : "Tests",
      "sources" : [
        "AngleTests.swift",
        "BoundsTests.swift",
        "CGPathTests.swift",
        "CodingTests.swift",
        "DebugDescriptionTests.swift",
        "Euclid+Testing.swift",
        "LineSegmentCSGTests.swift",
        "LineSegmentTests.swift",
        "LineTests.swift",
        "MeshCSGTests.swift",
        "MeshExportTests.swift",
        "MeshImportTests.swift",
        "MeshLatheTests.swift",
        "MeshLoftTests.swift",
        "MeshShapeTests.swift",
        "MeshTests.swift",
        "MetadataTests.swift",
        "PathCSGTests.swift",
        "PathShapeTests.swift",
        "PathTests.swift",
        "PlaneTests.swift",
        "PolygonCSGTests.swift",
        "PolygonTests.swift",
        "RealityKitTests.swift",
        "RotationTests.swift",
        "SceneKitTests.swift",
        "StretchableTests.swift",
        "TextTests.swift",
        "TransformTests.swift",
        "UtilityTests.swift",
        "VectorTests.swift",
        "VertexSetTests.swift"
      ],
      "target_dependencies" : [
        "Euclid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Euclid",
      "module_type" : "SwiftTarget",
      "name" : "Euclid",
      "path" : "Sources",
      "product_memberships" : [
        "Euclid"
      ],
      "sources" : [
        "Angle.swift",
        "ApproximateEquality.swift",
        "BSP.swift",
        "Bounded.swift",
        "Bounds.swift",
        "Color.swift",
        "Euclid+AppKit.swift",
        "Euclid+CoreGraphics.swift",
        "Euclid+CoreText.swift",
        "Euclid+RealityKit.swift",
        "Euclid+SIMD.swift",
        "Euclid+SceneKit.swift",
        "Euclid+UIKit.swift",
        "Interpolatable.swift",
        "Line.swift",
        "LineComparable.swift",
        "LineSegment+CSG.swift",
        "LineSegment.swift",
        "Mesh+CSG.swift",
        "Mesh+IO.swift",
        "Mesh+OBJ.swift",
        "Mesh+STL.swift",
        "Mesh+Shapes.swift",
        "Mesh+Texcoords.swift",
        "Mesh.swift",
        "Path+CSG.swift",
        "Path+Shapes.swift",
        "Path.swift",
        "PathPoint.swift",
        "Plane.swift",
        "PlaneComparable.swift",
        "PointComparable.swift",
        "Polygon+CSG.swift",
        "Polygon.swift",
        "Rotation.swift",
        "Stretchable.swift",
        "Transform.swift",
        "Transformable.swift",
        "Utilities.swift",
        "Vector.swift",
        "Vertex.swift",
        "VertexSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.