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 SwiftUIWavyRectangleShape 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/SwiftUIWavyRectangleShape.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/SwiftUIWavyRectangleShape
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46ea869 Fix range for `WavyRectangle` frequency
Cloned https://github.com/CypherPoet/SwiftUIWavyRectangleShape.git into spi-builder-workspace
46ea869cb37444d22fdc84fdde37ac2ac532b5bf
SUCCESS checkout https://github.com/CypherPoet/SwiftUIWavyRectangleShape.git at main
========================================
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/SwiftUIGeometryUtils (0.18s)
Fetched https://github.com/CypherPoet/UnitIntervalPropertyWrapper (0.18s)
Fetched https://github.com/CypherPoet/ClampedPropertyWrapper (0.18s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.0.3 (0.42s)
Computing version for https://github.com/CypherPoet/ClampedPropertyWrapper
Computed https://github.com/CypherPoet/ClampedPropertyWrapper at 0.2.0 (0.40s)
Computing version for https://github.com/CypherPoet/UnitIntervalPropertyWrapper
Computed https://github.com/CypherPoet/UnitIntervalPropertyWrapper at 0.1.4 (0.51s)
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
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] Emitting module SwiftUIGeometryUtils
[7/7] Compiling SwiftUIGeometryUtils CGRect+Points.swift
[8/9] Compiling SwiftUIWavyRectangleShape WavyRectangle.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIWavyRectangleShape/WavyRectangle.swift:29:16: warning: stored property '_amplitudeRatio' of 'Sendable'-conforming struct 'WavyRectangle' has non-sendable type 'UnitInterval<WavyRectangle.HeightRatio>' (aka 'UnitInterval<CGFloat>')
    public var amplitudeRatio: HeightRatio
               ^
/Users/builder/builds/TDmZkXJm/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIWavyRectangleShape/WavyRectangle.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'UnitIntervalPropertyWrapper'
import UnitIntervalPropertyWrapper
^
@preconcurrency 
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIWavyRectangleShape/WavyRectangle.swift:41:16: warning: stored property '_frequency' of 'Sendable'-conforming struct 'WavyRectangle' has non-sendable type 'Clamped<WavyRectangle.Hertz>' (aka 'Clamped<CGFloat>')
    public var frequency: Hertz = 1.0
               ^
/Users/builder/builds/TDmZkXJm/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIWavyRectangleShape/WavyRectangle.swift:14:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ClampedPropertyWrapper'
import ClampedPropertyWrapper
^
@preconcurrency
[9/9] Emitting module SwiftUIWavyRectangleShape
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIWavyRectangleShape/WavyRectangle.swift:29:16: warning: stored property '_amplitudeRatio' of 'Sendable'-conforming struct 'WavyRectangle' has non-sendable type 'UnitInterval<WavyRectangle.HeightRatio>' (aka 'UnitInterval<CGFloat>')
    public var amplitudeRatio: HeightRatio
               ^
/Users/builder/builds/TDmZkXJm/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIWavyRectangleShape/WavyRectangle.swift:13:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'UnitIntervalPropertyWrapper'
import UnitIntervalPropertyWrapper
^
@preconcurrency 
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIWavyRectangleShape/WavyRectangle.swift:41:16: warning: stored property '_frequency' of 'Sendable'-conforming struct 'WavyRectangle' has non-sendable type 'Clamped<WavyRectangle.Hertz>' (aka 'Clamped<CGFloat>')
    public var frequency: Hertz = 1.0
               ^
/Users/builder/builds/TDmZkXJm/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIWavyRectangleShape/WavyRectangle.swift:14:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ClampedPropertyWrapper'
import ClampedPropertyWrapper
^
@preconcurrency
Build complete! (23.43s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/CypherPoet/SwiftUIWavyRectangleShape.git
[1/101] Fetching swiftuiwavyrectangleshape
Fetched https://github.com/CypherPoet/SwiftUIWavyRectangleShape.git (0.95s)
Fetching https://github.com/CypherPoet/ClampedPropertyWrapper from cache
Fetching https://github.com/CypherPoet/UnitIntervalPropertyWrapper from cache
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils from cache
Fetched https://github.com/CypherPoet/UnitIntervalPropertyWrapper (0.19s)
Fetched https://github.com/CypherPoet/ClampedPropertyWrapper (0.19s)
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils (0.19s)
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.37s)
Computing version for https://github.com/CypherPoet/UnitIntervalPropertyWrapper
Computed https://github.com/CypherPoet/UnitIntervalPropertyWrapper at 0.1.4 (0.50s)
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/SwiftUIWavyRectangleShape.git
Working copy of https://github.com/CypherPoet/SwiftUIWavyRectangleShape.git resolved at main
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
warning: '.resolve-product-dependencies': dependency 'swiftuiwavyrectangleshape' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftuiwavyrectangleshape",
      "name": "SwiftUIWavyRectangleShape",
      "url": "https://github.com/CypherPoet/SwiftUIWavyRectangleShape.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIWavyRectangleShape",
      "dependencies": [
        {
          "identity": "unitintervalpropertywrapper",
          "name": "UnitIntervalPropertyWrapper",
          "url": "https://github.com/CypherPoet/UnitIntervalPropertyWrapper",
          "version": "0.1.4",
          "path": "/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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.