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.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/SwiftUIWavyRectangleShape.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/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
Revision (git rev-parse @):
46ea869cb37444d22fdc84fdde37ac2ac532b5bf
SUCCESS checkout https://github.com/CypherPoet/SwiftUIWavyRectangleShape.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/CypherPoet/SwiftUIWavyRectangleShape.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] Emitting module ClampedPropertyWrapper
[7/10] Compiling ClampedPropertyWrapper Clamped.swift
[8/12] Compiling UnitIntervalPropertyWrapper UnitIntervalPropertyWrapper.swift
[9/12] Emitting module UnitIntervalPropertyWrapper
[10/12] Compiling SwiftUIGeometryUtils CGRect+Points.swift
[11/12] Emitting module SwiftUIGeometryUtils
[12/12] Compiling SwiftUIGeometryUtils RectangleCorner.swift
[13/14] Emitting module SwiftUIWavyRectangleShape
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/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
[14/14] Compiling SwiftUIWavyRectangleShape WavyRectangle.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/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! (7.53s)
Fetching https://github.com/CypherPoet/ClampedPropertyWrapper from cache
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils
Fetching https://github.com/CypherPoet/UnitIntervalPropertyWrapper
Fetched https://github.com/CypherPoet/ClampedPropertyWrapper from cache (0.16s)
[1/125] Fetching unitintervalpropertywrapper
[80/262] Fetching unitintervalpropertywrapper, swiftuigeometryutils
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils from cache (0.43s)
Fetched https://github.com/CypherPoet/UnitIntervalPropertyWrapper from cache (0.43s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.0.3 (0.41s)
Computing version for https://github.com/CypherPoet/ClampedPropertyWrapper
Computed https://github.com/CypherPoet/ClampedPropertyWrapper at 0.2.0 (0.39s)
Computing version for https://github.com/CypherPoet/UnitIntervalPropertyWrapper
Computed https://github.com/CypherPoet/UnitIntervalPropertyWrapper at 0.1.4 (0.44s)
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
Build complete.
Done.