The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Aesthete, reference 1.6.1 (b283a4), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 07:22:15 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/Aesthete.git
Reference: 1.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/Aesthete
 * tag               1.6.1      -> FETCH_HEAD
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 1.6.1
Fetching https://github.com/btfranklin/ControlledChaos
[1/125] Fetching controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.59s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (1.21s)
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "aesthete",
      "name": "Aesthete",
      "url": "https://github.com/btfranklin/Aesthete.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Aesthete",
      "dependencies": [
        {
          "identity": "controlledchaos",
          "name": "ControlledChaos",
          "url": "https://github.com/btfranklin/ControlledChaos",
          "version": "1.3.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ControlledChaos",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/btfranklin/Aesthete.git
[1/877] Fetching aesthete
Fetched https://github.com/btfranklin/Aesthete.git from cache (0.77s)
Fetching https://github.com/btfranklin/ControlledChaos from cache
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.47s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.52s)
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
Creating working copy for https://github.com/btfranklin/Aesthete.git
Working copy of https://github.com/btfranklin/Aesthete.git resolved at 1.6.1 (b283a45)
warning: '.resolve-product-dependencies': dependency 'aesthete' is not used by any target
Found 1 product dependencies
  - ControlledChaos
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/btfranklin/Aesthete.git
https://github.com/btfranklin/Aesthete.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/9] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[5/9] Compiling ControlledChaos ProbabilityGroup.swift
[6/9] Compiling ControlledChaos RandomItemBag.swift
[7/9] Compiling ControlledChaos Bool+randomProbability.swift
[8/9] Compiling ControlledChaos Double+randomGaussian.swift
[9/9] Emitting module ControlledChaos
[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 nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'queudGaussian' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[11/51] Compiling Aesthete Curve.swift
[12/51] Compiling Aesthete Ellipse.swift
[13/51] Compiling Aesthete EmptyPath.swift
[14/51] Compiling Aesthete Line.swift
[15/51] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
[16/51] Compiling Aesthete ColorScheme+makeAnalogous.swift
[17/51] Compiling Aesthete ColorScheme+makeComplementary.swift
[18/51] Compiling Aesthete ColorScheme+makeCompound.swift
[19/51] Compiling Aesthete ColorScheme+makeMonochromatic.swift
[20/51] Compiling Aesthete Path.swift
[21/51] Compiling Aesthete PathBuilder.swift
[22/51] Compiling Aesthete PathComponent.swift
[23/51] Compiling Aesthete Pathlet+Codable.swift
[24/51] Compiling Aesthete Pathlet.swift
[25/51] Compiling Aesthete QuadCurve.swift
[26/51] Compiling Aesthete Rectangle.swift
[27/51] Compiling Aesthete TransformedBy.swift
[28/51] Compiling Aesthete ColorScheme+makeShades.swift
[29/51] Compiling Aesthete ColorScheme+makeSplitComplementary.swift
[30/51] Compiling Aesthete ColorScheme+makeTriadic.swift
[31/51] Compiling Aesthete ColorScheme.swift
[32/51] Compiling Aesthete CGRect+corners and edges.swift
[33/51] Compiling Aesthete CGRect+intersects.swift
[34/51] Compiling Aesthete CGRect+orientation.swift
[35/51] Compiling Aesthete CGRect+randomlyDivide.swift
[36/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 nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'queudGaussian' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[37/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 nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'queudGaussian' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[38/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 nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'queudGaussian' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[39/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 nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'queudGaussian' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |
 9 |     /**
[40/51] Compiling Aesthete SymbolicForm.swift
[41/51] Compiling Aesthete Triangle.swift
[42/51] Compiling Aesthete Arc.swift
[43/51] Compiling Aesthete CompositePath.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! (10.42s)
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.