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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 into spi-builder-workspace
84e53c8a64ac3e01a3355cedf38715027a909745
SUCCESS checkout https://github.com/hellojoelhuber/swift-trapezoid-shapes.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/5] Emitting module TrapezoidShapes
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[2/5] Compiling TrapezoidShapes Trapezoid.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[3/5] Compiling TrapezoidShapes RoundedTrapezoidPath.swift
[4/5] Compiling TrapezoidShapes FlexibleEdge.swift
[5/5] Compiling TrapezoidShapes RoundedTrapezoid.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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! (9.37s)
Build complete.
Done.