Build Information
Successful build of FractalGenerators, reference main (3d2975), with Swift 6.0 for macOS (SPM) on 5 Sep 2025 19:52:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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.0
Building package at path: $PWD
https://github.com/Kosikowski/fractal-generators.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/16] Compiling RealModule Real.swift
[7/16] Compiling RealModule RealFunctions.swift
[8/17] Compiling RealModule Float80+Real.swift
[9/17] Compiling RealModule AugmentedArithmetic.swift
[10/17] Compiling RealModule Double+Real.swift
[11/17] Compiling RealModule Float16+Real.swift
[12/17] Compiling RealModule AlgebraicField.swift
[13/17] Compiling RealModule ApproximateEquality.swift
[14/17] Emitting module RealModule
[15/17] Compiling RealModule Float+Real.swift
[16/17] Compiling RealModule ElementaryFunctions.swift
[17/17] Compiling RealModule RelaxedArithmetic.swift
[18/28] Compiling ComplexModule Complex.swift
[19/28] Compiling ComplexModule Polar.swift
[20/29] Compiling ComplexModule Scale.swift
[21/29] Compiling ComplexModule Complex+StringConvertible.swift
[22/29] Compiling ComplexModule Complex+Numeric.swift
[23/29] Compiling ComplexModule Complex+IntegerLiteral.swift
[24/29] Compiling ComplexModule Complex+Hashable.swift
[25/29] Compiling ComplexModule Complex+ElementaryFunctions.swift
[26/29] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[27/29] Compiling ComplexModule Complex+AlgebraicField.swift
[28/29] Compiling ComplexModule Complex+Codable.swift
[29/29] Emitting module ComplexModule
[30/79] 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
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
117 | for i in startIndex ..< endIndex {
118 | points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[31/79] 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
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
117 | for i in startIndex ..< endIndex {
118 | points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[32/79] 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
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
117 | for i in startIndex ..< endIndex {
118 | points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[33/79] 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
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
117 | for i in startIndex ..< endIndex {
118 | points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[34/79] 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
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
117 | for i in startIndex ..< endIndex {
118 | points.append(CGPoint(x: points[i].x + Double(halfSize), y: points[i].y + Double(halfSize)))
[35/84] Compiling FractalGenerators Mandelbrot2Generator.swift
[36/84] Compiling FractalGenerators MandelbrotGenerator.swift
[37/84] Compiling FractalGenerators MangerSpongeGenerator.swift
[38/84] Compiling FractalGenerators MengerCubeGenerator.swift
[39/84] Compiling FractalGenerators NewtonFractalGenerator.swift
[40/84] Compiling FractalGenerators CoastlineGenerator.swift
[41/84] Compiling FractalGenerators ConwaysGameOfLifeGenerator.swift
[42/84] Compiling FractalGenerators DLAGenerator.swift
[43/84] Compiling FractalGenerators DeJongAttractorGenerator.swift
[44/84] Compiling FractalGenerators DiamondSquareGenerator.swift
[45/84] Compiling FractalGenerators DragonCurveGenerator.swift
[46/84] Emitting module FractalGenerators
[47/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
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
52 | let spacing = 30.0
53 |
[48/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
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
52 | let spacing = 30.0
53 |
[49/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
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
52 | let spacing = 30.0
53 |
[50/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
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
52 | let spacing = 30.0
53 |
[51/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
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
52 | let spacing = 30.0
53 |
[52/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
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
52 | let spacing = 30.0
53 |
[53/84] Compiling FractalGenerators LevyCCurveGenerator.swift
[54/84] Compiling FractalGenerators LevyFlightGenerator.swift
[55/84] Compiling FractalGenerators LightningPatternGenerator.swift
[56/84] Compiling FractalGenerators LogisticMapGenerator.swift
[57/84] Compiling FractalGenerators LorenzAttractorGenerator.swift
[58/84] Compiling FractalGenerators RomanescoBroccoliGenerator.swift
[59/84] Compiling FractalGenerators RosslerAttractorGenerator.swift
[60/84] Compiling FractalGenerators SierpinskiArrowheadGenerator.swift
[61/84] Compiling FractalGenerators SierpinskiCarpetGenerator.swift
[62/84] Compiling FractalGenerators SierpinskiTriangleGenerator.swift
[63/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
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
136 | return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 | default:
[64/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
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
136 | return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 | default:
[65/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
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
136 | return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 | default:
[66/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
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
136 | return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 | default:
[67/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
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
136 | return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 | default:
[68/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
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
136 | return CGPoint(x: x * cos(theta) - y * sin(theta), y: x * sin(theta) + y * cos(theta))
137 | default:
[69/84] Compiling FractalGenerators PeanoCurveGenerator.swift
[70/84] Compiling FractalGenerators PerliniNoiseGenerator.swift
[71/84] Compiling FractalGenerators PlasmaFractalGenerator.swift
[72/84] Compiling FractalGenerators PythagoreanTreeGenerator.swift
[73/84] Compiling FractalGenerators RiverNetworkGenerator.swift
[74/84] Compiling FractalGenerators FractalFactory.swift
/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/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 | }
[75/84] Compiling FractalGenerators FractalProtocols.swift
/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/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 | }
[76/84] Compiling FractalGenerators GenericFractalView.swift
/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/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 | }
[77/84] Compiling FractalGenerators ApollonianGasketGenerator.swift
/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/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 | }
[78/84] Compiling FractalGenerators BoxCountingGenerator.swift
/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/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 | }
[79/84] Compiling FractalGenerators BrownianMotionGenerator.swift
/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/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 SimplexNoiseGenerator.swift
[81/84] Compiling FractalGenerators SnowFlakeGenerator.swift
[82/84] Compiling FractalGenerators TreeBranchingGenerator.swift
[83/84] Compiling FractalGenerators TricornFractalGenerator.swift
[84/84] Compiling FractalGenerators VoronoiDiagramGenerator.swift
Build complete! (15.24s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.10s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.46s)
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.