This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 SwiftUISineWaveShape 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.23.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/0/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 into spi-builder-workspace
bd81afeabfb0008039cf7aaa9ff51e465195b114
SUCCESS checkout https://github.com/CypherPoet/SwiftUISineWaveShape.git at 0.1.2
========================================
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.app" xcrun swift build --arch arm64
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils from cache
Fetching https://github.com/CypherPoet/ClampedPropertyWrapper from cache
Fetching https://github.com/CypherPoet/UnitIntervalPropertyWrapper from cache
Fetched https://github.com/CypherPoet/ClampedPropertyWrapper (0.16s)
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils (0.16s)
Fetched https://github.com/CypherPoet/UnitIntervalPropertyWrapper (0.16s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.0.3 (0.40s)
Computing version for https://github.com/CypherPoet/ClampedPropertyWrapper
Computed https://github.com/CypherPoet/ClampedPropertyWrapper at 0.2.0 (0.02s)
Computing version for https://github.com/CypherPoet/UnitIntervalPropertyWrapper
Computed https://github.com/CypherPoet/UnitIntervalPropertyWrapper at 0.1.4 (0.39s)
Creating working copy for https://github.com/CypherPoet/SwiftUIGeometryUtils
Working copy of https://github.com/CypherPoet/SwiftUIGeometryUtils resolved at 0.0.3
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
Building for debugging...
[1/5] Emitting module ClampedPropertyWrapper
[2/5] Compiling ClampedPropertyWrapper Clamped.swift
[3/7] Compiling UnitIntervalPropertyWrapper UnitIntervalPropertyWrapper.swift
[4/7] Emitting module UnitIntervalPropertyWrapper
[5/7] Compiling SwiftUIGeometryUtils RectangleCorner.swift
[6/7] Compiling SwiftUIGeometryUtils CGRect+Points.swift
[7/7] Emitting module SwiftUIGeometryUtils
[8/9] Emitting module SwiftUISineWaveShape
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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
[9/9] Compiling SwiftUISineWaveShape SwiftUISineWaveShape.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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! (28.47s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/CypherPoet/SwiftUISineWaveShape.git from cache
Fetched https://github.com/CypherPoet/SwiftUISineWaveShape.git (0.16s)
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils from cache
Fetching https://github.com/CypherPoet/UnitIntervalPropertyWrapper from cache
Fetching https://github.com/CypherPoet/ClampedPropertyWrapper from cache
Fetched https://github.com/CypherPoet/ClampedPropertyWrapper (0.33s)
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils (0.33s)
Fetched https://github.com/CypherPoet/UnitIntervalPropertyWrapper (0.33s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.0.3 (0.35s)
Computing version for https://github.com/CypherPoet/ClampedPropertyWrapper
Computed https://github.com/CypherPoet/ClampedPropertyWrapper at 0.2.0 (0.02s)
Computing version for https://github.com/CypherPoet/UnitIntervalPropertyWrapper
Computed https://github.com/CypherPoet/UnitIntervalPropertyWrapper at 0.1.4 (0.02s)
Creating working copy for https://github.com/CypherPoet/SwiftUISineWaveShape.git
Working copy of https://github.com/CypherPoet/SwiftUISineWaveShape.git resolved at 0.1.2
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/ClampedPropertyWrapper
Working copy of https://github.com/CypherPoet/ClampedPropertyWrapper resolved at 0.2.0
Creating working copy for https://github.com/CypherPoet/SwiftUIGeometryUtils
Working copy of https://github.com/CypherPoet/SwiftUIGeometryUtils resolved at 0.0.3
warning: '.resolve-product-dependencies': dependency 'swiftuisinewaveshape' is not used by any target
{
  "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": "swiftuisinewaveshape",
      "name": "SwiftUISineWaveShape",
      "url": "https://github.com/CypherPoet/SwiftUISineWaveShape.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUISineWaveShape",
      "dependencies": [
        {
          "identity": "unitintervalpropertywrapper",
          "name": "UnitIntervalPropertyWrapper",
          "url": "https://github.com/CypherPoet/UnitIntervalPropertyWrapper",
          "version": "0.1.4",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UnitIntervalPropertyWrapper",
          "dependencies": [
            {
              "identity": "clampedpropertywrapper",
              "name": "ClampedPropertyWrapper",
              "url": "https://github.com/CypherPoet/ClampedPropertyWrapper",
              "version": "0.2.0",
              "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ClampedPropertyWrapper",
              "dependencies": [

              ]
            }
          ]
        },
        {
          "identity": "clampedpropertywrapper",
          "name": "ClampedPropertyWrapper",
          "url": "https://github.com/CypherPoet/ClampedPropertyWrapper",
          "version": "0.2.0",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ClampedPropertyWrapper",
          "dependencies": [

          ]
        },
        {
          "identity": "swiftuigeometryutils",
          "name": "SwiftUIGeometryUtils",
          "url": "https://github.com/CypherPoet/SwiftUIGeometryUtils",
          "version": "0.0.3",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIGeometryUtils",
          "dependencies": [

          ]
        }
      ]
    }
  ]
}
Found 3 product dependencies
  - UnitIntervalPropertyWrapper
  - ClampedPropertyWrapper
  - SwiftUIGeometryUtils
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.