The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUIPreciselyRoundedRectangle 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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b46a082 tweak readme
Cloned https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git
Revision (git rev-parse @):
b46a082a5a8c2c17572238a75bc8d4431beacd78
SUCCESS checkout https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git at main
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils from cache
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils (0.18s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.2.1 (0.57s)
Creating working copy for https://github.com/CypherPoet/SwiftUIGeometryUtils
Working copy of https://github.com/CypherPoet/SwiftUIGeometryUtils resolved at 0.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftuipreciselyroundedrectangle",
      "name": "SwiftUIPreciselyRoundedRectangle",
      "url": "https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIPreciselyRoundedRectangle",
      "dependencies": [
        {
          "identity": "swiftuigeometryutils",
          "name": "CypherPoetSwiftUIGeometryUtils",
          "url": "https://github.com/CypherPoet/SwiftUIGeometryUtils",
          "version": "0.2.1",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIGeometryUtils",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git from cache
Fetched https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git (0.17s)
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils from cache
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils (0.15s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.2.1 (0.02s)
Creating working copy for https://github.com/CypherPoet/SwiftUIGeometryUtils
Working copy of https://github.com/CypherPoet/SwiftUIGeometryUtils resolved at 0.2.1
Creating working copy for https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git
Working copy of https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftuipreciselyroundedrectangle' is not used by any target
Found 1 product dependencies
  - CypherPoetSwiftUIGeometryUtils
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling SwiftUIGeometryUtils Double+Constants.swift
[2/5] Compiling SwiftUIGeometryUtils CGRect+Points.swift
[3/5] Compiling SwiftUIGeometryUtils Angle+Constants.swift
[4/5] Emitting module SwiftUIGeometryUtils
[5/5] Compiling SwiftUIGeometryUtils RectangleCorner.swift
[6/12] Compiling PreciselyRoundedRectangle CornerRadiusMap.swift
[7/12] Compiling PreciselyRoundedRectangle PreciselyRoundedRectangle.swift
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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
[8/12] Compiling PreciselyRoundedRectangle Path+Init.swift
[9/12] Emitting module PreciselyRoundedRectangle
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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
[10/12] Compiling PreciselyRoundedRectangle View+cornerRadius.swift
[11/12] Compiling PreciselyRoundedRectangle BezierPath.swift
[12/12] Compiling PreciselyRoundedRectangle NSBezierPath+cgPath.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/Toolbox/Extensions/NSBezierPath+cgPath.swift:17:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/Toolbox/Extensions/NSBezierPath+cgPath.swift:17:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PreciselyRoundedRectangle/Toolbox/Extensions/NSBezierPath+cgPath.swift:17:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
Build complete! (10.97s)
Build complete.
Done.