The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-trapezoid-shapes 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/hellojoelhuber/swift-trapezoid-shapes.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hellojoelhuber/swift-trapezoid-shapes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-trapezoid-shapes",
      "name": "swift-trapezoid-shapes",
      "url": "https://github.com/hellojoelhuber/swift-trapezoid-shapes.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-trapezoid-shapes",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hellojoelhuber/swift-trapezoid-shapes.git
[1/80] Fetching swift-trapezoid-shapes
Fetched https://github.com/hellojoelhuber/swift-trapezoid-shapes.git (0.25s)
Creating working copy for https://github.com/hellojoelhuber/swift-trapezoid-shapes.git
Working copy of https://github.com/hellojoelhuber/swift-trapezoid-shapes.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swift-trapezoid-shapes' is not used by any target
Found 0 product dependencies
========================================
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 TrapezoidShapes RoundedTrapezoidPath.swift
[2/5] Compiling TrapezoidShapes FlexibleEdge.swift
[3/5] Compiling TrapezoidShapes Trapezoid.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TrapezoidShapes/Trapezoid.swift:6:9: warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'Trapezoid' has non-sendable type 'FlexibleEdge'
    let flexibleEdge: FlexibleEdge
        ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TrapezoidShapes/FlexibleEdge.swift:4:13: note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
public enum FlexibleEdge: Int {
            ^
                             , Sendable
[4/5] Compiling TrapezoidShapes RoundedTrapezoid.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TrapezoidShapes/RoundedTrapezoid.swift:6:9: warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'RoundedTrapezoid' has non-sendable type 'FlexibleEdge'
    let flexibleEdge: FlexibleEdge
        ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TrapezoidShapes/FlexibleEdge.swift:4:13: note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
public enum FlexibleEdge: Int {
            ^
                             , Sendable
[5/5] Emitting module TrapezoidShapes
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TrapezoidShapes/RoundedTrapezoid.swift:6:9: warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'RoundedTrapezoid' has non-sendable type 'FlexibleEdge'
    let flexibleEdge: FlexibleEdge
        ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TrapezoidShapes/FlexibleEdge.swift:4:13: note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
public enum FlexibleEdge: Int {
            ^
                             , Sendable
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TrapezoidShapes/Trapezoid.swift:6:9: warning: stored property 'flexibleEdge' of 'Sendable'-conforming struct 'Trapezoid' has non-sendable type 'FlexibleEdge'
    let flexibleEdge: FlexibleEdge
        ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TrapezoidShapes/FlexibleEdge.swift:4:13: note: consider making enum 'FlexibleEdge' conform to the 'Sendable' protocol
public enum FlexibleEdge: Int {
            ^
                             , Sendable
Build complete! (12.54s)
Build complete.
Done.