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 SwiftClockUI with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/renaudjenny/SwiftClockUI.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/renaudjenny/SwiftClockUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e201240 Merge pull request #19 from renaudjenny/update-snapshots-for-tests
Cloned https://github.com/renaudjenny/SwiftClockUI.git
Revision (git rev-parse @):
e2012408d166ebafa0f0c0cdf568c984e77c3ded
SUCCESS checkout https://github.com/renaudjenny/SwiftClockUI.git at main
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (0.55s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.10.0 (0.03s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.10.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftclockui",
      "name": "SwiftClockUI",
      "url": "https://github.com/renaudjenny/SwiftClockUI.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftClockUI",
      "dependencies": [
        {
          "identity": "swift-snapshot-testing",
          "name": "swift-snapshot-testing",
          "url": "https://github.com/pointfreeco/swift-snapshot-testing.git",
          "version": "1.15.1",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-snapshot-testing",
          "dependencies": [
            {
              "identity": "swift-syntax",
              "name": "swift-syntax",
              "url": "https://github.com/apple/swift-syntax.git",
              "version": "509.0.2",
              "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/renaudjenny/SwiftClockUI.git
[1/3230] Fetching swiftclockui
Fetched https://github.com/renaudjenny/SwiftClockUI.git (0.74s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (0.54s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.15.1 (0.02s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git (1.79s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.2 (0.04s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.15.1
Creating working copy for https://github.com/renaudjenny/SwiftClockUI.git
Working copy of https://github.com/renaudjenny/SwiftClockUI.git resolved at main
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.2
warning: '.resolve-product-dependencies': dependency 'swiftclockui' is not used by any target
Found 1 product dependencies
  - swift-snapshot-testing
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/46] Compiling SwiftClockUI ClockArmColorsEnvironment.swift
[2/46] Compiling SwiftClockUI ClockBorderColorEnvironment.swift
[3/46] Compiling SwiftClockUI ClockConfigurationEnvironment.swift
[4/46] Compiling SwiftClockUI ClockDateEnvironment.swift
[5/46] Compiling SwiftClockUI ClockIndicatorsColorEnvironment.swift
[6/46] Compiling SwiftClockUI ClockIsAnimationEnabledEnvironment.swift
[7/52] Compiling SwiftClockUI Date+Clock.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[8/52] Compiling SwiftClockUI Double+Time.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[9/52] Compiling SwiftClockUI GeometryProxy+Diameter.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[10/52] Compiling SwiftClockUI NSBezierPath+CGPath.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[11/52] Compiling SwiftClockUI Path+Circle.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[12/52] Compiling SwiftClockUI Path+VerticalMirror.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[13/52] Compiling SwiftClockUI Moon.swift
[14/52] Compiling SwiftClockUI Plate.swift
[15/52] Compiling SwiftClockUI SteampunkHourArm.swift
[16/52] Compiling SwiftClockUI SteampunkMinuteArm.swift
[17/52] Compiling SwiftClockUI WindUpKey.swift
[18/52] Compiling SwiftClockUI ClockAnimationEnabled.swift
[19/52] Compiling SwiftClockUI ArtNouveauIndicators.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:29:37: warning: stored property '_random' of 'Sendable'-conforming struct 'HoursShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:59:44: warning: stored property '_configuration' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<ClockConfiguration>'
    @Environment(\.clockConfiguration) var configuration
                                           ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:60:37: warning: stored property '_random' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:97:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnIndicator' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[20/52] Compiling SwiftClockUI ClassicIndicators.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:29:37: warning: stored property '_random' of 'Sendable'-conforming struct 'HoursShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:59:44: warning: stored property '_configuration' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<ClockConfiguration>'
    @Environment(\.clockConfiguration) var configuration
                                           ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:60:37: warning: stored property '_random' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:97:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnIndicator' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[21/52] Compiling SwiftClockUI DrawnIndicators.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:29:37: warning: stored property '_random' of 'Sendable'-conforming struct 'HoursShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:59:44: warning: stored property '_configuration' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<ClockConfiguration>'
    @Environment(\.clockConfiguration) var configuration
                                           ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:60:37: warning: stored property '_random' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:97:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnIndicator' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[22/52] Compiling SwiftClockUI IndicatorsView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:29:37: warning: stored property '_random' of 'Sendable'-conforming struct 'HoursShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:59:44: warning: stored property '_configuration' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<ClockConfiguration>'
    @Environment(\.clockConfiguration) var configuration
                                           ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:60:37: warning: stored property '_random' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:97:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnIndicator' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[23/52] Compiling SwiftClockUI RomanNumber.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:29:37: warning: stored property '_random' of 'Sendable'-conforming struct 'HoursShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:59:44: warning: stored property '_configuration' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<ClockConfiguration>'
    @Environment(\.clockConfiguration) var configuration
                                           ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:60:37: warning: stored property '_random' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:97:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnIndicator' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[24/52] Compiling SwiftClockUI SteampunkIndicators.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:29:37: warning: stored property '_random' of 'Sendable'-conforming struct 'HoursShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:59:44: warning: stored property '_configuration' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<ClockConfiguration>'
    @Environment(\.clockConfiguration) var configuration
                                           ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:60:37: warning: stored property '_random' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:97:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnIndicator' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[25/52] Compiling SwiftClockUI Cogwheel.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:29:37: warning: stored property '_random' of 'Sendable'-conforming struct 'HoursShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:59:44: warning: stored property '_configuration' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<ClockConfiguration>'
    @Environment(\.clockConfiguration) var configuration
                                           ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:60:37: warning: stored property '_random' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:97:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnIndicator' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[26/52] Compiling SwiftClockUI ClockView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Arm/DrawnArm.swift:26:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnArmShape' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[27/52] Compiling SwiftClockUI ArmDragGesture.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Arm/DrawnArm.swift:26:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnArmShape' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[28/52] Compiling SwiftClockUI ArmType.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Arm/DrawnArm.swift:26:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnArmShape' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[29/52] Compiling SwiftClockUI ArmView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Arm/DrawnArm.swift:26:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnArmShape' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[30/52] Compiling SwiftClockUI ArtNouveauArm.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Arm/DrawnArm.swift:26:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnArmShape' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[31/52] Compiling SwiftClockUI ClassicArm.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Arm/DrawnArm.swift:26:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnArmShape' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[32/52] Compiling SwiftClockUI DrawnArm.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Arm/DrawnArm.swift:26:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnArmShape' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[33/52] Emitting module SwiftClockUI
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Arm/DrawnArm.swift:26:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnArmShape' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:29:37: warning: stored property '_random' of 'Sendable'-conforming struct 'HoursShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:59:44: warning: stored property '_configuration' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<ClockConfiguration>'
    @Environment(\.clockConfiguration) var configuration
                                           ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:60:37: warning: stored property '_random' of 'Sendable'-conforming struct 'MinutesShape' has non-sendable type 'Environment<Random>'
    @Environment(\.clockRandom) var random
                                    ^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Elements/Indicators/DrawnIndicators.swift:97:9: warning: stored property 'controlRatios' of 'Sendable'-conforming struct 'DrawnIndicator' has non-sendable type 'Random.ControlRatio'
    let controlRatios: Random.ControlRatio
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Environment/ClockRandomEnvironment.swift:34:12: note: consider making struct 'ControlRatio' conform to the 'Sendable' protocol
    struct ControlRatio {
           ^
                        : Sendable
[34/52] Compiling SwiftClockUI ClockRandomEnvironment.swift
[35/52] Compiling SwiftClockUI ClockStyleEnvironment.swift
[36/52] Compiling SwiftClockUI Angle+Circle.swift
[37/52] Compiling SwiftClockUI CGPoint+Circle.swift
[38/52] Compiling SwiftClockUI CGRect+Circle.swift
[39/52] Compiling SwiftClockUI Color+Background.swift
[40/52] Compiling SwiftClockUI SteampunkArm.swift
[41/52] Compiling SwiftClockUI Arms.swift
[42/52] Compiling SwiftClockUI ArtNouveauClockBorder.swift
[43/52] Compiling SwiftClockUI ClassicClockBorder.swift
[44/52] Compiling SwiftClockUI ClockBorderView.swift
[45/52] Compiling SwiftClockUI DrawnClockBorder.swift
[46/52] Compiling SwiftClockUI SteampunkClockBorder.swift
[47/52] Compiling SwiftClockUI ClockFaceEnvironment.swift
[48/52] Compiling SwiftClockUI ClockFaceView.swift
[49/52] Compiling SwiftClockUI Eye.swift
[50/52] Compiling SwiftClockUI Mouth.swift
[51/52] Compiling SwiftClockUI FontProportional.swift
[52/52] Compiling SwiftClockUI PositionInCircle.swift
Build complete! (13.51s)
Build complete.
Done.