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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/renaudjenny/SwiftClockUI.git
Reference: 2.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/renaudjenny/SwiftClockUI
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at b497788 update(README): explicit Xcode compatibility
Cloned https://github.com/renaudjenny/SwiftClockUI.git
Revision (git rev-parse @):
b4977887fcfd42201a709357076e3f111ff23c97
SUCCESS checkout https://github.com/renaudjenny/SwiftClockUI.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/renaudjenny/SwiftClockUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/48] Emitting module SwiftClockUI
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[4/54] Compiling SwiftClockUI Moon.swift
[5/54] Compiling SwiftClockUI Plate.swift
[6/54] Compiling SwiftClockUI SteampunkHourArm.swift
[7/54] Compiling SwiftClockUI SteampunkMinuteArm.swift
[8/54] Compiling SwiftClockUI WindUpKey.swift
[9/54] Compiling SwiftClockUI ClockAnimationEnabled.swift
[10/54] Compiling SwiftClockUI ClockView.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[11/54] Compiling SwiftClockUI ArmDragGesture.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[12/54] Compiling SwiftClockUI ArmType.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[13/54] Compiling SwiftClockUI ArmView.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[14/54] Compiling SwiftClockUI ArtNouveauArm.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[15/54] Compiling SwiftClockUI ClassicArm.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[16/54] Compiling SwiftClockUI DrawnArm.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[17/54] Compiling SwiftClockUI Date+Clock.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[18/54] Compiling SwiftClockUI Double+Time.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[19/54] Compiling SwiftClockUI GeometryProxy+Diameter.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[20/54] Compiling SwiftClockUI NSBezierPath+CGPath.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[21/54] Compiling SwiftClockUI Path+Circle.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[22/54] Compiling SwiftClockUI Path+VerticalMirror.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[23/54] Compiling SwiftClockUI ClockRandomEnvironment.swift
[24/54] Compiling SwiftClockUI ClockStyleEnvironment.swift
[25/54] Compiling SwiftClockUI Angle+Circle.swift
[26/54] Compiling SwiftClockUI CGPoint+Circle.swift
[27/54] Compiling SwiftClockUI CGRect+Circle.swift
[28/54] Compiling SwiftClockUI Color+Background.swift
[29/54] Compiling SwiftClockUI ClockFaceEnvironment.swift
[30/54] Compiling SwiftClockUI ClockFaceView.swift
[31/54] Compiling SwiftClockUI Eye.swift
[32/54] Compiling SwiftClockUI Mouth.swift
[33/54] Compiling SwiftClockUI FontProportional.swift
[34/54] Compiling SwiftClockUI PositionInCircle.swift
[35/54] Compiling SwiftClockUI ClockArmColorsEnvironment.swift
[36/54] Compiling SwiftClockUI ClockBorderColorEnvironment.swift
[37/54] Compiling SwiftClockUI ClockConfigurationEnvironment.swift
[38/54] Compiling SwiftClockUI ClockDateEnvironment.swift
[39/54] Compiling SwiftClockUI ClockIndicatorsColorEnvironment.swift
[40/54] Compiling SwiftClockUI ClockIsAnimationEnabledEnvironment.swift
[41/54] Compiling SwiftClockUI SteampunkArm.swift
[42/54] Compiling SwiftClockUI Arms.swift
[43/54] Compiling SwiftClockUI ArtNouveauClockBorder.swift
[44/54] Compiling SwiftClockUI ClassicClockBorder.swift
[45/54] Compiling SwiftClockUI ClockBorderView.swift
[46/54] Compiling SwiftClockUI DrawnClockBorder.swift
[47/54] Compiling SwiftClockUI SteampunkClockBorder.swift
[48/54] Compiling SwiftClockUI ArtNouveauIndicators.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[49/54] Compiling SwiftClockUI ClassicIndicators.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[50/54] Compiling SwiftClockUI DrawnIndicators.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[51/54] Compiling SwiftClockUI IndicatorsView.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[52/54] Compiling SwiftClockUI RomanNumber.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[53/54] Compiling SwiftClockUI SteampunkIndicators.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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
[54/54] Compiling SwiftClockUI Cogwheel.swift
/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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/UKfvDsi8u/3/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
Build complete! (9.45s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (0.28s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.9.0 (0.05s)
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.9.0
Build complete.
Done.