The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-trapezoid-shapes, reference 1.3.0 (84e53c), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 14:59:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hellojoelhuber/swift-trapezoid-shapes.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hellojoelhuber/swift-trapezoid-shapes
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 84e53c8 Update README.md
Cloned https://github.com/hellojoelhuber/swift-trapezoid-shapes.git
Revision (git rev-parse @):
84e53c8a64ac3e01a3355cedf38715027a909745
SUCCESS checkout https://github.com/hellojoelhuber/swift-trapezoid-shapes.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hellojoelhuber/swift-trapezoid-shapes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling TrapezoidShapes Trapezoid.swift
/Users/admin/builder/spi-builder-workspace/Sources/TrapezoidShapes/Trapezoid.swift:6:9: warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'Trapezoid' has non-sendable type 'FlexibleEdge'; this is an error in the Swift 6 language mode
 4 | public struct Trapezoid: Shape {
 5 |     let flexibleEdgeRatio: Double
 6 |     let flexibleEdge: FlexibleEdge
   |         `- warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'Trapezoid' has non-sendable type 'FlexibleEdge'; this is an error in the Swift 6 language mode
 7 |     let flexibleEdgeOffset: Double
 8 |     private let insetAmount: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/TrapezoidShapes/FlexibleEdge.swift:4:13: note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | public enum FlexibleEdge: Int {
   |             `- note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
 5 |     case top = 0
 6 |     case right = 1
[4/7] Compiling TrapezoidShapes RoundedTrapezoidPath.swift
[5/7] Compiling TrapezoidShapes FlexibleEdge.swift
[6/7] Emitting module TrapezoidShapes
/Users/admin/builder/spi-builder-workspace/Sources/TrapezoidShapes/RoundedTrapezoid.swift:6:9: warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'RoundedTrapezoid' has non-sendable type 'FlexibleEdge'; this is an error in the Swift 6 language mode
  4 |     let cornerRadius: Double
  5 |     let flexibleEdgeRatio: Double
  6 |     let flexibleEdge: FlexibleEdge
    |         `- warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'RoundedTrapezoid' has non-sendable type 'FlexibleEdge'; this is an error in the Swift 6 language mode
  7 |     let flexibleEdgeOffset: Double
  8 |     private let insetAmount: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/TrapezoidShapes/FlexibleEdge.swift:4:13: note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | public enum FlexibleEdge: Int {
   |             `- note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
 5 |     case top = 0
 6 |     case right = 1
/Users/admin/builder/spi-builder-workspace/Sources/TrapezoidShapes/Trapezoid.swift:6:9: warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'Trapezoid' has non-sendable type 'FlexibleEdge'; this is an error in the Swift 6 language mode
 4 | public struct Trapezoid: Shape {
 5 |     let flexibleEdgeRatio: Double
 6 |     let flexibleEdge: FlexibleEdge
   |         `- warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'Trapezoid' has non-sendable type 'FlexibleEdge'; this is an error in the Swift 6 language mode
 7 |     let flexibleEdgeOffset: Double
 8 |     private let insetAmount: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/TrapezoidShapes/FlexibleEdge.swift:4:13: note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | public enum FlexibleEdge: Int {
   |             `- note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
 5 |     case top = 0
 6 |     case right = 1
[7/7] Compiling TrapezoidShapes RoundedTrapezoid.swift
/Users/admin/builder/spi-builder-workspace/Sources/TrapezoidShapes/RoundedTrapezoid.swift:6:9: warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'RoundedTrapezoid' has non-sendable type 'FlexibleEdge'; this is an error in the Swift 6 language mode
  4 |     let cornerRadius: Double
  5 |     let flexibleEdgeRatio: Double
  6 |     let flexibleEdge: FlexibleEdge
    |         `- warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'RoundedTrapezoid' has non-sendable type 'FlexibleEdge'; this is an error in the Swift 6 language mode
  7 |     let flexibleEdgeOffset: Double
  8 |     private let insetAmount: CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/TrapezoidShapes/FlexibleEdge.swift:4:13: note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | public enum FlexibleEdge: Int {
   |             `- note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
 5 |     case top = 0
 6 |     case right = 1
Build complete! (6.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-trapezoid-shapes",
  "name" : "swift-trapezoid-shapes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "TrapezoidShapes",
      "targets" : [
        "TrapezoidShapes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TrapezoidShapesTests",
      "module_type" : "SwiftTarget",
      "name" : "TrapezoidShapesTests",
      "path" : "Tests/TrapezoidShapesTests",
      "sources" : [
        "TrapezoidShapesTests.swift"
      ],
      "target_dependencies" : [
        "TrapezoidShapes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TrapezoidShapes",
      "module_type" : "SwiftTarget",
      "name" : "TrapezoidShapes",
      "path" : "Sources/TrapezoidShapes",
      "product_memberships" : [
        "TrapezoidShapes"
      ],
      "sources" : [
        "FlexibleEdge.swift",
        "RoundedTrapezoid.swift",
        "RoundedTrapezoidPath.swift",
        "Trapezoid.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.