The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FractalGenerators, reference main (3d2975), with Swift 6.2 for macOS (SPM) on 5 Sep 2025 19:53:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kosikowski/fractal-generators.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kosikowski/fractal-generators
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d29758 Removed NSColor  usage  and RealModule import.
Cloned https://github.com/Kosikowski/fractal-generators.git
Revision (git rev-parse @):
3d29758af739d5d7eb884a3fd182591e45d66d0d
SUCCESS checkout https://github.com/Kosikowski/fractal-generators.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kosikowski/fractal-generators.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling _NumericsShims _NumericsShims.c
[6/16] Compiling RealModule Float80+Real.swift
[7/17] Compiling RealModule Real.swift
[8/17] Compiling RealModule RealFunctions.swift
[9/17] Compiling RealModule Float16+Real.swift
[10/17] Compiling RealModule ElementaryFunctions.swift
[11/17] Compiling RealModule Float+Real.swift
[12/17] Compiling RealModule AlgebraicField.swift
[13/17] Compiling RealModule ApproximateEquality.swift
[14/17] Compiling RealModule AugmentedArithmetic.swift
[15/17] Compiling RealModule Double+Real.swift
[16/17] Emitting module RealModule
[17/17] Compiling RealModule RelaxedArithmetic.swift
[18/28] Compiling ComplexModule Complex+StringConvertible.swift
[19/29] Compiling ComplexModule Polar.swift
[20/29] Compiling ComplexModule Complex+IntegerLiteral.swift
[21/29] Compiling ComplexModule Complex+Numeric.swift
[22/29] Compiling ComplexModule Complex.swift
[23/29] Compiling ComplexModule Scale.swift
[24/29] Compiling ComplexModule Complex+Codable.swift
[25/29] Compiling ComplexModule Complex+Hashable.swift
[26/29] Compiling ComplexModule Complex+ElementaryFunctions.swift
[27/29] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[28/29] Compiling ComplexModule Complex+AlgebraicField.swift
[29/29] Emitting module ComplexModule
[30/79] Emitting module FractalGenerators
[31/84] Compiling FractalGenerators SimplexNoiseGenerator.swift
[32/84] Compiling FractalGenerators SnowFlakeGenerator.swift
[33/84] Compiling FractalGenerators TreeBranchingGenerator.swift
[34/84] Compiling FractalGenerators TricornFractalGenerator.swift
[35/84] Compiling FractalGenerators VoronoiDiagramGenerator.swift
[36/84] Compiling FractalGenerators RomanescoBroccoliGenerator.swift
[37/84] Compiling FractalGenerators RosslerAttractorGenerator.swift
[38/84] Compiling FractalGenerators SierpinskiArrowheadGenerator.swift
[39/84] Compiling FractalGenerators SierpinskiCarpetGenerator.swift
[40/84] Compiling FractalGenerators SierpinskiTriangleGenerator.swift
[41/84] Compiling FractalGenerators Mandelbrot2Generator.swift
[42/84] Compiling FractalGenerators MandelbrotGenerator.swift
[43/84] Compiling FractalGenerators MangerSpongeGenerator.swift
[44/84] Compiling FractalGenerators MengerCubeGenerator.swift
[45/84] Compiling FractalGenerators NewtonFractalGenerator.swift
[46/84] Compiling FractalGenerators PeanoCurveGenerator.swift
[47/84] Compiling FractalGenerators PerliniNoiseGenerator.swift
[48/84] Compiling FractalGenerators PlasmaFractalGenerator.swift
[49/84] Compiling FractalGenerators PythagoreanTreeGenerator.swift
[50/84] Compiling FractalGenerators RiverNetworkGenerator.swift
[51/84] Compiling FractalGenerators HilbertCurveGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift:116:13: warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
114 |
115 |         // Transform points for the third quadrant
116 |         let thirdStart = points.count
    |             `- warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
117 |         for i in startIndex ..< endIndex {
118 |             points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[52/84] Compiling FractalGenerators IFSGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift:116:13: warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
114 |
115 |         // Transform points for the third quadrant
116 |         let thirdStart = points.count
    |             `- warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
