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 BeautyChart, reference master (1cc9d0), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 13:32:50 UTC.

Swift 6 data race errors: 21

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BeautyChart -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexdremov/BeautyChart.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexdremov/BeautyChart
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1cc9d06 drop pods, cleanup
Cloned https://github.com/alexdremov/BeautyChart.git
Revision (git rev-parse @):
1cc9d061fcb3aad3ff3597ba1097f8a160213f72
SUCCESS checkout https://github.com/alexdremov/BeautyChart.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexdremov/BeautyChart.git
https://github.com/alexdremov/BeautyChart.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BeautyChart",
  "name" : "BeautyChart",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "BeautyChart",
      "targets" : [
        "BeautyChart"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BeautyChart",
      "module_type" : "SwiftTarget",
      "name" : "BeautyChart",
      "path" : "Sources/BeautyChart",
      "product_memberships" : [
        "BeautyChart"
      ],
      "sources" : [
        "Tools/Geometry/CGPoint+Plottable.swift",
        "Tools/Geometry/CGPointsSet.swift",
        "Tools/Geometry/CubicBezier.swift",
        "Tools/Geometry/Path+QuadCurve.swift",
        "Tools/Protocols/Plottable.swift",
        "Tools/Style.swift",
        "Tools/SwiftUI/DragView.swift",
        "Tools/SwiftUI/MagnifyOnPress.swift",
        "Tools/SwiftUI/View+Conditional.swift",
        "Views/Elements/ChartSmoothView.swift",
        "Views/Elements/PressWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  BeautyChart: /Users/admin/builder/spi-builder-workspace
resolved source packages: BeautyChart
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BeautyChart",
  "name" : "BeautyChart",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "BeautyChart",
      "targets" : [
        "BeautyChart"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BeautyChart",
      "module_type" : "SwiftTarget",
      "name" : "BeautyChart",
      "path" : "Sources/BeautyChart",
      "product_memberships" : [
        "BeautyChart"
      ],
      "sources" : [
        "Tools/Geometry/CGPoint+Plottable.swift",
        "Tools/Geometry/CGPointsSet.swift",
        "Tools/Geometry/CubicBezier.swift",
        "Tools/Geometry/Path+QuadCurve.swift",
        "Tools/Protocols/Plottable.swift",
        "Tools/Style.swift",
        "Tools/SwiftUI/DragView.swift",
        "Tools/SwiftUI/MagnifyOnPress.swift",
        "Tools/SwiftUI/View+Conditional.swift",
        "Views/Elements/ChartSmoothView.swift",
        "Views/Elements/PressWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BeautyChart"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BeautyChart -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BeautyChart -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  BeautyChart: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'BeautyChart' in project 'BeautyChart'
        ➜ Explicit dependency on target 'BeautyChart' in project 'BeautyChart'
    Target 'BeautyChart' in project 'BeautyChart' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 942ab85105838e907526d59da2b292c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/942ab85105838e907526d59da2b292c9.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.DependencyStaticMetadataFileList (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.modulemap (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.DependencyMetadataFileList (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftConstValuesFileList (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-OutputFileMap.json (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.LinkFileList (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftFileList (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart_const_extract_protocols.json (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BeautyChart.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.modulemap (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver BeautyChart normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BeautyChart -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart_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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CubicBezier.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Geometry/CubicBezier.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Geometry/CubicBezier.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGPoint+Plottable.swift,\ CGPointsSet.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Geometry/CGPoint+Plottable.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Geometry/CGPointsSet.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Geometry/CGPoint+Plottable.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Geometry/CGPointsSet.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Path+QuadCurve.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Geometry/Path+QuadCurve.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Geometry/Path+QuadCurve.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Style.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:58:23: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let orange = GradientColor(start: Colors.OrangeStart, end: Colors.OrangeEnd)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:58:23: note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    public static let orange = GradientColor(start: Colors.OrangeStart, end: Colors.OrangeEnd)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let orange = GradientColor(start: Colors.OrangeStart, end: Colors.OrangeEnd)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:59:23: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let blue = GradientColor(start: Colors.GradientPurple, end: Colors.GradientNeonBlue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:59:23: note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    public static let blue = GradientColor(start: Colors.GradientPurple, end: Colors.GradientNeonBlue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let blue = GradientColor(start: Colors.GradientPurple, end: Colors.GradientNeonBlue)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:60:23: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let green = GradientColor(start: Color(hexString: "0BCDF7"), end: Color(hexString: "A2FEAE"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:60:23: note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    public static let green = GradientColor(start: Color(hexString: "0BCDF7"), end: Color(hexString: "A2FEAE"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let green = GradientColor(start: Color(hexString: "0BCDF7"), end: Color(hexString: "A2FEAE"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:61:23: warning: static property 'blu' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let blu = GradientColor(start: Color(hexString: "0591FF"), end: Color(hexString: "29D9FE"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:61:23: note: add '@MainActor' to make static property 'blu' part of global actor 'MainActor'
    public static let blu = GradientColor(start: Color(hexString: "0591FF"), end: Color(hexString: "29D9FE"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let blu = GradientColor(start: Color(hexString: "0591FF"), end: Color(hexString: "29D9FE"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:62:23: warning: static property 'bluPurpl' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bluPurpl = GradientColor(start: Color(hexString: "4ABBFB"), end: Color(hexString: "8C00FF"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:62:23: note: add '@MainActor' to make static property 'bluPurpl' part of global actor 'MainActor'
    public static let bluPurpl = GradientColor(start: Color(hexString: "4ABBFB"), end: Color(hexString: "8C00FF"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bluPurpl = GradientColor(start: Color(hexString: "4ABBFB"), end: Color(hexString: "8C00FF"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:63:23: warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let purple = GradientColor(start: Color(hexString: "741DF4"), end: Color(hexString: "C501B0"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:63:23: note: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
    public static let purple = GradientColor(start: Color(hexString: "741DF4"), end: Color(hexString: "C501B0"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let purple = GradientColor(start: Color(hexString: "741DF4"), end: Color(hexString: "C501B0"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:64:23: warning: static property 'prplPink' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let prplPink = GradientColor(start: Color(hexString: "BC05AF"), end: Color(hexString: "FF1378"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:64:23: note: add '@MainActor' to make static property 'prplPink' part of global actor 'MainActor'
    public static let prplPink = GradientColor(start: Color(hexString: "BC05AF"), end: Color(hexString: "FF1378"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let prplPink = GradientColor(start: Color(hexString: "BC05AF"), end: Color(hexString: "FF1378"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:65:23: warning: static property 'prplNeon' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let prplNeon = GradientColor(start: Color(hexString: "FE019A"), end: Color(hexString: "FE0BF4"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:65:23: note: add '@MainActor' to make static property 'prplNeon' part of global actor 'MainActor'
    public static let prplNeon = GradientColor(start: Color(hexString: "FE019A"), end: Color(hexString: "FE0BF4"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let prplNeon = GradientColor(start: Color(hexString: "FE019A"), end: Color(hexString: "FE0BF4"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:66:23: warning: static property 'orngPink' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let orngPink = GradientColor(start: Color(hexString: "FF8E2D"), end: Color(hexString: "FF4E7A"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:66:23: note: add '@MainActor' to make static property 'orngPink' part of global actor 'MainActor'
    public static let orngPink = GradientColor(start: Color(hexString: "FF8E2D"), end: Color(hexString: "FF4E7A"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let orngPink = GradientColor(start: Color(hexString: "FF8E2D"), end: Color(hexString: "FF4E7A"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:70:23: warning: static property 'lineChartStyleOne' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lineChartStyleOne = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:70:23: note: add '@MainActor' to make static property 'lineChartStyleOne' part of global actor 'MainActor'
    public static let lineChartStyleOne = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lineChartStyleOne = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:78:23: warning: static property 'barChartStyleOrangeLight' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartStyleOrangeLight = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:78:23: note: add '@MainActor' to make static property 'barChartStyleOrangeLight' part of global actor 'MainActor'
    public static let barChartStyleOrangeLight = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartStyleOrangeLight = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:86:23: warning: static property 'barChartStyleOrangeDark' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartStyleOrangeDark = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:86:23: note: add '@MainActor' to make static property 'barChartStyleOrangeDark' part of global actor 'MainActor'
    public static let barChartStyleOrangeDark = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartStyleOrangeDark = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:94:23: warning: static property 'barChartStyleNeonBlueLight' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartStyleNeonBlueLight = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:94:23: note: add '@MainActor' to make static property 'barChartStyleNeonBlueLight' part of global actor 'MainActor'
    public static let barChartStyleNeonBlueLight = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:94:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartStyleNeonBlueLight = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:102:23: warning: static property 'barChartStyleNeonBlueDark' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartStyleNeonBlueDark = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:102:23: note: add '@MainActor' to make static property 'barChartStyleNeonBlueDark' part of global actor 'MainActor'
    public static let barChartStyleNeonBlueDark = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:102:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartStyleNeonBlueDark = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:110:23: warning: static property 'barChartMidnightGreenDark' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartMidnightGreenDark = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:110:23: note: add '@MainActor' to make static property 'barChartMidnightGreenDark' part of global actor 'MainActor'
    public static let barChartMidnightGreenDark = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:110:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartMidnightGreenDark = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:118:23: warning: static property 'barChartMidnightGreenLight' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartMidnightGreenLight = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:118:23: note: add '@MainActor' to make static property 'barChartMidnightGreenLight' part of global actor 'MainActor'
    public static let barChartMidnightGreenLight = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:118:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartMidnightGreenLight = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:126:23: warning: static property 'pieChartStyleOne' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pieChartStyleOne = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:126:23: note: add '@MainActor' to make static property 'pieChartStyleOne' part of global actor 'MainActor'
    public static let pieChartStyleOne = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pieChartStyleOne = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:134:23: warning: static property 'lineViewDarkMode' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lineViewDarkMode = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:134:23: note: add '@MainActor' to make static property 'lineViewDarkMode' part of global actor 'MainActor'
    public static let lineViewDarkMode = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:134:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lineViewDarkMode = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:259:23: warning: static property 'data' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static public var data: ChartData = ChartData(points: [37, 72, 51, 22, 39, 47, 66, 85, 50])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:259:23: note: convert 'data' to a 'let' constant to make 'Sendable' shared state immutable
    static public var data: ChartData = ChartData(points: [37, 72, 51, 22, 39, 47, 66, 85, 50])
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:259:23: note: add '@MainActor' to make static property 'data' part of global actor 'MainActor'
    static public var data: ChartData = ChartData(points: [37, 72, 51, 22, 39, 47, 66, 85, 50])
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:259:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public var data: ChartData = ChartData(points: [37, 72, 51, 22, 39, 47, 66, 85, 50])
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:260:23: warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static public var values: ChartData = ChartData(values: [("2017 Q3", 220),
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:260:23: note: convert 'values' to a 'let' constant to make 'Sendable' shared state immutable
    static public var values: ChartData = ChartData(values: [("2017 Q3", 220),
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:260:23: note: add '@MainActor' to make static property 'values' part of global actor 'MainActor'
    static public var values: ChartData = ChartData(values: [("2017 Q3", 220),
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:260:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public var values: ChartData = ChartData(values: [("2017 Q3", 220),
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:297:9: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:299:40: warning: call to main actor-isolated instance method 'selectionChanged()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UISelectionFeedbackGenerator().selectionChanged()
                                       ^
UIKit.UISelectionFeedbackGenerator.selectionChanged:2:22: note: calls to instance method 'selectionChanged()' from outside of its actor context are implicitly asynchronous
@MainActor open func selectionChanged()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:298:17: note: add '@MainActor' to make static method 'playSelection()' part of global actor 'MainActor'
    static func playSelection() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:299:9: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        UISelectionFeedbackGenerator().selectionChanged()
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFeedbackGenerator.h:21:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init API_DEPRECATED_WITH_REPLACEMENT("+feedbackGeneratorForView:", ios(10.0, API_TO_BE_DEPRECATED));
^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:298:17: note: add '@MainActor' to make static method 'playSelection()' part of global actor 'MainActor'
    static func playSelection() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:302:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let generator = UINotificationFeedbackGenerator()
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFeedbackGenerator.h:21:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init API_DEPRECATED_WITH_REPLACEMENT("+feedbackGeneratorForView:", ios(10.0, API_TO_BE_DEPRECATED));
^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:301:17: note: add '@MainActor' to make static method 'simpleSuccess()' part of global actor 'MainActor'
    static func simpleSuccess() {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:303:19: warning: call to main actor-isolated instance method 'notificationOccurred' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        generator.notificationOccurred(.success)
                  ^
UIKit.UINotificationFeedbackGenerator.notificationOccurred:2:22: note: calls to instance method 'notificationOccurred' from outside of its actor context are implicitly asynchronous
@MainActor open func notificationOccurred(_ notificationType: UINotificationFeedbackGenerator.FeedbackType)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:301:17: note: add '@MainActor' to make static method 'simpleSuccess()' part of global actor 'MainActor'
    static func simpleSuccess() {
                ^
    @MainActor
SwiftCompile normal arm64 Compiling\ Plottable.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Protocols/Plottable.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Protocols/Plottable.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DragView.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/SwiftUI/DragView.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/SwiftUI/DragView.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PressWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Views/Elements/PressWindow.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Views/Elements/PressWindow.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ View+Conditional.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/SwiftUI/View+Conditional.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/SwiftUI/View+Conditional.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ BeautyChart (in target 'BeautyChart' from project 'BeautyChart')
EmitSwiftModule normal arm64 (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:58:23: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let orange = GradientColor(start: Colors.OrangeStart, end: Colors.OrangeEnd)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:58:23: note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    public static let orange = GradientColor(start: Colors.OrangeStart, end: Colors.OrangeEnd)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let orange = GradientColor(start: Colors.OrangeStart, end: Colors.OrangeEnd)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:59:23: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let blue = GradientColor(start: Colors.GradientPurple, end: Colors.GradientNeonBlue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:59:23: note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    public static let blue = GradientColor(start: Colors.GradientPurple, end: Colors.GradientNeonBlue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let blue = GradientColor(start: Colors.GradientPurple, end: Colors.GradientNeonBlue)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:60:23: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let green = GradientColor(start: Color(hexString: "0BCDF7"), end: Color(hexString: "A2FEAE"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:60:23: note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    public static let green = GradientColor(start: Color(hexString: "0BCDF7"), end: Color(hexString: "A2FEAE"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let green = GradientColor(start: Color(hexString: "0BCDF7"), end: Color(hexString: "A2FEAE"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:61:23: warning: static property 'blu' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let blu = GradientColor(start: Color(hexString: "0591FF"), end: Color(hexString: "29D9FE"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:61:23: note: add '@MainActor' to make static property 'blu' part of global actor 'MainActor'
    public static let blu = GradientColor(start: Color(hexString: "0591FF"), end: Color(hexString: "29D9FE"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let blu = GradientColor(start: Color(hexString: "0591FF"), end: Color(hexString: "29D9FE"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:62:23: warning: static property 'bluPurpl' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bluPurpl = GradientColor(start: Color(hexString: "4ABBFB"), end: Color(hexString: "8C00FF"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:62:23: note: add '@MainActor' to make static property 'bluPurpl' part of global actor 'MainActor'
    public static let bluPurpl = GradientColor(start: Color(hexString: "4ABBFB"), end: Color(hexString: "8C00FF"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bluPurpl = GradientColor(start: Color(hexString: "4ABBFB"), end: Color(hexString: "8C00FF"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:63:23: warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let purple = GradientColor(start: Color(hexString: "741DF4"), end: Color(hexString: "C501B0"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:63:23: note: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
    public static let purple = GradientColor(start: Color(hexString: "741DF4"), end: Color(hexString: "C501B0"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let purple = GradientColor(start: Color(hexString: "741DF4"), end: Color(hexString: "C501B0"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:64:23: warning: static property 'prplPink' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let prplPink = GradientColor(start: Color(hexString: "BC05AF"), end: Color(hexString: "FF1378"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:64:23: note: add '@MainActor' to make static property 'prplPink' part of global actor 'MainActor'
    public static let prplPink = GradientColor(start: Color(hexString: "BC05AF"), end: Color(hexString: "FF1378"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let prplPink = GradientColor(start: Color(hexString: "BC05AF"), end: Color(hexString: "FF1378"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:65:23: warning: static property 'prplNeon' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let prplNeon = GradientColor(start: Color(hexString: "FE019A"), end: Color(hexString: "FE0BF4"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:65:23: note: add '@MainActor' to make static property 'prplNeon' part of global actor 'MainActor'
    public static let prplNeon = GradientColor(start: Color(hexString: "FE019A"), end: Color(hexString: "FE0BF4"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let prplNeon = GradientColor(start: Color(hexString: "FE019A"), end: Color(hexString: "FE0BF4"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:66:23: warning: static property 'orngPink' is not concurrency-safe because non-'Sendable' type 'GradientColor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let orngPink = GradientColor(start: Color(hexString: "FF8E2D"), end: Color(hexString: "FF4E7A"))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:43:15: note: consider making struct 'GradientColor' conform to the 'Sendable' protocol
public struct GradientColor {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:66:23: note: add '@MainActor' to make static property 'orngPink' part of global actor 'MainActor'
    public static let orngPink = GradientColor(start: Color(hexString: "FF8E2D"), end: Color(hexString: "FF4E7A"))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let orngPink = GradientColor(start: Color(hexString: "FF8E2D"), end: Color(hexString: "FF4E7A"))
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:70:23: warning: static property 'lineChartStyleOne' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lineChartStyleOne = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:70:23: note: add '@MainActor' to make static property 'lineChartStyleOne' part of global actor 'MainActor'
    public static let lineChartStyleOne = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lineChartStyleOne = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:78:23: warning: static property 'barChartStyleOrangeLight' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartStyleOrangeLight = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:78:23: note: add '@MainActor' to make static property 'barChartStyleOrangeLight' part of global actor 'MainActor'
    public static let barChartStyleOrangeLight = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartStyleOrangeLight = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:86:23: warning: static property 'barChartStyleOrangeDark' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartStyleOrangeDark = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:86:23: note: add '@MainActor' to make static property 'barChartStyleOrangeDark' part of global actor 'MainActor'
    public static let barChartStyleOrangeDark = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartStyleOrangeDark = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:94:23: warning: static property 'barChartStyleNeonBlueLight' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartStyleNeonBlueLight = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:94:23: note: add '@MainActor' to make static property 'barChartStyleNeonBlueLight' part of global actor 'MainActor'
    public static let barChartStyleNeonBlueLight = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:94:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartStyleNeonBlueLight = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:102:23: warning: static property 'barChartStyleNeonBlueDark' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartStyleNeonBlueDark = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:102:23: note: add '@MainActor' to make static property 'barChartStyleNeonBlueDark' part of global actor 'MainActor'
    public static let barChartStyleNeonBlueDark = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:102:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartStyleNeonBlueDark = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:110:23: warning: static property 'barChartMidnightGreenDark' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartMidnightGreenDark = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:110:23: note: add '@MainActor' to make static property 'barChartMidnightGreenDark' part of global actor 'MainActor'
    public static let barChartMidnightGreenDark = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:110:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartMidnightGreenDark = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:118:23: warning: static property 'barChartMidnightGreenLight' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let barChartMidnightGreenLight = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:118:23: note: add '@MainActor' to make static property 'barChartMidnightGreenLight' part of global actor 'MainActor'
    public static let barChartMidnightGreenLight = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:118:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let barChartMidnightGreenLight = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:126:23: warning: static property 'pieChartStyleOne' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pieChartStyleOne = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:126:23: note: add '@MainActor' to make static property 'pieChartStyleOne' part of global actor 'MainActor'
    public static let pieChartStyleOne = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pieChartStyleOne = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:134:23: warning: static property 'lineViewDarkMode' is not concurrency-safe because non-'Sendable' type 'ChartStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lineViewDarkMode = ChartStyle(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:159:14: note: class 'ChartStyle' does not conform to the 'Sendable' protocol
public class ChartStyle {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:134:23: note: add '@MainActor' to make static property 'lineViewDarkMode' part of global actor 'MainActor'
    public static let lineViewDarkMode = ChartStyle(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:134:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lineViewDarkMode = ChartStyle(
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:259:23: warning: static property 'data' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static public var data: ChartData = ChartData(points: [37, 72, 51, 22, 39, 47, 66, 85, 50])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:259:23: note: convert 'data' to a 'let' constant to make 'Sendable' shared state immutable
    static public var data: ChartData = ChartData(points: [37, 72, 51, 22, 39, 47, 66, 85, 50])
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:259:23: note: add '@MainActor' to make static property 'data' part of global actor 'MainActor'
    static public var data: ChartData = ChartData(points: [37, 72, 51, 22, 39, 47, 66, 85, 50])
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:259:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public var data: ChartData = ChartData(points: [37, 72, 51, 22, 39, 47, 66, 85, 50])
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:260:23: warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static public var values: ChartData = ChartData(values: [("2017 Q3", 220),
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:260:23: note: convert 'values' to a 'let' constant to make 'Sendable' shared state immutable
    static public var values: ChartData = ChartData(values: [("2017 Q3", 220),
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:260:23: note: add '@MainActor' to make static property 'values' part of global actor 'MainActor'
    static public var values: ChartData = ChartData(values: [("2017 Q3", 220),
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:260:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public var values: ChartData = ChartData(values: [("2017 Q3", 220),
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/Style.swift:297:9: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
        ^
SwiftCompile normal arm64 Compiling\ MagnifyOnPress.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/SwiftUI/MagnifyOnPress.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Tools/SwiftUI/MagnifyOnPress.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ChartSmoothView.swift /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Views/Elements/ChartSmoothView.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BeautyChart/Views/Elements/ChartSmoothView.swift (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for BeautyChart (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriver\ Compilation\ Requirements BeautyChart normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BeautyChart -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart_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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Plottable.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BeautyChart-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-Swift.h (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/BeautyChart-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftmodule (in target 'BeautyChart' from project 'BeautyChart')
    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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftdoc (in target 'BeautyChart' from project 'BeautyChart')
    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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.abi.json (in target 'BeautyChart' from project 'BeautyChart')
    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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftsourceinfo (in target 'BeautyChart' from project 'BeautyChart')
    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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DragView.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriverJobDiscovery normal arm64 Compiling Path+QuadCurve.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriverJobDiscovery normal arm64 Compiling ChartSmoothView.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriverJobDiscovery normal arm64 Compiling CGPoint+Plottable.swift, CGPointsSet.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriverJobDiscovery normal arm64 Compiling PressWindow.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriverJobDiscovery normal arm64 Compiling CubicBezier.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriverJobDiscovery normal arm64 Compiling View+Conditional.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriverJobDiscovery normal arm64 Compiling Style.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriverJobDiscovery normal arm64 Compiling MagnifyOnPress.swift (in target 'BeautyChart' from project 'BeautyChart')
SwiftDriver\ Compilation BeautyChart normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BeautyChart -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart_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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.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/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.o normal (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.o
ExtractAppIntentsMetadata (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BeautyChart --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.BeautyChart --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/BeautyChart.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BeautyChart.build/Debug-iphoneos/BeautyChart.build/Objects-normal/arm64/BeautyChart.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 06:32:49.940 appintentsmetadataprocessor[718:4059] Starting appintentsmetadataprocessor export
2025-04-27 06:32:49.978 appintentsmetadataprocessor[718:4059] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.o (in target 'BeautyChart' from project 'BeautyChart')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BeautyChart.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BeautyChart",
  "name" : "BeautyChart",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "BeautyChart",
      "targets" : [
        "BeautyChart"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BeautyChart",
      "module_type" : "SwiftTarget",
      "name" : "BeautyChart",
      "path" : "Sources/BeautyChart",
      "product_memberships" : [
        "BeautyChart"
      ],
      "sources" : [
        "Tools/Geometry/CGPoint+Plottable.swift",
        "Tools/Geometry/CGPointsSet.swift",
        "Tools/Geometry/CubicBezier.swift",
        "Tools/Geometry/Path+QuadCurve.swift",
        "Tools/Protocols/Plottable.swift",
        "Tools/Style.swift",
        "Tools/SwiftUI/DragView.swift",
        "Tools/SwiftUI/MagnifyOnPress.swift",
        "Tools/SwiftUI/View+Conditional.swift",
        "Views/Elements/ChartSmoothView.swift",
        "Views/Elements/PressWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.