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

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Aesthete with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/Aesthete.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/Aesthete
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b283a45 Update README.md to remove reference to playgrounds
Cloned https://github.com/btfranklin/Aesthete.git
Revision (git rev-parse @):
b283a45fb53b01e948ce63ee1161369bb6e740d0
SUCCESS checkout https://github.com/btfranklin/Aesthete.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/btfranklin/Aesthete.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/9] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[5/9] Compiling ControlledChaos RandomItemBag.swift
[6/9] Emitting module ControlledChaos
[7/9] Compiling ControlledChaos Double+randomGaussian.swift
[8/9] Compiling ControlledChaos Bool+randomProbability.swift
[9/9] Compiling ControlledChaos ProbabilityGroup.swift
[10/47] Emitting module Aesthete
/Users/admin/builder/spi-builder-workspace/Sources/Aesthete/Extensions/CGFloat+randomGaussian.swift:7:24: warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | extension CGFloat {
 6 |
 7 |     private static var queudGaussian: CGFloat?
   |                        |- warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'queudGaussian' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'queudGaussian' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[11/51] Compiling Aesthete Path.swift
[12/51] Compiling Aesthete PathBuilder.swift
[13/51] Compiling Aesthete PathComponent.swift
[14/51] Compiling Aesthete Pathlet+Codable.swift
[15/51] Compiling Aesthete ColorScheme+makeShades.swift
[16/51] Compiling Aesthete ColorScheme+makeSplitComplementary.swift
[17/51] Compiling Aesthete ColorScheme+makeTriadic.swift
[18/51] Compiling Aesthete ColorScheme.swift
[19/51] Compiling Aesthete Pathlet.swift
[20/51] Compiling Aesthete QuadCurve.swift
[21/51] Compiling Aesthete Rectangle.swift
[22/51] Compiling Aesthete TransformedBy.swift
[23/51] Compiling Aesthete CGFloat+randomGaussian.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aesthete/Extensions/CGFloat+randomGaussian.swift:7:24: warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | extension CGFloat {
 6 |
 7 |     private static var queudGaussian: CGFloat?
   |                        |- warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'queudGaussian' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'queudGaussian' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[24/51] Compiling Aesthete CGPath+contains.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aesthete/Extensions/CGFloat+randomGaussian.swift:7:24: warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | extension CGFloat {
 6 |
 7 |     private static var queudGaussian: CGFloat?
   |                        |- warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'queudGaussian' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'queudGaussian' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[25/51] Compiling Aesthete CGPoint+distanceTo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aesthete/Extensions/CGFloat+randomGaussian.swift:7:24: warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | extension CGFloat {
 6 |
 7 |     private static var queudGaussian: CGFloat?
   |                        |- warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'queudGaussian' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'queudGaussian' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[26/51] Compiling Aesthete CGPoint+random.swift
/Users/admin/builder/spi-builder-workspace/Sources/Aesthete/Extensions/CGFloat+randomGaussian.swift:7:24: warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | extension CGFloat {
 6 |
 7 |     private static var queudGaussian: CGFloat?
   |                        |- warning: static property 'queudGaussian' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'queudGaussian' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'queudGaussian' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[27/51] Compiling Aesthete CGRect+corners and edges.swift
[28/51] Compiling Aesthete CGRect+intersects.swift
[29/51] Compiling Aesthete CGRect+orientation.swift
[30/51] Compiling Aesthete CGRect+randomlyDivide.swift
[31/51] Compiling Aesthete SymbolicForm.swift
[32/51] Compiling Aesthete Triangle.swift
[33/51] Compiling Aesthete Arc.swift
[34/51] Compiling Aesthete CompositePath.swift
[35/51] Compiling Aesthete Curve.swift
[36/51] Compiling Aesthete Ellipse.swift
[37/51] Compiling Aesthete EmptyPath.swift
[38/51] Compiling Aesthete Line.swift
[39/51] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
[40/51] Compiling Aesthete ColorScheme+makeAnalogous.swift
[41/51] Compiling Aesthete ColorScheme+makeComplementary.swift
[42/51] Compiling Aesthete ColorScheme+makeCompound.swift
[43/51] Compiling Aesthete ColorScheme+makeMonochromatic.swift
[44/51] Compiling Aesthete NSImage+drawKeepingAspectRatio.swift
[45/51] Compiling Aesthete HorizontalBaseTriangle.swift
[46/51] Compiling Aesthete RepeatableForm.swift
[47/51] Compiling Aesthete RepeatableLinearForm.swift
[48/51] Compiling Aesthete HSBAColor.swift
[49/51] Compiling Aesthete CompositeDrawable.swift
[50/51] Compiling Aesthete Drawable.swift
[51/51] Compiling Aesthete CGColor+lightness.swift
Build complete! (36.26s)
Fetching https://github.com/btfranklin/ControlledChaos
[1/125] Fetching controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.71s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.70s)
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "controlledchaos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/btfranklin/ControlledChaos"
    }
  ],
  "manifest_display_name" : "Aesthete",
  "name" : "Aesthete",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Aesthete",
      "targets" : [
        "Aesthete"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AestheteTests",
      "module_type" : "SwiftTarget",
      "name" : "AestheteTests",
      "path" : "Tests/AestheteTests",
      "sources" : [
        "Color Schemes/Accented Analogous ColorSchemeTests.swift",
        "Color Schemes/Analogous ColorSchemeTests.swift",
        "Color Schemes/Complementary ColorSchemeTests.swift",
        "Color Schemes/Compound ColorSchemeTests.swift",
        "Color Schemes/HSBAColorTests.swift",
        "Color Schemes/Monochromatic ColorSchemeTests.swift",
        "Color Schemes/Shades ColorSchemeTests.swift",
        "Color Schemes/Split Complementary ColorSchemeTests.swift",
        "Color Schemes/Triadic ColorSchemeTests.swift",
        "Extensions/CGColorExtensionTests.swift",
        "Extensions/CGFloatExtensionTests.swift",
        "Extensions/CGPointExtensionTests.swift",
        "Extensions/CGRectExtensionTests.swift",
        "Forms/HorizontalBaseTriangleTests.swift",
        "Forms/TriangleTests.swift",
        "Paths/PathletTests.swift"
      ],
      "target_dependencies" : [
        "Aesthete"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Aesthete",
      "module_type" : "SwiftTarget",
      "name" : "Aesthete",
      "path" : "Sources/Aesthete",
      "product_dependencies" : [
        "ControlledChaos"
      ],
      "product_memberships" : [
        "Aesthete"
      ],
      "sources" : [
        "Color Schemes/ColorScheme+makeAccentedAnalogous.swift",
        "Color Schemes/ColorScheme+makeAnalogous.swift",
        "Color Schemes/ColorScheme+makeComplementary.swift",
        "Color Schemes/ColorScheme+makeCompound.swift",
        "Color Schemes/ColorScheme+makeMonochromatic.swift",
        "Color Schemes/ColorScheme+makeShades.swift",
        "Color Schemes/ColorScheme+makeSplitComplementary.swift",
        "Color Schemes/ColorScheme+makeTriadic.swift",
        "Color Schemes/ColorScheme.swift",
        "Color Schemes/HSBAColor.swift",
        "CompositeDrawable.swift",
        "Drawable.swift",
        "Extensions/CGColor+lightness.swift",
        "Extensions/CGFloat+randomGaussian.swift",
        "Extensions/CGPath+contains.swift",
        "Extensions/CGPoint+distanceTo.swift",
        "Extensions/CGPoint+random.swift",
        "Extensions/CGRect+corners and edges.swift",
        "Extensions/CGRect+intersects.swift",
        "Extensions/CGRect+orientation.swift",
        "Extensions/CGRect+randomlyDivide.swift",
        "Extensions/NSImage+drawKeepingAspectRatio.swift",
        "Forms/HorizontalBaseTriangle.swift",
        "Forms/RepeatableForm.swift",
        "Forms/RepeatableLinearForm.swift",
        "Forms/SymbolicForm.swift",
        "Forms/Triangle.swift",
        "Paths/Arc.swift",
        "Paths/CompositePath.swift",
        "Paths/Curve.swift",
        "Paths/Ellipse.swift",
        "Paths/EmptyPath.swift",
        "Paths/Line.swift",
        "Paths/Path.swift",
        "Paths/PathBuilder.swift",
        "Paths/PathComponent.swift",
        "Paths/Pathlet+Codable.swift",
        "Paths/Pathlet.swift",
        "Paths/QuadCurve.swift",
        "Paths/Rectangle.swift",
        "Paths/TransformedBy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.