This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Vortex with Swift 6.0 for iOS using Xcode 16.0.

Swift 6 data race errors: 26

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Vortex -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

        public static let orange = Color(red: 255/255, green: 149/255, blue: 0/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:82:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orange = Color(red: 255/255, green: 149/255, blue: 0/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: warning: static property 'cyan' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: note: annotate 'cyan' with '@MainActor' if property should only be accessed from the main actor
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireworks.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Magic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Rain.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireworks.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Magic.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Rain.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift:13:23: warning: static property 'magic' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let magic: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift:13:23: note: annotate 'magic' with '@MainActor' if property should only be accessed from the main actor
    public static let magic: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let magic: VortexSystem = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: note: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireworks.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Magic.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Rain.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireworks.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Magic.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Rain.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift:12:23: warning: static property 'rain' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rain: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift:12:23: note: annotate 'rain' with '@MainActor' if property should only be accessed from the main actor
    public static let rain: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rain: VortexSystem = {
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Smoke.swift,\ Snow.swift,\ Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Smoke.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Snow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Spark.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Smoke.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Snow.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Spark.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Smoke.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Snow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Spark.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Smoke.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Snow.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Spark.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift:12:23: warning: static property 'smoke' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let smoke: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift:12:23: note: annotate 'smoke' with '@MainActor' if property should only be accessed from the main actor
    public static let smoke: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let smoke: VortexSystem = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:73:27: warning: static property 'gray' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let gray = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:73:27: note: annotate 'gray' with '@MainActor' if property should only be accessed from the main actor
        public static let gray = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let gray = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Smoke.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Snow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Spark.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Smoke.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Snow.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Spark.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift:12:23: warning: static property 'snow' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let snow: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift:12:23: note: annotate 'snow' with '@MainActor' if property should only be accessed from the main actor
    public static let snow: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let snow: VortexSystem = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: note: annotate 'white' with '@MainActor' if property should only be accessed from the main actor
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Smoke.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Snow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Spark.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Smoke.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Snow.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Spark.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift:13:23: warning: static property 'spark' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let spark: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift:13:23: note: annotate 'spark' with '@MainActor' if property should only be accessed from the main actor
    public static let spark: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let spark: VortexSystem = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: note: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Array-InterpolatedColor.swift,\ Lerping.swift,\ RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Array-InterpolatedColor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Lerping.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/RandomSpread.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Array-InterpolatedColor.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Lerping.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/RandomSpread.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Array-InterpolatedColor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Lerping.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/RandomSpread.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Array-InterpolatedColor.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Lerping.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/RandomSpread.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Array-InterpolatedColor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Lerping.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/RandomSpread.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Array-InterpolatedColor.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Lerping.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/RandomSpread.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Array-InterpolatedColor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Lerping.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/RandomSpread.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Array-InterpolatedColor.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Lerping.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/RandomSpread.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Confetti.swift,\ Fire.swift,\ Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Confetti.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fire.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireflies.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Confetti.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fire.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireflies.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Confetti.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fire.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireflies.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Confetti.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fire.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireflies.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift:14:23: warning: static property 'confetti' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let confetti: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift:14:23: note: annotate 'confetti' with '@MainActor' if property should only be accessed from the main actor
    public static let confetti: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let confetti: VortexSystem = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: note: annotate 'white' with '@MainActor' if property should only be accessed from the main actor
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: note: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:76:27: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let green = Color(red: 76/255, green: 217/255, blue: 100/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:76:27: note: annotate 'green' with '@MainActor' if property should only be accessed from the main actor
        public static let green = Color(red: 76/255, green: 217/255, blue: 100/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let green = Color(red: 76/255, green: 217/255, blue: 100/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:58:27: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let blue = Color(red: 0/255, green: 122/255, blue: 255/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:58:27: note: annotate 'blue' with '@MainActor' if property should only be accessed from the main actor
        public static let blue = Color(red: 0/255, green: 122/255, blue: 255/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:58:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let blue = Color(red: 0/255, green: 122/255, blue: 255/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:85:27: warning: static property 'pink' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pink = Color(red: 255/255, green: 45/255, blue: 85/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:85:27: note: annotate 'pink' with '@MainActor' if property should only be accessed from the main actor
        public static let pink = Color(red: 255/255, green: 45/255, blue: 85/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:85:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pink = Color(red: 255/255, green: 45/255, blue: 85/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:82:27: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let orange = Color(red: 255/255, green: 149/255, blue: 0/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:82:27: note: annotate 'orange' with '@MainActor' if property should only be accessed from the main actor
        public static let orange = Color(red: 255/255, green: 149/255, blue: 0/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:82:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orange = Color(red: 255/255, green: 149/255, blue: 0/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: warning: static property 'cyan' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: note: annotate 'cyan' with '@MainActor' if property should only be accessed from the main actor
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Confetti.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fire.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireflies.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Confetti.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fire.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireflies.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift:13:23: warning: static property 'fire' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fire: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift:13:23: note: annotate 'fire' with '@MainActor' if property should only be accessed from the main actor
    public static let fire: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fire: VortexSystem = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:61:27: warning: static property 'brown' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let brown = Color(red: 78/255, green: 33/255, blue: 6/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:61:27: note: annotate 'brown' with '@MainActor' if property should only be accessed from the main actor
        public static let brown = Color(red: 78/255, green: 33/255, blue: 6/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:61:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let brown = Color(red: 78/255, green: 33/255, blue: 6/255, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Confetti.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fire.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireflies.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Confetti.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fire.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Fireflies.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift:13:23: warning: static property 'fireflies' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fireflies: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift:13:23: note: annotate 'fireflies' with '@MainActor' if property should only be accessed from the main actor
    public static let fireflies: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fireflies: VortexSystem = {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: note: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Vortex (in target 'Vortex' from project 'Vortex')
SwiftCompile normal arm64 Compiling\ Splash.swift,\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.dia -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.dia -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift:14:23: warning: static property 'splash' is not concurrency-safe because non-'Sendable' type 'VortexSystem' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let splash: VortexSystem = {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift:11:14: note: class 'VortexSystem' does not conform to the 'Sendable' protocol
public class VortexSystem: Codable, Equatable, Hashable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift:14:23: note: annotate 'splash' with '@MainActor' if property should only be accessed from the main actor
    public static let splash: VortexSystem = {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let splash: VortexSystem = {
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Array-InterpolatedColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/Lerping.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Helpers/RandomSpread.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Confetti.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fire.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireflies.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Fireworks.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Magic.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Rain.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Smoke.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Snow.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Spark.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Presets/Splash.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/ColorMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Particle.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Shape.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/SpawnOccasion.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem-Behavior.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/VortexSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexSystemPreferenceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexView.swift /Users/admin/builder/spi-builder-workspace/Sources/Vortex/Views/VortexViewReader.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.dia -target arm64-apple-ios15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Vortex -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Splash.o -index-unit-output-path /Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Color.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:64:27: warning: static property 'clear' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let clear = Color(red: 0, green: 0, blue: 0, opacity: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:64:27: note: annotate 'clear' with '@MainActor' if property should only be accessed from the main actor
        public static let clear = Color(red: 0, green: 0, blue: 0, opacity: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:64:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let clear = Color(red: 0, green: 0, blue: 0, opacity: 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:55:27: warning: static property 'black' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let black = Color(red: 0, green: 0, blue: 0, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:55:27: note: annotate 'black' with '@MainActor' if property should only be accessed from the main actor
        public static let black = Color(red: 0, green: 0, blue: 0, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:55:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let black = Color(red: 0, green: 0, blue: 0, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:58:27: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let blue = Color(red: 0/255, green: 122/255, blue: 255/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:58:27: note: annotate 'blue' with '@MainActor' if property should only be accessed from the main actor
        public static let blue = Color(red: 0/255, green: 122/255, blue: 255/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:58:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let blue = Color(red: 0/255, green: 122/255, blue: 255/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:61:27: warning: static property 'brown' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let brown = Color(red: 78/255, green: 33/255, blue: 6/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:61:27: note: annotate 'brown' with '@MainActor' if property should only be accessed from the main actor
        public static let brown = Color(red: 78/255, green: 33/255, blue: 6/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:61:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let brown = Color(red: 78/255, green: 33/255, blue: 6/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: warning: static property 'cyan' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: note: annotate 'cyan' with '@MainActor' if property should only be accessed from the main actor
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:67:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cyan = Color(red: 50/255, green: 173/255, blue: 230/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:70:27: warning: static property 'darkGray' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let darkGray = Color(red: 64/255, green: 64/255, blue: 64/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:70:27: note: annotate 'darkGray' with '@MainActor' if property should only be accessed from the main actor
        public static let darkGray = Color(red: 64/255, green: 64/255, blue: 64/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:70:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let darkGray = Color(red: 64/255, green: 64/255, blue: 64/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:73:27: warning: static property 'gray' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let gray = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:73:27: note: annotate 'gray' with '@MainActor' if property should only be accessed from the main actor
        public static let gray = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let gray = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:76:27: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let green = Color(red: 76/255, green: 217/255, blue: 100/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:76:27: note: annotate 'green' with '@MainActor' if property should only be accessed from the main actor
        public static let green = Color(red: 76/255, green: 217/255, blue: 100/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let green = Color(red: 76/255, green: 217/255, blue: 100/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:79:27: warning: static property 'lightGray' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let lightGray = Color(red: 192/255, green: 192/255, blue: 192/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:79:27: note: annotate 'lightGray' with '@MainActor' if property should only be accessed from the main actor
        public static let lightGray = Color(red: 192/255, green: 192/255, blue: 192/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:79:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let lightGray = Color(red: 192/255, green: 192/255, blue: 192/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:82:27: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let orange = Color(red: 255/255, green: 149/255, blue: 0/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:82:27: note: annotate 'orange' with '@MainActor' if property should only be accessed from the main actor
        public static let orange = Color(red: 255/255, green: 149/255, blue: 0/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:82:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let orange = Color(red: 255/255, green: 149/255, blue: 0/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:85:27: warning: static property 'pink' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let pink = Color(red: 255/255, green: 45/255, blue: 85/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:85:27: note: annotate 'pink' with '@MainActor' if property should only be accessed from the main actor
        public static let pink = Color(red: 255/255, green: 45/255, blue: 85/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:85:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let pink = Color(red: 255/255, green: 45/255, blue: 85/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:88:27: warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let purple = Color(red: 88/255, green: 86/255, blue: 214/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:88:27: note: annotate 'purple' with '@MainActor' if property should only be accessed from the main actor
        public static let purple = Color(red: 88/255, green: 86/255, blue: 214/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:88:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let purple = Color(red: 88/255, green: 86/255, blue: 214/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: note: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:91:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let red = Color(red: 255/255, green: 59/255, blue: 48/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:94:27: warning: static property 'teal' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let teal = Color(red: 90/255, green: 200/255, blue: 250/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:94:27: note: annotate 'teal' with '@MainActor' if property should only be accessed from the main actor
        public static let teal = Color(red: 90/255, green: 200/255, blue: 250/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:94:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let teal = Color(red: 90/255, green: 200/255, blue: 250/255, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: note: annotate 'white' with '@MainActor' if property should only be accessed from the main actor
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:97:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let white = Color(red: 1, green: 1, blue: 1, opacity: 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: warning: static property 'yellow' is not concurrency-safe because non-'Sendable' type 'VortexSystem.Color' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:12:19: note: consider making struct 'Color' conform to the 'Sendable' protocol
    public struct Color: Codable, ExpressibleByArrayLiteral, Hashable {
                  ^
                                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: note: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Vortex/System/Color.swift:100:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let yellow = Color(red: 255/255, green: 204/255, blue: 0/255, opacity: 1)
                          ^
        nonisolated(unsafe)
SwiftDriver\ Compilation\ Requirements Vortex normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Vortex -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex-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/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.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/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Shape.swift, SpawnOccasion.swift (in target 'Vortex' from project 'Vortex')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Vortex-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex-Swift.h (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Vortex-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Smoke.swift, Snow.swift, Spark.swift (in target 'Vortex' from project 'Vortex')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftmodule (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftdoc (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.abi.json (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftsourceinfo (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling VortexView.swift, VortexViewReader.swift (in target 'Vortex' from project 'Vortex')
SwiftDriverJobDiscovery normal arm64 Compiling Fireworks.swift, Magic.swift, Rain.swift (in target 'Vortex' from project 'Vortex')
SwiftDriverJobDiscovery normal arm64 Compiling VortexProxy.swift, VortexSystemPreferenceKey.swift (in target 'Vortex' from project 'Vortex')
SwiftDriverJobDiscovery normal arm64 Compiling Array-InterpolatedColor.swift, Lerping.swift, RandomSpread.swift (in target 'Vortex' from project 'Vortex')
SwiftDriverJobDiscovery normal arm64 Compiling Confetti.swift, Fire.swift, Fireflies.swift (in target 'Vortex' from project 'Vortex')
SwiftDriverJobDiscovery normal arm64 Compiling VortexSystem-Behavior.swift, VortexSystem.swift (in target 'Vortex' from project 'Vortex')
SwiftDriverJobDiscovery normal arm64 Compiling ColorMode.swift, Particle.swift (in target 'Vortex' from project 'Vortex')
SwiftDriverJobDiscovery normal arm64 Compiling Splash.swift, Color.swift (in target 'Vortex' from project 'Vortex')
SwiftDriver\ Compilation Vortex normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Vortex -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex-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/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.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/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.o normal (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Vortex.build/Debug-iphoneos/Vortex.build/Objects-normal/arm64/Vortex_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.o (in target 'Vortex' from project 'Vortex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Vortex.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Vortex' from project 'Vortex')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Vortex",
  "name" : "Vortex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Vortex",
      "targets" : [
        "Vortex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VortexTests",
      "module_type" : "SwiftTarget",
      "name" : "VortexTests",
      "path" : "Tests/VortexTests",
      "sources" : [
        "VortexTests.swift"
      ],
      "target_dependencies" : [
        "Vortex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Vortex",
      "module_type" : "SwiftTarget",
      "name" : "Vortex",
      "path" : "Sources/Vortex",
      "product_memberships" : [
        "Vortex"
      ],
      "sources" : [
        "Helpers/Array-InterpolatedColor.swift",
        "Helpers/Lerping.swift",
        "Helpers/RandomSpread.swift",
        "Presets/Confetti.swift",
        "Presets/Fire.swift",
        "Presets/Fireflies.swift",
        "Presets/Fireworks.swift",
        "Presets/Magic.swift",
        "Presets/Rain.swift",
        "Presets/Smoke.swift",
        "Presets/Snow.swift",
        "Presets/Spark.swift",
        "Presets/Splash.swift",
        "System/Color.swift",
        "System/ColorMode.swift",
        "System/Particle.swift",
        "System/Shape.swift",
        "System/SpawnOccasion.swift",
        "System/VortexSystem-Behavior.swift",
        "System/VortexSystem.swift",
        "Views/VortexProxy.swift",
        "Views/VortexSystemPreferenceKey.swift",
        "Views/VortexView.swift",
        "Views/VortexViewReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.