117 |         for i in startIndex ..< endIndex {
118 |             points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[53/84] Compiling FractalGenerators JuliaSetGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift:116:13: warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
114 |
115 |         // Transform points for the third quadrant
116 |         let thirdStart = points.count
    |             `- warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
117 |         for i in startIndex ..< endIndex {
118 |             points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[54/84] Compiling FractalGenerators KochSnowflakeGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift:116:13: warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
114 |
115 |         // Transform points for the third quadrant
116 |         let thirdStart = points.count
    |             `- warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
117 |         for i in startIndex ..< endIndex {
118 |             points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[55/84] Compiling FractalGenerators LangtonsAntGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift:116:13: warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
114 |
115 |         // Transform points for the third quadrant
116 |         let thirdStart = points.count
    |             `- warning: initialization of immutable value 'thirdStart' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
117 |         for i in startIndex ..< endIndex {
118 |             points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[56/84] Compiling FractalGenerators FBMGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift:135:17: warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
133 |         case 3:
134 |             // Swirl variation
135 |             let factor = 1.0 / (r + 0.0001)
    |                 `- warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
136 |             return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 |         default:
[57/84] Compiling FractalGenerators FractalFlamesGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift:135:17: warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
133 |         case 3:
134 |             // Swirl variation
135 |             let factor = 1.0 / (r + 0.0001)
    |                 `- warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
136 |             return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 |         default:
[58/84] Compiling FractalGenerators GingerbreadmanMapGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift:135:17: warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
133 |         case 3:
134 |             // Swirl variation
135 |             let factor = 1.0 / (r + 0.0001)
    |                 `- warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
136 |             return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 |         default:
[59/84] Compiling FractalGenerators GosperCurveGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift:135:17: warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
133 |         case 3:
134 |             // Swirl variation
135 |             let factor = 1.0 / (r + 0.0001)
    |                 `- warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
136 |             return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 |         default:
[60/84] Compiling FractalGenerators HeighwayDragonGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift:135:17: warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
133 |         case 3:
134 |             // Swirl variation
135 |             let factor = 1.0 / (r + 0.0001)
    |                 `- warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
136 |             return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 |         default:
[61/84] Compiling FractalGenerators HenonAttractorGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift:135:17: warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
133 |         case 3:
134 |             // Swirl variation
135 |             let factor = 1.0 / (r + 0.0001)
    |                 `- warning: initialization of immutable value 'factor' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
136 |             return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 |         default:
[62/84] Compiling FractalGenerators LevyCCurveGenerator.swift
[63/84] Compiling FractalGenerators LevyFlightGenerator.swift
[64/84] Compiling FractalGenerators LightningPatternGenerator.swift
[65/84] Compiling FractalGenerators LogisticMapGenerator.swift
[66/84] Compiling FractalGenerators LorenzAttractorGenerator.swift
[67/84] Compiling FractalGenerators BuddhabrotGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift:51:13: warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 49 |         let height = Int(parameters.size.height)
 50 |         let yCenter = Double(height) / 2.0
 51 |         let lineHeight = 20.0
    |             `- warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 52 |         let spacing = 30.0
 53 |
[68/84] Compiling FractalGenerators BurningShipGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift:51:13: warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 49 |         let height = Int(parameters.size.height)
 50 |         let yCenter = Double(height) / 2.0
 51 |         let lineHeight = 20.0
    |             `- warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 52 |         let spacing = 30.0
 53 |
[69/84] Compiling FractalGenerators CantorDustGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift:51:13: warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 49 |         let height = Int(parameters.size.height)
 50 |         let yCenter = Double(height) / 2.0
 51 |         let lineHeight = 20.0
    |             `- warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 52 |         let spacing = 30.0
 53 |
[70/84] Compiling FractalGenerators CantorSetGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift:51:13: warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 49 |         let height = Int(parameters.size.height)
 50 |         let yCenter = Double(height) / 2.0
 51 |         let lineHeight = 20.0
    |             `- warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 52 |         let spacing = 30.0
 53 |
[71/84] Compiling FractalGenerators ChuaCircuitGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift:51:13: warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 49 |         let height = Int(parameters.size.height)
 50 |         let yCenter = Double(height) / 2.0
 51 |         let lineHeight = 20.0
    |             `- warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 52 |         let spacing = 30.0
 53 |
[72/84] Compiling FractalGenerators CliffordAttractorGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift:51:13: warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 49 |         let height = Int(parameters.size.height)
 50 |         let yCenter = Double(height) / 2.0
 51 |         let lineHeight = 20.0
    |             `- warning: initialization of immutable value 'lineHeight' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
 52 |         let spacing = 30.0
 53 |
[73/84] Compiling FractalGenerators CoastlineGenerator.swift
[74/84] Compiling FractalGenerators ConwaysGameOfLifeGenerator.swift
[75/84] Compiling FractalGenerators DLAGenerator.swift
[76/84] Compiling FractalGenerators DeJongAttractorGenerator.swift
[77/84] Compiling FractalGenerators DiamondSquareGenerator.swift
[78/84] Compiling FractalGenerators DragonCurveGenerator.swift
[79/84] Compiling FractalGenerators FractalFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:77:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 75 |         generator.generateAsync(with: parameters) { progress in
 76 |             DispatchQueue.main.async {
 77 |                 self.progress = progress
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 78 |             }
 79 |         } completion: { output in
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:81:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 79 |         } completion: { output in
 80 |             DispatchQueue.main.async {
 81 |                 self.handleOutput(output)
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 82 |                 self.isLoading = false
 83 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:95:28: warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
 93 |             self.points = points
 94 |         } else if output is CGImage {
 95 |             image = output as! CGImage
    |                     |      | `- note: use 'as?' to perform a conditional downcast to 'CGImage'
    |                     |      `- warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
    |                     `- note: add parentheses around the cast to silence this warning
 96 |         }
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:35: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                                   `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:25: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                         `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:112:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
110 |     func generateFractal() {
111 |         isLoading = true
112 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
113 |         let parameters = self.parameters
114 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:34: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                                  `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:24: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                        `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:128:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
126 |     func generateFractal() {
127 |         isLoading = true
128 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
129 |         let parameters = self.parameters
130 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:36: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                                    `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:26: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:144:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
142 |     func generateFractal() {
143 |         isLoading = true
144 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
145 |         let parameters = self.parameters
146 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:166:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
164 |         generator.generateProgressive(with: parameters) { image, progress in
165 |             DispatchQueue.main.async {
166 |                 self.image = image
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
167 |                 self.progress = progress
168 |                 if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:1060:9: warning: default will never be executed
1058 |         case .fractalFlames:
1059 |             return AnyView(FractalFactory.createFractalFlames())
1060 |         default:
     |         `- warning: default will never be executed
1061 |             return AnyView(Text("Not implemented yet"))
1062 |         }
[80/84] Compiling FractalGenerators FractalProtocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:77:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 75 |         generator.generateAsync(with: parameters) { progress in
 76 |             DispatchQueue.main.async {
 77 |                 self.progress = progress
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 78 |             }
 79 |         } completion: { output in
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:81:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 79 |         } completion: { output in
 80 |             DispatchQueue.main.async {
 81 |                 self.handleOutput(output)
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 82 |                 self.isLoading = false
 83 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:95:28: warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
 93 |             self.points = points
 94 |         } else if output is CGImage {
 95 |             image = output as! CGImage
    |                     |      | `- note: use 'as?' to perform a conditional downcast to 'CGImage'
    |                     |      `- warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
    |                     `- note: add parentheses around the cast to silence this warning
 96 |         }
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:35: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                                   `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:25: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                         `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:112:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
110 |     func generateFractal() {
111 |         isLoading = true
112 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
113 |         let parameters = self.parameters
114 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:34: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                                  `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:24: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                        `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:128:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
126 |     func generateFractal() {
127 |         isLoading = true
128 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
129 |         let parameters = self.parameters
130 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:36: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                                    `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:26: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:144:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
142 |     func generateFractal() {
143 |         isLoading = true
144 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
145 |         let parameters = self.parameters
146 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:166:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
164 |         generator.generateProgressive(with: parameters) { image, progress in
165 |             DispatchQueue.main.async {
166 |                 self.image = image
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
167 |                 self.progress = progress
168 |                 if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:1060:9: warning: default will never be executed
1058 |         case .fractalFlames:
1059 |             return AnyView(FractalFactory.createFractalFlames())
1060 |         default:
     |         `- warning: default will never be executed
1061 |             return AnyView(Text("Not implemented yet"))
1062 |         }
[81/84] Compiling FractalGenerators GenericFractalView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:77:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 75 |         generator.generateAsync(with: parameters) { progress in
 76 |             DispatchQueue.main.async {
 77 |                 self.progress = progress
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 78 |             }
 79 |         } completion: { output in
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:81:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 79 |         } completion: { output in
 80 |             DispatchQueue.main.async {
 81 |                 self.handleOutput(output)
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 82 |                 self.isLoading = false
 83 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:95:28: warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
 93 |             self.points = points
 94 |         } else if output is CGImage {
 95 |             image = output as! CGImage
    |                     |      | `- note: use 'as?' to perform a conditional downcast to 'CGImage'
    |                     |      `- warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
    |                     `- note: add parentheses around the cast to silence this warning
 96 |         }
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:35: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                                   `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:25: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                         `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:112:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
110 |     func generateFractal() {
111 |         isLoading = true
112 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
113 |         let parameters = self.parameters
114 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:34: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                                  `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:24: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                        `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:128:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
126 |     func generateFractal() {
127 |         isLoading = true
128 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
129 |         let parameters = self.parameters
130 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:36: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                                    `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:26: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:144:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
142 |     func generateFractal() {
143 |         isLoading = true
144 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
145 |         let parameters = self.parameters
146 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:166:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
164 |         generator.generateProgressive(with: parameters) { image, progress in
165 |             DispatchQueue.main.async {
166 |                 self.image = image
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
167 |                 self.progress = progress
168 |                 if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:1060:9: warning: default will never be executed
1058 |         case .fractalFlames:
1059 |             return AnyView(FractalFactory.createFractalFlames())
1060 |         default:
     |         `- warning: default will never be executed
1061 |             return AnyView(Text("Not implemented yet"))
1062 |         }
[82/84] Compiling FractalGenerators ApollonianGasketGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:77:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 75 |         generator.generateAsync(with: parameters) { progress in
 76 |             DispatchQueue.main.async {
 77 |                 self.progress = progress
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 78 |             }
 79 |         } completion: { output in
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:81:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 79 |         } completion: { output in
 80 |             DispatchQueue.main.async {
 81 |                 self.handleOutput(output)
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 82 |                 self.isLoading = false
 83 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:95:28: warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
 93 |             self.points = points
 94 |         } else if output is CGImage {
 95 |             image = output as! CGImage
    |                     |      | `- note: use 'as?' to perform a conditional downcast to 'CGImage'
    |                     |      `- warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
    |                     `- note: add parentheses around the cast to silence this warning
 96 |         }
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:35: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                                   `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:25: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                         `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:112:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
110 |     func generateFractal() {
111 |         isLoading = true
112 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
113 |         let parameters = self.parameters
114 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:34: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                                  `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:24: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                        `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:128:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
126 |     func generateFractal() {
127 |         isLoading = true
128 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
129 |         let parameters = self.parameters
130 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:36: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                                    `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:26: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:144:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
142 |     func generateFractal() {
143 |         isLoading = true
144 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
145 |         let parameters = self.parameters
146 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:166:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
164 |         generator.generateProgressive(with: parameters) { image, progress in
165 |             DispatchQueue.main.async {
166 |                 self.image = image
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
167 |                 self.progress = progress
168 |                 if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:1060:9: warning: default will never be executed
1058 |         case .fractalFlames:
1059 |             return AnyView(FractalFactory.createFractalFlames())
1060 |         default:
     |         `- warning: default will never be executed
1061 |             return AnyView(Text("Not implemented yet"))
1062 |         }
[83/84] Compiling FractalGenerators BoxCountingGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:77:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 75 |         generator.generateAsync(with: parameters) { progress in
 76 |             DispatchQueue.main.async {
 77 |                 self.progress = progress
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 78 |             }
 79 |         } completion: { output in
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:81:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 79 |         } completion: { output in
 80 |             DispatchQueue.main.async {
 81 |                 self.handleOutput(output)
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 82 |                 self.isLoading = false
 83 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:95:28: warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
 93 |             self.points = points
 94 |         } else if output is CGImage {
 95 |             image = output as! CGImage
    |                     |      | `- note: use 'as?' to perform a conditional downcast to 'CGImage'
    |                     |      `- warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
    |                     `- note: add parentheses around the cast to silence this warning
 96 |         }
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:35: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                                   `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:25: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                         `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:112:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
110 |     func generateFractal() {
111 |         isLoading = true
112 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
113 |         let parameters = self.parameters
114 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:34: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                                  `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:24: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                        `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:128:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
126 |     func generateFractal() {
127 |         isLoading = true
128 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
129 |         let parameters = self.parameters
130 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:36: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                                    `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:26: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:144:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
142 |     func generateFractal() {
143 |         isLoading = true
144 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
145 |         let parameters = self.parameters
146 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:166:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
164 |         generator.generateProgressive(with: parameters) { image, progress in
165 |             DispatchQueue.main.async {
166 |                 self.image = image
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
167 |                 self.progress = progress
168 |                 if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:1060:9: warning: default will never be executed
1058 |         case .fractalFlames:
1059 |             return AnyView(FractalFactory.createFractalFlames())
1060 |         default:
     |         `- warning: default will never be executed
1061 |             return AnyView(Text("Not implemented yet"))
1062 |         }
[84/84] Compiling FractalGenerators BrownianMotionGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:77:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 75 |         generator.generateAsync(with: parameters) { progress in
 76 |             DispatchQueue.main.async {
 77 |                 self.progress = progress
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 78 |             }
 79 |         } completion: { output in
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:81:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 79 |         } completion: { output in
 80 |             DispatchQueue.main.async {
 81 |                 self.handleOutput(output)
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 82 |                 self.isLoading = false
 83 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:68:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 66 |
 67 |     /// Default generic fallback fractal generation
 68 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
 69 |         isLoading = true
 70 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:95:28: warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
 93 |             self.points = points
 94 |         } else if output is CGImage {
 95 |             image = output as! CGImage
    |                     |      | `- note: use 'as?' to perform a conditional downcast to 'CGImage'
    |                     |      `- warning: treating a forced downcast to 'CGImage' as optional will never produce 'nil'
    |                     `- note: add parentheses around the cast to silence this warning
 96 |         }
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:35: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                                   `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:25: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
114 |
115 |         DispatchQueue.global(qos: .userInitiated).async {
116 |             let image = generator.generateImage(with: parameters)
    |                         `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
117 |             DispatchQueue.main.async {
118 |                 self.image = image
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:112:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
110 |     func generateFractal() {
111 |         isLoading = true
112 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
113 |         let parameters = self.parameters
114 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:34: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                                  `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:24: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
130 |
131 |         DispatchQueue.global(qos: .userInitiated).async {
132 |             let path = generator.generatePath(with: parameters)
    |                        `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
133 |             DispatchQueue.main.async {
134 |                 self.path = path
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:128:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
126 |     func generateFractal() {
127 |         isLoading = true
128 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
129 |         let parameters = self.parameters
130 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:36: warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                                    `- warning: capture of non-sendable type 'Generator.Parameters.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:26: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
146 |
147 |         DispatchQueue.global(qos: .userInitiated).async {
148 |             let points = generator.generatePoints(with: parameters)
    |                          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
149 |             DispatchQueue.main.async {
150 |                 self.points = points
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:144:13: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
142 |     func generateFractal() {
143 |         isLoading = true
144 |         let generator = self.generator
    |             `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
145 |         let parameters = self.parameters
146 |
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure; this is an error in the Swift 6 language mode
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:166:17: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
164 |         generator.generateProgressive(with: parameters) { image, progress in
165 |             DispatchQueue.main.async {
166 |                 self.image = image
    |                 `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
167 |                 self.progress = progress
168 |                 if progress >= 1.0 {
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:158:10: warning: capture of non-sendable type 'Generator.Type' in an isolated closure
156 |
157 | extension GenericFractalView where Generator: ProgressiveFractalGenerator {
158 |     func generateFractal() {
    |          `- warning: capture of non-sendable type 'Generator.Type' in an isolated closure
159 |         isLoading = true
160 |         progress = 0.0
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:1060:9: warning: default will never be executed
1058 |         case .fractalFlames:
1059 |             return AnyView(FractalFactory.createFractalFlames())
1060 |         default:
     |         `- warning: default will never be executed
1061 |             return AnyView(Text("Not implemented yet"))
1062 |         }
Build complete! (13.25s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.12s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.55s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    }
  ],
  "manifest_display_name" : "FractalGenerators",
  "name" : "FractalGenerators",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FractalGenerators",
      "targets" : [
        "FractalGenerators"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FractalGeneratorsTests",
      "module_type" : "SwiftTarget",
      "name" : "FractalGeneratorsTests",
      "path" : "Tests/FractalGeneratorsTests",
      "sources" : [
        "FractalGeneratorsTests.swift"
      ],
      "target_dependencies" : [
        "FractalGenerators"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FractalGenerators",
      "module_type" : "SwiftTarget",
      "name" : "FractalGenerators",
      "path" : "Sources/FractalGenerators",
      "product_dependencies" : [
        "ComplexModule"
      ],
      "product_memberships" : [
        "FractalGenerators"
      ],
      "sources" : [
        "Core/FractalFactory.swift",
        "Core/FractalProtocols.swift",
        "Core/GenericFractalView.swift",
        "Generators/ApollonianGasketGenerator.swift",
        "Generators/BoxCountingGenerator.swift",
        "Generators/BrownianMotionGenerator.swift",
        "Generators/BuddhabrotGenerator.swift",
        "Generators/BurningShipGenerator.swift",
        "Generators/CantorDustGenerator.swift",
        "Generators/CantorSetGenerator.swift",
        "Generators/ChuaCircuitGenerator.swift",
        "Generators/CliffordAttractorGenerator.swift",
        "Generators/CoastlineGenerator.swift",
        "Generators/ConwaysGameOfLifeGenerator.swift",
        "Generators/DLAGenerator.swift",
        "Generators/DeJongAttractorGenerator.swift",
        "Generators/DiamondSquareGenerator.swift",
        "Generators/DragonCurveGenerator.swift",
        "Generators/FBMGenerator.swift",
        "Generators/FractalFlamesGenerator.swift",
        "Generators/GingerbreadmanMapGenerator.swift",
        "Generators/GosperCurveGenerator.swift",
        "Generators/HeighwayDragonGenerator.swift",
        "Generators/HenonAttractorGenerator.swift",
        "Generators/HilbertCurveGenerator.swift",
        "Generators/IFSGenerator.swift",
        "Generators/JuliaSetGenerator.swift",
        "Generators/KochSnowflakeGenerator.swift",
        "Generators/LangtonsAntGenerator.swift",
        "Generators/LevyCCurveGenerator.swift",
        "Generators/LevyFlightGenerator.swift",
        "Generators/LightningPatternGenerator.swift",
        "Generators/LogisticMapGenerator.swift",
        "Generators/LorenzAttractorGenerator.swift",
        "Generators/Mandelbrot2Generator.swift",
        "Generators/MandelbrotGenerator.swift",
        "Generators/MangerSpongeGenerator.swift",
        "Generators/MengerCubeGenerator.swift",
        "Generators/NewtonFractalGenerator.swift",
        "Generators/PeanoCurveGenerator.swift",
        "Generators/PerliniNoiseGenerator.swift",
        "Generators/PlasmaFractalGenerator.swift",
        "Generators/PythagoreanTreeGenerator.swift",
        "Generators/RiverNetworkGenerator.swift",
        "Generators/RomanescoBroccoliGenerator.swift",
        "Generators/RosslerAttractorGenerator.swift",
        "Generators/SierpinskiArrowheadGenerator.swift",
        "Generators/SierpinskiCarpetGenerator.swift",
        "Generators/SierpinskiTriangleGenerator.swift",
        "Generators/SimplexNoiseGenerator.swift",
        "Generators/SnowFlakeGenerator.swift",
        "Generators/TreeBranchingGenerator.swift",
        "Generators/TricornFractalGenerator.swift",
        "Generators/VoronoiDiagramGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.