The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftClockUI with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.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/TDmZkXJm/1/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 into spi-builder-workspace
b4977887fcfd42201a709357076e3f111ff23c97
SUCCESS checkout https://github.com/renaudjenny/SwiftClockUI.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (0.35s)
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.63s)
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
Building for debugging...
[1/46] Compiling SwiftClockUI Moon.swift
[2/46] Compiling SwiftClockUI Plate.swift
[3/46] Compiling SwiftClockUI SteampunkHourArm.swift
[4/46] Compiling SwiftClockUI SteampunkMinuteArm.swift
[5/46] Compiling SwiftClockUI WindUpKey.swift
[6/46] Compiling SwiftClockUI ClockAnimationEnabled.swift
[7/46] Compiling SwiftClockUI ClockRandomEnvironment.swift
[8/46] Compiling SwiftClockUI ClockStyleEnvironment.swift
[9/46] Compiling SwiftClockUI Angle+Circle.swift
[10/46] Compiling SwiftClockUI CGPoint+Circle.swift
[11/46] Compiling SwiftClockUI CGRect+Circle.swift
[12/46] Compiling SwiftClockUI Color+Background.swift
[13/46] Compiling SwiftClockUI ClockArmColorsEnvironment.swift
[14/46] Compiling SwiftClockUI ClockBorderColorEnvironment.swift
[15/46] Compiling SwiftClockUI ClockConfigurationEnvironment.swift
[16/46] Compiling SwiftClockUI ClockDateEnvironment.swift
[17/46] Compiling SwiftClockUI ClockIndicatorsColorEnvironment.swift
[18/46] Compiling SwiftClockUI ClockIsAnimationEnabledEnvironment.swift
[19/52] Compiling SwiftClockUI ArtNouveauIndicators.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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 SteampunkArm.swift
[27/52] Compiling SwiftClockUI Arms.swift
[28/52] Compiling SwiftClockUI ArtNouveauClockBorder.swift
[29/52] Compiling SwiftClockUI ClassicClockBorder.swift
[30/52] Compiling SwiftClockUI ClockBorderView.swift
[31/52] Compiling SwiftClockUI DrawnClockBorder.swift
[32/52] Compiling SwiftClockUI SteampunkClockBorder.swift
[33/52] Emitting module SwiftClockUI
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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/1/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 ClockView.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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
[35/52] Compiling SwiftClockUI ArmDragGesture.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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
[36/52] Compiling SwiftClockUI ArmType.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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
[37/52] Compiling SwiftClockUI ArmView.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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
[38/52] Compiling SwiftClockUI ArtNouveauArm.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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
[39/52] Compiling SwiftClockUI ClassicArm.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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
[40/52] Compiling SwiftClockUI DrawnArm.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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
[41/52] Compiling SwiftClockUI Date+Clock.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[42/52] Compiling SwiftClockUI Double+Time.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[43/52] Compiling SwiftClockUI GeometryProxy+Diameter.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[44/52] Compiling SwiftClockUI NSBezierPath+CGPath.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[45/52] Compiling SwiftClockUI Path+Circle.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[46/52] Compiling SwiftClockUI Path+VerticalMirror.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftClockUI/Extensions/NSBezierPath+CGPath.swift:12:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[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! (9.92s)
Build complete.
Done.