Build Information
Successful build of FractalGenerators, reference 1.1.0 (3d2975), with Swift 6.1 for watchOS using Xcode 16.3 on 5 Sep 2025 19:55:06 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FractalGenerators -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift:112:17: warning: capture of 'progress' with non-sendable type '(Double) -> Void' in a '@Sendable' closure
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift:112:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift:113:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift:113:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CliffordAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LevyCCurveGenerator.swift, LevyFlightGenerator.swift, LightningPatternGenerator.swift, LogisticMapGenerator.swift, LorenzAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64_32 Compiling\ FBMGenerator.swift,\ FractalFlamesGenerator.swift,\ GingerbreadmanMapGenerator.swift,\ GosperCurveGenerator.swift,\ HeighwayDragonGenerator.swift,\ HenonAttractorGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/GingerbreadmanMapGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/GosperCurveGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HenonAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift:147:17: warning: capture of 'progress' with non-sendable type '(Double) -> Void' in a '@Sendable' closure
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift:147:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift:148:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift:148:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
let factor = 1.0 / (r + 0.0001)
~~~~^~~~~~
_
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/GingerbreadmanMapGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/GosperCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift:101:17: warning: capture of 'progress' with non-sendable type '(Double) -> Void' in a '@Sendable' closure
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift:101:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift:102:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift:102:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HenonAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HenonAttractorGenerator.swift:54:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HenonAttractorGenerator.swift:54:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftDriverJobDiscovery normal arm64 Compiling FractalFactory.swift, FractalProtocols.swift, GenericFractalView.swift, ApollonianGasketGenerator.swift, BoxCountingGenerator.swift, BrownianMotionGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64_32 Compiling\ HilbertCurveGenerator.swift,\ IFSGenerator.swift,\ JuliaSetGenerator.swift,\ KochSnowflakeGenerator.swift,\ LangtonsAntGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/IFSGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/JuliaSetGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/KochSnowflakeGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LangtonsAntGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift:88:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HilbertCurveGenerator.swift:88:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
/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
let thirdStart = points.count
~~~~^~~~~~~~~~
_
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/IFSGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/JuliaSetGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/JuliaSetGenerator.swift:41:50: warning: capture of 'parameters' with non-sendable type 'ComplexPlaneParameters' in a '@Sendable' closure
let image = self.generateImage(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalProtocols.swift:73:8: note: consider making struct 'ComplexPlaneParameters' conform to the 'Sendable' protocol
struct ComplexPlaneParameters: FractalParameters {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/JuliaSetGenerator.swift:43:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/JuliaSetGenerator.swift:43:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/JuliaSetGenerator.swift:108:17: warning: sending 'onProgress' risks causing data races; this is an error in the Swift 6 language mode
onProgress(image, progress)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/JuliaSetGenerator.swift:108:17: note: task-isolated 'onProgress' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
onProgress(image, progress)
^~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/KochSnowflakeGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/KochSnowflakeGenerator.swift:48:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/KochSnowflakeGenerator.swift:48:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LangtonsAntGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling CoastlineGenerator.swift, ConwaysGameOfLifeGenerator.swift, DLAGenerator.swift, DeJongAttractorGenerator.swift, DiamondSquareGenerator.swift, DragonCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriverJobDiscovery normal arm64 Compiling BuddhabrotGenerator.swift, BurningShipGenerator.swift, CantorDustGenerator.swift, CantorSetGenerator.swift, ChuaCircuitGenerator.swift, CliffordAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k Compiling\ BuddhabrotGenerator.swift,\ BurningShipGenerator.swift,\ CantorDustGenerator.swift,\ CantorSetGenerator.swift,\ ChuaCircuitGenerator.swift,\ CliffordAttractorGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BuddhabrotGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BurningShipGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorDustGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CliffordAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BuddhabrotGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BuddhabrotGenerator.swift:143:50: warning: capture of 'parameters' with non-sendable type 'BuddhabrotParameters' in a '@Sendable' closure
let image = self.generateImage(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BuddhabrotGenerator.swift:33:8: note: consider making struct 'BuddhabrotParameters' conform to the 'Sendable' protocol
struct BuddhabrotParameters: FractalParameters {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BuddhabrotGenerator.swift:145:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BuddhabrotGenerator.swift:145:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BurningShipGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BurningShipGenerator.swift:21:50: warning: capture of 'parameters' with non-sendable type 'ComplexPlaneParameters' in a '@Sendable' closure
let image = self.generateImage(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalProtocols.swift:73:8: note: consider making struct 'ComplexPlaneParameters' conform to the 'Sendable' protocol
struct ComplexPlaneParameters: FractalParameters {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BurningShipGenerator.swift:23:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BurningShipGenerator.swift:23:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BurningShipGenerator.swift:65:17: warning: sending 'onProgress' risks causing data races; this is an error in the Swift 6 language mode
onProgress(image, progress)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BurningShipGenerator.swift:65:17: note: task-isolated 'onProgress' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
onProgress(image, progress)
^~~~~~~~~~
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorDustGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
let lineHeight = 20.0
~~~~^~~~~~~~~~
_
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift:80:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CantorSetGenerator.swift:80:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift:112:17: warning: capture of 'progress' with non-sendable type '(Double) -> Void' in a '@Sendable' closure
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift:112:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift:113:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ChuaCircuitGenerator.swift:113:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CliffordAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Mandelbrot2Generator.swift, MandelbrotGenerator.swift, MangerSpongeGenerator.swift, MengerCubeGenerator.swift, NewtonFractalGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64_32 Compiling\ RomanescoBroccoliGenerator.swift,\ RosslerAttractorGenerator.swift,\ SierpinskiArrowheadGenerator.swift,\ SierpinskiCarpetGenerator.swift,\ SierpinskiTriangleGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RomanescoBroccoliGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RosslerAttractorGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiArrowheadGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiCarpetGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiTriangleGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RomanescoBroccoliGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RomanescoBroccoliGenerator.swift:86:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RomanescoBroccoliGenerator.swift:86:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RosslerAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RosslerAttractorGenerator.swift:52:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RosslerAttractorGenerator.swift:52:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiArrowheadGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiArrowheadGenerator.swift:99:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiArrowheadGenerator.swift:99:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiCarpetGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiCarpetGenerator.swift:27:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiCarpetGenerator.swift:27:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiTriangleGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiTriangleGenerator.swift:41:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiTriangleGenerator.swift:41:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftDriverJobDiscovery normal arm64_32 Compiling FBMGenerator.swift, FractalFlamesGenerator.swift, GingerbreadmanMapGenerator.swift, GosperCurveGenerator.swift, HeighwayDragonGenerator.swift, HenonAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k Compiling\ Mandelbrot2Generator.swift,\ MandelbrotGenerator.swift,\ MangerSpongeGenerator.swift,\ MengerCubeGenerator.swift,\ NewtonFractalGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/Mandelbrot2Generator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MandelbrotGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MangerSpongeGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MengerCubeGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/NewtonFractalGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/Mandelbrot2Generator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/Mandelbrot2Generator.swift:92:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/Mandelbrot2Generator.swift:92:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MandelbrotGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MandelbrotGenerator.swift:113:50: warning: capture of 'parameters' with non-sendable type 'ComplexPlaneParameters' in a '@Sendable' closure
let image = self.generateImage(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalProtocols.swift:73:8: note: consider making struct 'ComplexPlaneParameters' conform to the 'Sendable' protocol
struct ComplexPlaneParameters: FractalParameters {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MandelbrotGenerator.swift:115:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MandelbrotGenerator.swift:115:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MandelbrotGenerator.swift:103:17: warning: sending 'onProgress' risks causing data races; this is an error in the Swift 6 language mode
onProgress(image, progress)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MandelbrotGenerator.swift:103:17: note: task-isolated 'onProgress' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
onProgress(image, progress)
^~~~~~~~~~
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MangerSpongeGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MangerSpongeGenerator.swift:68:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MangerSpongeGenerator.swift:68:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/MengerCubeGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/NewtonFractalGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/NewtonFractalGenerator.swift:94:50: warning: capture of 'parameters' with non-sendable type 'NewtonFractalParameters' in a '@Sendable' closure
let image = self.generateImage(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/NewtonFractalGenerator.swift:33:8: note: consider making struct 'NewtonFractalParameters' conform to the 'Sendable' protocol
struct NewtonFractalParameters: FractalParameters {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/NewtonFractalGenerator.swift:96:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/NewtonFractalGenerator.swift:96:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
SwiftDriverJobDiscovery normal arm64 Compiling SimplexNoiseGenerator.swift, SnowFlakeGenerator.swift, TreeBranchingGenerator.swift, TricornFractalGenerator.swift, VoronoiDiagramGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64 Compiling\ PeanoCurveGenerator.swift,\ PerliniNoiseGenerator.swift,\ PlasmaFractalGenerator.swift,\ PythagoreanTreeGenerator.swift,\ RiverNetworkGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PeanoCurveGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PerliniNoiseGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PlasmaFractalGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PythagoreanTreeGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RiverNetworkGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PeanoCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PerliniNoiseGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PerliniNoiseGenerator.swift:74:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PerliniNoiseGenerator.swift:74:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PlasmaFractalGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PlasmaFractalGenerator.swift:108:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PlasmaFractalGenerator.swift:108:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PythagoreanTreeGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PythagoreanTreeGenerator.swift:36:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/PythagoreanTreeGenerator.swift:36:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RiverNetworkGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RiverNetworkGenerator.swift:87:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RiverNetworkGenerator.swift:87:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftDriverJobDiscovery normal armv7k Compiling PeanoCurveGenerator.swift, PerliniNoiseGenerator.swift, PlasmaFractalGenerator.swift, PythagoreanTreeGenerator.swift, RiverNetworkGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k Compiling\ RomanescoBroccoliGenerator.swift,\ RosslerAttractorGenerator.swift,\ SierpinskiArrowheadGenerator.swift,\ SierpinskiCarpetGenerator.swift,\ SierpinskiTriangleGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RomanescoBroccoliGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RosslerAttractorGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiArrowheadGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiCarpetGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiTriangleGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RomanescoBroccoliGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RomanescoBroccoliGenerator.swift:86:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RomanescoBroccoliGenerator.swift:86:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RosslerAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RosslerAttractorGenerator.swift:52:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/RosslerAttractorGenerator.swift:52:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiArrowheadGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiArrowheadGenerator.swift:99:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiArrowheadGenerator.swift:99:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiCarpetGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiCarpetGenerator.swift:27:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiCarpetGenerator.swift:27:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiTriangleGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiTriangleGenerator.swift:41:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/SierpinskiTriangleGenerator.swift:41:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftDriverJobDiscovery normal armv7k Compiling SimplexNoiseGenerator.swift, SnowFlakeGenerator.swift, TreeBranchingGenerator.swift, TricornFractalGenerator.swift, VoronoiDiagramGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64_32 Compiling\ LevyCCurveGenerator.swift,\ LevyFlightGenerator.swift,\ LightningPatternGenerator.swift,\ LogisticMapGenerator.swift,\ LorenzAttractorGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyCCurveGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyFlightGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LightningPatternGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LogisticMapGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LorenzAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyCCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyCCurveGenerator.swift:33:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyCCurveGenerator.swift:33:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyFlightGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyFlightGenerator.swift:102:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyFlightGenerator.swift:102:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LightningPatternGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LightningPatternGenerator.swift:88:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LightningPatternGenerator.swift:88:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LogisticMapGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LogisticMapGenerator.swift:96:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LogisticMapGenerator.swift:96:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LorenzAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LorenzAttractorGenerator.swift:71:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LorenzAttractorGenerator.swift:71:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftDriverJobDiscovery normal armv7k Compiling CoastlineGenerator.swift, ConwaysGameOfLifeGenerator.swift, DLAGenerator.swift, DeJongAttractorGenerator.swift, DiamondSquareGenerator.swift, DragonCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k Compiling\ LevyCCurveGenerator.swift,\ LevyFlightGenerator.swift,\ LightningPatternGenerator.swift,\ LogisticMapGenerator.swift,\ LorenzAttractorGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyCCurveGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyFlightGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LightningPatternGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LogisticMapGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LorenzAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyCCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyCCurveGenerator.swift:33:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyCCurveGenerator.swift:33:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyFlightGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyFlightGenerator.swift:102:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LevyFlightGenerator.swift:102:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LightningPatternGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LightningPatternGenerator.swift:88:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LightningPatternGenerator.swift:88:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LogisticMapGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LogisticMapGenerator.swift:96:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LogisticMapGenerator.swift:96:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LorenzAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LorenzAttractorGenerator.swift:71:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/LorenzAttractorGenerator.swift:71:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftDriverJobDiscovery normal armv7k Compiling HilbertCurveGenerator.swift, IFSGenerator.swift, JuliaSetGenerator.swift, KochSnowflakeGenerator.swift, LangtonsAntGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64 Compiling\ CoastlineGenerator.swift,\ ConwaysGameOfLifeGenerator.swift,\ DLAGenerator.swift,\ DeJongAttractorGenerator.swift,\ DiamondSquareGenerator.swift,\ DragonCurveGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CoastlineGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ConwaysGameOfLifeGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DLAGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DeJongAttractorGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DiamondSquareGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DragonCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CoastlineGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CoastlineGenerator.swift:110:17: warning: capture of 'progress' with non-sendable type '(Double) -> Void' in a '@Sendable' closure
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CoastlineGenerator.swift:110:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CoastlineGenerator.swift:111:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/CoastlineGenerator.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ConwaysGameOfLifeGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DLAGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DeJongAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DiamondSquareGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DiamondSquareGenerator.swift:22:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DiamondSquareGenerator.swift:22:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DiamondSquareGenerator.swift:112:17: warning: sending 'onProgress' risks causing data races; this is an error in the Swift 6 language mode
onProgress(image, progress)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DiamondSquareGenerator.swift:112:17: note: task-isolated 'onProgress' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
onProgress(image, progress)
^~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DragonCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DragonCurveGenerator.swift:56:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/DragonCurveGenerator.swift:56:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftDriverJobDiscovery normal arm64_32 Compiling BuddhabrotGenerator.swift, BurningShipGenerator.swift, CantorDustGenerator.swift, CantorSetGenerator.swift, ChuaCircuitGenerator.swift, CliffordAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k Compiling\ FractalFactory.swift,\ FractalProtocols.swift,\ GenericFractalView.swift,\ ApollonianGasketGenerator.swift,\ BoxCountingGenerator.swift,\ BrownianMotionGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalProtocols.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ApollonianGasketGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BoxCountingGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BrownianMotionGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:866:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FractalRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared = FractalRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:865:7: note: class 'FractalRegistry' does not conform to the 'Sendable' protocol
class FractalRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:866:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static let shared = FractalRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:866:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared = FractalRegistry()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:30:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:17:17: note: add '@MainActor' to make static method 'createMandelbrot(iterations:viewRect:blockiness:size:)' part of global actor 'MainActor'
static func createMandelbrot(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:45:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:35:17: note: add '@MainActor' to make static method 'createSierpinski(depth:size:)' part of global actor 'MainActor'
static func createSierpinski(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:65:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:50:17: note: add '@MainActor' to make static method 'createLorenz(iterations:dt:initialConditions:scale:size:)' part of global actor 'MainActor'
static func createLorenz(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:83:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:70:17: note: add '@MainActor' to make static method 'createJulia(iterations:c:viewRect:size:)' part of global actor 'MainActor'
static func createJulia(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:98:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:88:17: note: add '@MainActor' to make static method 'createKochSnowflake(iterations:size:)' part of global actor 'MainActor'
static func createKochSnowflake(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:113:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:103:17: note: add '@MainActor' to make static method 'createDragonCurve(iterations:size:)' part of global actor 'MainActor'
static func createDragonCurve(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:140:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:128:17: note: add '@MainActor' to make static method 'createBurningShip(iterations:viewRect:size:)' part of global actor 'MainActor'
static func createBurningShip(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:155:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:145:17: note: add '@MainActor' to make static method 'createSierpinskiCarpet(depth:size:)' part of global actor 'MainActor'
static func createSierpinskiCarpet(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:169:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:160:17: note: add '@MainActor' to make static method 'createHenonAttractor(iterations:size:)' part of global actor 'MainActor'
static func createHenonAttractor(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:185:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:174:17: note: add '@MainActor' to make static method 'createRosslerAttractor(iterations:dt:size:)' part of global actor 'MainActor'
static func createRosslerAttractor(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:202:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:190:17: note: add '@MainActor' to make static method 'createPythagoreanTree(depth:angle:scale:size:)' part of global actor 'MainActor'
static func createPythagoreanTree(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:217:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:207:17: note: add '@MainActor' to make static method 'createBoxCounting(depth:size:)' part of global actor 'MainActor'
static func createBoxCounting(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:232:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:222:17: note: add '@MainActor' to make static method 'createLevyCCurve(depth:size:)' part of global actor 'MainActor'
static func createLevyCCurve(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:248:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:237:17: note: add '@MainActor' to make static method 'createBrownianMotion(steps:stepSize:size:)' part of global actor 'MainActor'
static func createBrownianMotion(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:263:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:253:17: note: add '@MainActor' to make static method 'createDiamondSquare(depth:size:)' part of global actor 'MainActor'
static func createDiamondSquare(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:278:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:268:17: note: add '@MainActor' to make static method 'createApollonianGasket(depth:size:)' part of global actor 'MainActor'
static func createApollonianGasket(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:294:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:283:17: note: add '@MainActor' to make static method 'createCoastline(iterations:roughness:size:)' part of global actor 'MainActor'
static func createCoastline(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:311:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:299:17: note: add '@MainActor' to make static method 'createFBM(octaves:hurst:size:)' part of global actor 'MainActor'
static func createFBM(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:326:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:316:17: note: add '@MainActor' to make static method 'createHeighwayDragon(depth:size:)' part of global actor 'MainActor'
static func createHeighwayDragon(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:342:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:331:17: note: add '@MainActor' to make static method 'createChuaCircuit(iterations:dt:size:)' part of global actor 'MainActor'
static func createChuaCircuit(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:357:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:347:17: note: add '@MainActor' to make static method 'createTreeBranching(depth:size:)' part of global actor 'MainActor'
static func createTreeBranching(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:372:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:362:17: note: add '@MainActor' to make static method 'createSnowFlake(depth:size:)' part of global actor 'MainActor'
static func createSnowFlake(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:387:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:377:17: note: add '@MainActor' to make static method 'createSierpinskiArrowhead(depth:size:)' part of global actor 'MainActor'
static func createSierpinskiArrowhead(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:402:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:392:17: note: add '@MainActor' to make static method 'createRomanescoBroccoli(depth:size:)' part of global actor 'MainActor'
static func createRomanescoBroccoli(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:417:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:407:17: note: add '@MainActor' to make static method 'createRiverNetwork(depth:size:)' part of global actor 'MainActor'
static func createRiverNetwork(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:432:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:422:17: note: add '@MainActor' to make static method 'createPlasmaFractal(roughness:size:)' part of global actor 'MainActor'
static func createPlasmaFractal(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:447:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:437:17: note: add '@MainActor' to make static method 'createPerlinNoise(scale:size:)' part of global actor 'MainActor'
static func createPerlinNoise(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:465:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:452:17: note: add '@MainActor' to make static method 'createLogisticMap(iterations:rMin:rMax:size:)' part of global actor 'MainActor'
static func createLogisticMap(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:480:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:470:17: note: add '@MainActor' to make static method 'createLightningPattern(depth:size:)' part of global actor 'MainActor'
static func createLightningPattern(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:498:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:485:17: note: add '@MainActor' to make static method 'createLevyFlight(iterations:alpha:size:)' part of global actor 'MainActor'
static func createLevyFlight(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:513:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:503:17: note: add '@MainActor' to make static method 'createMangerSponge(depth:size:)' part of global actor 'MainActor'
static func createMangerSponge(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:529:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:518:17: note: add '@MainActor' to make static method 'createMandelbrot2(iterations:zoom:size:)' part of global actor 'MainActor'
static func createMandelbrot2(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:547:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:534:17: note: add '@MainActor' to make static method 'createTricorn(iterations:viewRect:blockiness:size:)' part of global actor 'MainActor'
static func createTricorn(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:562:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:552:17: note: add '@MainActor' to make static method 'createHilbertCurve(depth:size:)' part of global actor 'MainActor'
static func createHilbertCurve(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:577:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:567:17: note: add '@MainActor' to make static method 'createCantorSet(depth:size:)' part of global actor 'MainActor'
static func createCantorSet(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:595:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:582:17: note: add '@MainActor' to make static method 'createNewton(iterations:viewRect:tolerance:size:)' part of global actor 'MainActor'
static func createNewton(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:615:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:600:17: note: add '@MainActor' to make static method 'createBuddhabrot(iterations:viewRect:samples:maxIterations:size:)' part of global actor 'MainActor'
static func createBuddhabrot(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:629:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:620:17: note: add '@MainActor' to make static method 'createPeanoCurve(depth:size:)' part of global actor 'MainActor'
static func createPeanoCurve(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:643:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:634:17: note: add '@MainActor' to make static method 'createGosperCurve(depth:size:)' part of global actor 'MainActor'
static func createGosperCurve(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:667:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:648:17: note: add '@MainActor' to make static method 'createCliffordAttractor(iterations:a:b:c:d:initial:size:)' part of global actor 'MainActor'
static func createCliffordAttractor(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:691:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:672:17: note: add '@MainActor' to make static method 'createDeJongAttractor(iterations:a:b:c:d:initial:size:)' part of global actor 'MainActor'
static func createDeJongAttractor(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:707:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:696:17: note: add '@MainActor' to make static method 'createGingerbreadmanMap(iterations:initial:size:)' part of global actor 'MainActor'
static func createGingerbreadmanMap(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:725:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:712:17: note: add '@MainActor' to make static method 'createConwaysGameOfLife(gridSize:initialDensity:steps:size:)' part of global actor 'MainActor'
static func createConwaysGameOfLife(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:741:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:730:17: note: add '@MainActor' to make static method 'createLangtonsAnt(gridSize:steps:size:)' part of global actor 'MainActor'
static func createLangtonsAnt(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:755:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:746:17: note: add '@MainActor' to make static method 'createCantorDust(depth:size:)' part of global actor 'MainActor'
static func createCantorDust(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:771:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:760:17: note: add '@MainActor' to make static method 'createMengerCube(depth:projectionType:size:)' part of global actor 'MainActor'
static func createMengerCube(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:792:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:776:17: note: add '@MainActor' to make static method 'createSimplexNoise(scale:octaves:persistence:lacunarity:size:)' part of global actor 'MainActor'
static func createSimplexNoise(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:809:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:797:17: note: add '@MainActor' to make static method 'createVoronoiDiagram(numSeeds:seedRadius:size:)' part of global actor 'MainActor'
static func createVoronoiDiagram(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:826:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:814:17: note: add '@MainActor' to make static method 'createDLA(numParticles:stickiness:size:)' part of global actor 'MainActor'
static func createDLA(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:841:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:831:17: note: add '@MainActor' to make static method 'createIFS(depth:size:)' part of global actor 'MainActor'
static func createIFS(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:860:16: warning: call to main actor-isolated initializer 'init(generator:parameters:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: calls to initializer 'init(generator:parameters:)' from outside of its actor context are implicitly asynchronous
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:22:5: note: main actor isolation inferred from conformance to protocol 'View'
init(generator: Generator, parameters: Generator.Parameters) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:846:17: note: add '@MainActor' to make static method 'createFractalFlames(numPoints:numVariations:colorSpeed:size:)' part of global actor 'MainActor'
static func createFractalFlames(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:1060:9: warning: default will never be executed
default:
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:30:16: warning: sending 'parameters' risks causing data races; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:30:16: note: sending task-isolated 'parameters' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:83:16: warning: sending 'parameters' risks causing data races; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:83:16: note: sending task-isolated 'parameters' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:140:16: warning: sending 'parameters' risks causing data races; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:140:16: note: sending task-isolated 'parameters' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:547:16: warning: sending 'parameters' risks causing data races; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:547:16: note: sending task-isolated 'parameters' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:595:16: warning: sending 'parameters' risks causing data races; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:595:16: note: sending task-isolated 'parameters' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return GenericFractalView(generator: generator, parameters: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:615:16: warning: sending 'parameters' risks causing data races; this is an error in the Swift 6 language mode
return GenericFractalView(generator: generator, parameters: parameters)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalFactory.swift:615:16: note: sending task-isolated 'parameters' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return GenericFractalView(generator: generator, parameters: parameters)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/FractalProtocols.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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'
image = output as! CGImage
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:95:30: note: use 'as?' to perform a conditional downcast to 'CGImage'
image = output as! CGImage
^
?
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:95:21: note: add parentheses around the cast to silence this warning
image = output as! CGImage
^
( )
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:25: warning: capture of 'generator' with non-sendable type 'Generator' in a '@Sendable' closure
let image = generator.generateImage(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:13:27: note: consider making generic parameter 'Generator' conform to the 'Sendable' protocol
struct GenericFractalView<Generator: FractalGenerator>: View {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:116:55: warning: capture of 'parameters' with non-sendable type 'Generator.Parameters' in a '@Sendable' closure
let image = generator.generateImage(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:24: warning: capture of 'generator' with non-sendable type 'Generator' in a '@Sendable' closure
let path = generator.generatePath(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:13:27: note: consider making generic parameter 'Generator' conform to the 'Sendable' protocol
struct GenericFractalView<Generator: FractalGenerator>: View {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:132:53: warning: capture of 'parameters' with non-sendable type 'Generator.Parameters' in a '@Sendable' closure
let path = generator.generatePath(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:26: warning: capture of 'generator' with non-sendable type 'Generator' in a '@Sendable' closure
let points = generator.generatePoints(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:13:27: note: consider making generic parameter 'Generator' conform to the 'Sendable' protocol
struct GenericFractalView<Generator: FractalGenerator>: View {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:148:57: warning: capture of 'parameters' with non-sendable type 'Generator.Parameters' in a '@Sendable' closure
let points = generator.generatePoints(with: parameters)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:81:35: warning: sending 'output' risks causing data races; this is an error in the Swift 6 language mode
self.handleOutput(output)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Core/GenericFractalView.swift:81:35: note: task-isolated 'output' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.handleOutput(output)
^~~~~~
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ApollonianGasketGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ApollonianGasketGenerator.swift:74:17: warning: capture of 'progress' with non-sendable type '(Double) -> Void' in a '@Sendable' closure
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ApollonianGasketGenerator.swift:74:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ApollonianGasketGenerator.swift:75:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/ApollonianGasketGenerator.swift:75:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BoxCountingGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BoxCountingGenerator.swift:29:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BoxCountingGenerator.swift:29:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BrownianMotionGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BrownianMotionGenerator.swift:37:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/BrownianMotionGenerator.swift:37:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftDriverJobDiscovery normal arm64_32 Compiling FractalFactory.swift, FractalProtocols.swift, GenericFractalView.swift, ApollonianGasketGenerator.swift, BoxCountingGenerator.swift, BrownianMotionGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64 Compiling\ FBMGenerator.swift,\ FractalFlamesGenerator.swift,\ GingerbreadmanMapGenerator.swift,\ GosperCurveGenerator.swift,\ HeighwayDragonGenerator.swift,\ HenonAttractorGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/GingerbreadmanMapGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/GosperCurveGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HenonAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift:147:17: warning: capture of 'progress' with non-sendable type '(Double) -> Void' in a '@Sendable' closure
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift:147:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift:148:17: warning: capture of 'completion' with non-sendable type '(CGImage) -> Void' in a '@Sendable' closure
completion(image)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FBMGenerator.swift:148:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(image)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/FractalFlamesGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
let factor = 1.0 / (r + 0.0001)
~~~~^~~~~~
_
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/GingerbreadmanMapGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/GosperCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift:101:17: warning: capture of 'progress' with non-sendable type '(Double) -> Void' in a '@Sendable' closure
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift:101:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
progress(1.0)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift:102:17: warning: capture of 'completion' with non-sendable type '(Path) -> Void' in a '@Sendable' closure
completion(path)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HeighwayDragonGenerator.swift:102:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(path)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HenonAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HenonAttractorGenerator.swift:54:17: warning: capture of 'completion' with non-sendable type '([CGPoint]) -> Void' in a '@Sendable' closure
completion(points)
^
/Users/admin/builder/spi-builder-workspace/Sources/FractalGenerators/Generators/HenonAttractorGenerator.swift:54:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(points)
^
SwiftDriverJobDiscovery normal arm64_32 Compiling HilbertCurveGenerator.swift, IFSGenerator.swift, JuliaSetGenerator.swift, KochSnowflakeGenerator.swift, LangtonsAntGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriver\ Compilation ComplexModule normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ComplexModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComplexModule -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_numerics -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling RomanescoBroccoliGenerator.swift, RosslerAttractorGenerator.swift, SierpinskiArrowheadGenerator.swift, SierpinskiCarpetGenerator.swift, SierpinskiTriangleGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriver\ Compilation ComplexModule normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ComplexModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComplexModule -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_numerics -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RealModule.o (in target 'RealModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/RealModule.o
SwiftDriverJobDiscovery normal arm64 Compiling PeanoCurveGenerator.swift, PerliniNoiseGenerator.swift, PlasmaFractalGenerator.swift, PythagoreanTreeGenerator.swift, RiverNetworkGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/Binary/ComplexModule.o normal armv7k (in target 'ComplexModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/Binary/ComplexModule.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/Binary/ComplexModule.o normal arm64_32 (in target 'ComplexModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/Binary/ComplexModule.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/Binary/ComplexModule.o normal arm64 (in target 'ComplexModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/ComplexModule.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/ComplexModule_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/ComplexModule_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/ComplexModule.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/Binary/ComplexModule.o
SwiftDriverJobDiscovery normal armv7k Compiling RomanescoBroccoliGenerator.swift, RosslerAttractorGenerator.swift, SierpinskiArrowheadGenerator.swift, SierpinskiCarpetGenerator.swift, SierpinskiTriangleGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriverJobDiscovery normal arm64_32 Compiling LevyCCurveGenerator.swift, LevyFlightGenerator.swift, LightningPatternGenerator.swift, LogisticMapGenerator.swift, LorenzAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriverJobDiscovery normal armv7k Compiling Mandelbrot2Generator.swift, MandelbrotGenerator.swift, MangerSpongeGenerator.swift, MengerCubeGenerator.swift, NewtonFractalGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriver\ Compilation FractalGenerators normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FractalGenerators -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComplexModule.o normal arm64\ armv7k\ arm64_32 (in target 'ComplexModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/Binary/ComplexModule.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/Binary/ComplexModule.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/Binary/ComplexModule.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComplexModule.o
ExtractAppIntentsMetadata (in target 'ComplexModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ComplexModule --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier swift-numerics.ComplexModule --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComplexModule.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComplexModule.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/ComplexModule_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/ComplexModule.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/ComplexModule.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/ComplexModule.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64/ComplexModule.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/armv7k/ComplexModule.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-numerics.build/Debug-watchos/ComplexModule.build/Objects-normal/arm64_32/ComplexModule.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-05 12:55:04.580 appintentsmetadataprocessor[890:5051] Starting appintentsmetadataprocessor export
2025-09-05 12:55:04.614 appintentsmetadataprocessor[890:5051] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal armv7k Compiling LevyCCurveGenerator.swift, LevyFlightGenerator.swift, LightningPatternGenerator.swift, LogisticMapGenerator.swift, LorenzAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComplexModule.o (in target 'ComplexModule' from project 'swift-numerics')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ComplexModule.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/Binary/FractalGenerators.o normal arm64_32 (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/Binary/FractalGenerators.o
SwiftDriverJobDiscovery normal armv7k Compiling BuddhabrotGenerator.swift, BurningShipGenerator.swift, CantorDustGenerator.swift, CantorSetGenerator.swift, ChuaCircuitGenerator.swift, CliffordAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriverJobDiscovery normal arm64 Compiling FBMGenerator.swift, FractalFlamesGenerator.swift, GingerbreadmanMapGenerator.swift, GosperCurveGenerator.swift, HeighwayDragonGenerator.swift, HenonAttractorGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriverJobDiscovery normal arm64 Compiling CoastlineGenerator.swift, ConwaysGameOfLifeGenerator.swift, DLAGenerator.swift, DeJongAttractorGenerator.swift, DiamondSquareGenerator.swift, DragonCurveGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriver\ Compilation FractalGenerators normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FractalGenerators -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/Binary/FractalGenerators.o normal arm64 (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/Binary/FractalGenerators.o
SwiftDriverJobDiscovery normal armv7k Compiling FractalFactory.swift, FractalProtocols.swift, GenericFractalView.swift, ApollonianGasketGenerator.swift, BoxCountingGenerator.swift, BrownianMotionGenerator.swift (in target 'FractalGenerators' from project 'FractalGenerators')
SwiftDriver\ Compilation FractalGenerators normal armv7k com.apple.xcode.tools.swift.compiler (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FractalGenerators -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/Binary/FractalGenerators.o normal armv7k (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/Binary/FractalGenerators.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FractalGenerators.o normal arm64\ armv7k\ arm64_32 (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/Binary/FractalGenerators.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/Binary/FractalGenerators.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/Binary/FractalGenerators.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FractalGenerators.o
ExtractAppIntentsMetadata (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FractalGenerators --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 8.0 --bundle-identifier spi-builder-workspace.FractalGenerators --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FractalGenerators.appintents --target-triple arm64-apple-watchos8.0 --target-triple armv7k-apple-watchos8.0 --target-triple arm64_32-apple-watchos8.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FractalGenerators.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/FractalGenerators.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/FractalGenerators.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64/FractalGenerators.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/armv7k/FractalGenerators.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FractalGenerators.build/Debug-watchos/FractalGenerators.build/Objects-normal/arm64_32/FractalGenerators.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-05 12:55:05.224 appintentsmetadataprocessor[898:5113] Starting appintentsmetadataprocessor export
2025-09-05 12:55:05.256 appintentsmetadataprocessor[898:5113] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FractalGenerators.o (in target 'FractalGenerators' from project 'FractalGenerators')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FractalGenerators.o
** BUILD SUCCEEDED **
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.