The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUIPreciselyRoundedRectangle 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/SwiftUIPreciselyRoundedRectangle.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at ac37e1e Add and document `View.cornerRadius` extensions
Cloned https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git
Revision (git rev-parse @):
ac37e1eaa92872b8d92baae0dae3068d1273b6ad
SUCCESS checkout https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/8] Compiling SwiftUIGeometryUtils RectangleCorner.swift
[5/8] Compiling SwiftUIGeometryUtils CGRect+Points.swift
[6/8] Compiling SwiftUIGeometryUtils Double+Constants.swift
[7/8] Compiling SwiftUIGeometryUtils Angle+Constants.swift
[8/8] Emitting module SwiftUIGeometryUtils
[9/15] Compiling PreciselyRoundedRectangle View+cornerRadius.swift
[10/15] Compiling PreciselyRoundedRectangle Path+Init.swift
[11/15] Compiling PreciselyRoundedRectangle NSBezierPath+cgPath.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/Toolbox/Extensions/NSBezierPath+cgPath.swift:17:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/Toolbox/Extensions/NSBezierPath+cgPath.swift:17:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/Toolbox/Extensions/NSBezierPath+cgPath.swift:17:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[12/15] Compiling PreciselyRoundedRectangle PreciselyRoundedRectangle.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/PreciselyRoundedRectangle.swift:7:16: warning: stored property 'cornerRadiusMap' of 'Sendable'-conforming struct 'PreciselyRoundedRectangle' has non-sendable type 'CornerRadiusMap'
    public var cornerRadiusMap: CornerRadiusMap
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/CornerRadiusMap.swift:5:15: note: consider making struct 'CornerRadiusMap' conform to the 'Sendable' protocol
public struct CornerRadiusMap {
              ^
                              : Sendable
[13/15] Compiling PreciselyRoundedRectangle CornerRadiusMap.swift
[14/15] Emitting module PreciselyRoundedRectangle
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/PreciselyRoundedRectangle.swift:7:16: warning: stored property 'cornerRadiusMap' of 'Sendable'-conforming struct 'PreciselyRoundedRectangle' has non-sendable type 'CornerRadiusMap'
    public var cornerRadiusMap: CornerRadiusMap
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/CornerRadiusMap.swift:5:15: note: consider making struct 'CornerRadiusMap' conform to the 'Sendable' protocol
public struct CornerRadiusMap {
              ^
                              : Sendable
[15/15] Compiling PreciselyRoundedRectangle BezierPath.swift
Build complete! (7.55s)
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils from cache
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils from cache (0.20s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.2.1 (0.49s)
Creating working copy for https://github.com/CypherPoet/SwiftUIGeometryUtils
Working copy of https://github.com/CypherPoet/SwiftUIGeometryUtils resolved at 0.2.1
Build complete.
Done.