The Swift Package Index logo.Swift Package Index

Build Information

Successful build of 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/c-villain/Shapes.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/c-villain/Shapes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4f44259 Merge pull request #7 from c-villain/fix-Bubble-initializer
Cloned https://github.com/c-villain/Shapes.git
Revision (git rev-parse @):
4f44259a55f74087b6aac3d0baae056ccdd531c0
SUCCESS checkout https://github.com/c-villain/Shapes.git at main
========================================
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": "shapes",
      "name": "Shapes",
      "url": "https://github.com/c-villain/Shapes.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Shapes",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/c-villain/Shapes.git
[1/149] Fetching shapes
Fetched https://github.com/c-villain/Shapes.git (0.43s)
Creating working copy for https://github.com/c-villain/Shapes.git
Working copy of https://github.com/c-villain/Shapes.git resolved at main
warning: '.resolve-product-dependencies': dependency '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/11] Compiling Shapes ShapeStyle.swift
[2/12] Compiling Shapes Diamonded.swift
[3/12] Compiling Shapes Bubbled.swift
[4/12] Compiling Shapes TopRight.swift
[5/12] Compiling Shapes Diamond.swift
[6/12] Compiling Shapes RoundedRectangle.swift
[7/12] Compiling Shapes Wave.swift
[8/12] Compiling Shapes BottomRight.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:15:9: warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-sendable type 'MessageType'
    var type: MessageType
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:3:13: note: consider making enum 'MessageType' conform to the 'Sendable' protocol
public enum MessageType {
            ^
                        : Sendable
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:19:9: warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-sendable type 'TailPosition'
    var tailPosition: TailPosition
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:8:13: note: consider making enum 'TailPosition' conform to the 'Sendable' protocol
public enum TailPosition {
            ^
                         : Sendable
[9/12] Compiling Shapes Bubble.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:15:9: warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-sendable type 'MessageType'
    var type: MessageType
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:3:13: note: consider making enum 'MessageType' conform to the 'Sendable' protocol
public enum MessageType {
            ^
                        : Sendable
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:19:9: warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-sendable type 'TailPosition'
    var tailPosition: TailPosition
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:8:13: note: consider making enum 'TailPosition' conform to the 'Sendable' protocol
public enum TailPosition {
            ^
                         : Sendable
[10/12] Emitting module Shapes
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:15:9: warning: stored property 'type' of 'Sendable'-conforming struct 'Bubble' has non-sendable type 'MessageType'
    var type: MessageType
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:3:13: note: consider making enum 'MessageType' conform to the 'Sendable' protocol
public enum MessageType {
            ^
                        : Sendable
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:19:9: warning: stored property 'tailPosition' of 'Sendable'-conforming struct 'Bubble' has non-sendable type 'TailPosition'
    var tailPosition: TailPosition
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Shapes/CustomShapes/Bubbles/Bubble.swift:8:13: note: consider making enum 'TailPosition' conform to the 'Sendable' protocol
public enum TailPosition {
            ^
                         : Sendable
[11/12] Compiling Shapes CornerRadius.swift
[12/12] Compiling Shapes Waved.swift
Build complete! (13.92s)
Build complete.
Done.