The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUISineWaveShape 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/CypherPoet/SwiftUISineWaveShape.git
Reference: 0.1.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/SwiftUISineWaveShape
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at bd81afe allow for positive frequencies less than one
Cloned https://github.com/CypherPoet/SwiftUISineWaveShape.git
Revision (git rev-parse @):
bd81afeabfb0008039cf7aaa9ff51e465195b114
SUCCESS checkout https://github.com/CypherPoet/SwiftUISineWaveShape.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/CypherPoet/SwiftUISineWaveShape.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--423B1241ED78D482.txt
[6/10] Compiling ClampedPropertyWrapper Clamped.swift
[7/10] Emitting module ClampedPropertyWrapper
[8/12] Emitting module UnitIntervalPropertyWrapper
[9/12] Compiling UnitIntervalPropertyWrapper UnitIntervalPropertyWrapper.swift
[10/12] Compiling SwiftUIGeometryUtils RectangleCorner.swift
[11/12] Compiling SwiftUIGeometryUtils CGRect+Points.swift
[12/12] Emitting module SwiftUIGeometryUtils
[13/14] Emitting module SwiftUISineWaveShape
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:17:16: warning: stored property '_amplitudeRatio' of 'Sendable'-conforming struct 'SineWave' has non-sendable type 'UnitInterval<SineWave.HeightRatio>' (aka 'UnitInterval<CGFloat>')
    public var amplitudeRatio: HeightRatio
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/UnitIntervalPropertyWrapper/Sources/UnitIntervalPropertyWrapper/UnitIntervalPropertyWrapper.swift:5:15: note: generic struct 'UnitInterval' does not conform to the 'Sendable' protocol
public struct UnitInterval<Value: FloatingPoint> {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'UnitIntervalPropertyWrapper'
import UnitIntervalPropertyWrapper
^
@preconcurrency
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:29:16: warning: stored property '_frequency' of 'Sendable'-conforming struct 'SineWave' has non-sendable type 'Clamped<SineWave.Hertz>' (aka 'Clamped<CGFloat>')
    public var frequency: Hertz = 1.0
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ClampedPropertyWrapper/Sources/ClampedPropertyWrapper/Clamped.swift:4:15: note: generic struct 'Clamped' does not conform to the 'Sendable' protocol
public struct Clamped<Value: Comparable> {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ClampedPropertyWrapper'
import ClampedPropertyWrapper
^
@preconcurrency
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:32:16: warning: stored property 'amplitudeModulation' of 'Sendable'-conforming struct 'SineWave' has non-sendable type 'SineWave.AmplitudeModulationMode'
    public var amplitudeModulation: AmplitudeModulationMode
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:175:17: note: consider making enum 'AmplitudeModulationMode' conform to the 'Sendable' protocol
    public enum AmplitudeModulationMode {
                ^
                                        : Sendable
[14/14] Compiling SwiftUISineWaveShape SwiftUISineWaveShape.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:17:16: warning: stored property '_amplitudeRatio' of 'Sendable'-conforming struct 'SineWave' has non-sendable type 'UnitInterval<SineWave.HeightRatio>' (aka 'UnitInterval<CGFloat>')
    public var amplitudeRatio: HeightRatio
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/UnitIntervalPropertyWrapper/Sources/UnitIntervalPropertyWrapper/UnitIntervalPropertyWrapper.swift:5:15: note: generic struct 'UnitInterval' does not conform to the 'Sendable' protocol
public struct UnitInterval<Value: FloatingPoint> {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'UnitIntervalPropertyWrapper'
import UnitIntervalPropertyWrapper
^
@preconcurrency
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:29:16: warning: stored property '_frequency' of 'Sendable'-conforming struct 'SineWave' has non-sendable type 'Clamped<SineWave.Hertz>' (aka 'Clamped<CGFloat>')
    public var frequency: Hertz = 1.0
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ClampedPropertyWrapper/Sources/ClampedPropertyWrapper/Clamped.swift:4:15: note: generic struct 'Clamped' does not conform to the 'Sendable' protocol
public struct Clamped<Value: Comparable> {
              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ClampedPropertyWrapper'
import ClampedPropertyWrapper
^
@preconcurrency
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:32:16: warning: stored property 'amplitudeModulation' of 'Sendable'-conforming struct 'SineWave' has non-sendable type 'SineWave.AmplitudeModulationMode'
    public var amplitudeModulation: AmplitudeModulationMode
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUISineWaveShape/SwiftUISineWaveShape.swift:175:17: note: consider making enum 'AmplitudeModulationMode' conform to the 'Sendable' protocol
    public enum AmplitudeModulationMode {
                ^
                                        : Sendable
Build complete! (8.13s)
Fetching https://github.com/CypherPoet/ClampedPropertyWrapper from cache
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils from cache
Fetching https://github.com/CypherPoet/UnitIntervalPropertyWrapper from cache
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils from cache (0.37s)
Fetched https://github.com/CypherPoet/UnitIntervalPropertyWrapper from cache (0.37s)
Fetched https://github.com/CypherPoet/ClampedPropertyWrapper from cache (0.37s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.0.3 (0.43s)
Computing version for https://github.com/CypherPoet/ClampedPropertyWrapper
Computed https://github.com/CypherPoet/ClampedPropertyWrapper at 0.2.0 (0.36s)
Computing version for https://github.com/CypherPoet/UnitIntervalPropertyWrapper
Computed https://github.com/CypherPoet/UnitIntervalPropertyWrapper at 0.1.4 (0.38s)
Creating working copy for https://github.com/CypherPoet/ClampedPropertyWrapper
Working copy of https://github.com/CypherPoet/ClampedPropertyWrapper resolved at 0.2.0
Creating working copy for https://github.com/CypherPoet/UnitIntervalPropertyWrapper
Working copy of https://github.com/CypherPoet/UnitIntervalPropertyWrapper resolved at 0.1.4
Creating working copy for https://github.com/CypherPoet/SwiftUIGeometryUtils
Working copy of https://github.com/CypherPoet/SwiftUIGeometryUtils resolved at 0.0.3
Build complete.
Done.