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 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.24.0
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 into /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Revision (git rev-parse @):
b46a082a5a8c2c17572238a75bc8d4431beacd78
SUCCESS checkout https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build complete.
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.44s)
Creating working copy for https://github.com/CypherPoet/SwiftUIGeometryUtils
Working copy of https://github.com/CypherPoet/SwiftUIGeometryUtils resolved at 0.2.1
Building for debugging...
[1/5] Compiling SwiftUIGeometryUtils Double+Constants.swift
[2/5] Compiling SwiftUIGeometryUtils CGRect+Points.swift
[3/5] Compiling SwiftUIGeometryUtils RectangleCorner.swift
[4/5] Compiling SwiftUIGeometryUtils Angle+Constants.swift
[5/5] Emitting module SwiftUIGeometryUtils
[6/12] Compiling PreciselyRoundedRectangle View+cornerRadius.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 CornerRadiusMap.swift
[9/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 {
            ^
[10/12] Compiling PreciselyRoundedRectangle Path+Init.swift
[11/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
[12/12] Compiling PreciselyRoundedRectangle BezierPath.swift
Build complete! (19.34s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
{
  "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
[1/954] Fetching swiftuipreciselyroundedrectangle
Fetched https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git (0.56s)
Fetching https://github.com/CypherPoet/SwiftUIGeometryUtils from cache
Fetched https://github.com/CypherPoet/SwiftUIGeometryUtils (0.19s)
Computing version for https://github.com/CypherPoet/SwiftUIGeometryUtils
Computed https://github.com/CypherPoet/SwiftUIGeometryUtils at 0.2.1 (0.39s)
Creating working copy for https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git
Working copy of https://github.com/CypherPoet/SwiftUIPreciselyRoundedRectangle.git resolved at main
Creating working copy for https://github.com/CypherPoet/SwiftUIGeometryUtils
Working copy of https://github.com/CypherPoet/SwiftUIGeometryUtils resolved at 0.2.1
warning: '.resolve-product-dependencies': dependency 'swiftuipreciselyroundedrectangle' is not used by any target
Found 1 product dependencies
  - CypherPoetSwiftUIGeometryUtils
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.